]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
#
[gnu-emacs] / lisp / ChangeLog
1 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2
3 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
4 don't just return it.
5
6 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
9 (menu-bar-read-emacs-man, search-emacs-glossary)
10 (emacs-index-search, elisp-index-search): New functions.
11 (apropso-documentation, apropos, apropos-value, apropos-variable)
12 (apropos-commands): Modify menu item names and help text.
13 (elisp-index-search, emacs-index-search, emacs-glossary):
14 New menu items.
15 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
16 submenu.
17 (info-elisp, info-elintro): New menu items.
18 (apropos): Modify the menu item name.
19
20 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
21
22 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
23
24 * textmodes/outline.el (outline-promote, outline-demote): Typo.
25
26 * man.el (man-follow-mouse): New function.
27 (Man-mode-map): Bind mouse-2 to it.
28 (Man-match-substring): Remove. Replace with `match-string'.
29 (man): Use the `default-value' argument to `read-string'.
30 (Man-fontify-manpage): Add mouse-face to cross references.
31
32 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
33
34 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
35
36 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
37 the value of require-match in minibuffer-completion-confirm.
38 Use crm-local-completion-map.
39
40 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
41 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
42 (cl-make-type-test): Use char-valid-p for `character'.
43
44 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
45 (Info-complete-menu-item): Rewrite. Add the ability to search
46 several sequential nodes. Add a simple caching mechanism.
47 (Info-goto-index): New function extracted from Info-index.
48 (Info-index): Use it. Add completion to the interactive spec.
49 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
50
51 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
52
53 * COPYING: Removed.
54
55 2001-11-29 Dave Love <fx@gnu.org>
56
57 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
58 (fortran-window-create, fortran-window-create-momentarily):
59 Rewrite, moving error condition.
60 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
61 (fortran-mode-syntax-table): Revert last change.
62
63 * international/mule.el: Doc fixes.
64 (map-charset-chars): New function.
65 (register-char-codings): Use it to cope with generic chars in
66 safe-chars.
67
68 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
69
70 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
71
72 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
73
74 * play/studly.el (studlify-word, studlify-region)
75 (studlify-buffer): Fix doc-string.
76 (studlify-buffer): Add autoload cookie.
77
78 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
79
80 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
81 (outline-up-heading-all): Remove.
82 (hide-sublevels): Move to end-of-heading before calling flag-region.
83 (outline-copy-overlay, outline-discard-overlays): Remove.
84 (outline-flag-region): Use `remove-overlays'.
85 Don't move to end-of-heading.
86 (outline-next-visible-heading, outline-back-to-heading)
87 (outline-on-heading-p): Use outline-invisible-p.
88 (outline-font-lock-level): Use outline-up-heading's new arg.
89 (outline-minor-mode): Simplify.
90 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
91 (outline): Put a `reveal-toggle-invisible' property.
92 (outline-level-heading): New var.
93 (outline-insert-heading, outline-promote, outline-demote)
94 (outline-toggle-children): New commands.
95
96 * progmodes/hideif.el (hif-end-of-line): New function.
97 (hide-ifdef-mode): Set line-move-ignore-invisible.
98 (hide-ifdef-region-internal): New function.
99 (hide-ifdef-region): Use it.
100 (hif-defined): Return an integer.
101 (hif-infix-to-prefix): Remove.
102 (hif-tokenize): Parse from the buffer rather than from a string.
103 Correctly tokenize integers. Use forward-comment.
104 (hif-expr): Use hif-or.
105 (hif-term): Use hif-and.
106 (hif-factor): Use hif-not. Handle numbers properly.
107 Don't require parenthesis around `defined's argument.
108 (hif-and, hif-or, hif-not): New funs.
109 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
110 (hif-hide-line): Don't hide the \n before the line.
111 (hif-possibly-hide): Correctly handle numeric evaluation results.
112
113 * progmodes/make-mode.el: Use line-(end|beginning)-position.
114 (makefile-mode): Set indent-line-function.
115 (makefile-browser-insert-continuation): Use with-current-buffer.
116 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
117
118 2001-11-28 Karl Fogel <kfogel@red-bean.com>
119
120 * isearch.el (isearch-yank-internal): New helper function.
121 (isearch-yank-char): New function.
122 (isearch-yank-word, isearch-yank-line): Rewrite to use
123 isearch-yank-internal.
124
125 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
126
127 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
128 aren't supported. Print a message to that effect if invoked.
129
130 2001-11-27 Stephen Eglen <stephen@gnu.org>
131
132 * locate.el (locate): Put point at first matching file rather
133 than top of buffer.
134
135 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
136
137 * reveal.el: New file.
138
139 * progmodes/hideif.el: Misc cleanup.
140 (hide-ifdef-mode-submap): Put the def in the defvar.
141 Use substitute-key-definition.
142 (hide-ifdef-mode): Use define-minor-mode.
143 (hif-outline-flag-region): Remove.
144 (hif-show-all): Define in terms of hif-show-ifdef-region.
145 (hif-after-revert-function): Rename from hif-before-revert-function.
146 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
147 (hif-tokenize): Use with-syntax-table.
148 (hif-make-range): Use `else' also for `else-p'.
149 (hif-range-else-p): Remove.
150 (hif-find-range): Simplify.
151 (hif-hide-line): Don't bother preserving buffer-modified-p.
152 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
153 Don't use selective-display and inhibit-read-only.
154
155 * subr.el (copy-overlay, remove-overlays): New funs.
156
157 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
158
159 2001-11-27 Sam Steingold <sds@gnu.org>
160
161 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
162 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
163 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
164 * obsolete/c-mode.el, obsolete/cplus-md.el
165 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
166 * term/sun-mouse.el, textmodes/artist.el:
167 Converted backquote to the new style.
168 * mouse.el, reposition.el: Likewise (in comments).
169 * expand.el: Likewise (in a string).
170
171 2001-11-27 Richard M. Stallman <rms@gnu.org>
172
173 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
174
175 2001-11-26 Richard M. Stallman <rms@gnu.org>
176
177 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
178 if :on-glyph or :off-glyph is a list, eval it and store it back.
179 (checkbox): Quote the values for :on-glyph and :off-glyph.
180
181 * cus-start.el (recursive-load-depth-limit): Delete item.
182
183 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
184
185 * help-fns.el (describe-categories, help-describe-category-set): New.
186 describe-categories moved here from src/category.c.
187
188 2001-11-26 Sam Steingold <sds@gnu.org>
189
190 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
191 arguments to `insert' are strings.
192
193 2001-11-26 Richard M. Stallman <rms@gnu.org>
194
195 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
196
197 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
198
199 * loaddefs.el: Regenerated.
200
201 * international/mule-diag.el: Require help-fns instead of
202 help-funs.
203
204 * help-fns.el: Renamed from help-funs.el.
205
206 * startup.el (command-line-1): Don't try to call process-list if
207 it is not fboundp.
208
209 2001-11-26 Sam Steingold <sds@gnu.org>
210
211 * frame.el (show-trailing-whitespace): Remove :set argument (the
212 value was essentially identical to the defalt).
213
214 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
215
216 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
217
218 * icomplete.el (icomplete-minibuffer-setup): Likewise.
219
220 * hilit-chg.el (hilit-chg-set): Likewise.
221
222 * speedbar.el (speedbar-mode): Likewise.
223
224 * calendar/calendar.el (calendar-mode): Likewise.
225
226 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
227 insert-string.
228
229 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
230
231 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
232
233 * term/sun-mouse.el (sun-yank-selection): Likewise.
234
235 * textmodes/bib-mode.el (return-key-bib): Likewise.
236
237 * calendar/appt.el (appt-disp-window): Likewise.
238
239 * calendar/diary-lib.el (list-diary-entries): Likewise.
240
241 * array.el (array-reconfigure-rows): Likewise.
242
243 * filecache.el (file-cache-minibuffer-complete): Likewise.
244
245 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
246
247 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
248
249 * allout.el (outline-version, outline-open-topic)
250 (outline-rebullet-heading, outline-insert-listified)
251 (outline-latex-verbatim-quote-curr-line)
252 (outline-latexify-one-item, outlineify-sticky): Likewise.
253
254 * vc.el (vc-next-action-on-file): Likewise.
255 (vc-dired-mode): Remove make-local-hook.
256
257 2001-11-26 Andre Spiegel <spiegel@gnu.org>
258
259 * vc.el (vc-find-version): New function.
260 (vc-version-other-window): Redefined in terms of the above.
261
262 * log-view.el (log-view-find-version): New function.
263 (log-view-mode-map): Bind it to `f'.
264
265 2001-11-26 Gerd Moellmann <gerd@gnu.org>
266
267 * language/devan-util.el (dev-char-glyph): Escape `"' in
268 string literals.
269 (dev-glyph-glyph, dev-glyph-glyph-2)
270 (devanagari-compose-syllable-region): Likewise.
271
272 2001-11-26 Richard M. Stallman <rms@gnu.org>
273
274 * window.el (save-selected-window): No error if saved window is dead.
275
276 * help-funs.el (describe-syntax): Put (interactive) after doc string.
277
278 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
279
280 * international/quail.el (quail-help): Require help-mode in
281 top-level instead.
282
283 * iswitchb.el (iswitchb-exhibit): Use insert instead of
284 insert-string.
285
286 * icomplete.el (icomplete-exhibit): Likewise.
287
288 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
289
290 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
291 (diff-hunk-kill): Simplify.
292 (diff-post-command-hook): Only apply to a single hunk.
293 (diff-hunk-text): Make `char-offset' non-optional.
294 (diff-find-text): Return a cons cell.
295 (diff-find-approx-text): New fun.
296 (diff-find-source-location): Use it.
297 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
298 Adapt to new retval of diff-find-text.
299
300 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
301 rather than integer- representation of dates.
302
303 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
304
305 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
306 (syntax-after): New fun.
307
308 * help-funs.el (describe-syntax): New fun.
309
310 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
311 (font-lock-ppss-stats, font-lock-ppss): Remove.
312 (font-lock-fontify-syntactically-region): Remove tuning code.
313 (font-lock-compile-keywords): Fix off-by-one bug.
314 (font-lock-set-defaults): Don't set removed vars.
315 (c-keywords): Add `inline'.
316 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
317
318 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
319 Set syntax-begin-function.
320 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
321 (lisp-interaction-mode): Don't set local-abbrev-table any more.
322 (lisp-mode-auto-fill): Use syntax-ppss and obey
323 comment-auto-fill-only-comments.
324 (lisp-fill-paragraph): Use syntax-ppss.
325
326 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
327
328 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
329 version of rmail-enable-mime.
330 (rmail-forward): Use it.
331
332 2001-11-25 Richard M. Stallman <rms@gnu.org>
333
334 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
335
336 * international/quail.el (quail-keyboard-layout-button):
337 Define button type.
338 (quail-keyboard-customize-button): Likewise.
339 (quail-help): Use those button types. Require `help-mode'.
340 Avoid altering the argument `package'.
341
342 * help-mode.el (help-function, help-variable, help-face)
343 (help-coding-system, help-input-method, help-character-set):
344 Define each button type with its own explicit define-button-type.
345
346 * language/devan-util.el: Comment out parts of the file
347 which apparently are garbled.
348
349 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
350
351 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
352 insert-string.
353
354 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
355
356 * play/snake.el (snake-mode): Remove make-local-hook.
357
358 * play/tetris.el (tetris-mode): Likewise.
359
360 * play/decipher.el (decipher-mode): Likewise.
361
362 * tmm.el (tmm-add-prompt): Likewise.
363
364 2001-11-25 Sam Steingold <sds@gnu.org>
365
366 * menu-bar.el (menu-bar-apropos-menu): New variable.
367 Moved all `apropos' bindings to this menu.
368 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
369
370 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
371
372 The following changes are for new indian languages support based
373 on Unicode charset and CDAC fonts.
374
375 * international/mule-conf.el: Change indian-1-column charset to
376 indian-glyph charset.
377
378 * international/characters.el: Adjusted for the change of
379 indian-1-column -> indian-glyph.
380
381 * international/fontset.el: Delete the setting for indian-1-column
382 and add the setting for indian-glyph in the default fontset.
383
384 * language/indian.el: Completely re-written.
385
386 * language/devanagari.el: Completely re-written.
387
388 * language/devan-util.el: Completely re-written.
389
390 * language/ind-util.el: New file.
391
392 2001-11-24 Richard M. Stallman <rms@gnu.org>
393
394 * startup.el (command-line-1): Don't do startup screen
395 if a subprocess is running. Call the startup screen buffer
396 "GNU Emacs". Make a special mode-line-format for it.
397
398 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
399 (browse-url-galeon): Use that variable.
400
401 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
402 eval-expression. Eval and set the variable simply.
403
404 * files.el (temporary-file-directory): Use defcustom.
405 (small-temporary-file-directory): Likewise.
406 (normal-backup-enable-predicate): Move down in file
407 after definition of temporary-file-directory.
408
409 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
410
411 2001-11-24 Colin Walters <walters@debian.org>
412
413 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
414 autoload names to match files renamed on initial calc import.
415
416 * calc/calc.el (Commentary): Cleanup, and add logistic curve
417 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
418
419 2001-11-23 Colin Walters <walters@debian.org>
420
421 * Makefile.in (finder_setwins, setwins): Include Calc again.
422
423 * calc/calc-rules.el: Add header comment.
424
425 2001-11-23 Andre Spiegel <spiegel@gnu.org>
426
427 * vc.el (with-vc-properties): Don't bind `filename' locally.
428 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
429 to avoid name clashes. Fix `lisp-indent-function' property for
430 both.
431
432 2001-11-23 Francesco Potorti` <pot@gnu.org>
433
434 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
435
436 2001-11-22 Colin Walters <walters@debian.org>
437
438 * calc/calc-misc.el (report-calc-bug):
439 Use `reporter-prompt-for-summary-p'.
440
441 * calc/INSTALL, calc/Makefile: Remove.
442
443 2001-11-22 Miles Bader <miles@gnu.org>
444
445 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
446 (reb-match-2, reb-match-3): Add dark-background variants.
447
448 2001-11-22 Colin Walters <walters@debian.org>
449
450 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
451 (info "Calc").
452 (report-calc-bug): Use reporter.el.
453
454 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
455
456 2001-11-21 Richard M. Stallman <rms@gnu.org>
457
458 * which-func.el (which-function): Call imenu--make-index-alist
459 if necessary to get a list of functions.
460 (which-function-imenu-failed): New variable.
461 (which-func-update): Handle all visible windows.
462 (which-func-update-1): New subroutine broken out of which-func-update.
463
464 * files.el (temporary-file-directory, null-device)
465 (small-temporary-file-directory): Definitions moved up.
466
467 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
468 (cperl-non-problems, cperl-praise): Doc fixes.
469
470 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
471 (sh-mode-syntax-table): Function restored.
472 Variable set up for use by function sh-mode-syntax-table.
473 (sh-set-shell): Set the syntax table.
474
475 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
476
477 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
478
479 * international/encoded-kb.el: Don't alter minor-map-alist.
480
481 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
482
483 * files.el (auto-save-file-name-transforms): Put remote files in
484 temporary-file-directory rather than /tmp.
485
486 2001-11-21 Colin Walters <walters@debian.org>
487
488 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
489 of (function ...) wrapper.
490
491 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
492
493 * derived.el (define-derived-mode): Create the abbrev-table
494 from inside the `defvar'.
495
496 * jit-lock.el (jit-lock-defer-time): New var.
497 (jit-lock-defer-timer, jit-lock-buffers): New vars.
498 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
499 (jit-lock-function): Defer fontification if requested.
500 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
501 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
502 text property.
503 (jit-lock-deferred-fontify): New fun.
504
505 2001-11-20 Richard M. Stallman <rms@gnu.org>
506
507 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
508 Set local-abbrev-table to lisp-mode-abbrev-table.
509
510 * emacs-lisp/re-builder.el (reb-mode):
511 Don't use define-derived-mode. Call kill-all-local-variables.
512
513 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
514 Don't use define-derived-mode.
515
516 * help-mode.el (help-mode): Undo 2001-10-07 change.
517
518 * replace.el (occur-mode): Undo 2001-5-20 change.
519
520 2001-11-20 Jason Rumney <jasonr@gnu.org>
521
522 * w32-fns.el (w32-system-coding-system): Change to an alias for
523 locale-coding-system.
524 (set-w32-system-coding-system): Document the above change.
525 Set locale-coding-system instead.
526
527 2001-11-20 Richard M. Stallman <rms@gnu.org>
528
529 * ruler-mode.el: Add pagination.
530 (ruler-mode-toggle-show-tab-stops): No need to
531 test `ruler-mode' variable.
532
533 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * play/landmark.el: Mark lm-mode as special.
536
537 * play/gomoku.el: Mark gomoku-mode as special.
538
539 2001-11-20 Juanma Barranquero <lektu@terra.es>
540
541 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
542 (top-level): Bind it to C-c C-b.
543 (re-builder): Don't re-enter RE Builder Mode.
544
545 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
546
547 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
548
549 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
550 `manual-program'.
551
552 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
553 to a line without a comment.
554
555 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
556
557 * dired.el (dired-listing-switches): Mention in the doc string
558 that some switches are not supported by ls-lisp.el
559
560 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
561
562 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
563 (imenu--create-keymap-2): Remove.
564 (imenu--create-keymap-1): Simplify, remove third argument.
565 (imenu--generic-function): Use dolist.
566 (imenu-find-default): New function.
567 (imenu--completion-buffer): Use it.
568 (imenu--mouse-menu): Use popup-menu.
569 (imenu--menubar-select): Return t rather than calling imenu.
570
571 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
572 New functions, extracted from fill-region-as-paragraph.
573 (fill-region-as-paragraph): Use them.
574 Use an end marker instead of eob.
575 Ignore whitespace-only fill-prefixes when indenting according to mode.
576 Simplify the loop that searches for spaces backwards.
577
578 * textmodes/picture.el (picture-vertical-step)
579 (picture-horizontal-step): Don't use defconst for variables.
580
581 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
582 (mail-extract-address-components): Downcase domain names.
583 (mail-extr-delete-char): Remove. Use delete-char instead.
584
585 * emulation/pc-select.el: Doc string fixes.
586 (pc-selection-mode): Don't treat macos as a tty.
587
588 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
589
590 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
591
592 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
593 (mouse-wheel-progessive-speed): New var.
594 (mwheel-scroll): Use it and handle float values.
595
596 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
597
598 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
599 (iswitchb): Fix the case where the result was selected with the mouse.
600 (iswitchb-completion-help): Use the normal *Completions* now that
601 mouse selection works.
602 (iswitchb-minibuffer-setup): Simplify.
603
604 * newcomment.el (comment-column, comment-style, comment-multi-line)
605 (comment-auto-fill-only-comments): Remove :group arg.
606 (comment-padding): Add :type.
607 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
608 if called interactively.
609
610 2001-11-19 Colin Walters <walters@verbum.org>
611
612 * calc/calc.el (toplevel): Add comment and version header.
613 (calc-init-base): Bump version to 2.02f, update date.
614
615 2001-11-19 Richard M. Stallman <rms@gnu.org>
616
617 * net/browse-url.el: Support Mozilla and Galeon.
618 By default, find the installed browser whichever it is.
619 (browse-url-mozilla): New function.
620 (browse-url-mozilla-sentinel): New function.
621 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
622 (browse-url-default-browser): New function.
623 (browse-url-process-environment): Use browse-url-browser-display.
624 (browse-url-browser-display): Renamed from browse-url-netscape-display.
625 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
626 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
627 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
628 (browse-url-browser-function): New default, new options.
629
630 2001-11-19 Sam Steingold <sds@gnu.org>
631
632 * bindings.el (last-buffer, unbury-buffer): New function.
633 (mode-line-unbury-buffer): Use `unbury-buffer'.
634
635 2001-11-18 Stephen Eglen <stephen@gnu.org>
636
637 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
638 control behaviour when no further completion is possible.
639
640 2001-11-19 Colin Walters <walters@verbum.org>
641
642 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
643 (math-showing-full-precision, math-with-extra-prec, math-working)
644 (calc-with-default-simplification)
645 (calc-with-trail-buffer): Use backtick.
646 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
647 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
648 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
649 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
650 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
651 (Math-num-integerp, Math-bignum-test, Math-equal-int)
652 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
653 (calc-record-compilation-date-macro): Deleted. Callers updated.
654 (math-format-radix-digit): Move to calc-bin.el.
655
656 * calc/calc.el (calc-record-compilation-date): Remove.
657 (calc-bug-address): Update.
658 (calc-settings-file): Use `user-init-file'.
659
660 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
661 Handle null `calc-settings-file'.
662
663 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
664 * calc/calc-keypd.el (calc-keypad-mode): New.
665 (calc-do-keypad): Use it.
666 (calc-keypad-map): Move into `calc-keypad-mode'.
667
668 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
669 to defalias argument.
670
671 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
672 (calcFunc-floor): Ditto.
673
674 * calc-units.el (calcFunc-usimplify): Ditto.
675
676 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
677 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
678 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
679 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
680 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
681 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
682 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
683 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
684 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
685 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
686 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
687 and move them before their first use. Use `when', `unless'.
688 Remove trailing periods from error forms. Add description and
689 headers suggested by Emacs Lisp coding conventions.
690
691 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
692
693 * newcomment.el (comment-indent):
694 Fix misindentation for comment-only lines.
695 (comment-indent-new-line): Only obey comment-multi-line if the
696 comment-ender is not the end-of-line.
697
698 2001-11-19 Richard M. Stallman <rms@gnu.org>
699
700 * net/net-utils.el (network-connection-service-abbrev-alist):
701 New variable.
702
703 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
704 Advance to start of 3rd sexp by moving fwd and backing over it.
705 At first three elements, act like defun.
706
707 * delsel.el (delete-selection-pre-hook): Handle and resignal
708 file-supersession errors to interact properly with userlock.el.
709
710 2001-11-18 Richard M. Stallman <rms@gnu.org>
711
712 * progmodes/fortran.el (fortran-mode-syntax-table):
713 Specify punctuation syntax for backslash.
714
715 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
716 All calls deleted.
717
718 * international/mule-util.el (string-to-sequence): Make it obsolete.
719 (string-to-list, string-to-vector): Implement them directly
720 using append and vconcat, not with string-to-sequence.
721
722 * startup.el (command-line): Set abbrevs-changed to nil after
723 reading the init file and the abbrevs file.
724
725 * isearch.el (isearch): Use magenta2 as bg for (background light)
726
727 2001-11-17 Richard M. Stallman <rms@gnu.org>
728
729 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
730
731 * simple.el (minibuffer-history-sexp-flag): Doc fix.
732
733 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
734
735 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
736 If set and if applicable, add a regexp to highlight defun-like
737 text inside comments and strings.
738 (font-lock-fontify-keywords-region): Pass that new arg.
739 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
740 to the end and pass that new arg.
741 (c-font-lock-keywords-2): Fix regex for labels.
742 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
743 Make it work when LIMIT is several lines further.
744 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
745 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
746 Use backquote and make the regexes for `int a, b, c;' work on
747 multiple lines.
748
749 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
750 (font-lock-defaults-alist): Don't change it any more.
751 (reb-subexp-mode-map): Cleanup.
752
753 * custom.el (custom-current-group-alist): New var.
754 (custom-declare-group): Set it.
755 (custom-current-group): New fun.
756 (custom-declare-variable, custom-handle-all-keywords):
757 Use it as a default if no :group argument is specified.
758
759 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
760 (standard-keyboard-coding-systems): New var.
761 (set-locale-environment): Use it to decide whether or not to call
762 set-keyboard-coding-system.
763 (locale-language-names): Use \"French\" for "fr".
764
765 2001-11-17 Richard M. Stallman <rms@gnu.org>
766
767 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
768 (add-to-list): Delete compatibility code.
769 (checkdoc-next-message-error): Doc fix.
770
771 2001-11-17 Stephen Eglen <stephen@gnu.org>
772
773 * locate.el (locate): Show default locate pattern within the
774 prompt, but don't insert it into the minibuffer contents.
775 Catch the case when pattern is the empty string.
776
777 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
778
779 * language/european.el ("French"): New language environment.
780
781 2001-11-16 Richard M. Stallman <rms@gnu.org>
782
783 * calendar/todo-mode.el (todo-save): Fix previous change.
784
785 * subr.el (functionp): Do use cdr-safe on object.
786
787 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
788
789 * bindings.el (mode-line-mode-name): Only put the help-echo property
790 if the local-map property was put as well.
791 (global-map): Bind switch-frame, delete-frame, iconify-frame
792 and make-frame-visible events.
793
794 * emacs-lisp/elp.el (elp-not-profilable): New var.
795 (elp-not-profilable-p): New function.
796 (elp-instrument-function): Use it. Use backquotes and push.
797
798 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
799 (byte-stack+-info, byte-compile-last-warned-form)
800 (byte-compile-last-logged-file): Don't defconst a variable.
801 (no-byte-compile): Declare.
802 (byte-compile-file): Don't boundp-check no-byte-compile any more.
803 (byte-compile-defvar): Leave defconst as is.
804
805 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
806 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
807 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
808 (edebug-best-error): Don't defconst a variable.
809 (edebug-read-syntax-table): Use a char-table.
810 (edebug-lemacs-specific): Remove.
811 Toplevel: Eliminate check for Lucid Emacs.
812
813 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
814
815 * rect.el (move-to-column-force): Mark obsolete.
816 (operate-on-rectangle, delete-extract-rectangle-line)
817 (insert-rectangle, delete-whitespace-rectangle-line)
818 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
819 (string-rectangle-history): New var.
820 (string-rectangle, string-insert-rectangle): Use it.
821 (delete-rectangle-line): Fix pos/column mixup and simplify.
822
823 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
824 (normal-top-level, command-line, command-line-1): Simplify.
825
826 * tar-mode.el (tar-mode): Use define-derived-mode.
827
828 * view.el (view-mode-enable): Don't use make-local-hook.
829
830 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
831
832 2001-11-16 Richard M. Stallman <rms@gnu.org>
833
834 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
835 if it doesn't make sense as anything else.
836 Don't recognize a "telephone number" at the beginning of the name.
837 (mail-extr-leading-garbage): Match non-word characters only.
838
839 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
840
841 * startup.el (command-line-processed): Doc fix.
842
843 * apropos.el (apropos-next-label-button): Doc fix.
844
845 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
846
847 * comint.el (comint-mode): Simplify.
848 (make-comint-in-buffer): Run `comint-mode' only if necessary.
849
850 * subr.el (eval-after-load): Make it work with features as well.
851
852 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
853
854 * international/mule-cmds.el (describe-input-method): Setup xref.
855 (set-language-environment): Use functionp.
856 (locale-language-names, locale-charset-language-names)
857 (locale-preferred-coding-systems): Defconst and purecopy.
858
859 * language/european.el (mac-roman): Add mime-charset property.
860
861 2001-11-15 Richard M. Stallman <rms@gnu.org>
862
863 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
864 (multiple-value-apply, nth-value): Use defsubst rather than defalias
865 to get better doc strings.
866
867 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
868
869 * derived.el: Fix autoload cookie.
870
871 2001-11-15 Richard M. Stallman <rms@gnu.org>
872
873 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
874
875 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
876
877 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
878
879 2001-11-15 Richard M. Stallman <rms@gnu.org>
880
881 * dired.el (dired-undo): Display a message to explain
882 that this does not undo file system changes.
883
884 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
885
886 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
887 into `unread-command-events' instead of trying keymap
888 lookups ourselves. This makes mouse-clicks do the right
889 thing even when keymaps of overlays are involved.
890 (mouse-drag-drag): Likewise.
891
892 2001-11-15 Andreas Schwab <schwab@suse.de>
893
894 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
895 characters and append anchor to pattern added to auto-mode-alist.
896
897 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
898
899 * server.el (server-process-filter): Run pore/post-comment-hook
900 before/after visiting the file.
901
902 * info-look.el (makefile-mode): Add info for automake.
903 (autoconf-mode): Fix the name of the index for automake.
904
905 * international/latin-9.el: Give pilcrow punctuation syntax.
906
907 2001-11-15 Andre Spiegel <spiegel@gnu.org>
908
909 * vc.el: Documentation fixes.
910
911 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
912
913 * smerge-mode.el (smerge-match-conflict): Fix typo.
914 (smerge-diff): Be careful to read match-data early enough.
915
916 2001-11-14 Colin Walters <walters@verbum.org>
917
918 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
919 (calcFunc-subst): Use `defalias' instead of `fset' and
920 `symbol-function'.
921
922 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
923 (calcFunc-ceil, calcFunc-round): Ditto.
924
925 * calc/calc-bin.el (calcFunc-clip): Ditto.
926
927 * calc/calc-ext.el (calcFunc-evalv): Ditto.
928
929 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
930
931 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
932 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
933
934 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
935
936 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
937 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
938 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
939 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
940 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
941 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
942 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
943 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
944 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
945 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
946 * calcsel2.el: Style cleanup; don't put closing parens on their
947 own line, add "foo.el ends here" to each file, and update
948 copyright date.
949
950 * README: Update maintainer.
951
952 2001-11-13 Alan Shutko <ats@acm.org>
953
954 * compile.el (recompile): Use compilation-arguments if set, so as
955 to be able to M-x recompile the exact command which created a
956 compilation-mode buffer.
957
958 2001-11-13 Richard M. Stallman <rms@gnu.org>
959
960 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
961
962 2001-11-13 Gerd Moellmann <gerd@gnu.org>
963
964 * mouse.el (mouse-drag-region): Don't run the up-event
965 handler if window start changed due to the down-mouse event.
966
967 2001-11-13 Richard M. Stallman <rms@gnu.org>
968
969 * mouse.el (mouse-show-mark): Either move point to the mark
970 or use highlighting, never both.
971 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
972
973 2001-11-13 Simon Josefsson <jas@extundo.com>
974
975 * mail/smtpmail.el (top-level): Change maintainer to Simon
976 Josefsson, cleanup the smtpmail.el header.
977
978 * mail/smtpmail.el (top-level): Don't require cl or base64.
979 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
980 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
981 Defsubst instead of defmacro.
982 (smtpmail-intersection): Return value in reverse order.
983 (smtpmail-open-stream): Use stringp instead of string-to-list.
984 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
985 separated from smtpmail-via-smtp.
986
987 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
988 rfc2104. Require base64 and cl.
989 (smtpmail-smtp-service): Doc fix. :type fix.
990 (smtpmail-debug-info): Doc fix.
991 (smtpmail-debug-verb, smtpmail-auth-credentials)
992 (smtpmail-starttls-credentials, smtpmail-auth-supported):
993 New variables.
994 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
995 mail-utils (it is autoloaded).
996 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
997 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
998 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
999 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
1000 (smtpmail-via-smtp): Support AUTH.
1001 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
1002
1003 2001-11-13 Richard M. Stallman <rms@gnu.org>
1004
1005 * ebuff-menu.el (electric-buffer-update-highlight): New function.
1006 (electric-buffer-overlay): New variable.
1007 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
1008 (electric-buffer-list): Likewise.
1009
1010 2001-11-13 Per Starback <starback@ling.uu.se>
1011
1012 * isearch.el (isearch-whitespace-chars): Doc fix.
1013 (isearch-mode): Handle negative search-slow-window-lines correctly.
1014
1015 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
1016
1017 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
1018
1019 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
1020 From Emmanuel Briot <briot@act-europe.fr>.
1021
1022 2001-11-13 Colin Walters <walters@debian.org>
1023
1024 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
1025
1026 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
1027 "~/.emacs"; use `read-file-name'.
1028
1029 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
1030 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
1031 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
1032 * calc/calc.el: Use `frame-width' instead of `screen-width',
1033 `frame-height' instead of `screen-height', and,
1034 `executing-kbd-macro' instead of `executing-macro'.
1035
1036 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
1037 correct number of arguments.
1038
1039 * calc/calc-aent.el (calc-do-alg-entry):
1040 Use `blink-paren-function' instead of `blink-paren-hook'.
1041
1042 2001-11-12 Richard M. Stallman <rms@gnu.org>
1043
1044 * calendar/todo-mode.el (todo-save): Add save-excursion
1045 and save-restriction.
1046
1047 * server.el (server-edit, server-done): Doc fix.
1048
1049 * simple.el (clone-indirect-buffer): Error if major mode symbol
1050 has a no-clone-indirect property.
1051 (clone-buffer): Check for obvious errors before reading clone name.
1052
1053 * info.el (Info-mode): Add a no-clone-indirect property.
1054
1055 2001-11-12 Sam Steingold <sds@gnu.org>
1056
1057 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1058 set-buffer-modified-p to nil after `vc-exec-after'.
1059 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1060 (log-view-mode): Make read-only.
1061 (log-view-current-file): Do final `expand-file-name' in the
1062 current `default-directory'.
1063 (log-view-current-tag): Take an optional `where' arg.
1064 (log-view-diff): New user command.
1065
1066 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1067
1068 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1069
1070 2001-11-12 Sam Steingold <sds@gnu.org>
1071
1072 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1073 `generic-flet', `generic-labels', `with-accessors',
1074 `with-condition-restarts'.
1075
1076 2001-11-12 Richard M. Stallman <rms@gnu.org>
1077
1078 * dired.el: Many trivial doc fixes.
1079 (dired-get-file-for-visit): New function.
1080 (dired-find-alternate-file, dired-mouse-find-file-other-window):
1081 (dired-view-file, dired-find-file-other-window, dired-display-file):
1082 (dired-find-file): Use dired-get-file-for-visit.
1083
1084 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
1085
1086 * sql.el (sql-mode): Doc change.
1087
1088 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1089 escape character.
1090
1091 2001-11-12 Colin Walters <walters@debian.org>
1092
1093 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1094 (calc-do-keypad): Don't attempt to use nonexistent global
1095 mouse-map, use calc-keypad-map.
1096 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1097 (calc-keypad-left-click): Don't use mouse-map; update to new event
1098 interface.
1099 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1100 (calc-keypad-press): Use `unread-command-events' instead of
1101 `unread-command-char'.
1102
1103 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1104 to match files renamed on initial calc import.
1105
1106 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1107
1108 * textmodes/flyspell.el (flyspell-default-dictionary):
1109 Fix previous change.
1110
1111 2001-11-12 Richard M. Stallman <rms@gnu.org>
1112
1113 * textmodes/flyspell.el (flyspell-default-dictionary):
1114 Fix custom type.
1115
1116 2001-11-11 Richard M. Stallman <rms@gnu.org>
1117
1118 * calendar/solar.el (solar-sunrise-and-sunset):
1119 Exchange the two extreme values of day-length.
1120
1121 * progmodes/sh-script.el (sh-must-be-shell-mode):
1122 Allow modes derived from sh-mode.
1123
1124 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1125 Turn off error in some re-search-forward calls.
1126
1127 * replace.el (query-replace-skip-read-only): New variable.
1128 (perform-replace): If that variable is non-nil, ignore matches
1129 that have a read-only property.
1130
1131 * derived.el (define-derived-mode): Doc fix.
1132
1133 * server.el (server-buffer-done): Test of server-existing-buffer
1134 was backwards.
1135 (server-existing-buffer): Doc fix.
1136
1137 * textmodes/flyspell.el (flyspell-default-dictionary):
1138 Allow nil as value, and make nil the default.
1139
1140 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1141
1142 * subdirs.el: Regenerated.
1143
1144 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1145 it is not fboundp.
1146 (clipboard-yank): Ditto.
1147
1148 2001-11-11 Colin Walters <walters@verbum.org>
1149
1150 The following changes are based on patches from
1151 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1152 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1153
1154 * calc/calc.el (toplevel): Require calc-macs.
1155 (calc-minibuffer-size): New.
1156 (calcDigit-nondigit): Use it instead of `buffer-size'.
1157 (calcDigit-backspace): Likewise.
1158 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1159 `buffer-string'.
1160 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1161 `point-min'.
1162 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1163 `save-excursion'.
1164
1165 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1166 simple `setq' form.
1167
1168 * calc/calc-ext.el: (toplevel): Require calc.
1169 (calc-fancy-prefix-map): New.
1170 (calc-fancy-prefix): Use it.
1171 (calc-fancy-prefix-other-key): New.
1172
1173 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1174 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1175 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1176 (calcAlg-enter): Likewise.
1177 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1178
1179 2001-11-10 Richard M. Stallman <rms@gnu.org>
1180
1181 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1182 (quietly-read-abbrev-file): Doc fix.
1183
1184 * startup.el (command-line): Read standard abbrev
1185 file (abbrev-file-name), if it exists.
1186
1187 * files.el (save-abbrevs): Default value is t.
1188
1189 * progmodes/compile.el (compile-goto-error): Fix previous change
1190 in the case where subsequent errors have not been parsed yet
1191 because they are in a different source file.
1192
1193 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1194
1195 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1196 Merge two regular expressions into one.
1197 (ps-mode): Make local bindings for `comment-start' and
1198 `comment-start-skip'.
1199 (ps-mode-looking-at-nested): Simplify an if-else construct;
1200 use `set-match-data' to set the result.
1201
1202 2001-11-10 Richard M. Stallman <rms@gnu.org>
1203
1204 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1205 Function deleted.
1206 (flyspell-correct-word): Old definition deleted.
1207 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1208 All references renamed too.
1209
1210 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1211
1212 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1213
1214 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1215
1216 * wid-edit.el (checklist): Removed `:menu-tag'.
1217 (radio-button-choice): Ditto.
1218 (editable-list): Ditto.
1219
1220 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1221
1222 * play/gomoku.el: Move definitions of constants to the beginning
1223 of file, before their use.
1224
1225 2001-11-09 Richard M. Stallman <rms@gnu.org>
1226
1227 * textmodes/flyspell.el: Use the keymap property
1228 instead of local-map, and don't use a minor-mode map.
1229 (flyspell-mode-map): Variable deleted.
1230 Don't mess with minor-mode-map-alist.
1231 (calling add-minor-mode): Specify nil for keymap.
1232 And always use add-minor-mode, now that it exists.
1233 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1234 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1235 or flyspell-local-mouse-map.
1236 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1237 (flyspell-mode): Doc fix.
1238 (flyspell-mode-on): Don't call make-local-hook.
1239
1240 2001-11-09 Sam Steingold <sds@gnu.org>
1241
1242 * emacs-lisp/debug.el (debugger-make-xrefs):
1243 Add buttons to all symbols.
1244
1245 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1246
1247 * vc.el: Add John David Smith to credits.
1248
1249 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1250
1251 * vc-hooks.el (vc-error-occured): Backquotified.
1252 (vc-file-prop-obarray): Use prime length for better efficiency.
1253
1254 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1255
1256 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1257
1258 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1259
1260 2001-11-09 Miles Bader <miles@gnu.org>
1261
1262 * subr.el (functionp): Don't consider macros as functions.
1263
1264 2001-11-08 Miles Bader <miles@gnu.org>
1265
1266 * subr.el (functionp): Make work correctly for macros and unbound
1267 symbols.
1268
1269 * comint.el (comint-send-input): Fix description of
1270 `comint-process-echoes' in the doc-string.
1271
1272 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1273
1274 * international/mule.el (make-translation-table): Doc fix.
1275 Suggested by Alex Schroeder <alex@gnu.org>.
1276
1277 2001-11-07 Richard M. Stallman <rms@gnu.org>
1278
1279 * info.el (Info-fontify-node): Highlight every third menu item.
1280
1281 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1282
1283 * cus-edit.el (custom-face-value-create): Don't ignore the
1284 `customized-face' attribute when finding the current face spec.
1285
1286 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1287
1288 * subr.el (with-local-quit): New macro.
1289 (make-syntax-table): Always inherit.
1290 (functionp): Be more careful when `object' is a symbol.
1291
1292 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1293
1294 2001-11-07 Paul Eggert <eggert@twinsun.com>
1295
1296 * dired.el (dired-move-to-filename-regexp):
1297 Do not distinguish between ASCII letters and non-ASCII characters.
1298 Don't allow comma except in the form "month day, year".
1299 Don't allow space between month name and comma.
1300 Clean up the code that checks for trailing period, comma, and space.
1301 Remove now-obsolete comments, and add more commentary about
1302 Japanese dates.
1303 Always gobble up trailing spaces, instead of doing it only sometimes.
1304
1305 2001-11-07 Miles Bader <miles@gnu.org>
1306
1307 * paren.el (show-paren-match-face): Add dark-background variant.
1308
1309 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1310
1311 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1312 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1313 Don't disable adaptive-fill-mode.
1314 (lisp-fill-paragraph): Use tab-width rather than 8.
1315 Prevent filling the first line of docstrings.
1316
1317 2001-11-06 Richard M. Stallman <rms@gnu.org>
1318
1319 * play/gomoku.el (gomoku): Doc fix.
1320
1321 * jka-compr.el (jka-compr-partial-uncompress):
1322 Support an alternative of not using dd.
1323 (jka-compr-dd-program): Use defcustom to define this.
1324 (jka-compr-load-suffixes): Use defcustom.
1325 (jka-compr-mode-alist-additions): Use defcustom.
1326
1327 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1328
1329 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1330 Also work when LIMIT is further than the end of line.
1331
1332 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1333
1334 * international/quail.el (quail-update-leim-list-file): Print the
1335 offending file name if some of its quail-define-package forms is broken.
1336
1337 2001-11-05 Richard M. Stallman <rms@gnu.org>
1338
1339 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1340 of the evaluated form.
1341
1342 2001-11-05 Paul Eggert <eggert@twinsun.com>
1343
1344 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1345 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1346 stamps always line up by default. Also, it uses a slightly
1347 different window to determine whether files are "recent".
1348
1349 2001-11-05 Andrew Innes <andrewi@gnu.org>
1350
1351 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1352 Don't attempt to remake autoloads before nuking .elc files.
1353
1354 2001-11-04 Richard M. Stallman <rms@gnu.org>
1355
1356 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1357 previous-single-property-change or next-single-char-property-change
1358 returns nil.
1359
1360 * international/mule-cmds.el (set-locale-environment):
1361 Make it interactive; make arg optional.
1362
1363 * international/mule-diag.el (help-funs): Require help-funs.
1364
1365 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1366
1367 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1368
1369 2001-11-04 Miles Bader <miles@gnu.org>
1370
1371 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1372 shadow of the splash image grey on a dark background instead of black.
1373
1374 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1375
1376 * term.el (all faces): Don't (copy-face 'default <foo>).
1377
1378 * term/xterm.el (function-key-map):
1379 Add entry for `ESC [ 3 ~' -> <delete>
1380 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1381 Use inheritance so that .emacs and terminfo take precedence.
1382
1383 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1384
1385 * tooltip.el (tooltip-delay): Decrease to 0.7.
1386 (tooltip-hide-delay): Enlarge to 10.
1387
1388 2001-11-03 Richard M. Stallman <rms@gnu.org>
1389
1390 * startup.el (fancy-splash-tail): Explain how to recover
1391 from a crash, if there was a crash.
1392 (command-line-1): Reorganize display of startup screen,
1393 to simplify the logic. Use a temp buffer for it.
1394
1395 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1396
1397 * frame.el (set-background-color, set-foreground-color):
1398 Call face-set-after-frame-default, to propagate the new colors to
1399 the frame's parameters alist.
1400
1401 * calendar/timeclock.el (timeclock-out): Signal an error if
1402 timeclock-last-event is nil.
1403
1404 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1405
1406 * textmodes/fill.el (fill-context-prefix): Fix braino.
1407
1408 * international/quail.el (quail-help):
1409 Use `help-buffer' and move `help-setup-xref' to beginning.
1410
1411 * international/mule-cmds.el (describe-language-environment):
1412 Use `help-buffer' and move `help-setup-xref' to beginning.
1413
1414 * international/mule-diag.el (list-character-sets)
1415 (sort-listed-character-sets, describe-character-set)
1416 (describe-coding-system, describe-fontset, list-fontsets):
1417 Use `help-buffer' and move `help-setup-xref' to beginning.
1418 (describe-char-after): Use `internal-describe-syntax-value'.
1419
1420 2001-11-02 Richard M. Stallman <rms@gnu.org>
1421
1422 * mouse.el (popup-menu): If the user refuses to select
1423 from a menu, don't try to invoke the menu.
1424
1425 2001-11-02 Miles Bader <miles@gnu.org>
1426
1427 * help-mode.el (help-xref): New button type.
1428 (help-function, help-variable, help-face, help-coding-system)
1429 (help-input-method, help-character-set, help-type, help-symbol)
1430 (help-back, help-info, help-customize-variable, help-customize-face)
1431 (help-function-def, help-variable-def): Use it as a supertype.
1432 Remove `action' property.
1433
1434 * international/mule-diag.el (describe-character-set)
1435 (describe-coding-system): Pass correct args to `help-xref-button'.
1436 (sort-listed-character-sets): New button type.
1437 (list-character-sets): Use it.
1438 (list-charset-chars): New button type.
1439 (list-character-sets-1): Use it.
1440
1441 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1442
1443 * indent.el (tab-always-indent, indent-for-tab-command):
1444 Remove redundant `never' setting.
1445
1446 * fill.el (fill-region-as-paragraph): Don't forget to skip
1447 over current whitespace before looking for a preceding space.
1448
1449 2001-11-01 Richard M. Stallman <rms@gnu.org>
1450
1451 * files.el (file-newest-backup): Don't pass backup file name
1452 thru file-name-sans-versions, because it never has version numbers.
1453
1454 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1455 to avoid ambiguous nested loops.
1456
1457 * files.el (find-file-noselect): Offer to change buffer-read-only
1458 only when the file's read-only status has changed from before
1459 as well as disagreeing with the buffer's current status.
1460 (buffer-file-read-only): New var, local in all buffers.
1461
1462 * buff-menu.el (buffer-menu): Doc fix.
1463 (buffer-menu-other-window): Doc fix.
1464 (list-buffers, list-buffers-noselect): Doc fix.
1465
1466 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1467
1468 * startup.el (command-line): If the terminal Emacs is running on
1469 has erase char set to ^H, use the Backspace key for deleting
1470 backward, and the Delete key for deleting forward.
1471
1472 2001-11-01 Miles Bader <miles@gnu.org>
1473
1474 * button.el (define-button-type): Make sure every user-defined
1475 button type has a supertype.
1476
1477 2001-10-31 Jason Rumney <jasonr@gnu.org>
1478
1479 * international/mule-cmds.el (locale-language-names): Add chs and
1480 cht as aliases for Chinese-GB and Chinese-BIG5.
1481
1482 2001-10-31 Richard M. Stallman <rms@gnu.org>
1483
1484 * bindings.el (mode-line-frame-identification): Add doc string.
1485 (mode-line-position, mode-line-modes): New variables.
1486 (mode-line-format): Use mode-line-position for the part
1487 that displays the position-in-buffer info.
1488 Use mode-line-modes for the part that displays major and minor modes.
1489
1490 2001-10-31 Sam Steingold <sds@gnu.org>
1491
1492 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1493 (debugger-setup-buffer): Call it.
1494 (debugger-mode-map): Bind RET and mouse-2.
1495
1496 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1497
1498 * startup.el: Document command line option --no-window-system
1499 instead of --no-windows.
1500
1501 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1502
1503 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1504
1505 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1506 (font-lock-defaults-alist): Use it.
1507 From David Ponce <david.ponce@wanadoo.fr>
1508
1509 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1510 output of `char-after'.
1511
1512 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1513
1514 * simple.el (reindent-then-newline-and-indent): Insert the newline
1515 before indenting the first line.
1516 (undo-get-state, undo-revert-to-state): New funs.
1517 (shell-command): Don't kill the buffer even if empty.
1518 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1519 (transpose-subr-end2): Remove.
1520 (transpose-subr): Add `special' arg and simplify.
1521 (transpose-subr-1): Rewrite.
1522 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1523 (rfc822-goto-eoh): Simplify.
1524
1525 2001-10-30 Richard M. Stallman <rms@gnu.org>
1526
1527 * enriched.el (enriched-face-ans): FIx previous change.
1528
1529 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1530
1531 * international/iso-acc.el (iso-accents-compose): Remove a
1532 superfluous setq.
1533
1534 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1535
1536 * buff-menu.el (list-buffers-noselect): If the buffer's name
1537 starts with a blank, but it visits a file, do show it (for files
1538 whose names start with a blank).
1539
1540 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1541
1542 * textmodes/fill.el (sentence-end-double-space)
1543 (sentence-end-without-period): Move to paragraphs.el.
1544 (fill-indent-according-to-mode): Change default to t.
1545 (fill-context-prefix): Simplify control-flow and use a more
1546 sophisticated merge that unifies both previous checks.
1547 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1548 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1549 (fill-nobreak-p): New fun.
1550 (fill-region-as-paragraph): Use it.
1551 Handle `fill-indent-according-to-mode' slightly differently.
1552 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1553 (fill-individual-paragraphs-citation): Fix.
1554
1555 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1556 (paragraph-start): Change default to the `text-mode' value.
1557 (sentence-end-double-space, sentence-end-without-period):
1558 Move from fill.el.
1559 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1560 rather than rebinding `paragraph-start' and `paragraph-separate'.
1561
1562 * indent.el (indent-line-function): Change default to indent-relative.
1563 (tab-always-indent): Add an `never' setting.
1564 (indent-according-to-mode): Handle `indent-relative' and
1565 `indent-relative-maybe' specially.
1566 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1567 Handle the `never' case for `tab-always-indent'.
1568 Don't call indent-according-to-mode for indent-relative' and
1569 `indent-relative-maybe'.
1570 (insert-tab): Rename `prefix-arg' to `arg'.
1571 (indent-region): Indent the first line as well.
1572 (indent-relative): Don't mark the buffer modified if the indentation
1573 is unchanged.
1574
1575 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1576 Don't set paragraph-separate. Set paragraph-start more carefully.
1577 Set indent-line-function.
1578 (paragraph-indent-text-mode): Use it and define-derived-mode.
1579 (text-mode-map): Remove the \t binding.
1580 (text-mode): Simplify now that the default is more favorable.
1581
1582 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1583
1584 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1585 If the regexp doesn't match, use a looser one.
1586 (find-variable-noselect): Add `file' argument.
1587
1588 * pcvs.el (cvs-mode-commit-hook): New hook.
1589 (cvs-mode-commit): Run it.
1590
1591 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1592
1593 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1594 (edebug-instrument-function): Use `find-function-noselect'.
1595
1596 2001-10-29 Richard M. Stallman <rms@gnu.org>
1597
1598 * term.el (term-if-emacs19): Macro deleted.
1599 Callers changed to use progn instead.
1600
1601 * frame.el (blink-cursor-mode): Doc fix.
1602
1603 * files.el (find-backup-file-name): Use make-backup-file-name.
1604
1605 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1606 window-live-p.
1607 (edebug-set-conditional-breakpoint): Unconditionally use
1608 the former Emacs >=19 definition.
1609 (edebug-mark): Define unconditionally.
1610 (edebug-eval-expression): Always call read-from-minibuffer
1611 and specify history list.
1612 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1613 edebug-set-conditional-breakpoint.
1614 (edebug-emacs-version-specific): Function deleted;
1615 do the job at top level.
1616 (edebug-emacs-19-specific): Function deleted, this is the default.
1617
1618 2001-10-29 Sam Steingold <sds@gnu.org>
1619
1620 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1621 "/cygdrive/LETTER/" pathnames.
1622
1623 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1624
1625 * faces.el (invert-face): Check for 'unspecified, not for nil,
1626 when testing whether face colors are not specified.
1627 From David.Kastrup@t-online.de (David Kastrup).
1628 (read-face-name): Doc fix.
1629 (make-face-bold, make-face-unbold, make-face-italic)
1630 (make-face-unitalic, make-face-bold-italic, invert-face):
1631 Remove trailing blank from the prompt passed to read-face-name.
1632
1633 2001-10-29 Sam Steingold <sds@gnu.org>
1634
1635 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1636 Report numbers of files skipped and failed too.
1637 (byte-compile-file): Return 'no-byte-compile for skipped files.
1638
1639 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1640
1641 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1642 and `M p'.
1643
1644 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1645
1646 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1647 as is on unread-command-events instead of `(SECOND-CHAR)'.
1648
1649 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1650
1651 * vc.el: Mention vc-*-switches in backend API documentation.
1652 (vc-annotate): Adapt doc string to recent change.
1653
1654 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1655
1656 * enriched.el (enriched-face-ans): Handle face attributes
1657 of the form `(FACE1 FACE2 ...)'.
1658
1659 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1660
1661 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1662
1663 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1664
1665 * progmodes/sql.el (sql-db2): Doc change.
1666 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1667 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1668
1669 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1670
1671 * env.el (substitute-env-vars): Don't quote argument to `rx';
1672 it's a macro.
1673
1674 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1675
1676 * cus-start.el (recursive-load-depth-limit): Added.
1677
1678 2001-10-28 Richard M. Stallman <rms@gnu.org>
1679
1680 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1681 All uses removed--assume Emacs version is >= 20.
1682
1683 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1684 by really checking that it is not version 18.
1685
1686 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1687
1688 2001-10-28 Miles Bader <miles@gnu.org>
1689
1690 * faces.el (face-attribute): Add INHERIT argument, consider face
1691 inheritance if it's non-nil.
1692 (face-attribute-merged-with): New function.
1693 (face-attribute-specified-or): New macro.
1694 (face-foreground, face-background, face-stipple): Add INHERIT
1695 argument. Use `face-attribute-specified-or'.
1696
1697 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1698
1699 * font-lock.el: Require `syntax'.
1700 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1701 Use `c-font-lock-syntactic-face-function' for c languages.
1702 (font-lock-mode): Don't unset vars when turning the mode off.
1703 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1704 (font-lock-extra-managed-props): New var.
1705 (font-lock-default-unfontify-region): Use it.
1706 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1707 Don't eval the value when there's no match.
1708 (font-lock-ppss-stats): New var.
1709 (font-lock-ppss): New fun.
1710 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1711 (font-lock-apply-highlight): Allow `highlight' to set several props.
1712 (font-lock-set-defaults): Use dolist.
1713 (font-lock-unset-defaults): Remove.
1714 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1715 Try to recognize prototypes using `foo P_ ((args))'.
1716 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1717 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1718 (c-font-lock-syntactic-face-function): New function.
1719 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1720 (c++-keywords): Use a more sophisticated regexp to handle
1721 shallowly nested templates.
1722
1723 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1724
1725 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1726 (sgml-tag): Use it. Cleanup with `cond'.
1727 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1728 Mark the overlays and only delete those that are marked.
1729 (sgml-skip-close-p): Remove.
1730 (sgml-value): Replace sgml-skip-close-p with its definition.
1731 (html-tag-alist): Use sgml-xml a bit more.
1732 (html-mode): Set sgml-empty-tags.
1733
1734 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1735 (texinfo-update-node, texinfo-sequential-node-update):
1736 Don't bind the obsolete `auto-fill-hook'.
1737 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1738 Use `set-buffer' rather than `switch-to-buffer'.
1739 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1740 Use `set-buffer' rather than `switch-to-buffer'.
1741
1742 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1743 text-mode-syntax-table.
1744 (mail-mode): Use define-derived-mode.
1745 Fix ordering of alternatives in adaptive-fill-regexp.
1746 (mail-mode-map): Don't rely on keymap's internal representation.
1747
1748 2001-10-27 Sam Steingold <sds@gnu.org>
1749
1750 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1751 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1752 (sgml-mode-common): Call it.
1753 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1754 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1755 (html-horizontal-rule, html-image, html-ordered-list):
1756 (html-unordered-list, html-list-item, html-paragraph):
1757 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1758 `html-xhtml'.
1759
1760 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1761
1762 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1763 (ifnothtml): New alias.
1764
1765 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1766
1767 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1768 (toggle-text-mode-auto-fill): Use derived-mode-p.
1769
1770 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1771
1772 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1773 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1774
1775 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1776
1777 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1778 Add make-obsolete cookies, to follow faces.el.
1779
1780 These changes avoid warnings from the byte compiler in faces.el:
1781
1782 * faces.el (internal-get-face): Use facep instead of the obsolete
1783 internal-find-face.
1784 (internal-frob-font-weight, internal-frob-font-slant):
1785 New defaliases for obsolete functions.
1786 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1787 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1788 (x-make-font-bold-italic): Use internal-frob-font-weight and
1789 internal-frob-font-slant aliases instead of the obsolete
1790 x-frob-... functions.
1791
1792 2001-10-26 Sam Steingold <sds@gnu.org>
1793
1794 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1795 DOCTYPE; set `mode-name' based on it.
1796 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1797 (sgml-tag): Close empty tags in XHTML.
1798
1799 2001-10-26 Jason Rumney <jasonr@gnu.org>
1800
1801 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1802 when UNICODE is not defined.
1803
1804 2001-10-26 Sam Steingold <sds@gnu.org>
1805
1806 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1807 be alone on the line.
1808
1809 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1810
1811 * button.el (button): Special face definition for MS-DOS terminals.
1812
1813 2001-10-26 Sam Steingold <sds@gnu.org>
1814
1815 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1816 Protect the /= test by checking that the args are non-nil.
1817 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1818
1819 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1820
1821 * textmodes/artist.el (artist-version): 1.2.4.
1822 (artist-butlast-fn): New variable.
1823 (artist-butlast): New function.
1824 (artist-ellipse-mirror-quadrant): Use it.
1825 (artist-mouse-draw-poly): Use nil for `point-list'.
1826 (artist-mouse-draw-poly): Check for point-list being nil.
1827
1828 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1829
1830 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1831 lambda expression.
1832 (ps-mode-menu-main): Submenu with options on/off was replaced with
1833 a toggle button.
1834 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1835 (ps-mode): Autoload cookie added on same line as comment
1836 (ps-mode-tabkey, ps-mode-backward-delete-char):
1837 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1838 `indent-to' with `indent-line-to'
1839 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1840 instead of `eval'.
1841 (ps-mode-print-region): Use `with-temp-buffer'.
1842 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1843 (numerous places): Add back-tick and tick around names in
1844 docstrings, fix punctuation in docstrings, remove trailing spaces.
1845
1846 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1847
1848 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1849 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1850 (sgml-font-lock-syntactic-keywords): New var.
1851 (sgml-mode-common): Drop the two args.
1852 Don't make buffer-local variables that aren't used.
1853 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1854 Don't set `before-string' props from sgml-display-text.
1855 (sgml-mode): Use define-derived-mode.
1856 (sgml-tags-invisible): Use sgml-display-text.
1857 (sgml-quote): New command.
1858 (html-tag-alist): Add args for `span'.
1859 (html-mode): Use define-derived-mode.
1860 Set sgml-display-text and sgml-tag-face-alist.
1861
1862 2001-10-25 Sam Steingold <sds@gnu.org>
1863
1864 * add-log.el (add-log-always-start-new-record): New user option.
1865 (add-change-log-entry): Use it.
1866
1867 2001-10-25 Richard M. Stallman <rms@gnu.org>
1868
1869 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1870 bind case-fold-search if FROM is not all lower case.
1871
1872 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1873
1874 * startup.el (normal-top-level): Check for frame-initial-frame
1875 only if it's really used.
1876
1877 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1878
1879 * progmodes/compile.el (compilation-parse-errors-filename-function):
1880 New variable.
1881 (compilation-parse-errors): Use it.
1882
1883 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1884
1885 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1886 interactively so that C-u M-C-x still does edebug.
1887 (checkdoc-sentencespace-region-engine): Don't force a double-space
1888 after `.' if it doesn't look like an end-of-sentence.
1889 (debug-ignored-errors): Add `disambiguate ...'.
1890
1891 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1892
1893 * textmodes/texinfo.el (texinfo-environments)
1894 (texinfo-environment-regexp): Hoist.
1895 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1896 Only highlight the menu name in menu items.
1897 Setup `@foo ... @end foo' as text clones.
1898 (texinfo-clone-environment): New function.
1899 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1900 (texinfo-insert-block): Simplify.
1901 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1902 the command is repeated.
1903 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1904 (texinfo-insert-@end): Simplify.
1905
1906 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1907 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1908 (texinfo-subsubsection-level-regexp)
1909 (texinfo-update-menu-same-level-regexps)
1910 (texinfo-update-menu-higher-regexps)
1911 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1912
1913 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1914 (derived-mode-p): Autoload.
1915
1916 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1917 New vars and functions.
1918 (text-clone-maintain, text-clone-create): New functions.
1919
1920 2001-10-25 Miles Bader <miles@gnu.org>
1921
1922 * facemenu.el (facemenu-add-new-face): Fix variable names.
1923
1924 2001-10-24 Richard M. Stallman <rms@gnu.org>
1925
1926 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1927 of t and nil values.
1928 (facemenu-set-face): Handle START and END interactively.
1929 (facemenu-set-foreground): Don't use a face; specify color directly.
1930 (facemenu-set-background): Likewise.
1931 (facemenu-set-face-from-menu): Doc fix.
1932 (facemenu-active-faces): Use face-attribute-vector
1933 to handle bare attributes not in faces.
1934 (facemenu-get-face): Don't handle face names fg:... and bg:...
1935 specially.
1936 (facemenu-add-new-face): New argument MENU.
1937 New way to handle adding colors to the color menus.
1938
1939 * env.el (substitute-env-vars): Quote the arg to rx.
1940
1941 2001-10-24 Sam Steingold <sds@gnu.org>
1942
1943 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1944 Control" and "SGML" groups.
1945
1946 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1947
1948 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1949 Better handling of C++ template args to avoid confusion with `<'
1950 and `>' used as operators in member init expressions.
1951
1952 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1953
1954 * replace.el (perform-replace): Move START and END parameters
1955 to the end of the argument list and make them optional.
1956
1957 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1958 perform-replace.
1959
1960 * international/fontset.el (x-must-resolve-font-name): New function.
1961 (x-complement-fontset-spec): Use it.
1962
1963 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1964
1965 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1966
1967 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1968 Turn caadr into caar of cdr.
1969
1970 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1971
1972 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1973 of mouse-{1,2} since dragging is on the down event.
1974
1975 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1976
1977 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1978 if ARG is nil.
1979
1980 * desktop.el (desktop-last-buffer): New variable.
1981 (desktop-create-buffer): Set it.
1982 (desktop-read): Bind it and switch to that buffer.
1983
1984 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1985
1986 * progmodes/compile.el (compilation-set-window-height):
1987 Select old window only if it's still live.
1988
1989 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1990
1991 * help-mode.el (help-buffer): Remove debugging code.
1992 From Stefan Monnier <monnier@cs.yale.edu>.
1993
1994 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1995
1996 * files.el (file-name-sans-extension, file-name-extension):
1997 Don't count the leading dots in file names as signaling an extension.
1998
1999 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2000
2001 * vc.el (vc-diff-switches): Doc rewritten.
2002
2003 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * tooltip.el (tooltip-set-param): Doc fix.
2006
2007 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
2008 127 to sgml-maybe-name-self.
2009 (sgml-name-8bit-mode): Doc fix.
2010 (sgml-char-names-table): New variable.
2011 (sgml-name-char): Support non-ASCII and mule-unicode-*
2012 characters. Doc fix.
2013 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
2014
2015 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
2016 doc string the effect of `left' and `top' parameters in
2017 tooltip-frame-parameters, the default values, and the units.
2018 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
2019 (tooltip-show): Mention in the doc string the `top' and `left'
2020 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
2021
2022 2001-10-22 Andre Spiegel <spiegel@gnu.org>
2023
2024 Add autoscaling support for vc-annotate.
2025 From J.D. Smith <jdsmith@alum.mit.edu>.
2026
2027 * vc.el (vc-annotate-display-default): Accept colormap scaling
2028 ratio (now deprecated).
2029 (vc-annotate-display-autoscale): Added.
2030 (vc-annotate-add-menu): New autoscaling menu options "Span to
2031 Oldest" and "Span Oldest->Newest". Easymenu support added for
2032 toggle menus driven by customize variable `vc-annotate-display-mode'.
2033 (vc-annotate-display-select): Added.
2034 (vc-annotate): Changed temp-buffer-show-function to
2035 `vc-annotate-display-select'.
2036 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
2037 Added argument OFFSET. Instead of backend function, calls now
2038 generic `vc-annotate-difference'.
2039 (vc-annotate-difference): Added as generic function instead of
2040 backend-specific function. No longer takes argument POINT, but
2041 instead accepts a time OFFSET.
2042 (vc-default-annotate-current-time): Added.
2043
2044 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
2045 version in vc.el, with
2046 (vc-cvs-annotate-current-time): Added, as override of default.
2047 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
2048 `vc-cvs-annotate-difference'.
2049
2050 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2051
2052 * saveplace.el (save-place): Require `saveplace'.
2053
2054 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
2055 Use `sexp' for :value-type instead of `face'.
2056
2057 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2058
2059 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2060 regexps due to 5-digit message IDs.
2061
2062 2001-10-21 Jason Rumney <jasonr@gnu.org>
2063
2064 * term/w32-win.el (redisplay-dont-pause): Don't set.
2065
2066 2001-10-21 Miles Bader <miles@gnu.org>
2067
2068 * help-funs.el (help-manyarg-func-alist): Variable removed.
2069
2070 2001-10-21 Miles Bader <miles@gnu.org>
2071
2072 * help-funs.el (help-manyarg-func-alist): Remove entries for
2073 `insert', `insert-and-inherit', `insert-before-markers',
2074 `insert-before-markers-and-inherit', `message', `message-box',
2075 `message-or-box', `propertize', `format', `encode-time', `append',
2076 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2077 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2078 `ml-prefix-argument-loop'.
2079
2080 2001-10-21 Andre Spiegel <spiegel@gnu.org>
2081
2082 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2083 (vc-default-diff-tree): New functions.
2084 (vc-version-diff): Use them. As a result, coding systems are now
2085 set up properly for all sorts of diffs, and tree diffs can now
2086 also be done locally.
2087 (vc-diff): With a prefix argument, don't require that it's called
2088 from a buffer under version control.
2089 (diff-switches): Remove duplicate definition.
2090
2091 * vc-cvs.el (vc-cvs-diff-tree): New function.
2092
2093 2001-10-21 Miles Bader <miles@gnu.org>
2094
2095 * help-funs.el (help-manyarg-func-alist): Remove entries for
2096 `list', `vector', `make-byte-code', `call-process',
2097 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2098 `logand', `logior', and `logxor'.
2099
2100 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2101 image bits to compensate. Use `make-string' instead of
2102 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2103
2104 2001-10-20 Kim F. Storm <storm@cua.dk>
2105
2106 * simple.el (kill-ring-save): Don't show extent of copied region
2107 if using transient-mark-mode and region is fully visible.
2108
2109 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2110
2111 * (Version 21.1 released.)
2112
2113 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2114
2115 * files.el (auto-mode-alist): Associate .indent.pro with
2116 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
2117
2118 2001-10-18 Sam Steingold <sds@gnu.org>
2119
2120 Put the *Compile-Log* buffer in `compilation-mode'.
2121 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2122 (byte-compile-log-1, byte-compile-log-file)
2123 (displaying-byte-compile-warnings): Use it
2124
2125 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2126
2127 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2128
2129 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2130
2131 2001-10-18 Gerd Moellmann <gerd@gnu.org>
2132
2133 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2134
2135 * obsolete/hilit19.el (hilit-lookup-face-create):
2136 Call set-face-font only if display-graphic-p.
2137 (toplevel): Remove references to window-system.
2138
2139 2001-10-18 Miles Bader <miles@gnu.org>
2140
2141 * simple.el (what-line): Avoid problems with field properties.
2142
2143 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2144
2145 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2146 Define special colors for a tty.
2147
2148 2001-10-17 Francesco Potorti` <pot@gnu.org>
2149
2150 * comint.el (comint-password-prompt-regexp): Make it less
2151 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2152
2153 2001-10-17 John Wiegley <johnw@gnu.org>
2154
2155 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2156 a regular file, before checking if it is a directory or symlink.
2157 This avoids a call to eshell-file-attributes, which can be
2158 expensive in some situations.
2159
2160 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2161 customization variable, to differentiate ls-in-dired from regular
2162 uses of ls.
2163
2164 2001-10-17 Miles Bader <miles@gnu.org>
2165
2166 * custom.el (defface): Mention `:inherit' in doc-string.
2167
2168 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2169
2170 * paren.el: Update the Commentary with installation instructions.
2171
2172 2001-10-15 Dave Love <fx@gnu.org>
2173
2174 * international/mule.el (set-auto-coding): Fix regexps for local
2175 variables section not to eat newlines.
2176
2177 2001-10-15 Miles Bader <miles@gnu.org>
2178
2179 * simple.el (display-message-or-buffer): Pass the correct buffer
2180 to `display-buffer'.
2181
2182 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2183
2184 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2185 (executable-find): Use exec-suffixes.
2186 (executable-set-magic): Don't use make-local-hook.
2187
2188 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2189
2190 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2191
2192 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2193 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2194 Add .so to the Unix and GNU branch.
2195
2196 * international/latin-1.el:
2197 * international/latin-2.el:
2198 * international/latin-3.el:
2199 * international/latin-4.el:
2200 * international/latin-5.el:
2201 * international/latin-8.el:
2202 * international/latin-9.el: Add no-byte-compile: t, since
2203 Makefile.in instructs make-docfile to look at .el files.
2204
2205 2001-10-14 Miles Bader <miles@gnu.org>
2206
2207 * button.el (define-button-type): Allow supertype property to be
2208 specified with a keyword `:supertype' too.
2209 (button-put, make-text-button): Allow button type property to be
2210 specified using the keyword `:type' too.
2211 (button-type): New function.
2212 (button): Add `button-category-symbol' property.
2213
2214 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2215
2216 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2217 indent-new-comment-line from comment-indent-new-line.
2218
2219 * textmodes/refill.el (refill-mode):
2220 Bind DEL to backward-delete-char-untabify.
2221 Set backward-delete-char-untabify-method to `hungry'.
2222
2223 * textmodes/bib-mode.el (bib-mode):
2224 * play/gomoku.el (gomoku-mode):
2225 * textmodes/page-ext.el (pages-directory-mode):
2226 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2227
2228 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2229
2230 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2231
2232 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2233 Handle here-docs differently.
2234 (sh-font-lock-heredoc): Remove.
2235 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2236 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2237 (sh-font-lock-open-heredoc): New functions.
2238 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2239 (sh-font-lock-keywords-1): Use regexp-opt.
2240 (sh-in-comment-or-string): Use syntax-ppss.
2241 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2242 (sh-select, sh-tmp-file): Add explicit terminating \n.
2243
2244 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2245 Use with-current-buffer.
2246 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2247 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2248 filename), catch any error that occurs in `ange-ftp-cd'.
2249 If an error happened, don't bother sending `cmd' at all.
2250 Fix a parenthesis typo.
2251 (ange-ftp-write-region): Don't blindly use binary if the remote host
2252 is unix-like.
2253
2254 * play/pong.el (pong-init): Don't use make-local-hook.
2255
2256 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2257
2258 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2259 (viper-get-ex-address-subr): More precise addr for the $ marker
2260
2261 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2262
2263 * version.el (emacs-version): Bump to 21.1.50.
2264
2265 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2266
2267 * mail/mailalias.el (mail-directory-stream): Do not double
2268 variables in the lambda-list.
2269
2270 * play/gomoku.el (gomoku-init-display): Ditto.
2271
2272 * play/landmark.el (lm-init-display): Ditto.
2273
2274 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2275 (delimit-columns-rectangle-line): Ditto.
2276
2277 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2278
2279 * newcomment.el (comment-region-internal): Don't rebind
2280 invisibility_spec now that the C routines handle it correctly.
2281
2282 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2283
2284 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2285 and `same-frame'.
2286
2287 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2288
2289 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2290
2291 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2292 C-p and C-r. Remove redundant bindings from inheriting maps.
2293
2294 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2295 After 4.23 and: After 4.24:
2296 (cperl-contract-levels): Restore position.
2297 (cperl-beautify-level): Likewise.
2298 (cperl-beautify-regexp): Likewise.
2299 (cperl-commentify): Rudimental support for length=1 runs
2300 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2301 After 4.25:
2302 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2303 (imenu-example--create-perl-index): Was not enforcing
2304 syntaxification-to-the-end.
2305 (cperl-invert-if-unless): Allow `for', `foreach'.
2306 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2307 Mark qw(), m()x as indentable.
2308 (cperl-init-faces): Highlight `sysopen' too.
2309 Highlight $var in `for my $var' too.
2310 (cperl-invert-if-unless): Was leaving whitespace at end.
2311 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2312 (cperl-calculate-indent): Remove old commented out code.
2313 Support (primitive) indentation of qw(), m()x.
2314 After 4.26:
2315 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2316 q [] with intervening newlines.
2317 (cperl-autoindent-on-semi): New customization variable.
2318 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2319 (cperl-tips): Mention how to make CPerl the default mode.
2320 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2321 (cperl-outline-level): New function.
2322 (cperl-highlight-variables-indiscriminately): New customization var.
2323 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2324 From Sean Kamath <kamath@pogo.wv.tek.com>.
2325 (cperl-after-block-p): Support CHECK and INIT.
2326 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2327 From Doug MacEachern <dougm@covalent.net>.
2328 After 4.27:
2329 (cperl-find-pods-heres): Recognize \"" as a string.
2330 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2331 Allow whitespace between << and "FOO".
2332 (cperl-problems): Remove \"" and q [] with intervening newlines.
2333 Mention multiple <<EOF as unsupported.
2334 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2335 (cperl-indent-parens-as-block): New configuration variable.
2336 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2337 Use `cperl-indent-parens-as-block'.
2338 (cperl-find-pods-heres): Test for =cut without empty line instead of
2339 complaining about no =cut.
2340 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2341 (cperl-find-pods-heres): Likewise.
2342 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2343 POD could've been marked as comment already.
2344 (cperl-unwind-to-safe): Unwind before start of POD too.
2345 After 4.28:
2346 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2347 After 4.29:
2348 (x-color-defined-p): Make an extra case to peacify the warning.
2349 Toplevel: `defvar' to peacify the warnings.
2350 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2351 No -nw-compile time warnings now.
2352 (cperl-find-tags): TAGS file had too short substring-to-search.
2353 Be less verbose in non-interactive mode
2354 (imenu-example--create-perl-index): Set index-marker after name
2355 (cperl-outline-regexp): New variable.
2356 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2357 (cperl-mode): Made use `cperl-outline-regexp'.
2358 After 4.30:
2359 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2360 (cperl-outline-level): Make start-of-file same level as `package'.
2361 After 4.31:
2362 (cperl-electric-pod): `head1' and `over' electric only if empty.
2363 (cperl-unreadable-ok): New variable.
2364 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2365 on an unreadable file.
2366 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2367 on an unreadable directory.
2368
2369 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2370 Consider the text between two errors as belonging to the first error.
2371 (compilation-goto-locus): Use pop-to-buffer rather than
2372 switch-to-buffer-other-frame.
2373
2374 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2375 (awk-font-lock-syntactic-keywords): New var.
2376 (awk-mode): Use it.
2377
2378 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2379
2380 * faces.el (describe-face): Call help-setup-xref earlier.
2381
2382 * jka-compr.el (jka-compr-load-suffixes): New var.
2383 (jka-compr-install): Add its content to load-suffixes.
2384 (jka-compr-uninstall): Remove its content from load-suffixes.
2385
2386 2001-10-12 Sam Steingold <sds@gnu.org>
2387
2388 * bindings.el (completion-ignored-extensions): CL-related
2389 extensions are platform-independent.
2390
2391 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2392 asynchronous multiple file copying.
2393
2394 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2395
2396 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2397 Turn error for repeated variables into warning.
2398
2399 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2400 New function checking that lambda-list consists of non-constant
2401 symbols, that &rest and &optional are followed by variable names,
2402 that &rest VAR is the last element, and that variables aren't doubled.
2403 (byte-compile-lambda): Use it.
2404
2405 2001-10-12 Eli Barzilay <eli@barzilay.org>
2406
2407 * calculator.el (calculator-eng-display): Don't call concat
2408 with an integer argument.
2409
2410 2001-10-12 Miles Bader <miles@gnu.org>
2411
2412 * help-mode.el (help-customize-face): New button-type.
2413
2414 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2415 (describe-face): Fix args to `help-xref-button'.
2416 Don't switch to help-buffer around call to `help-setup-xref'.
2417 Use `help-buffer' instead of hard-wired "*Help*".
2418 Require `help-mode'.
2419
2420 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2421
2422 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2423
2424 * help-mode.el (help-buffer): New function.
2425 Returns the buffer-name to use for help output.
2426 Change all the code to use it instead of hard-coding *Help*.
2427 (help-mode-map): Put back the mouse-2 binding.
2428 (help-xref-stack): Change the format and make buffer-local.
2429 (help-xref-stack-item): Make buffer-local.
2430 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2431 (help-xref-interned): Display the face doc as well.
2432 (help-follow-mouse): Re-introduce.
2433 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2434 (help-do-xref): Don't `push' any more.
2435 (help-follow): Also follow face names.
2436
2437 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2438 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2439 Autoload and cleanup.
2440 (describe-function): Call help-setup-xref.
2441 (describe-variable): Call help-setup-xref earlier.
2442
2443 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2444 (view-lossage): Call help-setup-xref correctly and earlier.
2445 (describe-bindings): Call help-setup-xref earlier.
2446 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2447 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2448
2449 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2450
2451 * master.el (master-mode): Use define-minor-mode instead of
2452 easy-mmode-define-minor-mode. Add autload cookie.
2453 (Commentary): Remove the line showing how to autoload master-mode,
2454 since it's always autoloaded.
2455
2456 * master.el: New file.
2457
2458 2001-10-11 Dave Love <fx@gnu.org>
2459
2460 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2461 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2462 <const-C varset-X const-C>: Fix car/cdr typo.
2463
2464 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2465
2466 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2467 New function extracted from byte-compile-log-1.
2468 (byte-compile-log-1): Change output to be more in line with
2469 the output of other GNU tools.
2470 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2471 (byte-compile-report-error): Downcase error message.
2472 Use `error' instead of `!!' for error messages.
2473 (byte-compile-print-syms): Treat non-interactive case specially.
2474 (displaying-byte-compile-warnings): Use backquote.
2475 (byte-compile-from-buffer): Bind byte-compile-last-line.
2476 (batch-byte-compile): Remove `Done' message.
2477
2478 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2479
2480 * emacs-lisp/copyright.el (copyright): Add final \n.
2481
2482 2001-10-11 Miles Bader <miles@gnu.org>
2483
2484 * diff.el (diff): Display default values in prompts as
2485 `(default ...)', not `(...)'.
2486
2487 * info.el (Info-follow-reference): Likewise.
2488
2489 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2490
2491 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2492
2493 * newcomment.el (comment-indent): Be a little more robust in case
2494 comment-indent-function does funny things.
2495 (comment-normalize-vars): Autoload.
2496 (comment-region-internal): Fiddle with the visibility spec.
2497 (comment-valid-prefix): New function.
2498 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2499 that would turn comment-text into non-comment-text.
2500
2501 * emacs-lisp/syntax.el: New file.
2502
2503 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2504 compatibility cruft.
2505 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2506 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2507 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2508 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2509 tcl-submit-bug-report.
2510 (tcl-mode-syntax-table): Leave \f alone.
2511 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2512 tcl-end-of-defun, tcl-submit-bug-report.
2513 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2514 (tcl-add-emacs-menu): Remove.
2515 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2516 (tcl-keyword-list): Add `chain'.
2517 (tcl-font-lock-syntactic-keywords): New variable.
2518 (tcl-pps-has-arg-6): Remove.
2519 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2520 (tcl-internal-mark-defun): Remove.
2521 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2522 (tcl-mode): Use define-derived-mode. Simplify.
2523 Set comment-indent-function.
2524 (tcl-indent-command): Use line-beginning-position and comment-indent.
2525 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2526 (tcl-indent-line): Use tcl-calculate-indent.
2527 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2528 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2529 (tcl-filter): Use with-current-buffer, simplify.
2530 (inferior-tcl-mode): Use define-derived-mode.
2531 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2532 (tcl-simple-in-comment, tcl-in-comment): Removed.
2533 (tcl-files-alist): New function.
2534 (tcl-help-snarf-commands): Use it and return the result directly
2535 rather than through a global variable.
2536 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2537 (tcl-help-on-word): Provide the default value to completing-read.
2538 (tcl-hilit): Remove.
2539 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2540 (tcl-comment-indent): New function.
2541 (tcl-submit-bug-report): Remove.
2542 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2543 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2544 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2545
2546 2001-10-10 Miles Bader <miles@gnu.org>
2547
2548 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2549 (Info-fontify-node): Don't fontify the node if it's already been done.
2550
2551 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2552
2553 * international/iso-transl.el (iso-transl-e-caret)
2554 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2555 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2556
2557 * simple.el (end-of-buffer): Fix code scrolling specially
2558 for the buffer end.
2559
2560 * startup.el (command-line-1): Bind tab-width to 8.
2561
2562 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2563
2564 * emulation/tpu-edt.el: Use defalias instead of fset for
2565 user-visible commands. From Rob Riepel
2566 <riepel@Networking.Stanford.EDU>.
2567
2568 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2569
2570 * ruler-mode.el: New file.
2571
2572 2001-10-09 Miles Bader <miles@gnu.org>
2573
2574 * apropos.el (button): New require.
2575
2576 * help-funs.el: New file, contents mostly from `help.el'.
2577 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2578
2579 * help-mode.el: New file, contents mostly from `help.el'.
2580
2581 * help.el: Don't require `view' when compiling.
2582 (help-with-tutorial, describe-function, describe-function-1)
2583 (variable-at-point, describe-variable, locate-library):
2584 Functions moved into `help-funs.el'.
2585 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2586 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2587 (help-setup-xref, help-xref-following, help-make-xrefs)
2588 (help-xref-button, help-insert-xref-button, help-xref-interned)
2589 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2590 (help-xref-on-pp): Functions moved into `help-mode.el'
2591 (help-mode-map, help-xref-stack, help-xref-stack-item)
2592 (help-highlight-p, help-highlight-face, help-back-label)
2593 (help-xref-symbol-regexp, help-xref-mule-regexp)
2594 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2595 (help-symbol, help-back, help-info, help-customize-variable)
2596 (help-function-def, help-variable-def):
2597 Button-types moved into `help-mode.el'.
2598 (load-symbol-file-load-history, symbol-file):
2599 Functions moved into `subr.el'.
2600 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2601 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2602
2603 * subr.el (symbol-file-load-history-loaded)
2604 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2605
2606 * loadup.el ("button"): Load removed.
2607
2608 * button.el (define-button-type): Respect any `supertype' property.
2609 (button-type-subtype-p, button-has-type-p): New functions.
2610
2611 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2612 dollar-signs.
2613
2614 * comint.el (comint-insert-previous-argument): New function.
2615 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2616 (comint-insert-previous-argument-last-start-pos)
2617 (comint-insert-previous-argument-last-index): New variables.
2618
2619 * apropos.el (apropos-next-label-button): Use the presence of a
2620 `apropos-label' property to detect label buttons.
2621
2622 2001-10-08 Miles Bader <miles@gnu.org>
2623
2624 * button.el (next-button, previous-button): Remove N and WRAP
2625 parameters. Don't pay attention to `skip' properties.
2626 (forward-button): Implement wrapping, iterating, and skipping here
2627 instead.
2628 (button-activate): USE-MOUSE-ACTION is optional.
2629 (button-nop): Function removed.
2630 (default-button): Use `ignore' as default button action.
2631
2632 * apropos.el (apropos-next-label-button): Update arguments to
2633 `next-button'.
2634 (apropos-symbol): Add `skip' property.
2635 (apropos-function, apropos-macro, apropos-command)
2636 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2637 (apropos-plist): New button types.
2638 (apropos-label-properties): Variable removed.
2639 (apropos-print): Pass button-type to apropos-print-doc, rather
2640 than help function and label text.
2641 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2642 Get button label from TYPE.
2643
2644 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2645
2646 * help.el (help-mode): Use define-derived-mode.
2647 (describe-mode): Add optional `buffer' arg.
2648 Use it instead of going through help-xref-mode.
2649 Avoid doubling the word `minor' when prettifying.
2650 (describe-function-1): List the corresponding key bindings.
2651 (describe-variable): Say if the var is automatically buffer-local.
2652 If the source is `loaddefs.el', look for the real source.
2653 (help-xref-mode): Remove.
2654
2655 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2656 the file says no-byte-compile.
2657
2658 2001-10-08 Miles Bader <miles@gnu.org>
2659
2660 * button.el (next-button, previous-button): Respect `skip' property.
2661
2662 2001-10-07 Miles Bader <miles@gnu.org>
2663
2664 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2665 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2666 `woman-follow-word' instead of `woman-mouse-2'.
2667 (woman-follow-word): Renamed from `woman-mouse-2'.
2668 Follow current unconditionally, since this function is now only
2669 bound to M-mouse-2. Use accessor functions.
2670 (WoMan-highlight-references): Use `make-text-button'.
2671 (woman-xref): New button type.
2672
2673 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2674 ("button"): New load, just before "help" (which uses it).
2675
2676 * help.el (help-mode-map): Make button-buffer-map our parent.
2677 Don't bind mouse events or tab/backtab.
2678 (help-function, help-variable, help-face, help-coding-system)
2679 (help-input-method, help-character-set, help-back, help-info)
2680 (help-customize-variable, help-function-def, help-variable-def):
2681 New button types.
2682 (help-button-action): New function.
2683 (describe-function-1): Pass help button-types to
2684 `help-xref-button' rather than help function and help-echo string.
2685 Don't put multiple help-function args in a list to pass them to
2686 help-xref-button, just pass them as multiple arguments.
2687 Use `help-insert-xref-button' to make [back]-button, rather than
2688 `help-xref-button'.
2689 (help-xref-button): Take a button-type TYPE as a parameter rather
2690 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2691 and add a &rest parameter ARGS to serve the same purpose.
2692 Use `make-text-button' to add the button.
2693 (help-insert-xref-button): Use `insert-text-button' to add the button.
2694 (help-follow-mouse, help-next-ref, help-previous-ref):
2695 Functions removed.
2696 (help-do-xref): New function.
2697 (help-follow): Use `push-button' and `help-do-xref' to do most of
2698 the work.
2699
2700 * apropos.el (apropos-symbol, apropos-label): New button types.
2701 (apropos-symbol-button-display-help)
2702 (apropos-label-button-display-help, apropos-next-label-button):
2703 New functions.
2704 (apropos-mode-map): Make button-buffer-map our parent.
2705 Don't bind mouse events.
2706 (apropos-print, apropos-print-doc): Create buttons instead of text
2707 properties.
2708 (apropos-mouse-follow): Function removed.
2709 (apropos-follow): Use buttons.
2710
2711 * button.el: New file.
2712
2713 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2714
2715 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2716 Remove.
2717
2718 2001-10-05 Richard M. Stallman <rms@gnu.org>
2719
2720 * add-log.el (add-change-log-entry): Skip copyright notice
2721 and copying permission notice at start of file, if any.
2722 Make use of terms "entry" and "item" accord with Emacs manual.
2723 Simplify the logic for moving point while entering or creating
2724 an entry and then an item.
2725 (add-change-log-entry-other-window): Doc fix.
2726
2727 2001-10-06 Miles Bader <miles@gnu.org>
2728
2729 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2730 removed; they apparently don't work with faces.
2731
2732 2001-10-05 Sam Steingold <sds@gnu.org>
2733
2734 * textmodes/sgml-mode.el (html-xhtml): New user option.
2735 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2736 (html-ordered-list, html-unordered-list, html-list-item)
2737 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2738 (sgml-skip-close-p): New function.
2739 (sgml-value): Use it.
2740
2741 2001-10-05 Sam Steingold <sds@gnu.org>
2742
2743 * calendar/diary-lib.el (diary-entry-compare): When times are
2744 identical, compare the entries lexicographically.
2745
2746 2001-10-06 Miles Bader <miles@gnu.org>
2747
2748 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2749 Use `minibuffer-prompt-end'.
2750
2751 * simple.el (previous-matching-history-element): Fix misplaced
2752 parentheses.
2753
2754 2001-10-05 Miles Bader <miles@gnu.org>
2755
2756 * rfn-eshadow.el: New file.
2757
2758 2001-10-05 Miles Bader <miles@gnu.org>
2759
2760 * cus-face.el (custom-face-attributes): Make sure each attribute
2761 has a valid default value. Remove hacks that mapped `nil' to
2762 `off' and used nil to mean `unspecified'. Remove `unspecified'
2763 choices from all attributes (unspecified is handled by the parent
2764 checklist).
2765 * cus-edit.el (custom-face-edit-convert-widget)
2766 (custom-face-edit-deactivate, custom-face-edit-activate)
2767 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2768 New functions.
2769 (custom-face-edit): Specify a custom :convert-widget.
2770 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2771 Don't pass in default filters that map between `nil' and `off' and
2772 `unspecified' and `nil'.
2773
2774 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2775
2776 * progmodes/compile.el (compilation-buffer-name): New function.
2777 (compile-internal): Use it to determine the name of the
2778 compilation buffer.
2779
2780 2001-10-05 Miles Bader <miles@gnu.org>
2781
2782 * progmodes/compile.el (grep-use-null-device): New variable.
2783 (grep-command): Mention `grep-use-null-device'.
2784 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2785 Make computation of `grep-command' respect `grep-use-null-device'.
2786 (grep): Respect `grep-use-null-device'.
2787 Call `grep-compute-defaults' even if grep-command is set, if
2788 grep-use-null-device is still tentative.
2789
2790 * subr.el (call-process-shell-command): New function.
2791
2792 2001-10-05 Miles Bader <miles@gnu.org>
2793
2794 * simple.el (previous-matching-history-element)
2795 (next-history-element, next-complete-history-element): Use
2796 `minibuffer-' functions instead of calling `field-' functions directly.
2797 (minibuffer-prompt-end, minibuffer-contents):
2798 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2799 Functions removed (now subrs).
2800 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2801
2802 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2803 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2804 instead of calling `field-' functions directly.
2805 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2806
2807 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2808
2809 * files.el (find-file-noselect): If file's read-only status has
2810 changed on disk, ask if buffer's read-only status should be
2811 changed, unless NOWARN is set.
2812
2813 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2814 alias for define-setf-method.
2815
2816 * bindings.el: Remove no-byte-compile from file local variables
2817 to enable bootstrapping.
2818
2819 2001-10-04 Andrew Innes <andrewi@gnu.org>
2820
2821 * faces.el (face-font-registry-alternatives) [windows-nt]:
2822 Make gb2312 an alias for gb2312.1980.
2823
2824 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2825
2826 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2827 (uniquify-reverse-components): Remove.
2828
2829 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2830 Make sure the file is readable.
2831 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2832 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2833 (batch-byte-recompile-directory): Pass arg=0.
2834
2835 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2836 (perl-calculate-indent): Use it.
2837 (perl-backward-to-noncomment): Use forward-comment.
2838
2839 * derived.el (define-derived-mode, derived-mode-make-docstring):
2840 Allow `parent' to be nil.
2841
2842 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2843 Use define-derived-mode.
2844 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2845
2846 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2847
2848 * emacs-lisp/lselect.el: Use facep iso find-face.
2849
2850 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2851 Use regexp-opt.
2852 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2853 (lisp-font-lock-syntactic-face-function): New function.
2854 (lisp-mode-variables): Use it. Make arg optional.
2855 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2856 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2857 Set comment-start-skip.
2858
2859 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2860
2861 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2862 (ignore-errors): Don't bother using a `err' symbol.
2863
2864 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2865 (autoload-insert-section-header, autoload-before-p)
2866 (autoload-remove-section): New functions.
2867 (generate-file-autoloads): Use them.
2868 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2869 Make sure the autoload file is properly formatted when creating it.
2870 (update-autoloads-from-directories): Use them as well.
2871 Only update autoloads for files whose timestamp has changed.
2872 Add a dummy entry to remember the files which had no autoload cookies.
2873
2874 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2875
2876 * subr.el (define-key-after): Allow `key' to be longer than 1.
2877 (make-local-hook): Make obsolete.
2878 (add-hook, remove-hook): Don't use make-local-hook any more.
2879 (make-syntax-table): Inherit all chars from s-s-t.
2880
2881 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2882
2883 This is a fix for a report saying that resuming a search with C-s
2884 C-s doesn't use the case-fold-search setting of the previous
2885 search (C-s ... M-c ... then C-s C-s).
2886
2887 * isearch.el (isearch-last-case-fold-search): New variable.
2888 (isearch-mode): Remember value of isearch-case-fold-search
2889 in isearch-last-case-fold-search.
2890 (isearch-done): Quote value of isearch-case-fold-search.
2891 (isearch-repeat): When resuming a search, restore
2892 isearch-case-fold-search from isearch-last-case-fold-search.
2893
2894 Added to NEWS.
2895
2896 * startup.el (inhibit-startup-buffer-menu): New user-option.
2897 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2898 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2899
2900 This allows upto 99999 messages in the summary without screwing up
2901 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2902
2903 * mail/rmailsum.el (rmail-make-summary-line)
2904 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2905 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2906 Allow 5-digit message ids instead of 4.
2907
2908 This adds expansion of environment variables in the value
2909 specified with M-x setenv. Added to NEWS.
2910
2911 * env.el (substitute-env-vars): New function.
2912 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2913 environment variables in VALUE. Return VALUE.
2914
2915 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2916
2917 * Branch for 21.1.
2918
2919 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2920
2921 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2922
2923 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2924
2925 * emulation/tpu-edt.el: Make messages match original TPU/edt
2926 editor. From riepel@Stanford.EDU (Rob Riepel).
2927
2928 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2929
2930 * rect.el: Update maintainer's email address.
2931
2932 2001-10-02 Andreas Schwab <schwab@suse.de>
2933
2934 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2935 and Extended Passive Mode, resp.
2936
2937 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2938
2939 These changes add support for Calendar-related items in the
2940 menu bar on tty's as well:
2941
2942 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2943 unconditionally.
2944 (calendar-mode): Set up activate-menubar-hook unconditionally.
2945
2946 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2947 calls x-popup-menu only if popup menus are supported.
2948 (calendar-mouse-insert-hebrew-diary-entry)
2949 (calendar-mouse-insert-islamic-diary-entry)
2950 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2951 (calendar-mouse-view-other-diary-entries)
2952 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2953 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2954 Call cal-menu-x-popup-menu instead of x-popup-menu.
2955
2956 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2957
2958 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2959
2960 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2961
2962 * emacs-lisp/rx.el: New file.
2963
2964 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2965
2966 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2967
2968 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2969
2970 * frame.el (select-frame-by-name, other-frame): Doc fix.
2971
2972 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2973
2974 * play/snake.el (snake-score-file): Use temporary-file-directory
2975 instead of a literal "/tmp". Suggested by Robert
2976 <robert@chezmarshall.freeserve.co.uk>.
2977
2978 * play/tetris.el (tetris-score-file): Ditto.
2979
2980 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2981
2982 * apropos.el (apropos-print): Make the directions inserted at the
2983 beginning of the *Apropos* buffer more clear.
2984
2985 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2986
2987 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2988 Added comments.
2989
2990 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2991
2992 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2993 "\\s-" when defining comment-end-skip.
2994
2995 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2996
2997 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2998 Call get-buffer-window first second arg `visible'.
2999
3000 * international/mule-diag.el (list-input-methods-1):
3001 Output something that's independent of Emacs' version.
3002
3003 * tar-mode.el (tar-mode-write-file): Don't signal an error by
3004 calling byte-to-position with a nil tar-header-offset.
3005
3006 2001-09-27 Simon Josefsson <jas@extundo.com>
3007
3008 * mail/sendmail.el (send-mail-function): Doc fix.
3009 (mail-do-fcc): Error if header-end is not a marker.
3010 (mail-do-fcc): Add a comment.
3011 (mail-reply-to): Doc fix.
3012 (mail-signature): Make ATPOINT optional.
3013 (mail-yank-original): Use cond instead of nestled if.
3014
3015 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
3016
3017 * info.el (Info-on-current-buffer): Default arg to "Top".
3018
3019 2001-09-25 Eli Barzilay <eli@barzilay.org>
3020
3021 * calculator.el (calculator-copy-displayer): New user-option.
3022 (calculator-displayer-prev, calculator-displayer-next):
3023 Renamed from calculator-displayed-{left,right}.
3024 (calculator, calculator-standard-displayer)
3025 (calculator-num-to-string, calculator-update-display)
3026 (calculator-copy, calculator-put-value): Bug and display fixes.
3027
3028 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3029
3030 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
3031 (ebnf-version): New version (3.6.1).
3032
3033 * ebnf-bnf.el: Fix character range regexp. Doc fix.
3034 (ebnf-bnf-non-terminal-chars): New internal const.
3035 (ebnf-bnf-lex): Fix code.
3036
3037 * ebnf-iso.el: Fix character range regexp. Doc fix.
3038 (ebnf-iso-non-terminal-chars): New internal const.
3039 (ebnf-iso-lex): Fix code.
3040
3041 * ebnf-yac.el: Fix character range regexp. Doc fix.
3042 (ebnf-yac-skip-chars): New internal const.
3043 (ebnf-yac-skip-code): Fix code.
3044
3045 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
3046
3047 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
3048
3049 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3050 passing it to VC.
3051
3052 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3053 case where the file is relative.
3054
3055 2001-09-24 Gerd Moellmann <gerd@gnu.org>
3056
3057 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3058 same on each side. Make sure we properly handle simple quotes.
3059 From Daiki Ueno <ueno@unixuser.org>.
3060
3061 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3062
3063 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3064 <jas@extundo.com>.
3065
3066 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3067 some items of the Options menu.
3068
3069 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3070
3071 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3072
3073 * vc-hooks.el (vc-delete-automatic-version-backups):
3074 Don't fail if the directory doesn't exist.
3075
3076 * diff-mode.el (diff-default-read-only): New var.
3077 (diff-mode): Use it.
3078
3079 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3080
3081 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3082 Use make-keymap instead of copy-keymap, since copying the global
3083 keymap messes up the menu bar.
3084
3085 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3086 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3087
3088 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
3091
3092 * dired-aux.el (dired-insert-subdir): Pass switches to
3093 dired-build-subdir-alist.
3094
3095 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3096
3097 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3098 caused %#a and %#b to be mis-formatted.
3099
3100 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3101
3102 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3103 ccmode, emacs-mime, and eudc manuals.
3104
3105 2001-09-19 Sam Steingold <sds@gnu.org>
3106
3107 w32 find cannot be used with `grep-find'.
3108 * progmodes/compile.el (find-program): New variable.
3109 (grep-compute-defaults): Use it to set `grep-find-command'.
3110
3111 2001-09-19 Gerd Moellmann <gerd@gnu.org>
3112
3113 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
3114
3115 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3116
3117 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3118 programming. Doc fix.
3119 (ebnf-version): New version (3.6).
3120 (ebnf-eps-begin): Data fix.
3121 (ebnf-begin-file): Code fix.
3122
3123 * ebnf-bnf.el: Doc fix.
3124 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3125
3126 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3127
3128 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3129
3130 * ps-print.el: Better face mapping for black/white PostScript printers.
3131 Check if mark is active when printing a region. Doc fix.
3132 (ps-print-version): New version number (6.5.5).
3133 (ps-print-color-p): Customization fix.
3134 (ps-black-white-faces): New option.
3135 (ps-black-white-faces-alist): New internal var.
3136 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3137 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3138 (ps-nb-pages-region): Interactive fix.
3139 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3140 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3141
3142 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3143
3144 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3145 numeric month value, and allow the Kanji character after the it to
3146 be missing (happens with ls-lisp's output on Japanese versions of
3147 MS-Windows).
3148
3149 2001-09-18 Miles Bader <miles@gnu.org>
3150
3151 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3152 it's empty (and thus probably a new patch file about to be edited).
3153
3154 2001-09-17 Gerd Moellmann <gerd@gnu.org>
3155
3156 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3157 Check for '(' in column 0 of doc string.
3158
3159 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3160 of `nth' so that using a vector as bounding-box works.
3161 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3162
3163 2001-09-17 Andre Spiegel <spiegel@gnu.org>
3164
3165 * vc.el (vc-annotate): Use current workfile version explicitly as
3166 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3167
3168 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3171 convert-standard-filename doesn't guarantee that the .el extension
3172 is preserved.
3173
3174 * dos-fns.el (convert-standard-filename): Replace invalid
3175 characters only after converting dash/underscore to a period.
3176 (original-make-auto-save-file-name): New.
3177 (make-auto-save-file-name): New function, overrides the definition
3178 on files.el and calls the original function via
3179 original-make-auto-save-file-name.
3180
3181 * mail/rmail.el (top-level): Require mule-utils when compiling.
3182 (rmail-decode-babyl-format): Use detect-coding-with-priority
3183 instead of detect-coding-region, to favor detection of emacs-mule
3184 encoded Babyl files written by rmailout.el etc. Suggested by
3185 Kenichi Handa <handa@etl.go.jp>.
3186
3187 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3188
3189 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3190 Use `equal', not `=', since the device number can be a cons cell.
3191
3192 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3193
3194 * simple.el: Comment out change of 2001-09-13.
3195
3196 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3197
3198 * progmodes/compile.el (grep-compute-defaults): Don't set
3199 grep-command/grep-find-command when it is already non-nil.
3200 (grep-command): Make it a user option.
3201 (grep-find-command): Likewise.
3202
3203 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3204
3205 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3206 inhibit quit.
3207
3208 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3209
3210 * files.el (make-auto-save-file-name): If long file names are not
3211 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3212 generating an auto-save file name from it.
3213
3214 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3215
3216 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3217 (ps-nb-pages-region): Signal an error if called interactively
3218 and the mark is not active.
3219
3220 * simple.el (minibuffer-prompt-modification)
3221 (minibuffer-prompt-insertion): New functions.
3222 (minibuffer-prompt-properties): Use `modification-hooks' and
3223 `insert-in-front-hooks'.
3224
3225 2001-09-12 Richard M. Stallman <rms@gnu.org>
3226
3227 * textmodes/outline.el (outline-regexp): Doc fix.
3228 Initialize it in the defcustom, the usual way.
3229
3230 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3231
3232 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3233 from `ediff-meta-info' properties need not be an overlay.
3234 From David Ponce <dponce@voila.fr>.
3235
3236 * isearch.el (isearch-intersects-p): Fix end checks.
3237
3238 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3239
3240 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3241 `t' branch of `cond', since Irix 6.1 and up is a special case of
3242 the standard dbx interface.
3243
3244 2001-09-11 Miles Bader <miles@gnu.org>
3245
3246 * comint.el (comint-send-input): When waiting for echoed input,
3247 don't save the expected end position in `echo-end', so that things
3248 work properly even if the buffer is modified elsewhere at the same
3249 time [this happens if `comint-truncate-buffer' is used].
3250
3251 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3252
3253 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3254 when constructing imenu-generic-expression from outline-regexp.
3255
3256 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3257
3258 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3259 `equal' instead of `=', since they can be cons cells. From Nils
3260 Goesche <cartan@cartan.de>.
3261
3262 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3263
3264 * vc.el (vc-annotate): Rewrote doc string.
3265
3266 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3267
3268 * time-stamp.el: Update Stephen Gildea's email address.
3269
3270 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3271
3272 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3273 enable-multibyte-characters = nil. From Hallvard B Furuseth
3274 <h.b.furuseth@usit.uio.no>.
3275
3276 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3277
3278 * ediff-init.el (ediff-highest-priority): Bug fix.
3279
3280 * viper-cmd.el (viper-special-read-and-insert-char): New function
3281 that reads a character and uses the current input method or
3282 iso-accents when appropriate.
3283
3284 * viper.el and all others: Corrections to the comment blocks at
3285 the top.
3286
3287 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3288
3289 * info.el (Info-goto-node): Doc fix.
3290
3291 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3292
3293 * isearch.el (isearch-intersects-p): New function.
3294 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3295 use isearch-intersects-p, and clean up.
3296
3297 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3298
3299 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3300 and "german8", for the new German orthography dictionaries,
3301 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3302 the entries, to keep the line length balanced for loaddefs.el.
3303
3304 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3305
3306 * comint.el (comint-send-input): Handle comint-process-echoes
3307 differently.
3308
3309 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3310
3311 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3312
3313 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3314
3315 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3316
3317 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3318
3319 * server.el (server-switch-buffer):
3320 * textmodes/refer.el (refer-find-entry-internal):
3321 * term/sup-mouse.el (sup-pos-to-window):
3322 * term/bg-mouse.el (bg-window-from-x-y):
3323 * emacs-lisp/edebug.el (edebug-window-live-p):
3324 Use get-window-with-predicate.
3325
3326 * window.el (get-window-with-predicate): Renamed from some-window.
3327 (some-window): Make it an alias.
3328
3329 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3330
3331 * simple.el (undo): Remove positions from buffer-undo-list up to
3332 the next undo boundary only.
3333
3334 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3335
3336 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3337 Kim <ryk@dspwiz.com>
3338
3339 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3340 the message "Creating customization items...done".
3341
3342 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3343
3344 * font-lock.el (toplevel): Require `jit-lock' only if
3345 font-lock-support-mode is set to jit-lock-mode.
3346
3347 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3348
3349 * international/quail.el (quail-use-package, quail-inactivate)
3350 (quail-activate): Mention the hooks these functions run in their
3351 doc strings.
3352
3353 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3354
3355 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3356 of file in header of menu.
3357
3358 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3359
3360 * env.el (setenv): Interactively, if VARIABLE has a current value,
3361 add that to the front of the history, as the doc string says.
3362
3363 * comint.el (comint-send-input): Change help-echo.
3364 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3365
3366 * bookmark.el (bookmark-write-file): Bind print-length and
3367 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3368
3369 * obsolete/uncompress.el: Moved there from lisp/.
3370
3371 * comint.el (comint-insert-clicked-input): Goto point-max before
3372 deleting previous input. From "Dr Francis J. Wright"
3373 <F.J.Wright@qmw.ac.uk>.
3374
3375 * simple.el (backward-word): Doc fix.
3376
3377 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3378
3379 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3380 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3381 * w32-fns.el: Add Keywords header.
3382
3383 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3384
3385 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3386 "Text Properties". Suggested by Simon Marshall
3387 <Simon.Marshall@midas-kapiti.com>.
3388
3389 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3390
3391 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3392 consulting the value of file-name-coding-system.
3393
3394 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3395
3396 * help.el (describe-function-1): Save precomputed `file-name' rather
3397 than recomputing it (incorrectly) with `symbol-file'.
3398
3399 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3400
3401 * international/isearch-x.el (isearch-exit-recursive-edit):
3402 Take three parameters, since it's used as an after-change-function.
3403
3404 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3405 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3406 from doc strings.
3407
3408 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3409
3410 * progmodes/glasses.el (glasses-convert-to-unreadable):
3411 Consider underscores as in `glasses-make-readable'.
3412
3413 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3414
3415 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3416 MS-DOS, since cpp might not be available.
3417
3418 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3419 Mention "yank" in the help-echo text.
3420 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3421
3422 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3423
3424 * newcomment.el (comment-indent): Insert spaces more carefully.
3425
3426 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3429 exists. From Andy Petrusenco <andy@int.spb.ru>.
3430
3431 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3432 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3433 <andy@int.spb.ru>.
3434
3435 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3436
3437 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3438 Instead of running mouse-yank-at-click, see what the event is
3439 bound to outside Isearch and run that.
3440
3441 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3442
3443 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3444 Fix the menu entry to mention transient-mark-mode.
3445
3446 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3447
3448 * simple.el (eval-expression-print-level): Fix last change.
3449
3450 * bindings.el (mode-line-coding-system-map): New variable.
3451 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3452
3453 * simple.el (eval-expression-print-level): Change the type
3454 of the defcustom to allow nil.
3455
3456 * emacs-lisp/find-gc.el: Moved here from lisp/.
3457
3458 * international/quail.el (quail-completion-1):
3459 Reverse the ((CHAR . DEFN) ...) list before processing it.
3460 From Kenichi Handa <handa@etl.go.jp>.
3461
3462 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3463 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3464
3465 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3466
3467 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3468 aren't supported. This avoids the annoying gray strip drawn by
3469 the Windows version instead of the missing tool bar.
3470
3471 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3472
3473 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3474 and tooltips more consistent. From "Marshall, Simon"
3475 <Simon.Marshall@midas-kapiti.com>.
3476
3477 * startup.el (fancy-splash-screens): Temporarily set
3478 minor-mode-map-alist to nil while displaying splash screens.
3479
3480 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3481
3482 * buff-menu.el: Add Keywords header.
3483 Doc fix (C-x C-b is bound to list-buffers).
3484
3485 * dired-x.el: Add keyword files to get listed in finder.
3486 Remove confusing notes about GNU Emacs 19.
3487
3488 * dired.el, dired-aux.el: Add Keywords header.
3489
3490 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3491
3492 * vc.el (vc-revert-file): Call the backend even if the FILE's
3493 contents can be reverted locally; pass new arg CONTENTS-DONE
3494 down to the backend.
3495
3496 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3497 optional arg CONTENTS-DONE.
3498
3499 2001-08-28 Andrew Innes <andrewi@gnu.org>
3500
3501 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3502
3503 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3504
3505 * makefile.nt (install): Copy more *.el files.
3506
3507 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3508
3509 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3510 instead of `w' which is already in use.
3511
3512 * gs.el (gs-load-image): Use sleep-for.
3513 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3514
3515 2001-08-28 Miles Bader <miles@gnu.org>
3516
3517 * replace.el (query-replace-regexp-eval): Return args from
3518 `interactive' form in correct order.
3519
3520 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3521
3522 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3523 major modes, don't create panes for modes for which
3524 mouse-buffer-menu-alist returns an empty alist.
3525
3526 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3527
3528 * progmodes/hideshow.el: Update first-line description.
3529 Sync comments w/ maintainer version 5.31.
3530
3531 (hs-isearch-open): Default value now `code'.
3532 Fix docstring to use "code blocks" vs "comment blocks",
3533 as opposed to "block" vs "comment".
3534 (hs-flag-region): Accept `hs-isearch-open' value
3535 of `block' as synonymous w/ `code'.
3536 (hs-hide-block-at-point): For code blocks, pass `code'
3537 to `hs-flag-region' instead of `block'.
3538
3539 2001-08-28 Miles Bader <miles@gnu.org>
3540
3541 * comint.el (comint-next-prompt): Don't loop infinitely if
3542 {next,previous}-single-char-property-change returns its input
3543 position when the search fails.
3544
3545 2001-08-27 Miles Bader <miles@gnu.org>
3546
3547 * comint.el (comint-get-old-input-default): Don't signal an error
3548 if point is not on an input field; instead, return the current
3549 line (using `comint-bol' to skip any prompt, in case we're not
3550 using fields at all).
3551
3552 * man.el (Man-mode-line-format): Variable removed.
3553 (Man-mode): Change `mode-line-buffer-identification' instead of
3554 `mode-line-format'.
3555
3556 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3557
3558 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3559 From Simon Josefsson <jas@extundo.com>.
3560
3561 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3562
3563 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3564 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3565
3566 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3567 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3568
3569 * emacs-lisp/lselect.el: Ditto.
3570
3571 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3572 Remove periods from the end of error message strings.
3573 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3574
3575 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3576 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3577
3578 * net/telnet.el: Ditto.
3579
3580 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3581
3582 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3583 KEYMAP to the call to define-minor-mode.
3584
3585 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3586
3587 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3588 Replace some of the undefined characters with emulations of bidi
3589 formatting characters and Niqud as per SI 1311-1.
3590 (IT-unicode-translations): Ditto.
3591 (IT-display-table-setup, IT-setup-unicode-display):
3592 Fill characters without translations with dos-unsupported-char-glyph.
3593
3594 2001-08-24 Simon Josefsson <jas@extundo.com>
3595
3596 * hl-line.el (hl-line-mode): Don't be a global mode.
3597 (global-hl-line-mode): New function.
3598
3599 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3600
3601 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3602 being reset by Ghostscript. Don't kill the gs process.
3603 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3604
3605 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3606
3607 * term/mac-win.el: Require scroll-bar.
3608
3609 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3610
3611 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3612
3613 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3614
3615 * hexl.el (hexl-insert-multibyte-char) New function.
3616 (hexl-quoted-insert, hexl-self-insert-command)
3617 (hexl-insert-hex-char, hexl-insert-decimal-char)
3618 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3619 Fix the doc strings accordingly.
3620 (hexl-insert-char): Reject characters whose code is above 255.
3621 Doc fix.
3622 (hexl-mode-map): Copy the global keymap instead of creating a
3623 sparse keymap, and bind all self-inserting characters to
3624 hexl-self-insert-command.
3625
3626 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3627
3628 * wid-edit.el (text): Re-order docstring correctly.
3629
3630 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3631
3632 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3633
3634 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3635
3636 * simple.el (line-number-mode): Mention the variable
3637 line-number-display-limit-width in the doc string.
3638
3639 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3640
3641 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3642 Temporarily select EVENT's window for switching buffers.
3643 (mode-line-bury-buffer): New function.
3644 (mode-line-buffer-identification-keymap): Use it instead of
3645 bury-buffer. Bind down-mouse events to prevent global down-mouse
3646 events from shining through.
3647
3648 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3649
3650 * newcomment.el (comment-beginning): Make sure the comment-start
3651 we found isn't a comment-end (in cases where confusion is possible).
3652
3653 2001-08-22 Miles Bader <miles@gnu.org>
3654
3655 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3656 before writing it, so that hard-links don't see new version.
3657
3658 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3659
3660 * gs.el (gs-set-ghostview-colors-window-prop):
3661 Call x-change-window-property with 3rd arg FRAME.
3662 (gs-load-image): Wait for a previous Ghostscript process
3663 to complete before starting a new one.
3664
3665 * image.el (image-type-regexps): Make sure that the TIFF
3666 pattern is only matched at the beginning of a string.
3667 From Markus Rost <rost@math.ohio-state.edu>.
3668
3669 * international/swedish.el: Pre-Mule file removed. From Jonas
3670 Oberg <jonas@gnu.org>.
3671
3672 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3673
3674 * whitespace.el (whitespace-abort-on-error): Add custom variable
3675 to whitespace to abort a write-file if whitespace is detected in file.
3676
3677 * whitespace.el (whitespace-write-file-hook): Hook to be called
3678 when writing a file. If `whitespace-abort-on-error' is set, the
3679 write will abort on detecting whitespaces.
3680 If `whitespace-auto-cleanup' is set, the file will be cleaned
3681 automatically prior to writing.
3682
3683 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3684 whitespaces in the error output!
3685
3686 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3687 `indent-tabs-mode', since the latter notes user preferences on
3688 TABs anyway.
3689
3690 * whitespace.el (whitespace-version): 3.1. All of the above issues
3691 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3692
3693 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3694
3695 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3696 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3697
3698 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3699
3700 2001-08-20 Alex Schroeder <alex@gnu.org>
3701
3702 * sql.el (sql-db2): Doc change.
3703
3704 2001-08-20 Alex Schroeder <alex@gnu.org>
3705
3706 * sql.el (sql-postgres): Add the database at the end of the
3707 parameters instead of at the beginning.
3708 (sql-postgres-options): Doc change.
3709
3710 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3711
3712 * custom.el (defcustom): Doc fix.
3713
3714 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3715
3716 * ps-mule.el (find-composition): Check if (char-after POS)
3717 returns a valid character.
3718
3719 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3720
3721 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3722 original-point for extra CR characters that are added/removed when
3723 the buffer is written/read whose EOL type is -dos.
3724
3725 2001-08-16 Miles Bader <miles@gnu.org>
3726
3727 * simple.el (line-move): Undo previous change.
3728
3729 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3730 property to input-terminating `boundary' overlays to avoid
3731 line-move wierdness.
3732
3733 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3734
3735 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3736 buffer in a save-restriction. Under one test case with Ediff,
3737 window-scroll-functions are run with a window start that's
3738 temporarily outside of the restriction.
3739
3740 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3741
3742 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3743 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3744 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3745 (texinfo-update-menu-region-beginning)
3746 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3747 command, @ifnottex, to regexps, so it is found.
3748
3749 2001-08-16 Andrew Innes <andrewi@gnu.org>
3750
3751 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3752 (DONTCOMPILE): Omit sc.el.
3753
3754 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3755 (DONTCOMPILE): Omit sc.el.
3756
3757 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3758
3759 * replace.el (occur): Bind inhibit-read-only to t.
3760
3761 2001-08-16 Miles Bader <miles@gnu.org>
3762
3763 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3764 calling `constrain-to-field', to avoid problems with comint prompts.
3765
3766 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3767
3768 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3769 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3770
3771 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3772 of a while-loop.
3773
3774 * Makefile.in (DONTCOMPILE): Remove sc.el.
3775
3776 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3777 Don't include term/.
3778
3779 * mail/sc.el: Moved to obsolete/.
3780
3781 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3782
3783 * ps-print.el: Change error function arguments to follow Emacs
3784 message convention. Doc fix.
3785 (ps-print-version): New version number (6.5.4).
3786 (coding-system-for-write): Change declaration position to avoid
3787 XEmacs compilation gripes.
3788 (coding-system-for-read, buffer-file-coding-system):
3789 Declarations to avoid XEmacs compilation gripes.
3790
3791 * ps-mule.el: Doc fix.
3792 (ps-mule-encode-header-string): If STRING is not a string, replace
3793 STRING by empty string.
3794
3795 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3796
3797 * frame.el (show-trailing-whitespace): Doc fix.
3798
3799 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3800
3801 * desktop.el (desktop-save): Insert the coding: tag before
3802 desktop-header.
3803
3804 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3805
3806 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3807 its path from $els.
3808
3809 * image.el (image-jpeg-p): Fix call of substring.
3810
3811 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3812
3813 * play/animate.el (animate-string): Doc fix. Use a buffer
3814 name with stars in it.
3815 (animate-sequence): New function.
3816 From Richard Stallman <rms@gnu.org>.
3817
3818 * frame.el (select-frame-set-input-focus): New function
3819 extracted from other-frame.
3820 (other-frame): Use it.
3821 (next-multiframe-window, previous-multiframe-window): Use it.
3822
3823 * isearch.el (isearch-other-meta-char): Don't switch to the
3824 buffer of a window clicked on, when the current buffer is
3825 in Isearch mode.
3826
3827 * image.el (image-jpeg-p): Test for APPn markers in the range
3828 #xe0..#xef.
3829
3830 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3831
3832 * desktop.el (desktop-save): Don't use concat to form a file
3833 name, use expand-file-name.
3834
3835 * mouse.el (mouse-delete-window): Do nothing if frame has just
3836 one window.
3837
3838 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3839 for the minor mode name.
3840
3841 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3842 minor mode name.
3843
3844 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3845 instead of make-mode-line-mouse2-map.
3846
3847 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3848 the minor mode name.
3849
3850 * emacs-lisp/easy-mmode.el (define-minor-mode):
3851 Use mode-line-minor-mode-keymap for the minor mode name.
3852
3853 * calendar/calendar.el (calendar-mode-line-format):
3854 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3855
3856 * bindings.el (make-mode-line-mouse-map): Renamed from
3857 make-mode-line-mouse2-map. Take additional arg MOUSE.
3858 (mode-line-modified): Use mouse-3 instead of mouse-2.
3859 (mode-line-buffer-identification-keymap): Bind keys differently.
3860 (propertized-buffer-identification): Adapt help-echo to new bindings.
3861
3862 * bindings.el (mode-line-format): Specify help-echo for line
3863 number, column number and buffer-percent part of the mode-line.
3864
3865 * image.el (image-type-regexps): Allow whitespace at the start
3866 of the image data for XPM, XBM and Postscript, which are
3867 text files.
3868 (image-jpeg-p): Correct calculation of next field offset.
3869
3870 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3871
3872 * battery.el: Fix typo.
3873
3874 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3875
3876 * image.el (image-type-regexps): Allow predicates. Change the way
3877 JPEG images are recognized.
3878 (image-jpeg-p): New function.
3879 (image-type-from-data): Handle predicates in image-type-regexps.
3880
3881 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3882 #:, #x, #o, and similar constructs.
3883
3884 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3885
3886 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3887
3888 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3889 instead of `progn'.
3890
3891 * tar-mode.el (tar-extract): Avoid generating a new buffer
3892 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3893
3894 * textmodes/paragraphs.el (forward-sentence): Avoid building
3895 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3896
3897 * progmodes/executable.el (executable-set-magic):
3898 If executable-find returns a quoted file name, unquote it before
3899 inserting it.
3900
3901 * image.el (image-type-regexps): For JPEG files, use a regexp
3902 derived from the JFIF spec.
3903
3904 * image.el (image-type-regexps): Use `\`' instead of `^' in
3905 most regular expressions.
3906
3907 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3908
3909 * play/animate.el: Re-insert a reference to re-inserted function.
3910
3911 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3912
3913 * help.el (describe-function-1): Use find-function-search-for-symbol
3914 instead of find-function-noselect because the latter follows aliases.
3915
3916 * play/animate.el (animate-birthday-present): Re-insert.
3917
3918 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3919 Handle old-style menu definitions.
3920
3921 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3922
3923 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3924 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3925
3926 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3927 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3928 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3929
3930 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3931
3932 * textmodes/tildify.el: Milan Zamazal has new address.
3933
3934 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3935
3936 * custom.el (custom-set-variables): Don't test `custom-requests'
3937 properties, check the third element of the options passed to
3938 custom-set-variables instead.
3939
3940 * info.el (info-insert-file-contents): Use info-file-exists-p
3941 instead of file-exists-p.
3942
3943 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3944 the mode-line face is restored. Fix several bugs.
3945
3946 * replace.el (perform-replace): Doc fix.
3947
3948 2001-08-02 Francesco Potorti` <pot@gnu.org>
3949
3950 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3951 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3952 (uniquify-fix-item-base, uniquify-fix-item-filename)
3953 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3954 Callers changed.
3955 (uniquify-set-proposed): Changed to work with a vector item.
3956 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3957 the fix list, and a list of strings for the non-file buffer
3958 names. Both changes reduce consing.
3959 (uniquify-rationalize-a-list): Local variable renaming.
3960 (uniquify-rationalize-conflicting-sublist): Use member instead of
3961 assoc.
3962 (uniquify-rename-buffer): Use unless instead of if not.
3963
3964 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3965
3966 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3967
3968 * custom.el (custom-set-variables): Set options with :require
3969 clauses last.
3970
3971 * custom.el (defcustom): Doc fix.
3972
3973 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3974
3975 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3976
3977 * man.el (man): Mention Man-switches in the doc string.
3978 (Man-switches): Mention -a in the doc string.
3979
3980 * textmodes/ispell.el (ispell-alternate-dictionary):
3981 Add /usr/share/lib/dict/words, for Irix.
3982
3983 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3984 corresponding non-kp keys. Suggested by Stephen Gildea
3985 <gildea@stop.mail-abuse.org>.
3986
3987 2001-08-01 Francesco Potorti` <pot@gnu.org>
3988
3989 * uniquify.el: These changes correct a corner case that the old
3990 code managed correctly.
3991 (uniquify-fix-item-proposed): Renamed from
3992 uniquify-fix-item-min-proposed.
3993 (uniquify-set-proposed): New function.
3994 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3995 clarity and speed.
3996 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3997 This is equivalent to what the old code did.
3998 (uniquify-rationalize-a-list): Never recompute the proposed
3999 name. Sort the conflicting sublist before rationalising it: this
4000 is equivalent to what the old code did, but one directory element
4001 at a time, and only when necessary.
4002 (uniquify-rationalize-conflicting-sublist): Recompute here the
4003 proposed name.
4004
4005 2001-08-01 Gerd Moellmann <gerd@gnu.org>
4006
4007 * play/animate.el: Add Keywords and Maintainer. Remove a
4008 reference to a removed function.
4009
4010 * play/animate.el (animate-string): Handle case that the string is
4011 longer than the window is wide.
4012
4013 2001-07-31 Gerd Moellmann <gerd@gnu.org>
4014
4015 * desktop.el (desktop-save): Bind coding-system-for-write to
4016 `emacs-mule' for write-region.
4017
4018 * delsel.el (delete-selection-pre-hook): Don't set this-command
4019 to `ignore' if the region is empty.
4020
4021 * international/mule.el (set-keyboard-coding-system):
4022 Set keyboard-coding-system.
4023
4024 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
4025 before accessing it.
4026
4027 2001-07-30 Andreas Schwab <schwab@suse.de>
4028
4029 * menu-bar.el (toggle-highlight-paren-mode):
4030 Use `(show-paren-mode)' as body.
4031
4032 2001-07-30 Andre Spiegel <spiegel@gnu.org>
4033
4034 * vc.el (vc-checkout-hook): New hook.
4035 (vc-checkout): Run it.
4036
4037 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4038
4039 * progmodes/make-mode.el (makefile-macroassign-regex):
4040 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
4041
4042 2001-07-30 Gerd Moellmann <gerd@gnu.org>
4043
4044 * vc.el (vc-switch-backend): Fix autoload cookie.
4045
4046 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4047 the desktop file.
4048
4049 2001-07-30 Simon Josefsson <jas@extundo.com>
4050
4051 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4052 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4053
4054 2001-07-27 Gerd Moellmann <gerd@gnu.org>
4055
4056 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4057 (last-sexp-toggle-display): Renamed from last-sexp-print.
4058 (last-sexp-toggle-display, eval-last-sexp-1):
4059 Use last-sexp-setup-props.
4060
4061 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
4062 New user-options.
4063 (mouse-wheel-change-button): New function.
4064 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4065 (mwheel-scroll): Ditto.
4066
4067 2001-07-26 Gerd Moellmann <gerd@gnu.org>
4068
4069 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4070 `...', compare with unabbreviated printed representation instead.
4071 (last-sexp-print): Bind print-length and print-level to nil.
4072
4073 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4074 before assigning text properties. Make properties rear-nonsticky.
4075
4076 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4077 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4078 <mouse-2> and <RET> in that map to a function printing the
4079 unabbreviated value.
4080
4081 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4082 is a buffer, put a text property `printed-value' on the printed
4083 representation, with the Lisp object printed as value.
4084
4085 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4086
4087 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4088 Mention the effect of eval-expression-print-length and
4089 eval-expression-print-level in the doc strings. Suggested by
4090 Kevin Gallagher <kevingal@onramp.net>.
4091
4092 2001-07-25 Gerd Moellmann <gerd@gnu.org>
4093
4094 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4095 for buttons > 3.
4096 (xterm-mouse-translate): Handle the case that we don't get a
4097 down-event.
4098
4099 * emacs-lisp/find-func.el (find-function-regexp):
4100 Add easy-mmode-define-global-mode to the regexp. Allow newlines
4101 in front of the function name.
4102
4103 * isearch.el (isearch-other-meta-char): Fix last change.
4104
4105 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4106 similar events for which fake prefix keys are generated. It's no
4107 longer necessary since read_key_sequence doesn't modify these
4108 events for internal purposes anymore.
4109
4110 * files.el (auto-mode-alist): Use nroff-mode for files ending
4111 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4112
4113 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4114
4115 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4116 tool-bar-lines parameter, behave as if its value were zero.
4117 (mouse-avoidance-set-pointer-shape): Don't do anything if
4118 x-pointer-shape is not boundp.
4119
4120 2001-07-23 Francesco Potorti` <pot@gnu.org>
4121
4122 * uniquify.el: Overall speedup changes when using many buffers.
4123 (uniquify-fix-item-base, uniquify-fix-item-filename)
4124 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
4125 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
4126 place in the item, but was never used.
4127 (uniquify-fix-item-min-proposed): New defalias: the fourth place
4128 in the item is now used as cache for the proposed name.
4129 (uniquify-rationalize-file-buffer-names): Move computation made on
4130 newbuffile out of the loop, in the newbuffile-nd local var.
4131 Use dolist (cosmetic change). Compute the proposed name for the most
4132 common case and cache it in the fourth place in the item.
4133 (uniquify-rationalize-file-buffer-names): Used to return a a list
4134 of buffer whose name was changed, but that return value was never used.
4135 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4136 the cached proposed name, does much less consing and is quicker.
4137 (uniquify-filename-lessp): Deleted.
4138 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4139 Do not bind locally the uniquify-possibly-resolvable flag. Use the
4140 cached proposed name is possible.
4141 (uniquify-get-proposed-name): Arguments changed, callers changed.
4142 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4143 uniquify-possibly-resolvable flag, which is no more bound locally.
4144 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
4145 flag, which does not exist any more.
4146
4147 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4148
4149 * term/internal.el (IT-unicode-translations): Fix the appearance of
4150 "6`".
4151
4152 * progmodes/compile.el (compile-internal): If EMACS is already
4153 defined in the environment, don't override its value.
4154
4155 2001-07-23 Gerd Moellmann <gerd@gnu.org>
4156
4157 * play/fortune.el: Undo change of 2001-07-13.
4158 Fix autoload cookies. Add types to defcustoms.
4159 (fortune) <defgroup>: Add :link.
4160 (fortune-from-region): Use eq, not eql.
4161 From Dave Love <fx@gnu.org>.
4162
4163 * play/animate.el (animate-birthday-present): Function removed.
4164
4165 * play/animate.el: New file.
4166
4167 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4168
4169 * startup.el (normal-top-level-add-subdirs-to-load-path):
4170 On Windows, put into normal-top-level-add-subdirs-inode-list the
4171 canonicalized names of the directories instead of inode numbers.
4172
4173 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
4174
4175 * ediff-util.el: Copyright years.
4176 (ediff-choose-syntax-table): New function.
4177 (ediff-setup): Use ediff-choose-syntax-table.
4178 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4179 vc-state is available.
4180 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4181
4182 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4183 with-syntax-table.
4184 (ediff-coding-system-for-read): From ediff-diff.el
4185 (ediff-coding-system-for-write): New variable.
4186 (ediff-highest-priority): Fixed the bug having to do with disappearing
4187 overlays.
4188 (ediff-file-remote-p): Use file-remote-p, if available.
4189 (ediff-listable-file): New function.
4190 (ediff-file-attributes): Use ediff-listable-file.
4191
4192 * ediff-mult.el (ediff-meta-insert-file-info1):
4193 Use ediff-listable-file.
4194
4195 * ediff-ptch.el (ediff-prompt-for-patch-file):
4196 Use ediff-coding-system-for-read.
4197 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4198
4199 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4200 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4201
4202 * ediff.el: Date of last update, copyright years.
4203
4204 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4205
4206 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4207 of Scott Bronson.
4208 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4209 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4210 Deleted functions.
4211 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4212 ex-token-list.
4213 (viper-get-ex-address-subr): Convert registers to char data type.
4214
4215 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4216 (viper-memq-char): Use viper-int-to-char.
4217 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4218 vc-locking-state.
4219 (viper-read-key): Use viper-read-key-sequence.
4220
4221 * viper.el (viper-major-mode-modifier-list):
4222 Added inferior-emacs-lisp-mode.
4223 (this-major-mode-requires-vi-state): New function that uses simple
4224 heuristics to decide if vi state is appropriate.
4225 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4226 (viper-non-hook-settings): Don't advise read-key-sequence.
4227 (viper-read-key-sequence): New function that replaces the
4228 previously used advice to read-key-sequence.
4229
4230 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4231 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4232 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4233 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4234 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4235 Got rid of the negative character hack.
4236 (viper-escape-to-state,viper-replace-state-exit-cmd):
4237 Use viper-read-key-sequence.
4238 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4239 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4240 Don't override existing minibuffer-setup-hook.
4241 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4242 Convert registers to char data type.
4243 (viper-autoindent): Use viper-indent-line.
4244
4245 * viper-keym.el: Use viper-exec-key-in-emacs.
4246
4247 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4248
4249 * server.el (server-visit-files): Fix variable name typo.
4250
4251 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4252
4253 * simple.el (delete-trailing-whitespace): Save match data
4254 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4255
4256 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4257
4258 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4259 return a this-error using the alternative format (a pair of markers).
4260
4261 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4262
4263 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4264
4265 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4266 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4267
4268 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4269
4270 * international/iso-transl.el: Fix typo in the header of the file.
4271
4272 * textmodes/picture.el (picture): Doc fix.
4273
4274 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4275 follow coding conventions in generated files.
4276
4277 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4278
4279 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4280 (tool-bar-add-item): Don't call image-related primitives if the
4281 display doesn't support images.
4282
4283 * frame.el (display-images-p): New function.
4284
4285 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4286
4287 * server.el (server-visit-files): Handle the case the specified
4288 column number is <= 0.
4289
4290 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4291
4292 * startup.el (command-line-1): Add support for +LINE:COLUMN
4293 command line argument.
4294
4295 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4296
4297 * server.el (server-process-filter, server-visit-files):
4298 Add support for +LINE:COLUMN style emacsclient calls.
4299
4300 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4301
4302 * emacs-lisp/easy-mmode.el: Add Keywords header.
4303
4304 * play/pong.el: Author has new address.
4305
4306 * play/landmark.el: Author is no more reachable.
4307
4308 * play/handwrite.el: Author is no more reachable.
4309
4310 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4311
4312 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4313 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4314 Complete bindings for F<1..12> keys.
4315 (global-map): Remove `undo' binding (already in the default).
4316 Replace `t<n>' bindings with `f<n>' bindings.
4317
4318 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4319
4320 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4321 (tcl-mode): Use tcl-add-log-defun.
4322 (tcl-indent-line): Use tcl-calculate-indent.
4323 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4324 (tcl-indent-exp): Renamed from indent-tcl-exp.
4325 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4326 (tcl-indent-for-comment): Call comment-indent-function properly
4327 and handle the case where it returns nil.
4328
4329 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4330
4331 * calendar/cal-islam.el (calendar-goto-islamic-date):
4332 Remove autoload cookie.
4333
4334 * calendar/calendar.el (calendar-goto-islamic-date):
4335 Add call to autoload.
4336
4337 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4338
4339 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4340 Don't change compile-auto-highlight globally.
4341 Don't bother with `font-lock-defaults' property since XEmacs
4342 also understands the `font-lock-defaults' variable.
4343 Use make-local-variable rather than make-variable-buffer-local.
4344 Don't `defconst' comment-indent-function: keep the default.
4345 Call easy-menu-add unconditionally.
4346 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4347 (ada-create-menu): Use :included for Emacs as well.
4348
4349 * vc.el (vc-do-command): Autoload.
4350
4351 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4352
4353 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4354
4355 * ps-print.el: Fix Author: header.
4356
4357 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4358
4359 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4360 mouse-1 etc., bind them to `ignore'.
4361
4362 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4363 send-invisible, which is already defined in Comint.
4364 (eshell-watch-for-password-prompt): Use it.
4365
4366 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4367
4368 * which-func.el (which-func-mode): Doc fix.
4369
4370 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4371 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4372 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4373 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4374 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4375 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4376 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4377 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4378 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4379 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4380 * emulation/edt-mapper.el, emulation/edt-pc.el,
4381 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4382 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4383 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4384 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4385 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4386 * international/isearch-x.el, international/iso-cvt.el,
4387 * international/ogonek.el, international/quail.el,
4388 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4389 * language/devanagari.el, language/ethio-util.el,
4390 * language/ethiopic.el, language/european.el, language/indian.el,
4391 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4392 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4393 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4394 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4395 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4396 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4397 * progmodes/autoconf.el, progmodes/cmacexp.el,
4398 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4399 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4400 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4401 * progmodes/ebnf2ps.el, progmodes/executable.el,
4402 * progmodes/fortran.el, progmodes/idlw-shell.el,
4403 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4404 * progmodes/m4-mode.el, progmodes/mantemp.el,
4405 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4406 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4407 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4408 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4409 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4410 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4411 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4412 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4413 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4414 * textmodes/two-column.el, time-stamp.el, timezone.el,
4415 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4416 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4417 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4418 conventions.
4419
4420 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4421
4422 * simple.el (set-variable): Require 'cus-edit' instead of
4423 `wid-edit', so that the Custom widgets get defined.
4424
4425 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4426
4427 * allout.el: A fix to follow coding conventions.
4428
4429 * find-lisp.el: A fix to follow coding conventions.
4430
4431 * term/w32-win.el: A fix to follow coding conventions.
4432
4433 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4434
4435 * term/xterm.el: A fix to follow coding conventions.
4436
4437 * term/news.el: A fix to follow coding conventions.
4438
4439 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4440 header line fixed.
4441
4442 * sun-curs.el: Fix Maintainer: header line.
4443
4444 * emacs-lisp/easymenu.el: Address of the author added.
4445
4446 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4447
4448 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4449 property.
4450
4451 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4452
4453 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4454 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4455 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4456 Some fixes to follow coding conventions.
4457
4458 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4459
4460 * which-func.el (which-func-mode): Doc fix.
4461
4462 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4463
4464 * net/rcompile.el (remote-compile): Use make-local-variable.
4465
4466 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4467
4468 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4469
4470 * mail/reporter.el (reporter-submit-bug-report):
4471 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4472
4473 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4474
4475 * calendar/cal-china.el, calendar/cal-coptic.el,
4476 * calendar/cal-dst.el, calendar/cal-french.el,
4477 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4478 * calendar/cal-iso.el, calendar/cal-julian.el,
4479 * calendar/cal-mayan.el, calendar/cal-persia.el,
4480 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4481 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4482 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4483 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4484 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4485 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4486 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4487 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4488 * progmodes/ada-xref.el, progmodes/cc-align.el,
4489 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4490 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4491 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4492 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4493 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4494 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4495 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4496 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4497 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4498 * textmodes/reftex.el: Some fixes to follow coding
4499 conventions in Eshell files with known maintainers.
4500
4501 * emulation/viper.el: A fix to follow coding conventions.
4502
4503 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4504 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4505 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4506 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4507 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4508 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4509 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4510 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4511 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4512 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4513 conventions in Eshell files.
4514
4515 * composite.el, diff.el, emacs-lisp/levents.el,
4516 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4517 * emulation/pc-mode.el, emulation/viper-cmd.el,
4518 * emulation/viper-ex.el, emulation/viper-init.el,
4519 * emulation/viper-keym.el, emulation/viper-macs.el,
4520 * emulation/viper-mous.el, emulation/viper-util.el,
4521 * emulation/viper.el, forms-pass.el, international/ccl.el,
4522 * international/characters.el, international/encoded-kb.el,
4523 * international/fontset.el, international/ja-dic-cnv.el,
4524 * international/ja-dic-utl.el, international/kinsoku.el,
4525 * international/kkc.el, international/mule-cmds.el,
4526 * international/mule-diag.el, international/mule-util.el,
4527 * international/mule.el, international/titdic-cnv.el,
4528 * language/china-util.el, language/chinese.el,
4529 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4530 * language/greek.el, language/hebrew.el, language/japan-util.el,
4531 * language/japanese.el, language/korea-util.el, language/korean.el,
4532 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4533 * language/slovak.el, language/thai-util.el, language/thai.el,
4534 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4535 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4536 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4537 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4538 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4539 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4540 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4541 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4542 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4543 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4544 to follow coding conventions in files without maintainer or in files
4545 with clear maintainer (but without Maintainer header stating so).
4546
4547 * emacs-lisp/elp.el: A fix to follow coding conventions.
4548
4549 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4550 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4551 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4552 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4553 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4554 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4555 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4556 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4557 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4558 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4559 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4560 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4561 conventions in files from Gnus.
4562
4563 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4564 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4565 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4566 * echistory.el, electric.el, emacs-lisp/authors.el,
4567 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4568 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4569 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4570 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4571 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4572 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4573 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4574 * international/codepage.el, international/iso-ascii.el,
4575 * international/iso-insert.el, international/iso-transl.el,
4576 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4577 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4578 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4579 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4580 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4581 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4582 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4583 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4584 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4585 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4586 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4587 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4588 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4589 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4590 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4591 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4592 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4593 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4594 * textmodes/tex-mode.el, textmodes/text-mode.el,
4595 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4596 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4597 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4598 files maintained by FSF.
4599
4600 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4601
4602 * arc-mode.el: A fix to follow coding conventions.
4603
4604 * bindings.el: Ditto.
4605
4606 * cdl.el: Ditto.
4607
4608 * comint.el: Ditto.
4609
4610 * cus-start.el: Ditto.
4611
4612 * shell.el: Ditto.
4613
4614 * skeleton.el: Ditto.
4615
4616 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4617
4618 * info.el (Info-build-node-completions):
4619 Make Info-current-file-completions buffer local.
4620
4621 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4622
4623 * which-func.el (which-func-mode, which-func-ff-hook)
4624 (which-function-mode): Remove references to which-func-mode-global.
4625
4626 * calendar/cal-islam.el (calendar-goto-islamic-date):
4627 Add autoload cookie.
4628
4629 * play/fortune.el: Add types to defcustoms.
4630
4631 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4632
4633 * language/czech.el: A fix to follow coding conventions.
4634
4635 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4636
4637 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4638 to the extension list, for antlr-mode. From Christoph Wedler
4639 <Christoph.Wedler@sap.com>.
4640
4641 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4642
4643 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4644 (vc-dired-mode-map): Fix the madness.
4645
4646 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4647 (vc-prefix-map): Moved back from vc.el.
4648
4649 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4650
4651 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4652 Increase the size of the obarray.
4653 (mail-extr-all-top-level-domains): Add more toplevel domains,
4654 add more long names.
4655 From: Per Starback <starback@ling.uu.se>.
4656
4657 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4658
4659 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4660 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4661
4662 * progmodes/ada-mode.el: Ditto.
4663
4664 * progmodes/ada-xref.el: Ditto.
4665
4666 2001-07-11 Miles Bader <miles@gnu.org>
4667
4668 * finder.el (finder-insert-at-column): Also move to the next line
4669 if exactly at COLUMN.
4670
4671 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4672
4673 * help.el (describe-function-1): When printing FUNCTION's
4674 documentation, don't assume FUNCTION is a symbol.
4675
4676 * startup.el (normal-top-level): Don't operate on the initial
4677 frame if we failed to create one.
4678
4679 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4680
4681 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4682 itself, i.e. only indent the contents in it.
4683
4684 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4685
4686 * mail/rmail.el (rmail-show-message): Show beginning of message in
4687 all windows containing it.
4688
4689 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4690
4691 * term/tty-colors.el: Fix the header line and copyright years.
4692
4693 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4694
4695 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4696 original definition has an interactive form, but is Elp
4697 instrumented, use the interactive form of the function called by
4698 elp-wrapper.
4699
4700 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4701 configurations with compare-window-configuration; they aren't
4702 window configurations.
4703
4704 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4705 from the server for the format we expect. Don't use it if it
4706 doesn't look like what the Internet draft for FTP extensions specifies.
4707
4708 * toolbar/*.pbm: Cleaned up.
4709 From Luis Fernandes <elf@ee.ryerson.ca>.
4710
4711 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4712
4713 * cc-cmds.el: Extended the kludge to interoperate with the
4714 delsel and pending-del packages wrt to the new function
4715 `c-electric-delete-forward'.
4716
4717 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4718
4719 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4720 to delay the call to <mode> for global minor modes.
4721 (easy-mmode-define-navigation): Only recenter if interactive.
4722
4723 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4724
4725 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4726 to lisp-indent-line.
4727
4728 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4729 from the server. Call encode-time only when we are sure that we
4730 got a 213 response.
4731
4732 2001-07-06 Simon Josefsson <jas@extundo.com>
4733
4734 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4735 (mail-envelope-from): New user option.
4736 (sendmail-send-it): Use it.
4737
4738 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4739
4740 * ps-print.el: Use locale dependant date to print date in header.
4741 Doc fix.
4742 (ps-print-version): New version number (6.5.3).
4743 (ps-right-header, ps-right-footer): Initialization and doc fix.
4744 (ps-time-stamp-locale-default): New fun.
4745
4746 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4747
4748 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4749 field problem with MIME-mode.
4750
4751 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4752
4753 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4754
4755 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4756 MIME-mode.
4757
4758 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4759
4760 * bindings.el (mode-line-mule-info): Don't show the tip with
4761 buffer-file-coding-system if that is nil.
4762
4763 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4764
4765 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4766 instead of kill-line.
4767
4768 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4769 <Pavel@Janik.cz>.
4770
4771 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4772 <Pavel@Janik.cz>.
4773
4774 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4775
4776 * font-lock.el (c-font-lock-keywords-3): When matching something
4777 like `struct X Y', finish with point after Y.
4778
4779 2001-07-04 Simon Josefsson <jas@extundo.com>
4780
4781 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4782 in caller buffer.
4783
4784 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4785
4786 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4787 instead of string-match to find the basename of the file.
4788 From Pascal Obry <p.obry@wanadoo.fr>.
4789
4790 * net/browse-url.el (browse-url-default-windows-browser):
4791 Support the MS-DOS port when it runs on Windows.
4792 (browse-url-browser-function) [ms-dos]: Default to
4793 browse-url-default-windows-browser.
4794
4795 * help.el (locate-library): Enable code that looks for compressed
4796 libraries if auto-compression-mode is on.
4797
4798 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4799
4800 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4801
4802 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4803
4804 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4805
4806 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4807
4808 * allout.el: Fix the header line, so that finder.el recognizes it.
4809 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4810
4811 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4812 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4813
4814 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4815
4816 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4817
4818 * ps-bdf.el (bdf-directory-list): Use the value relative to
4819 installation-directory for MS-Windows as well.
4820
4821 2001-06-29 Richard M. Stallman <rms@gnu.org>
4822
4823 * wid-edit.el (widget-color-sample-face-get):
4824 Return ((foreground-color . COLOR)) instead of constructing a face.
4825
4826 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4827
4828 * faces.el (region): Change the background color for the
4829 light-background color display to lightgoldenrod2, to make it
4830 visible on some laptops.
4831
4832 2001-06-28 Richard M. Stallman <rms@gnu.org>
4833
4834 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4835 (rmail-msg-restore-non-pruned-header): Likewise.
4836 If point was in the old pruned header, put it at the top.
4837 (rmail-msg-prune-header): If point was at the top, keep it there.
4838
4839 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4840 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4841
4842 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4843
4844 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4845
4846 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4847
4848 * saveplace.el: Update maintainer email address.
4849
4850 2001-06-27 Francesco Potorti` <pot@gnu.org>
4851
4852 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4853 Undo previous change.
4854
4855 2001-06-27 Francesco Potorti` <pot@gnu.org>
4856
4857 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4858 preliminary quick reordering. Can speed things up dramatically.
4859
4860 2001-06-26 Richard M. Stallman <rms@gnu.org>
4861
4862 * dired.el (dired-get-filename): A file name starting with ~
4863 is not absolute in this context.
4864
4865 * which-func.el (which-func-maxout): Increase default to 500000.
4866 (which-function-mode): This is now the "real" name of the function.
4867 (which-func-mode): Now an alias.
4868 (which-func-mode-global): Name deleted.
4869
4870 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4871 button-2, when binding hs-mouse-toggle-hiding.
4872
4873 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4874
4875 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4876 (rmail-msg-prune-header): Likewise.
4877 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4878 and `rmail-msg-prune-header'.
4879
4880 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4881
4882 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4883 back than LINEBEG.
4884
4885 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4886
4887 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4888 window where they clicked the mouse has a header line, adjust
4889 vertical movement by one.
4890
4891 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4892
4893 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4894 too when separating a parenthesis.
4895
4896 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4897
4898 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4899 (bookmark-bmenu-hide-filenames): Add help-echo to
4900 mouse-highlighted text.
4901 (bookmark-bmenu-show-filenames): Remove help-echo property from
4902 the whitespace.
4903
4904 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4905
4906 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4907 From Karl Eichwalder <ke@suse.de>.
4908
4909 2001-06-23 Richard M. Stallman <rms@gnu.org>
4910
4911 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4912
4913 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4914 contents for completing-read.
4915
4916 2001-06-22 Richard M. Stallman <rms@gnu.org>
4917
4918 * menu-bar.el (menu-bar-make-toggle): Construct the
4919 function's doc string from HELP, not DOC, and make it accurate by
4920 adding "Toggle whether to " at the front and downcasing the initial.
4921 Change the HELP arg in some calls to make it fit this usage.
4922
4923 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4924 Undo previous change.
4925
4926 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4927
4928 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4929
4930 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4931
4932 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4933
4934 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4935
4936 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4937
4938 2001-06-20 Richard M. Stallman <rms@gnu.org>
4939
4940 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4941 broken out from dabbrev--find-expansion. Handle minibuffer
4942 specially here.
4943 (dabbrev--find-expansion): Simplify code in various ways.
4944 Don't treat minibuffers specially.
4945 Call dabbrev--make-friend-buffer-list.
4946 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4947 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4948
4949 2001-06-19 John Wiegley <johnw@gnu.org>
4950
4951 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4952 Also, added a comment describing how to greatly speedup Eshell
4953 loadup time, by concatenating together all of Eshell's .elc files.
4954
4955 2001-06-19 John Wiegley <johnw@gnu.org>
4956
4957 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4958
4959 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4960
4961 * woman.el (WoMan-highlight-references): Add help-echo to
4962 mouse-highlighted text.
4963
4964 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4965
4966 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4967
4968 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4969
4970 * international/quail.el (quail-start-conversion):
4971 Reset quail-translating to nil.
4972
4973 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4974 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4975
4976 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4977
4978 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4979 mouse-highlighted text.
4980
4981 * dired.el (dired-mark-pop-up): Fix last change.
4982
4983 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4984
4985 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4986 mouse-highlighted text.
4987
4988 * net/quickurl.el (quickurl-url-file): Run through
4989 convert-standard-filename.
4990 (quickurl-list-populate-buffer): Add help-echo to
4991 mouse-highlighted text.
4992 (top-level): Update Dave's URL.
4993
4994 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4995 mouse-highlighted text.
4996
4997 * textmodes/page-ext.el (pages-copy-header-and-position):
4998 Add help-echo to mouse-highlighted text.
4999
5000 * tar-mode.el (tar-header-block-summarize): Add help-echo to
5001 mouse-highlighted text.
5002
5003 * replace.el (occur): Add help-echo to mouse-highlighted text.
5004
5005 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
5006 mouse-highlighted text.
5007
5008 * progmodes/cpp.el (cpp-make-button): Add help-echo to
5009 mouse-highlighted text.
5010
5011 * progmodes/compile.el (compile-reinitialize-errors):
5012 Add help-echo to mouse-highlighted messages.
5013 (compilation-forget-errors): Remove help-echo property as well.
5014
5015 * play/landmark.el (lm-plot-square, lm-init-display):
5016 Add help-echo to mouse-highlighted text.
5017
5018 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
5019 Add help-echo to mouse-highlighted text.
5020
5021 * dired.el (dired-insert-set-properties): Add help-echo to
5022 mouse-highlighted text.
5023 (dired-mark-pop-up): Remove help-echo property from the file name.
5024
5025 * comint.el (comint-send-input): Add help-echo to
5026 mouse-highlighted text.
5027
5028 * buff-menu.el (list-buffers-noselect): Add help-echo to
5029 mouse-highlighted text.
5030
5031 * arc-mode.el (archive-summarize-files): Add help-echo to
5032 mouse-highlighted text.
5033
5034 * ffap.el (ffap-machine-p): Always return nil if
5035 open-network-stream is not fboundp.
5036
5037 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
5038
5039 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
5040 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
5041 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
5042 incorrectly binding chars between 128 and 256 to it.
5043 (sgml-maybe-name-self): Handle latin-1 chars properly.
5044 (sgml-tags-invisible): Bind buffer-file-name to nil.
5045 Use unwind-protect and restore-buffer-modified-p.
5046 (sgml-point-entered): Use buffer-substring-no-properties.
5047 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
5048 (html-mode): Don't force `imenu-sort-function'.
5049
5050 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5051
5052 * tar-mode.el: Fix the copyright notice.
5053
5054 * font-lock.el (font-lock-comment-face): For tty's with dark
5055 background, use "red1", since "lightred" is not one of the colors
5056 recognized by tty-colors.el.
5057
5058 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5059 create a buffer for extracted file, in case there's more than one
5060 file by that name in an archive, possibly in different
5061 directories. From Kevin Rodgers <kevinr@ihs.com>.
5062
5063 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5064 <alex@gnu.org>.
5065
5066 2001-06-15 Miles Bader <miles@gnu.org>
5067
5068 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5069 Revert previous change.
5070
5071 2001-06-14 Richard M. Stallman <rms@gnu.org>
5072
5073 * replace.el (keep-lines-read-args): Return just a regexp.
5074 Provide nil for the region args.
5075 (keep-lines, flush-lines, how-many):
5076 Calculate the defaults for the region here, when args are nil.
5077
5078 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5079
5080 * rot13.el (rot13-other-window): Some more doc fix.
5081
5082 2001-06-14 Per Starback <starback@ling.uu.se>
5083
5084 * replace.el (case-replace, query-replace-from-history-variable)
5085 (query-replace-to-history-variable, keep-lines-read-args)
5086 (occur-revert-function, query-replace-help): Dox fix.
5087
5088 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5089
5090 * rot13.el (rot13-other-window): Doc fix.
5091
5092 2001-06-14 Miles Bader <miles@gnu.org>
5093
5094 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5095 of " and \ to "." (punctuation).
5096 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5097
5098 2001-06-13 Richard M. Stallman <rms@gnu.org>
5099
5100 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5101
5102 * simple.el (shell-command-on-region): Never kill the
5103 *Shell Command Output* buffer.
5104
5105 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5106
5107 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5108
5109 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5110
5111 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5112 New var, to recognize ${ $' and PODs.
5113 (perl-font-lock-syntactic-face-function): New function.
5114 (perl-mode): Use them.
5115 (perl-continuation-line-p): New function, from perl-calculate-indent.
5116 (perl-calculate-indent): Use it, to properly handle continuation
5117 lines of continuation lines.
5118
5119 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5120
5121 * server.el (server-process, server-buffer-clients): Doc fix.
5122 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5123
5124 2001-06-09 John Wiegley <johnw@gnu.org>
5125
5126 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5127 test if the last command was Lisp or not.
5128 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5129 B x C".
5130
5131 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5132
5133 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5134 general one on compile.el supports drive letters.
5135
5136 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5137
5138 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
5139 key description.
5140
5141 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5142
5143 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
5144 (reftex-toc-jump): New command.
5145
5146 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
5147 to parse international characters as well.
5148
5149 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
5150 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
5151
5152 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5153
5154 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
5155 TAB to the key separators.
5156
5157 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5158
5159 * international/mule.el (auto-coding-alist): Remove redundant
5160 up-cased versions of the extensions (auto-coding-alist-lookup is
5161 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5162 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5163
5164 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5165
5166 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5167
5168 2001-06-01 Richard M. Stallman <rms@gnu.org>
5169
5170 * help.el (describe-variable): Put value on same line
5171 with preceding text, if it is short enough to look good that way.
5172
5173 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5174
5175 * term/internal.el (IT-unicode-translations): New variable.
5176 (IT-setup-unicode-display): New function.
5177
5178 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5179
5180 * ps-print.el: Handle before-string and after-string overlay properties
5181 in ps-print-*-with-faces commands. Doc fix.
5182 (ps-print-version): New version number (6.5.2).
5183 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5184 for XEmacs.
5185 (ps-prefix-quote): Doc fix.
5186 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5187 (ps-basic-plot-str, ps-plot-string): New funs.
5188
5189 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5190
5191 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5192 and :type spec.
5193
5194 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5195
5196 * international/mule-cmds.el (inactivate-input-method):
5197 Set input-method-function to nil.
5198
5199 * xml.el (xml-parse-tag): The document may contain invalid characters.
5200 From ShengHuo ZHU <zsh@cs.rochester.edu>
5201
5202 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5203
5204 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5205 `rmail-summary-line-decoder' if the message does not have
5206 a Subject: field.
5207
5208 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5209
5210 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5211 New variable.
5212 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5213 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5214 is non-nil.
5215
5216 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5217
5218 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5219
5220 2001-05-29 Sam Steingold <sds@gnu.org>
5221
5222 * faces.el (face-valid-attribute-values): Bind `valid' directly
5223 instead of using `setq'.
5224
5225 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5226 Use `tex-shell-buf'.
5227 (tex-shell-proc): Use `tex-shell-running'.
5228 (tex-shell-buf-no-error): New function.
5229 (tex-send-tex-command): Use it.
5230 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5231 (tex-kill-job): Check the process before calling `quit-process'.
5232
5233 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5234
5235 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5236 UTF-8 sequences.
5237
5238 2001-05-28 Miles Bader <miles@gnu.org>
5239
5240 * comint.el (comint-carriage-motion): Renamed from
5241 `comint-cr-magic'. Operate on the buffer instead of the string
5242 (for use as a comint post-output filter, instead of as a
5243 pre-output filter). Handle backspaces too. Add to the
5244 `comint-output-filter-functions' hook instead of
5245 `comint-preoutput-filter-functions'.
5246
5247 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5248
5249 * language/japan-util.el (japanese-hankaku): Prefer the charset
5250 `jisx0201' when the optional argument `ascii-only' is not specified.
5251 (japanese-hankaku-region): Ditto.
5252 From Katsumi Yamaoka <yamaoka@jpl.org>
5253
5254 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5255
5256 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5257 (outline-invisible-p): New function.
5258 (hide-leaves): Save excursion.
5259 (hide-other): Stop looping when reaching bobp.
5260
5261 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5262
5263 * cus-edit.el (custom-file): Fix last change.
5264
5265 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5266
5267 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5268 same definition in byte-compile-function-environment as `autoload'
5269 would put in `symbol-function'.
5270
5271 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5272 patch to correct the error message as well.
5273
5274 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5275
5276 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5277 unless ~/.emacs exists.
5278
5279 * novice.el (enable-command): If user-init-file is nil or does not
5280 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5281
5282 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5283
5284 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5285 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5286 Allow spaces around macro arguments.
5287 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5288 indent-for-tab-command.
5289 (latex-mode-map, plain-tex-mode-map): New keymaps.
5290 Inherit from tex-mode-map.
5291 (tex-common-initialization): Don't setup the keymap any more
5292 since it's now done right by define-derived-mode.
5293 (latex-mode): Set skeleton-end-hook to nil.
5294 (latex-skeleton-end-hook): Remove.
5295 (tex-latex-block, latex-insert-item): Simplify.
5296 (latex-syntax-after): Use following-char rather than char-after.
5297 (tex-discount-args-cmds, tex-count-words): New functions.
5298
5299 * textmodes/tildify.el (tildify-ignored-environments-alist):
5300 Recognize \verb* as well.
5301
5302 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5303 (perl-comment-indent): Simplify to let newcomment.el do its job.
5304 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5305 (perl-mark-function): Cleanup the namespace.
5306 (perl-calculate-indent): Don't be fooled by nested functions.
5307
5308 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5309
5310 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5311 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5312
5313 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5314
5315 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5316 actually be `\\'.
5317 (ctlau-b5-converter): Likewise.
5318
5319 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5320
5321 * international/titdic-cnv.el (quail-misc-package-ext-info):
5322 Change CTLauB.el to CTLau-b5.el.
5323
5324 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5325
5326 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5327 rather than beginning-of-line to avoid problems with fields.
5328 (gud-perldb-massage-args): Use unless and push.
5329 (gud-chdir-before-run): New var.
5330 (gud-common-init): Use it.
5331
5332 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5333
5334 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5335 delete entries for chinese-ctlau and chinese-ctlaub.
5336 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5337 chinese-ctlaub.
5338 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5339 New functions.
5340
5341 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5342
5343 * cus-edit.el (custom-comment-show): Remove debug code.
5344
5345 * language/japan-util.el (japanese-symbol-table): Fix handling of
5346 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5347
5348 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5349
5350 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5351 Renamed by removing the silly `-flag' suffix.
5352 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5353
5354 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5355
5356 * replace.el (keep-lines-read-args): Use `copy-marker'.
5357 (how-many): Save excursion properly.
5358 (occur-mode): Use define-derived-mode.
5359 (perform-replace): Use with-current-buffer.
5360
5361 2001-05-20 Richard M. Stallman <rms@gnu.org>
5362
5363 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5364
5365 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5366
5367 * info.el (Info-read-subfile): Widen before finding the
5368 desired node in the subfile.
5369
5370 * startup.el (command-line-1): When >2 files visited,
5371 leave the last one visible, and make that the selected window.
5372
5373 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5374
5375 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5376
5377 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5378
5379 * international/ccl.el (define-ccl-program): Fix a typo.
5380 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5381
5382 * international/mule.el (decode-char): Fix a typo. From Pavel
5383 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5384
5385 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5386 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5387
5388 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5389 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5390
5391 2001-05-18 Sam Steingold <sds@gnu.org>
5392
5393 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5394 and [RET] to `cvs-mode-find-file'.
5395
5396 2001-05-18 John Wiegley <johnw@gnu.org>
5397
5398 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5399 configuration variable, which determines the initial character
5400 that forces use of an external version of a command. The default
5401 is *, but may be set to \, for example.
5402
5403 * eshell/esh-ext.el (eshell-explicit-command):
5404 Use `eshell-explicit-command-char' instead of ?*.
5405
5406 * eshell/esh-cmd.el (eshell/which):
5407 Use `eshell-explicit-command-char' instead of ?*.
5408
5409 * eshell/em-cmpl.el (eshell-completion-command-name)
5410 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5411 instead of ?*.
5412
5413 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5414
5415 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5416 subst-char-in-string.
5417 (ange-ftp-after-parse-ls-hook): New variable.
5418 (ange-ftp-ls): Run that hook.
5419 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5420
5421 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5422 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5423 text into *Completions*.
5424
5425 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5426 part of which look like email addresses.
5427
5428 2001-05-18 Andrew Innes <andrewi@gnu.org>
5429
5430 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5431 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5432 cmd.exe's handling of FOR loops.
5433 (autoloads): Set find-file-suppress-same-file-warnings to t to
5434 avoid slew of spurious messages.
5435
5436 2001-05-18 Simon Josefsson <simon@josefsson.org>
5437
5438 * mail/smtpmail.el (maybe-append-domain): Renamed to
5439 `smtpmail-maybe-append-domain'.
5440 (smtpmail-via-smtp): Use the new name.
5441
5442 * net/browse-url.el (browse-url-browser-function): Add kde.
5443 (browse-url-kde-program, browse-url-kde-args): New variables.
5444 (browse-url-kde): New function.
5445
5446 2001-05-18 Miles Bader <miles@gnu.org>
5447
5448 * simple.el (delete-horizontal-space, just-one-space):
5449 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5450 because it's more efficient for large files.
5451
5452 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5453
5454 * mail/rmail.el (rmail-require-mime-maybe): New function.
5455 (rmail): Use it.
5456 (rmail-mode): Handle the case of finding Rmail files.
5457
5458 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5459 functions.
5460
5461 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5462
5463 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5464 text-property after moving to the beginning of line and regardless
5465 of the value of font-lock-multiline.
5466
5467 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5468
5469 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5470
5471 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5472 last coding system used before calling set-buffer-modified-p
5473 because that function changes last-coding-system.
5474
5475 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * files.el (switch-to-buffer-other-window)
5478 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5479 the doc string.
5480
5481 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5482
5483 * language/slovak.el, language/czech.el: New maintainer.
5484
5485 2001-05-16 Sam Steingold <sds@gnu.org>
5486
5487 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5488 sub-form of `defgeneric' correctly.
5489
5490 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5491
5492 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5493 of `c'.
5494
5495 * textmodes/outline.el (outline-font-lock-level): Remove the
5496 condition-case, test what outline-level returns instead, to
5497 ease debugging.
5498
5499 * international/mule.el (auto-coding-regexp-alist): New user-option.
5500 (auto-coding-from-file-contents): New function.
5501 (set-auto-coding): Use it to determine a coding system.
5502
5503 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5504
5505 * mouse.el (mouse-delete-other-windows): Doc fix.
5506
5507 * emacs-lisp/lisp-mode.el (lisp-mode):
5508 Make font-lock-keywords-case-fold-search a buffer-local variable with
5509 make-local-variable before setting it.
5510
5511 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5512
5513 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5514 prefixes.
5515
5516 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5517
5518 * hexl.el (hexl-current-address): Print a message when called
5519 interactively.
5520
5521 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5522
5523 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5524
5525 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5526
5527 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5528
5529 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5530
5531 * startup.el (command-line): If parameters have been changed in
5532 the init files which influence font selection, clear the face
5533 cache so that faces get realized with the new parameters.
5534
5535 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5536
5537 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5538
5539 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5540
5541 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5542
5543 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5544 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5545
5546 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5547
5548 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5549 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5550
5551 2001-05-09 John Wiegley <johnw@gnu.org>
5552
5553 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5554 Annotated the documentation string to tell users about
5555 `eshell-no-numeric-conversions'.
5556
5557 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5558 conversions if a Lisp function has the property
5559 `eshell-no-numeric-conversions' set to a non-nil value.
5560
5561 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5562 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5563 property `eshell-no-numeric-conversions' on the following
5564 functions (which all deal with filesystem entities, and never Lisp
5565 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5566 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5567 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5568 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5569 eshell/which, eshell/addpath.
5570
5571 2001-05-09 John Wiegley <johnw@gnu.org>
5572
5573 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5574 encountered as an argument, don't convert it right away, but tag
5575 the first character of the string with the text properties
5576 `number', which signifies to `eshell-lisp-command' that the
5577 argument should be passed through `string-to-number' if it is
5578 actually used in the call to a Lisp function.
5579
5580 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5581 function, convert any string arguments that have been tagged as
5582 "numbers", by calling string-to-number.
5583
5584 * eshell/esh-util.el (eshell-number-regexp): Now that number
5585 conversions only happen for Lisp function calls, the number regexp
5586 should now match all integer and floating point forms.
5587
5588 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5589 `eshell-continue-process', since they are both nonfunctional at
5590 the moment.
5591 (eshell-proc-initialize): Don't bind keys for
5592 `eshell-stop-process' or `eshell-continue-process'.
5593
5594 * eshell/em-unix.el (eshell-shuffle-files):
5595 Apply `directory-file-name' before calling `file-name-directory'.
5596
5597 * eshell/em-hist.el (eshell-add-to-history): Reference to
5598 `eshell-history-ring' needed to be `eshell-history-index'.
5599
5600 * calendar/timeclock.el (timeclock-find-discrep):
5601 Initialize `elapsed' to 0.
5602 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5603 it's still nil.
5604
5605 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5606
5607 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5608 (archive-mode): Use capitalize.
5609 (archive-unique-fname): Use make-temp-file.
5610
5611 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5612
5613 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5614
5615 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5616
5617 * tar-mode.el (tar-extract): Pay attention to the value of
5618 coding-system-for-read, if it is non-nil.
5619
5620 * calendar/holidays.el (holidays): Add an autoload cookie.
5621 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5622
5623 2001-05-08 John Wiegley <johnw@gnu.org>
5624
5625 * calendar/timeclock.el (timeclock-workday-remaining):
5626 Changed logic for determining how much time is remaining.
5627 (timeclock-workday-elapsed): Don't accept a "relative" argument
5628 for the current day's elapsed time. What could that have meant?
5629 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5630 (timeclock-when-to-leave): Changed logic, similarly to what was
5631 done for `timeclock-workday-remaining'.
5632 (timeclock-find-discrep): Removed "today-only" argument, which had
5633 no meaning. Fixed some more math problems. The function now
5634 returns a three member list: (TOTAL-TIME-DISCREPANCY
5635 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5636
5637 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5638
5639 * w32-fns.el (convert-standard-filename): Start replacing slashes
5640 from the beginning of the file name, not from where the last
5641 invalid character was. From "Andrew Maguire (SWW)"
5642 <Andrew.Maguire@Smallworld.co.uk>
5643
5644 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5645
5646 The following changes are to provide infrastructure for handling
5647 MIME messages to rmail. They don't affect the original behaviour
5648 if rmail-enable-mime is nil.
5649
5650 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5651 (rmail-search-mime-message-function)
5652 (rmail-search-mime-header-function): New variables.
5653 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5654 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5655 `rmail-view-buffer' is hidden.
5656 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5657 call rmai-show-mime-function.
5658 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5659 mode-line-process of rmail-view-buffer.
5660 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5661 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5662 buffer.
5663 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5664 set-buffer to the Rmail buffer.
5665 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5666 rmail-search-mime-header-function.
5667 (rmail-search-message): New function.
5668 (rmail-search): Call rmail-search-message to check if a message
5669 matches REGEXP, lastly update point after calling
5670 rmail-show-message.
5671 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5672 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5673 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5674 header region, refer to rmail-msgref-vector while setting the
5675 current buffer to rmail-buffer temporarily.
5676 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5677 If rmail-enable-mime is non-nil, call
5678 rmail-insert-mime-forwarded-message-function instead of inserting
5679 forwarded message by itself.
5680
5681 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5682 Rmail buffer.
5683 (rmail-set-label, rmail-next-labeled-message): Likewise.
5684
5685 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5686 set-buffer to the Rmail buffer.
5687 (rmail-output-to-rmail-file): Likewise.
5688 (rmail-output): Likewise.
5689
5690 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5691 of mail-fetch-field by rmail-summary-line-decoder.
5692 (rmail-new-summary): Be sure to go to the Rmail buffer.
5693 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5694 rmail-view-buffer to nil.
5695 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5696 rmail-view-buffer.
5697 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5698 rmail-buffer.
5699 (rmail-summary-scroll-msg-down): Likewise.
5700 (rmail-summary-beginning-of-message): Likewise.
5701 (rmail-summary-wipe): Likewise.
5702 (rmail-summary-toggle-header): Use save-window-excursion, not
5703 save-excursion. Update point in rmail-view-buffer, not in
5704 rmail-buffer.
5705 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5706 rmail-view-buffer, not rmail-buffer.
5707
5708 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5709
5710 * cus-edit.el (custom-file): Signal an error if user-init-file is
5711 nil (running -q).
5712
5713 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5714
5715 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5716 Add :version.
5717
5718 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5719 New option.
5720 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5721 only if smtpmail-warn-about-unknown-extensions is set.
5722
5723 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5724 instead of rmail-sort-by-keywords.
5725
5726 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5727 rmail-sort-by-keywords.
5728
5729 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5730 rmail-summary-sort-by-keywords. Doc fix.
5731 (rmail-summary-mode): Doc fix.
5732
5733 * mail/rmail.el (rmail-edit): New Custom group.
5734
5735 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5736 (rmail-edit-mode-hook): New user-option.
5737
5738 2001-05-05 Richard M. Stallman <rms@gnu.org>
5739
5740 * help.el (help-xref-symbol-regexp): Recognize "source of"
5741 and friends, meaning make a link to the source file.
5742 (help-make-xrefs): Handle "source of" and friends
5743 by constructing a link that visits the source file.
5744
5745 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5746
5747 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5748
5749 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5750 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5751 Renamed from perl-font-lock-keywords to avoid clashes.
5752 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5753 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5754 Updated correspondingly.
5755
5756 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5757 Typo `nonexistant' -> `nonexistent'.
5758
5759 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5760
5761 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5762 Split `c-electric-delete' into two functions where
5763 `c-electric-delete-forward' always deletes forward and
5764 `c-electric-delete' only contains the code necessary for XEmacs to
5765 choose between backward and forward deletion.
5766
5767 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5768 get the electric behavior on that key too.
5769 (c-fill-paragraph): Fixed bogus direct use of
5770 c-comment-prefix-regexp, which caused an error when it's a list.
5771
5772 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5773
5774 * dired-aux.el (dired-diff): Doc fix.
5775
5776 * dired.el (dired-diff): Likewise.
5777
5778 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5779
5780 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5781
5782 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5783
5784 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5785 if both the buffer and the file are read-only.
5786
5787 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5788 rather than font-lock-string-face.
5789 (sh-get-indent-info): Treat heredocs like strings.
5790
5791 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5792
5793 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5794 a newline following `}'.
5795 (texinfo-format-email): New function.
5796 (toplevel): Use texinfo-format-email for @email.
5797 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5798 Add `display'.
5799 (texinfo-sort-region): Goto point-min before sorting.
5800 (texinfo-set): Remove leading white space from value.
5801 From yagi@is.titech.ac.jp.
5802
5803 * replace.el (query-replace-regexp-eval): Doc fix.
5804
5805 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5806
5807 * diff-mode.el (diff-nonexistant-face): New face.
5808 (diff-font-lock-keywords): Use it.
5809
5810 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5811
5812 * font-lock.el (font-lock-mode): Doc fix.
5813
5814 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5815 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5816
5817 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5818
5819 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5820 backslash at the start of the here-document delimiter.
5821 (sh-font-lock-syntactic-keywords): Likewise.
5822
5823 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5824
5825 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5826
5827 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5828 (tty-color-translate, tty-color-by-index, tty-color-values)
5829 (tty-color-desc): Doc fix.
5830
5831 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5832
5833 * dired-aux.el (dired-do-create-files, dired-do-copy)
5834 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5835 Mention dired-dwim-target in the doc string.
5836
5837 2001-04-28 Miles Bader <miles@gnu.org>
5838
5839 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5840 (dabbrev--find-expansion): Use it.
5841 (dabbrev--select-buffers): Don't select ignored buffers.
5842
5843 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5844
5845 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5846
5847 2001-04-26 Richard M. Stallman <rms@gnu.org>
5848
5849 * dabbrev.el: Add doc strings for some functions.
5850 (dabbrev--eliminate-newlines): New variable.
5851 (dabbrev--substitute-expansion): Convert newlines to spaces
5852 if dabbrev--eliminate-newlines is set.
5853 If abbrev and expansion are both all-lower-case,
5854 leave dabbrev--last-case-pattern nil.
5855
5856 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5857
5858 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5859 if necessary, like in rmail-show-message.
5860
5861 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5862
5863 * ps-print.el: Color specified by number is forced to be float number.
5864 (ps-print-version): New version number (6.5.1.1).
5865 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5866 initialization.
5867 (ps-prefix-quote): New internal var.
5868 (ps-print-quote): New fun.
5869 (ps-setup, ps-output-frame-properties, ps-float-format)
5870 (ps-format-color): Code fix.
5871 (ps-plot-region): Eliminate redundant foreground color text setting.
5872
5873 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5874
5875 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5876
5877 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5878
5879 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5880
5881 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5882
5883 * info.el (Info-additional-directory-list): Doc fix.
5884
5885 * find-lisp.el (find-lisp-find-dired-filter)
5886 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5887 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5888
5889 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5890
5891 * progmodes/make-mode.el (makefile-font-lock-keywords):
5892 Rationalize the rules for includes and conditionals and use the
5893 keyword face for them.
5894
5895 * faces.el (modify-face): Add compatibility for non-interactive use.
5896
5897 2001-04-24 John Wiegley <johnw@gnu.org>
5898
5899 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5900 fix from last night, since it wasn't finding eshell/cd.
5901
5902 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5903
5904 * rect.el (string-rectangle): Revert to 20.x behaviour.
5905 (replace-rectangle): Make it an alias for string-rectangle.
5906 (string-insert-rectangle): New function.
5907
5908 2001-04-23 John Wiegley <johnw@gnu.org>
5909
5910 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5911 occurring with Emacs 21's diff.el/compile.el interaction layer.
5912
5913 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5914
5915 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5916 case where the function was defined in a file, but not part of an
5917 eshell module.
5918
5919 2001-04-23 John Wiegley <johnw@gnu.org>
5920
5921 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5922 code to work around a redisplay problem I've been having.
5923
5924 2001-04-23 John Wiegley <johnw@gnu.org>
5925
5926 * calendar/timeclock.el (timeclock-day-required): If the time
5927 required for a particular day is not set, use `timeclock-workday'.
5928 (timeclock-find-discrep): Added some sample code in a comment.
5929
5930 * eshell/eshell.el (eshell-command): Made a few changes so that
5931 `eshell-command' could be called programmatically.
5932
5933 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5934
5935 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5936
5937 2001-04-23 John Wiegley <johnw@gnu.org>
5938
5939 * calendar/timeclock.el: Updated copyright.
5940 (timeclock-generate-report): Don't report the daily or two-week
5941 total, if no time has been worked in that period.
5942 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5943 final computational form, which was unnecessary; corrected a
5944 parsing problem when timeclock-relative was nil.
5945
5946 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5947
5948 * calendar/timeclock.el (timeclock-modeline-display): Check if
5949 `list-entry' is null.
5950 (timeclock-use-display-time): The first argument to `set-variable'
5951 must be a symbol.
5952
5953 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5954
5955 * calendar/calendar.el (diary-entry-marker)
5956 (calendar-today-marker, calendar-holiday-marker):
5957 Use display-color-p instead of window-system.
5958 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5959 instead of window-system.
5960 (calendar-hide-window): Use display-multi-frame-p instead of
5961 window-system.
5962
5963 * calendar/cal-x.el (calendar-two-frame-setup)
5964 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5965 Use display-multi-frame-p instead of window-system.
5966
5967 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5968
5969 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5970
5971 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5972 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5973
5974 2001-04-23 Alex Schroeder <alex@gnu.org>
5975
5976 * goto-addr.el: Instead of defining line-beginning-position and
5977 line-end-position a defalias is used for point-at-bol and point-at-eol.
5978
5979 2001-04-23 Alex Schroeder <alex@gnu.org>
5980
5981 * goto-addr.el: Added XEmacs compatibility code.
5982 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5983
5984 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5985
5986 * textmodes/paragraphs.el (sentence-end): Doc fix.
5987
5988 2001-04-20 Alex Schroeder <alex@gnu.org>
5989
5990 * sql.el (sql-escape-newlines-and-send): New function.
5991 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5992
5993 2001-04-20 Alex Schroeder <alex@gnu.org>
5994
5995 * sql.el (sql-db2-program): New option.
5996 (sql-db2-options): New option.
5997 (sql-db2): New function.
5998
5999 2001-04-20 Alex Schroeder <alex@gnu.org>
6000
6001 * sql.el (sql-mode-menu): Added highlighting entries.
6002 (sql-highlight-oracle-keywords): New function.
6003 (sql-highlight-postgres-keywords): New function.
6004 (sql-highlight-ansi-keywords): New function.
6005
6006 2001-04-20 Alex Schroeder <alex@gnu.org>
6007
6008 * sql.el (sql-help): Doc change.
6009
6010 2001-04-19 Karl Fogel <kfogel@collab.net>
6011
6012 * saveplace.el (save-place-alist-to-file): Removed no-effect code
6013 that inserted file content only to delete it immediately.
6014 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
6015 <lektu@uol.com.br> for the patch.
6016
6017 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
6018
6019 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
6020
6021 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6022
6023 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
6024 for defmethod.
6025
6026 * comint.el (comint-cr-magic): New function.
6027 (toplevel): Add it to comint-preoutput-filter-functions.
6028
6029 2001-04-18 Andrew Innes <andrewi@gnu.org>
6030
6031 * makefile.w32-in (EMACSLOADPATH): Define.
6032 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
6033 (recompile): Remove stuff to set EMACSLOADPATH.
6034
6035 2001-04-18 Gerd Moellmann <gerd@gnu.org>
6036
6037 * language/slovak.el ("Slovak"): Add tutorial entry.
6038
6039 * net/browse-url.el (browse-url-new-window-flag): Renamed from
6040 browse-url-new-window-p.
6041
6042 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6043
6044 * info.el (Info-menu-update): When there are no menus and/or no
6045 cross references in the node, make the respective items of the
6046 Info menu-bar menu inactive.
6047
6048 2001-04-17 Gerd Moellmann <gerd@gnu.org>
6049
6050 * indent.el (indent-for-tab-command): Call indent-line-function
6051 with no argument if PREFIX-ARG is non-nil.
6052
6053 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6054
6055 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6056
6057 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6058 an async subprocess if start-process is unavailable. Suggested by
6059 Tim Van Holder <tim.van.holder@pandora.be>.
6060
6061 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6062
6063 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6064 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6065
6066 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6067
6068 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6069 manual.
6070
6071 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6072
6073 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6074 (cvs-menu): Add a few entries.
6075
6076 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6077 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6078 lock file appears to be reachable from Emacs.
6079 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6080 (cvs-mode-find-file): Look for cvs-header-face rather than
6081 cvs-dirname-face (which doesn't exist).
6082 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6083
6084 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6085
6086 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6087
6088 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6089 normal-erase-is-backspace on a tty. Instead, bind some keys such
6090 as [delete] directly, like pc-select.el did before
6091 normal-erase-is-backspace was invented.
6092
6093 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
6094
6095 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6096
6097 2001-04-11 John Wiegley <johnw@gnu.org>
6098
6099 * eshell/em-ls.el (eshell-ls-insert-directory):
6100 Set font-lock-defaults to nil, to prevent fontification in dired
6101 buffers, if Eshell's ls is being used.
6102
6103 2001-04-11 John Wiegley <johnw@gnu.org>
6104
6105 * calendar/timeclock.el (timeclock-completing-read): New function.
6106 (timeclock-ask-for-project, timeclock-ask-for-reason):
6107 Call `timeclock-completing-read'.
6108
6109 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6110 required where `member' was being used.
6111
6112 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
6113
6114 * eshell/em-hist.el (eshell-previous-matching-input):
6115 Don't display "History item" if the the minibuffer is active.
6116
6117 2001-04-11 Gerd Moellmann <gerd@gnu.org>
6118
6119 * startup.el (command-line): Output a newline after printing
6120 an error from loading the window system's init file.
6121
6122 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6123
6124 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6125 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
6126 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6127 keywords whose arguments routinely include @@.
6128
6129 2001-04-10 Gerd Moellmann <gerd@gnu.org>
6130
6131 * emacs-lisp/advice.el (ad-make-advised-definition):
6132 Construct advice for subrs differently.
6133
6134 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
6135 regexp in parentheses when building the regexp for searching backwards.
6136
6137 * simple.el (completion-list-mode-finish): New function.
6138 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
6139
6140 * language/european.el ("Polish"): Change sample text.
6141 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
6142
6143 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6144 parameter.
6145
6146 * faces.el (menu): Doc fix.
6147
6148 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6149
6150 * ps-print.el: Footer implementation. Doc fix.
6151 (ps-print-version): New version number (6.5.1).
6152 (ps-header-frame-alist): New customization var for header frame
6153 properties.
6154 (ps-line-number-color): New customization var for line number color.
6155 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6156 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6157 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6158 (ps-right-footer): New customization vars for footers.
6159 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6160 footers.
6161 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
6162 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6163 Code fix.
6164 (ps-prologue-file): Indentation fix.
6165 (ps-print-quote): Fun eliminated.
6166 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6167 (ps-output-frame-properties): New fun.
6168 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6169 (ps-skip-newline): Replace defun by defsubst.
6170
6171 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
6172
6173 * eshell/eshell.el (eshell-command): Needed a "%s" format
6174 specifier, in case the buffer contains percent characters.
6175
6176 2001-04-10 John Wiegley <johnw@gnu.org>
6177
6178 * calendar/timeclock.el (timeclock-generate-report): Added a
6179 missing insert of the project name.
6180
6181 2001-04-09 Gerd Moellmann <gerd@gnu.org>
6182
6183 * obsolete/profile.el: Moved from emacs-lisp/.
6184
6185 * Makefile.in (nonobsolete_setwins): New macro.
6186 (finder-data): Use it instead of `setwins'.
6187 From: Dave Love <fx@gnu.org>.
6188
6189 * server.el (server-visit-files): Set server-existing-buffer correctly.
6190 (server-visit-files): Run server-visit-hook after going to
6191 line 1 so that the hook can set point as it sees fit.
6192
6193 * bindings.el (mode-line-modified): Unify help messages.
6194
6195 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6196
6197 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6198 All callers changed.
6199
6200 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6201
6202 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6203 long file names aren't supported, truncate the file names in
6204 quail-misc-package-ext-info to 8+3 before matching them against
6205 FILENAME.
6206
6207 * dos-fns.el (dos-truncate-to-8+3): New function.
6208
6209 * progmodes/compile.el (grep-compute-defaults): Use null-device
6210 instead of literal /dev/null. Reported by Jens Schmidt
6211 <schmidt@mathematik.uni-kl.de>.
6212
6213 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6214
6215 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6216
6217 * textmodes/sgml-mode.el: Add unknown maintainer.
6218 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6219 (html-mode-map): Use set-keymap-parent.
6220
6221 2001-04-06 Dave Love <fx@gnu.org>
6222
6223 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6224 Remove redundant string-to-list.
6225
6226 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6227
6228 * composite.el (reference-point-alist): Doc fix.
6229
6230 2001-04-05 Sam Steingold <sds@gnu.org>
6231
6232 * font-lock.el (font-lock-keywords-case-fold-search):
6233 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6234 file made font-lock case-insensitive.
6235
6236 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6237
6238 * faces.el (defface menu): Doc fix.
6239
6240 * wid-edit.el (widget-color-sample-face-get): Don't make
6241 faces for undefined colors.
6242
6243 * version.el (emacs-version): Include LessTif/Motif version info.
6244
6245 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6246
6247 * ps-mule.el: Eliminate cl package dependence.
6248 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6249 if they aren't defined yet.
6250 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6251 Eliminate cl package dependence.
6252
6253 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6254
6255 * progmodes/cc-cmds.el (c-outline-level):
6256 Bind buffer-invisibility-spec. Originally from Dave Love, but
6257 got lost when incorporating version 5.26.
6258
6259 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6260
6261 * emulation/pc-select.el (pc-selection-mode):
6262 Call normal-erase-is-backspace-mode instead of binding
6263 keys individually.
6264
6265 * cus-load.el (normal-erase-is-backspace): Use it instead of
6266 delete-key-deletes-forward.
6267
6268 * startup.el (command-line): Use normal-erase-is-backspace and
6269 normal-erase-is-backspace-mode.
6270
6271 * simple.el (normal-erase-is-backspace): Rename from
6272 delete-key-deletes-forward. Doc fix.
6273 (normal-erase-is-backspace-mode): Rename from
6274 delete-key-deletes-forward-mode. Doc fix.
6275 Run normal-erase-is-backspace-hook.
6276
6277 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6278 ``human-readable'' format produced by GNU `ls'.
6279 (dired-move-to-filename-regexp): Recognize ISO format dates.
6280 From Paul Eggert <eggert@twinsun.com>.
6281
6282 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6283
6284 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6285 New functions.
6286 (lm-verify): Check keywords.
6287 From Eric M. Ludlam <eric@siege-engine.com>.
6288
6289 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6290
6291 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6292 `xemacs' feature instead of for the function `set-extent-property'.
6293
6294 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6295
6296 * mail/mh-utils.el (mh-folder-hist): New var.
6297 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6298
6299 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6300
6301 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6302 region, position point on the first or last 16-byte group.
6303 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6304 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6305 hexl-beginning-of-line.
6306
6307 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6308
6309 * icomplete.el (icomplete-mode): Treat an argument like other
6310 modes do.
6311
6312 * startup.el (fancy-splash-head): Use splash8.xpm for color
6313 depth 8.
6314
6315 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6316 Add an antry for ``converts''.
6317
6318 * language/slovak.el ("Slovak"): Add documentation string.
6319 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6320
6321 * language/czech.el ("Czech"): Add documentation string.
6322 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6323
6324 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6325 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6326
6327 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6328
6329 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6330 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6331 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6332 Use `defsubst' rather than a macro to ease debugging.
6333 (mail-extr-last): Remove (use `last' instead).
6334 (mail-extract-address-components): Properly reset the syntax-table
6335 after parsing an address. Use `last' rather than mail-extr-last.
6336 Make sure the end marker stays at the very end.
6337
6338 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6339
6340 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6341 last change.
6342
6343 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6344
6345 * ps-print.el: Line and paragraph spacing feature. Region to cut
6346 out when printing. Doc fix.
6347 (ps-print-version): New version number (6.5).
6348 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6349 New vars. Line and paragraph spacing feature.
6350 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6351 out when printing.
6352 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6353 (ps-get-font-size, ps-begin-job, ps-continue-line)
6354 (ps-plot-region): Code fix.
6355 (ps-print-prologue-2): Var eliminated.
6356 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6357 New internal vars.
6358 (ps-get-size): New fun.
6359 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6360 (ps-next-line): Replace defun by defsubst.
6361 (ps-mule-plot-string): Autoload doc fix.
6362
6363 * ps-bdf.el: XEmacs compatibility. Doc fix.
6364 (installation-directory, coding-system-for-read): Declare vars if
6365 it's not declared yet.
6366 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6367
6368 * ps-mule.el: XEmacs compatibility. Doc fix.
6369 (leading-code-private-22): Declare var if it's not declared yet.
6370 (charset-bytes, charset-dimension, charset-id, charset-width)
6371 (find-charset-region, split-char, char-width, chars-in-region)
6372 (forward-point, decompose-composite-char, encode-coding-string)
6373 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6374 Define funs if not defined yet.
6375 (encode-composition-rule, find-composition): Define funs if not
6376 loaded yet.
6377 (ps-mule-prologue): PostScript code fix.
6378
6379 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6380
6381 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6382 non-nil, generate font for the header strings.
6383 (ps-mule-prepare-font): Likewise.
6384 (ps-mule-generate-glyphs): Likewise.
6385 (ps-mule-string-encoding): Likewise.
6386 (ps-mule-header-charsets): New variable.
6387 (ps-mule-encode-header-string): New function.
6388 (ps-mule-header-string-charsets): New function.
6389 (ps-mule-begin-job): Check charsets in the header strings. If there
6390 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6391
6392 * ps-print.el (ps-generate-header-line): Encode the header string by
6393 ps-mule-encode-header-string.
6394 (ps-mule-encode-header-string): Declare autoload.
6395
6396 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6397
6398 * frame.el (cursor-in-non-selected-windows):
6399 Replaces show-cursor-in-non-selected-windows.
6400
6401 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6402
6403 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6404 Delete entries for "chinese-py" and "chinese-ziranma".
6405 (quail-misc-package-ext-info): New variable.
6406 (tsang-quick-converter): New function.
6407 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6408 (quick-cns-converter, py-converter, ziranma-converter)
6409 (miscdic-convert, batch-miscdic-convert): New functions.
6410
6411 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6412
6413 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6414 eight-bit-control chars.
6415
6416 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6417 Reduce making temporary vector (suggested by Dave Love).
6418
6419 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6420
6421 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6422 string as well.
6423
6424 2001-03-30 Andreas Schwab <schwab@suse.de>
6425
6426 * files.el (backup-directory-alist): Fix typo.
6427
6428 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6429
6430 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6431 <eggert@twinsun.com>.
6432
6433 2001-03-30 Dave Love <fx@gnu.org>
6434
6435 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6436
6437 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6438
6439 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6440
6441 2001-03-30 Miles Bader <miles@gnu.org>
6442
6443 * subr.el (interactive-form): Fix paren typo.
6444
6445 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6446
6447 * emacs-lisp/profile.el: Say that it's obsolete in the header
6448 line, so that finder.el puts that into its data-base.
6449 Suggested by Alex Schroeder <alex@gnu.org>.
6450
6451 2001-03-29 Paul Eggert <eggert@twinsun.com>
6452
6453 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6454 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6455
6456 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6457
6458 * generic.el (generic-mode-set-comments): Use "" rather than nil
6459 for comment-end.
6460
6461 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6462
6463 * emacs-lisp/advice.el (ad-make-advised-definition):
6464 Call interactive-form to obtain the interactive spec of subrs.
6465
6466 * subr.el (interactive-form): New function.
6467
6468 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6469
6470 * vc-sccs.el (vc-sccs-register): Use relative file names.
6471
6472 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6473
6474 * bookmark.el (bookmark-get-bookmark): Handle case that
6475 BOOKMARK is not a string.
6476
6477 * image.el (image-type-regexps): Change type for PS files
6478 to `postscript'.
6479
6480 * subr.el (read-passwd): Clear command history after each
6481 character entered. From: Stephen Gildea
6482 <gildea@stop.mail-abuse.org>.
6483
6484 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6485
6486 * international/kkc.el (kkc-save-init-file): Locally bind
6487 print-length to nil.
6488
6489 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6490
6491 * textmodes/flyspell.el: Some doc fixes.
6492 (flyspell-maybe-correct-transposition)
6493 (flyspell-maybe-correct-doubling): Use a temporary buffer
6494
6495 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6496
6497 * emacs-lisp/byte-opt.el (byte-optimize-while)
6498 (byte-optimize-form-code-walker): Diagnose too few arguments
6499 for `if' and `while'.
6500
6501 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6502
6503 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6504 Prepend `\' to "\<quail-translation-docstring>".
6505
6506 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6507
6508 * autorevert.el (global-auto-revert-non-file-buffers):
6509 Remove duplicate defcustom.
6510
6511 2001-03-26 Miles Bader <miles@gnu.org>
6512
6513 * international/latin1-disp.el (latin1-char-displayable-p):
6514 Add leading "-" for X font pattern.
6515
6516 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6517
6518 * international/mule-diag.el (describe-coding-system):
6519 For raw-text and emacs-mule, don't add anymore text about what
6520 charsets they can encode.
6521
6522 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6523
6524 * help.el (view-lossage): Mention open-dribble-file in the doc
6525 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6526
6527 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6528
6529 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6530 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6531
6532 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6533
6534 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6535 Call ccl-execute-on-string directly so that CCL program handling
6536 multibyte sequence can work correctly.
6537 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6538 property of the coding system.
6539
6540 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6541
6542 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6543 Fix transcription typo.
6544
6545 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6546
6547 * whitespace.el: Add buffer local variables to toggle testing of
6548 whitespaces in buffers without affecting the default values.
6549 Bump version to 3.0 to account for a few other changes.
6550 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6551 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6552 (whitespace-toggle-spacetab-check): New functions.
6553
6554 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6555
6556 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6557
6558 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6559
6560 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6561 bs-cycle-configuration-name. From Juanma Barranquero
6562 <lektu@uol.com.br>.
6563
6564 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6565 and cc-vars.el.
6566
6567 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6568 headers. Always invoke sendmail with option -t.
6569
6570 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6571
6572 * Release of cc-mode 5.28.
6573
6574 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6575
6576 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6577 Removed the hardcoded switch to "java" style in Java mode.
6578 It's instead taken care of by the default value for c-default-style.
6579
6580 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6581
6582 * cc-align.el (c-lineup-math): Fix bug where lineup was
6583 triggered by equal signs in string literals.
6584
6585 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6586
6587 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6588 limit detection when at the ends of the buffer.
6589
6590 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6591 "for" statement clause in case 7F; a better one is done
6592 earlier in case 7D anyway.
6593
6594 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6595
6596 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6597 somewhat more and did a small optimization.
6598
6599 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6600
6601 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6602 Use the limit argument only to limit the syntactic context
6603 search, not to limit the actual movement.
6604
6605 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6606 inside multiline strings, just like in comments. Also various
6607 fixes to the paragraph and comment prefix recognition, block
6608 comment ender handling etc.
6609
6610 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6611
6612 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6613 the relative position of the point.
6614
6615 * cc-cmds.el (c-electric-continued-statement): New function to
6616 use as abbrev hook to reindent for keywords such as "else"
6617 that continues an earlier statement.
6618
6619 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6620 like classes.
6621
6622 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6623 (pike-mode): Populate the default abbrev tables to reindent for
6624 keywords such as "else" that can continue earlier statements.
6625 Abbrev mode is therefore turned on by default now. (Note that
6626 this doesn't apply to idl-mode, since IDL afaik doesn't have
6627 statements at all.)
6628
6629 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6630
6631 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6632 bracelists where the declaration contains template arguments.
6633
6634 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6635
6636 * cc-cmds.el (c-comment-indent):
6637 Use `c-get-syntactic-indentation' to correctly calculate the
6638 syntactic indentation. Fixes bug with lineup functions that
6639 return vectors.
6640
6641 * cc-engine.el (c-get-syntactic-indentation): Split the
6642 indentation sum calculation from `c-indent-line' to a separate
6643 function.
6644
6645 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6646
6647 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6648 Fixed places where it was assumed that preprocessor directives
6649 have to start in column zero.
6650
6651 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6652 template arguments after a class identifier properly.
6653
6654 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6655 lists for `new Foo[]' constructs in Java as expressions and
6656 not top level definition brace lists on the top level, so that
6657 they'll get indented consistently with the same type of
6658 expression in a normal block.
6659
6660 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6661
6662 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6663 whether the adaptive filling package fails to keep the comment
6664 prefix is now kludged further to check for filladapt-mode
6665 which doesn't have that problem. This is really icky, but it's
6666 the only way that works with the current misfeatures/bugs in
6667 both adaptive-fill-mode and filladapt-mode.
6668
6669 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6670 around point is recognized more robust.
6671
6672 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6673
6674 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6675 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6676 (c-lit-type): Fixed all internal variables used dynamically so
6677 that they are always bound.
6678
6679 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6680 errors:
6681
6682 (c-indent-region): Fixed reporting of syntactic errors so that
6683 the region is fully reindented even when an error occurs.
6684 The last syntactic error is printed afterwards. Also cleanup up a
6685 whole lot of code that tried to optimize indentation of whole
6686 sexps but in reality accomplishes nothing.
6687
6688 (c-indent-sexp): Use c-indent-region.
6689
6690 (c-parsing-error): Changed this variable to hold the message
6691 for any syntactic error that is discovered.
6692
6693 (c-parse-state): Search backward from point instead of the bod
6694 position when the latter is invalid. This makes CC Mode
6695 recover faster when there are unbalanced close braces.
6696
6697 (c-backward-to-start-of-if): Use c-parsing-error to report
6698 dangling "else" clauses instead of throwing an error, and fall
6699 back to a reasonable position.
6700
6701 (c-indent-line): Added argument to avoid reporting syntactic errors.
6702
6703 (c-show-syntactic-information): Don't report any syntactic errors.
6704
6705 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6706
6707 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6708 paragraph recognition when moving by sentence in literals.
6709
6710 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6711 start regexp for javadoc to recognize javadoc markup in general instead
6712 of a specific set of keywords, to be more future-safe.
6713
6714 (c-Pike-pikedoc-paragraph-start)
6715 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6716 pikedoc markup.
6717
6718 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6719
6720 (pike-mode): Initialize paragraph settings pikedoc recognition.
6721
6722 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6723
6724 (c-comment-prefix-regexp): Made it possible to use an
6725 association list on this to specify mode specific regexps.
6726 The default value now use a special regexp in Pike mode to
6727 recognize pikedoc markup.
6728
6729 (c-current-comment-prefix): New variable containing the actual
6730 regexp from c-comment-prefix-regexp for the current buffer.
6731
6732 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6733
6734 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6735 lists: We can't look at the syntax, since a brace list can get
6736 recognized as a plain statement-cont.
6737
6738 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6739 special brace list opener broken over two lines got recognized
6740 as a statement on the second line. Case 9A changed.
6741
6742 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6743
6744 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6745 adjustment after line is reindented.
6746
6747 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6748
6749 * cc-defs.el (c-point): Added optional argument for position
6750 to use instead of the current point.
6751
6752 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6753 the in-expression block symbols when the construct starts at
6754 boi, to avoid the extra level of indentation in that case.
6755 Cases 4, 16A and 17E affected.
6756
6757 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6758
6759 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6760 calls to `c-indent-line', to adhere better to Emacs conventions.
6761
6762 * cc-engine.el (c-indent-line): Use the syntax already bound
6763 to `c-syntactic-context', if there is any.
6764
6765 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6766
6767 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6768 wasn't added up correctly when a lineup function returned nil.
6769
6770 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6771
6772 * cc-engine.el (c-collect-line-comments): Fixed bug where
6773 empty lines were ignored when collecting line comments backwards.
6774
6775 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6776
6777 * cc-align.el (c-lineup-dont-change): Return an absolute
6778 indentation column to work correctly in the case when several
6779 syntactic elements are processed for the same line.
6780
6781 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6782 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6783 (c-set-offset): Added absolute indentation column settings by
6784 using the vector type.
6785
6786 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6787
6788 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6789 Implemented two new cleanups `space-before-funcall' and
6790 `compact-empty-funcall'.
6791
6792 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6793
6794 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6795 helping building regexps.
6796
6797 * cc-engine.el (c-on-identifier): New function for detecting
6798 identifiers. It takes keywords into account.
6799
6800 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6801 lists. `c-keywords' is set to a regexp matching all keywords
6802 in the current language.
6803
6804 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6805
6806 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6807 list of characters to skip backwards over at the beginning of
6808 a statement, since it can precede string literals in Pike.
6809
6810 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6811
6812 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6813 recognition when standing on the last line in a C++ comment
6814 with nothing but whitespace after the prefix.
6815
6816 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6817 given no limit argument.
6818
6819 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6820
6821 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6822 recognition for the `[]= operator symbol in Pike.
6823
6824 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6825
6826 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6827 around a bug in `eval-when-compile' in the byte compiler.
6828
6829 * cc-engine.el (c-forward-token-1): Fixed bug with return
6830 value when count is zero and there's no token start within the limit.
6831
6832 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6833 "prefix comments", i.e. comments which are followed by code on
6834 the same line.
6835
6836 * cc-mode-19.el: Fixes so that checks that must be done at
6837 compile time also are done then.
6838
6839 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6840
6841 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6842 time and at runtime, and only when it's needed.
6843
6844 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6845
6846 Major cleanup for less error prone and more warning free
6847 compilation, including some fixes for bugs due to different
6848 compilation orders. Thanks to Martin Buchholz for providing
6849 the basis for all this.
6850
6851 * cc-bytecomp.el: New file that provides some byte compilation
6852 features: It ensures that files always are loaded from the
6853 current source directory during compilation, and it provides a
6854 set of macros to turn off specific compiler warnings for
6855 specific symbols. (It's not CC Mode specific in any way.)
6856
6857 Fixed a nearly acyclic dependency tree (both runtime and
6858 compile-time) between all files.
6859
6860 * cc-defs.el: Separated all macros before the inline functions,
6861 to ensure correct compilation.
6862
6863 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6864 cc-defs.el to cc-engine.el and made it a function instead.
6865
6866 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6867 about char-after.
6868
6869 * cc-vars.el: Cope even when there isn't a custom package
6870 containing defcustom available.
6871
6872 * cc-make.el: Removed since it's no longer necessary.
6873
6874 README: Updated installation instructions.
6875
6876 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6877
6878 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6879 improve the modularity: Moved all mode init stuff from
6880 cc-langs.el to cc-mode.el, including the keymap
6881 initialization; cc-langs now only contains the various
6882 variables for configuring the language syntax.
6883
6884 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6885 (c-get-offset): Moved from cc-styles to cc-engine since file
6886 dependency analysis suggests they belong there (which also
6887 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6888
6889 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6890
6891 * cc-cmds.el (c-fn-region-is-active-p): New function that
6892 wraps the corresponding macro, for use in places that aren't
6893 compiled. Thanks to Martin Buchholz for pointing out this.
6894
6895 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6896
6897 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6898 add things to the bug report.
6899
6900 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6901
6902 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6903 returned prefix could contain a newline when the search for a
6904 good prefix line failed.
6905
6906 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6907
6908 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6909 (c-toggle-auto-hungry-state): Made the argument optional, as
6910 the documentation says it is.
6911
6912 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6913
6914 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6915 multiline string syntax, #"...", as a cpp macro.
6916
6917 2001-03-21 Paul Eggert <eggert@twinsun.com>
6918
6919 * international/mule-cmds.el (set-locale-environment):
6920 Set system-messages-locale and system-time-locale, but only if the
6921 caller specifies a non-nil locale name.
6922
6923 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6924
6925 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6926 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6927
6928 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6929
6930 * follow.el (follow-avoid-tail-recenter): Doc fix.
6931
6932 * custom.el (custom-set-variables): Avoid reversing the list
6933 of args needlessly.
6934
6935 * startup.el (fancy-splash-head): Don't change the colors of the
6936 XPM image on a dark background.
6937
6938 * comint.el (comint-exec-1): Set columns of the terminal to
6939 window-width instead of frame-width.
6940
6941 * info.el (Info-scroll-down): Add missing WINDOW arg for
6942 pos-visible-in-window-p.
6943
6944 * ehelp.el (electric-help-mode-hook): Add defcustom.
6945
6946 * mail/sendmail.el (mail-mode): Activate case-folding in
6947 font-lock-defaults.
6948
6949 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6950
6951 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6952 (completion-ignored-extensions): Remove duplicate ".class".
6953
6954 2001-03-19 Andreas Schwab <schwab@suse.de>
6955
6956 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6957 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6958
6959 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6960
6961 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6962 methods since there are not prefix input methods.
6963
6964 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6965
6966 * international/mule-cmds.el (read-input-method-name):
6967 Locally bind enable-recursive-minibuffers to t.
6968
6969 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6970
6971 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6972
6973 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6974
6975 * ediff-util.el: Copyright years.
6976 (ediff-choose-syntax-table): New function.
6977 (ediff-setup): Use ediff-choose-syntax-table.
6978
6979 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6980 with-syntax-table.
6981
6982 * ediff.el: Date of last update, copyright years.
6983
6984 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6985
6986 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6987 of Scott Bronson.
6988 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6989 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6990 Deleted functions.
6991 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6992 ex-token-list.
6993
6994 * viper-util.el: Spaces, indentation.
6995
6996 * viper.el: Changed version, modification time.
6997
6998 2001-03-16 John Wiegley <johnw@gnu.org>
6999
7000 * calendar/timeclock.el (timeclock-workday-remaining):
7001 Check whether `discrep' is non-null before using it.
7002
7003 2001-03-16 John Wiegley <johnw@gnu.org>
7004
7005 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
7006 first-time checkins.
7007 (timeclock-log-data): Fixed problem with reading timelog log file.
7008 Resulting data in the "day list" was incorrect.
7009 (timeclock-find-discrep): Check if `timeclock-file' is readable
7010 before opening it.
7011 (timeclock-time-less-p): New function.
7012 (timeclock-day-base): New function.
7013 (timeclock-geometric-mean): New function.
7014 (timeclock-generate-report): Generate a summary report based on
7015 the contents of the log file. This uses `timeclock-log-data', and
7016 is an example of writing a timelog manipulation function.
7017 (timeclock-visit-timelog): A quick command for opening the timelog
7018 file.
7019 (timeclock-log-data): Bound the variable event.
7020
7021 2001-03-16 Kenichi Handa <handa@etl.go.jp>
7022
7023 * international/mule-cmds.el (select-safe-coding-system):
7024 Fix typo: symbol-name -> symbol-value.
7025
7026 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
7027 before substitute-in-file-name to handle double slashes in FILE
7028 correctly.
7029
7030 2001-03-15 Gerd Moellmann <gerd@gnu.org>
7031
7032 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
7033 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
7034
7035 2001-03-14 Gerd Moellmann <gerd@gnu.org>
7036
7037 * bindings.el (features): Add `md5' and `overlay' to the list.
7038
7039 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
7040 bound before using it. It's not bound when configured without X,
7041 for instance.
7042
7043 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
7044
7045 * progmodes/hideshow.el: Update copyright.
7046 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
7047 (hs-minor-mode-hook): Include `:version' in defcustom form.
7048
7049 2001-03-13 Gerd Moellmann <gerd@gnu.org>
7050
7051 * help.el (string-key-binding): Don't call event-start on
7052 a non-list.
7053
7054 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7055
7056 * startup.el (fancy-splash-tail, command-line-1): Fix the
7057 copyright year.
7058
7059 2001-03-13 Kenichi Handa <handa@etl.go.jp>
7060
7061 * term.el: These changes are based on a patch sent from Yong Lu
7062 <lyongu@yahoo.com>.
7063 (term-set-escape-char): Bind M-x to execute-extended-command in
7064 term-raw-escape-map.
7065 (term-move-columns): Don't try to move to negagive column.
7066 (term-emulate-terminal): Insert a string before deleting a text to
7067 overwrite.
7068
7069 2001-03-12 Gerd Moellmann <gerd@gnu.org>
7070
7071 * play/life.el (life): Rearrange code so that all calls to
7072 life-display-generation are in a catch-form.
7073
7074 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7075 file that isn't interesting. In an interesting file, push the old
7076 value of point on the mark ring.
7077
7078 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7079 New function.
7080 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7081 Use it.
7082
7083 * emacs-lisp/autoload.el (generate-file-autoloads):
7084 Remove warning about line lengths.
7085
7086 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7087
7088 * progmodes/etags.el (tags-compression-info-list): New variable.
7089 (find-tag-in-order): Use it to deal with compressed source files.
7090 (tag-file-name-match-p): New function.
7091 (etags-recognize-tags-table): Use it for better match of file names.
7092
7093 2001-03-12 Kenichi Handa <handa@etl.go.jp>
7094
7095 * international/mule-cmds.el (register-input-method): Doc fix.
7096
7097 * international/quail.el (quail-translate-key): Fix condition to
7098 check if there's another breaking point in the current key.
7099
7100 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7101
7102 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7103 Babyl header to the newly-created output file, bind
7104 coding-system-for-write to either rmail-file-coding-system or
7105 emacs-mule-unix.
7106
7107 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7108
7109 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7110 Fix the name and regexp used for subsubsections.
7111
7112 2001-03-10 Dave Love <fx@gnu.org>
7113
7114 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7115 and save-buffer if buffer-file-name non-nil. From rms.
7116
7117 2001-03-10 Andre Spiegel <spiegel@gnu.org>
7118
7119 * vc.el (vc-do-command): If the destination buffer is already
7120 current, don't set it up and don't erase it. Updated doc string
7121 to reflect that.
7122 (vc-version-diff): When doing a single file diff, don't switch to the
7123 *vc-diff* buffer before the command. This is to preserve local
7124 variable bindings that might affect the diff command.
7125 (vc-print-log): Don't switch to the *vc* buffer before the
7126 command, so that local variable bindings are preserved.
7127
7128 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
7129 not the current buffer.
7130 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7131
7132 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
7133 make output go to buffer *vc*, not the current buffer.
7134
7135 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7136
7137 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7138 so ^, $, *, ? and + are interpreted correctly.
7139
7140 2001-03-09 Gerd Moellmann <gerd@gnu.org>
7141
7142 * help.el (string-key-binding): Renamed from
7143 mode-line-key-binding. Handle any event on a string.
7144 Check for `keymap' properties as well as `local-map' properties.
7145
7146 * comint.el (comint-insert-clicked-input): Use the last key
7147 from this-command-keys to lookup the global key definition.
7148
7149 2001-03-09 Kenichi Handa <handa@etl.go.jp>
7150
7151 * international/characters.el: Add category `j' for
7152 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7153
7154 * international/mule-conf.el (no-conversion): Fix docstring.
7155 (raw-text): Fix docstring.
7156
7157 2001-03-08 Gerd Moellmann <gerd@gnu.org>
7158
7159 * simple.el (choose-completion-string): When not leaving the
7160 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7161 is set.
7162
7163 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7164 parameter `(minibuffer . t)'.
7165
7166 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7167
7168 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7169 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7170 (sh-mode): Remove `make-local-variable' for unused var
7171 `font-lock-unfontify-region-function'.
7172
7173 2001-03-07 Richard M. Stallman <rms@gnu.org>
7174
7175 * info.el (Info-scroll-down): Fix previous change.
7176
7177 * mail/rmail.el (rmail-toggle-header): Use a window which
7178 is showing the Rmail buffer, rather than the selected window.
7179
7180 2001-03-07 Dave Love <fx@gnu.org>
7181
7182 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7183 now, to avoid problems with binding imenu directly to a mouse event.
7184
7185 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7186
7187 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7188 second arg t.
7189
7190 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7191
7192 * log-edit.el (log-edit-common-indent): New var.
7193 (log-edit-set-common-indentation): Renamed from
7194 log-edit-delete-common-indentation. Use the new var.
7195 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7196
7197 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7198 (cvs-mode-add-change-log-entry-other-window):
7199 Don't presume change-log-default-name is defined.
7200
7201 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7202
7203 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7204 the "tree" operation as well.
7205
7206 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7207
7208 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7209 to match paragraph-start.
7210
7211 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7212 comment-start-skip and set comment-end-skip as well.
7213 (sgml-comment-indent): Fix for new value of comment-start-skip.
7214 (html-autoview-mode): Don't bother using make-local-hook.
7215
7216 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7217
7218 * cus-edit.el (custom-save-delete): Move in front of local
7219 variables, otherwise long Custom entries would make them ineffective.
7220
7221 * uniquify.el: Set maintainer to FSF.
7222
7223 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7224
7225 * dired-aux.el (dired-do-shell-command): Doc fix.
7226
7227 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7228
7229 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7230
7231 * which-func.el (which-func-modes): Add cperl-mode.
7232 (which-func-mode-global): Use define-minor-mode.
7233
7234 * info-look.el: Docstring fixes and dead code eliminated.
7235 (cperl-mode): Add support.
7236 (emacs-lisp-mode): List all entries from elisp manual, whether
7237 or not they are currently (f)bound or not. Update regexp.
7238
7239 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7240
7241 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7242 so that C-h m shows the correct information.
7243 Use make-local-variable rather than make-variable-buffer-local.
7244 (cperl-info-buffer, cperl-setup-tmp-buf):
7245 Use make-local-variable rather than make-variable-buffer-local.
7246 (cperl-msb-fix, cperl-get-help-defer):
7247 Check major-mode for `cperl-mode' as well.
7248
7249 * progmodes/cperl-mode.el: Updated to author version 4.23.
7250 (cperl-electric-pod): SYNOPSIS was misspelled.
7251 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7252 (cperl-after-expr-p): Make true after __END__.
7253
7254 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7255
7256 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7257 bookmark-completion-ignore-case is t.
7258
7259 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7260 switch, like xterm, and concat resource strings, with a newline
7261 between them.
7262
7263 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7264
7265 * international/codepage.el (cp770-decode-table)
7266 (cp773-decode-table, cp774-decode-table): New variables.
7267
7268 * man.el (Man-hyphenated-reference-regexp): New variable.
7269 (Man-build-references-alist): Use it to search for referenced
7270 manpages. If hyphenated is non-nil, record a concatenated word in
7271 Man-refpages-alist only if it matches Man-reference-regexp.
7272 Update word's length when it is concatenated. Reverse the list,
7273 to get the first manpage at the head.
7274 (Man-possibly-hyphenated-word): New function.
7275 (Man-follow-manual-reference): Use it instead of current-word to
7276 find a manpage at point, in a way that accounts for hyphenated
7277 references.
7278
7279 2001-03-06 Alex Schroeder <alex@gnu.org>
7280
7281 * sql.el (sql-interbase): New function.
7282 (sql-interbase-program): New option.
7283 (sql-interbase-options): New option.
7284 And some typos fixed: "customise" to "customize".
7285
7286 2001-03-06 Dave Love <fx@gnu.org>
7287
7288 * textmodes/flyspell.el (flyspell-region):
7289 Set up flyspell-local-mouse-map.
7290
7291 2001-03-05 Richard M. Stallman <rms@gnu.org>
7292
7293 * mail/rmail.el (rmail-retry-failure):
7294 Don't call rmail-beginning-of-message.
7295 Don't discard From: field. Do discard Received: field.
7296 Use unwind-protect to re-prune.
7297 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7298
7299 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7300
7301 * international/quail.el (quail-title): Add autoload cookie.
7302
7303 2001-03-05 Dave Love <fx@gnu.org>
7304
7305 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7306 new defs.
7307
7308 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7309
7310 * language/ethio-util.el (ethio-toggle-space):
7311 Update current-input-method-title if necessary.
7312 (ethio-toggle-punctuation): Likewise.
7313
7314 * international/quail.el (quail-title): Fix for the case that a
7315 title of an input method is specified by a list of the same form
7316 as used in mode-line-format.
7317
7318 * international/mule-cmds.el (activate-input-method):
7319 If current-input-method-title is set by activating INPUT-METHOD,
7320 respect that value.
7321
7322 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7323
7324 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7325
7326 2001-03-05 Alex Schroeder <alex@gnu.org>
7327
7328 * sql.el (sql-sybase): Fix typo (was: query user about server two
7329 times instead of server and database).
7330
7331 * sql.el (sql-sybase): Doc change.
7332 (sql-mysql): Doc change.
7333 (sql-postgres): Doc change.
7334
7335 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7336
7337 * international/mule-conf.el (emacs-mule, raw-text):
7338 Docstring modified.
7339
7340 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7341
7342 * term/internal.el: Update copyright notice.
7343
7344 * term/pc-win.el: Update copyright notice.
7345
7346 2001-03-02 Dave Love <fx@gnu.org>
7347
7348 * files.el (insert-file-contents-literally):
7349 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7350 not jka-compr-compression-info-list.
7351
7352 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7353
7354 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7355 spaces in default comment-start-skip settings rather than \s-.
7356
7357 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7358
7359 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7360 default-frame-alist as well.
7361
7362 2001-03-01 Dave Love <fx@gnu.org>
7363
7364 * textmodes/reftex.el (defvar): Wrap some defvars in
7365 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7366
7367 * subr.el (event-basic-type): Doc fix.
7368
7369 * international/quail.el: Doc fixes.
7370
7371 * international/utf-8.el: Doc fixes.
7372
7373 * international/mule-cmds.el: Doc fixes.
7374 (leim-list-header): Fix header text.
7375
7376 * international/mule.el (coding-system-category): Doc fix.
7377
7378 * international/ccl.el (ccl-compile): Doc fix.
7379
7380 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7381
7382 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7383 rather than (before|after)-change-functions.
7384
7385 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7386
7387 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7388 scroll-left and scroll-right being called interactively so that
7389 they set the window's min_hscroll.
7390
7391 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7392
7393 * info.el (info-insert-file-contents-1): Accept an additional
7394 argument `lfn': if it is non-nil, concatenate `filename' and
7395 `suffix'; otherwise use the complicated MS-DOS code.
7396 All callers changed.
7397 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7398 can access long file names, try the long file-name version of
7399 `info-insert-file-contents-1', then the short file-name version.
7400
7401 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7402
7403 * language/ethio-util.el (setup-ethiopic-environment-internal):
7404 Change bindings of functions keys to conform to "Emacs Lisp Coding
7405 Convention".
7406
7407 * language/ethiopic.el ("Ethiopic"): Add documentation.
7408
7409 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7410
7411 * international/utf-8.el (mule-utf-8): Set coding-category
7412 property to coding-category-utf-8.
7413
7414 2001-02-27 Richard M. Stallman <rms@gnu.org>
7415
7416 * lpr.el (lpr-page-header-switches, print-region-1):
7417 Undo 2000-07-06 change.
7418 (lpr-add-switches): Default to t on gnu/linux.
7419
7420 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7421
7422 * bs.el (bs-attributes-list): Doc fix.
7423
7424 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7425
7426 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7427
7428 * help.el (view-order-manuals): Use goto-address.
7429
7430 * startup.el (command-line-1): Add info about ordering manuals
7431 to the not so fancy splash screens.
7432
7433 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7434
7435 * vc.el (vc-default-workfile-unchanged-p)
7436 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7437
7438 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7439
7440 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7441 fontify in the right buffer.
7442
7443 * allout.el (outline-flag-region): Move macro in front of first
7444 use to avoid a run-time error.
7445
7446 2001-02-24 Andrew Innes <andrewi@gnu.org>
7447
7448 * makefile.w32-in: Fix copyright notice.
7449
7450 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7451
7452 * international/utf-8.el (mule-utf-8): Set correct value for
7453 valid-codes property.
7454
7455 * international/fontset.el (x-complement-fontset-spec): In the
7456 case that we use ASCII font for the other charsets, use only
7457 family and registry part of it.
7458
7459 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7460
7461 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7462 (shrink-window-if-larger-than-buffer): Doc fix.
7463
7464 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7465
7466 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7467 predicate passed to completing-read.
7468
7469 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7470
7471 * startup.el (command-line): Fix last change.
7472
7473 2001-02-23 Jason Rumney <jasonr@gnu.org>
7474
7475 * startup.el (tool-bar-originally-present): New variable.
7476 (command-line): Set it if the tool-bar is switched on at startup.
7477
7478 * frame.el (frame-notice-user-settings): Only adjust frame height
7479 for no tool-bar case if tool-bar was originally switched on.
7480 From E. Jay Berkenbilt.
7481
7482 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7483
7484 * server.el (server-switch-buffer): Only switch window if the
7485 current one is dedicated.
7486
7487 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7488 rather than using (match-beginning 0) when searching for break point.
7489
7490 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7491
7492 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7493 @ follows an accent command such as @'. Support optional braces
7494 in commands that insert accents, like makeinfo does.
7495
7496 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7497
7498 * startup.el (fancy-splash-text): Add a line for ordering
7499 manuals. Reverse order of splash screens shown.
7500 (use-fancy-splash-screens-p): Adapt to the text line added.
7501
7502 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7503 manuals from the FSF.
7504
7505 * help.el (view-order-manuals): New function.
7506 (toplevel): Bind C-h C-m to this function.
7507
7508 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7509
7510 * newcomment.el (comment-forward): Skip the comment-start before
7511 searching for the comment-end.
7512
7513 2001-02-21 Dave Love <fx@gnu.org>
7514
7515 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7516
7517 * international/mule-cmds.el, international/mule.el: Doc fixes.
7518
7519 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7520
7521 * startup.el (fancy-splash-screens): Use display-hourglass
7522 instead of display-busy-cursor.
7523
7524 * frame.el (display-hourglass): Renamed from busy-cursor.
7525 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7526 (show-cursor-in-non-selected-windows): Doc fix.
7527
7528 2001-02-20 Dave Love <fx@gnu.org>
7529
7530 * international/utf-8.el: Doc and commentary fixes.
7531
7532 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7533
7534 * ehelp.el (with-electric-help): Doc fix.
7535
7536 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7537
7538 * msb.el (msb-mode): Call the update-buffers function explicitly
7539 with a FORCE argument.
7540
7541 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7542 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7543 returns nil.
7544
7545 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7546
7547 * ps-print.el: Timestamp package replacement. Some enhancements.
7548 Some XEmacs compatibility. Doc fix.
7549 (ps-print-version): New version number (6.4).
7550 (ps-printer-name): Initialization fix.
7551 (ps-zebra-stripe-follow): Funcionality enhancement.
7552 (ps-prologue-file): Code enhancement.
7553 (ps-right-header): Timestamp package replacement.
7554 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7555 (ps-get-page-dimensions)
7556 (ps-generate-header, ps-begin-file, ps-begin-job)
7557 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7558 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7559 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7560 (coding-system-for-write): Var declaration (XEmacs compatibility).
7561
7562 2001-02-20 Miles Bader <miles@gnu.org>
7563
7564 * image-file.el (image-file-name-extensions): Add "tif".
7565
7566 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7567
7568 * wid-edit.el (widget-button-click): Save the selected window
7569 around the code handling clicks on buttons.
7570
7571 2001-02-18 Dave Love <fx@gnu.org>
7572
7573 * imenu.el (imenu--generic-function): Use mapc to iterate over
7574 syntax characters.
7575
7576 2001-02-17 Richard M. Stallman <rms@gnu.org>
7577
7578 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7579
7580 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7581
7582 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7583
7584 * mouse.el (mouse-save-then-kill): If the distance from the new
7585 point to the mark is equal to the distance of point from the new
7586 point, move point instead of the mark.
7587
7588 2001-02-16 Dave Love <fx@gnu.org>
7589
7590 * textmodes/flyspell.el (flyspell-get-word): Return string without
7591 properties.
7592
7593 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7594
7595 * generic.el (generic-find-file-regexp): Doc fix.
7596 (generic-ignore-files-regexp): New defcustom.
7597 (generic-mode-find-file-hook): If the file's name matches the
7598 regexp in `generic-ignore-files-regexp', don't enter
7599 default-generic-mode. Doc fix.
7600
7601 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7602
7603 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7604 Add autoload cookies.
7605
7606 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7607 of cal-tex-24.
7608
7609 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7610
7611 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7612
7613 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7614 the character class after the (optional) drive, to support file
7615 names with embedded blanks.
7616
7617 2001-02-15 Sam Steingold <sds@gnu.org>
7618
7619 * textmodes/tex-mode.el (tex-shell-running):
7620 Check the process buffer too.
7621
7622 2001-02-15 Dave Love <fx@gnu.org>
7623
7624 * battery.el (battery-status-function): Fix doc, :type.
7625
7626 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7627
7628 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7629
7630 * subr.el (read-passwd): Clear Lisp memory holding password.
7631
7632 2001-02-15 Miles Bader <miles@gnu.org>
7633
7634 * info.el (Info-copy-current-node-name): New function.
7635 (Info-mode-menu): Add it to the menu.
7636
7637 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7638
7639 * international/mule-cmds.el (toggle-input-method): Doc fix.
7640
7641 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7642
7643 * replace.el (occur): Stop at end of buffer.
7644
7645 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7646
7647 * international/mule-cmds.el (set-input-method): Another doc fix.
7648
7649 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7650
7651 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7652
7653 2001-02-13 Miles Bader <miles@gnu.org>
7654
7655 * faces.el (set-face-background, set-face-foreground)
7656 (set-face-stipple): Treat a value of nil as being `unspecified'.
7657
7658 2001-02-12 Dave Love <d.love@dl.ac.uk>
7659
7660 * international/latin1-disp.el: Doc fixes.
7661 (latin1-display) <defgroup>: Add :link.
7662 (latin1-display) <function>: Set variable latin1-display.
7663
7664 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7665
7666 * international/mule-cmds.el (set-input-method): Doc fix.
7667
7668 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7669
7670 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7671 (speedbar-line-file): Return nil if not a file.
7672 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7673
7674 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7675
7676 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7677 for remote files.
7678 (ediff-coding-system-for-read): Replaced the no-conversion default
7679 with raw-text.
7680
7681 * ediff-init.el: Removed :version from defcustom vars.
7682
7683 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7684 Better handling of the diff mode.
7685
7686 * ediff.texi: Added ediff-coding-system-for-read.
7687
7688 * viper.texi: Fix typos.
7689
7690 2001-02-11 Dave Love <fx@gnu.org>
7691
7692 * shadowfile.el: Doc fixes.
7693 (shadow) <defgroup>: Add :link.
7694 (shadowfile-unload-hook): New function.
7695 (shadow-initialize): Use defalias, not fset.
7696 (shadow-define-cluster, shadow-define-literal-group)
7697 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7698
7699 * international/mule.el: Doc and message fixes.
7700
7701 * international/ccl.el (define-ccl-program): Doc fix.
7702
7703 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7704
7705 * faces.el (mode-line): Set :line-width property to -1.
7706
7707 2001-02-10 Richard M. Stallman <rms@gnu.org>
7708
7709 * complete.el (partial-completion-mode): Doc fix.
7710
7711 * simple.el (delete-key-deletes-forward-mode):
7712 Change `let' to `let*' to fix gross bug in last change.
7713
7714 * repeat.el (repeat): Don't let execute-kbd-macro alter
7715 real-last-command.
7716
7717 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 * simple.el (eval-expression): Doc fix.
7720
7721 2001-02-09 Dave Love <fx@gnu.org>
7722
7723 * imenu.el (imenu-generic-expression): Doc fix.
7724
7725 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7726 From Juanma Barranquero.
7727
7728 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7729
7730 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7731
7732 * faces.el (set-face-attribute): Describe the case of a negative
7733 value specified for :line-width.
7734
7735 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7736
7737 * which-func.el (which-func-mode): Invert which-func-mode-global.
7738 From Juanma Barranquero <lektu@uol.com.br>.
7739
7740 2001-02-08 Dave Love <fx@gnu.org>
7741
7742 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7743 widget-plist-value-type.
7744 (widget-alist-convert-widget): Replace binding of
7745 widget-alist-value-type.
7746
7747 * textmodes/paragraphs.el (sentence-end): Doc fix.
7748
7749 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7750 Remove `backward-line'.
7751
7752 * play/pong.el (pong-blank-color, pong-bat-color)
7753 (pong-ball-color, pong-border-color, pong-left-key)
7754 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7755 (pong-pause-key, pong-resume-key, pong-timer-delay):
7756 * mail/mh-comp.el (mh-compose-letter-function):
7757 * eshell/esh-mode.el (eshell-skip-prompt-function):
7758 * emulation/viper-ex.el (ex-unix-type-shell-options):
7759 * recentf.el (recentf-menu-filter):
7760 * ps-print.el (ps-print-region-function):
7761 * lpr.el (print-region-function):
7762 * forms.el (forms-mode-hooks):
7763 * dirtrack.el (dirtrack-directory-change-hook):
7764 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7765 * textmodes/spell.el (spell-filter):
7766 * textmodes/fill.el (adaptive-fill-function):
7767 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7768 * progmodes/etags.el (find-tag-default-function):
7769 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7770 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7771
7772 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7773
7774 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7775 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7776 Meyering <jim@meyering.net>.
7777
7778 * loadup.el: Revert last change.
7779
7780 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7781
7782 * international/mule.el (transform-make-coding-system-args):
7783 Make it work also for coding systems not using CCL.
7784
7785 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7786
7787 * simple.el (previous-matching-history-element)
7788 (next-matching-history-element): Doc fix.
7789
7790 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7791 specific part.
7792
7793 2001-02-06 Dave Love <fx@gnu.org>
7794
7795 * add-log.el (add-log-current-defun-function)
7796 (add-log-buffer-file-name-function, add-log-file-name-function):
7797 Fix :type.
7798 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7799
7800 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7801
7802 * info.el (info-initialize): Remove the test for system-type when
7803 invocation-directory is non-nil.
7804
7805 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7806 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7807
7808 2001-02-06 Andrew Innes <andrewi@gnu.org>
7809
7810 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7811 absolute.
7812
7813 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7814
7815 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7816 buffers. When hi-lock turned on rather than only checking current
7817 buffer for regexps, all buffers are checked. Moved activation of
7818 font-lock to hi-lock-refontify. When font-lock turned off rather
7819 than removing added highlighting just in current buffer, remove it
7820 in all buffers. Changed edit menu text from "Automatic
7821 Highlighting" to "Regexp Highlighting" Documentation for
7822 highlighting phrases, minor documentation changes.
7823 (hi-lock-set-file-patterns): Execute only if there are new or
7824 existing file patterns.
7825 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7826 unfontify and, if a support mode is active, will not refontify the
7827 whole buffer. If necessary, turn on font lock. (Removed
7828 font-lock-unfontify and font-lock support-mode-specific calls,
7829 such as lazy-lock-fontify-window.)
7830 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7831 patterns are found. Not useful now since find-file-hook is removed
7832 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7833 (hi-lock-face-phrase-buffer): New function. Also added related
7834 menu item and keybinding.
7835 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7836 (hi-lock-process-phrase): New function.
7837 (hi-lock-line-face-buffer): Doc fixes.
7838 (hi-lock-face-buffer): Doc fixes.
7839 (hi-lock-unface-buffer): Doc fixes.
7840
7841 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7842
7843 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7844 dabbrev-ignored-regexps.
7845
7846 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7847
7848 * simple.el (kill-line): Doc fix.
7849
7850 2001-02-05 Dave Love <fx@gnu.org>
7851
7852 * loadup.el: Revert last two changes -- bootstrapping works with
7853 regenerated loaddefs.
7854
7855 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7856
7857 * isearch.el (isearch-forward): Doc fix.
7858
7859 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7860 of font-lock-defaults to backward-paragraph.
7861
7862 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7863
7864 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7865 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7866
7867 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7868
7869 * ebnf2ps.el: Eliminate time-stamp functions.
7870 (ebnf-version): New version (3.5).
7871 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7872 format-time-string.
7873
7874 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7875
7876 * simple.el (next-line): Goto end-of-line before inserting a newline.
7877
7878 2001-02-05 Miles Bader <miles@gnu.org>
7879
7880 * image-file.el (insert-image-file): When visiting an image, also
7881 set `truncate-lines' to t so that any fringe arrow looks correct.
7882
7883 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7884
7885 * isearch.el (isearch-forward): Add description about input method
7886 in the docsting.
7887
7888 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7889
7890 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7891
7892 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7893
7894 * info.el (info-initialize): If installation-directory is nil, for
7895 DOS/Windows systems try looking in a sibling of invocation-directory.
7896
7897 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7898
7899 * wid-edit.el (widget-button-click): Fix last change.
7900
7901 * frame.el (frame-notice-user-settings): When resizing the initial
7902 frame because the tool bar is off, also change the frame's top
7903 position if a negative top position was specified.
7904
7905 2001-02-02 Miles Bader <miles@gnu.org>
7906
7907 * image-file.el (insert-image-file): When visiting an image,
7908 suppress the cursor in the image buffer.
7909
7910 2001-02-01 Dave Love <fx@gnu.org>
7911
7912 * progmodes/f90.el (f90-mode): Remove startup message.
7913
7914 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7915
7916 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7917
7918 * startup.el (command-line): Fix code determining whether or not
7919 to use delete-key-deletes-forward-mode.
7920
7921 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7922
7923 * vc.el (vc-diff-switches): New user option.
7924 (vc-version-diff): Use it.
7925 (vc-diff-switches-list): New macro.
7926
7927 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7928 New customization options.
7929 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7930
7931 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7932
7933 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7934
7935 * msb.el (toplevel): Quote hook symbols.
7936
7937 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7938
7939 * international/mule.el (make-coding-system): Add description
7940 about recognized properties in the docstring.
7941
7942 * international/mule-conf.el: Remove unused charsets
7943 mac-roman-lower and mac-roman-upper.
7944
7945 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7946
7947 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7948 is in front of the left-margin, if any.
7949
7950 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7951 like `delete'.
7952
7953 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7954
7955 * term/w32-win.el (mouse-set-font): Doc fix.
7956
7957 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7958
7959 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7960 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7961 on already.
7962
7963 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7964
7965 * files.el (save-buffer): Don't give message if (buffer-file-name)
7966 returns nil.
7967
7968 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7969
7970 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7971
7972 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7973 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7974
7975 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7976 display problems.
7977
7978 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7979
7980 * international/mule.el (charset-info): Fix docstring.
7981
7982 * international/mule-diag.el (describe-character-set): Check final
7983 char valid before printing it.
7984
7985 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7986
7987 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7988
7989 * frame.el (frame-notice-user-settings): Do the tool-bar
7990 stuff only for graphical displays. Fix a braino.
7991
7992 * frame.el (frame-initialize): Create initial frame visible.
7993 (frame-notice-user-settings): When tool-bar has been switched off,
7994 correct the frame size and sync tool-bar-mode.
7995
7996 * startup.el (command-line): Remove manipulation of frame
7997 height for tool bars.
7998
7999 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8000
8001 * lpr.el: Compatibility with XEmacs and doc fixes.
8002 (lpr-windows-system, lpr-lp-system): New vars.
8003 (lpr-printer-switch): New defcustom.
8004 (printer-name, lpr-command): Customization fix.
8005 (print-region-1): Code fix.
8006 (print-region-new-buffer, printify-region): Indentation fix.
8007 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
8008 New functions.
8009
8010 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8011
8012 * msb.el (toplevel): Fix the eval-after-load.
8013
8014 2001-01-29 Dave Love <fx@gnu.org>
8015
8016 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
8017
8018 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
8019
8020 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
8021 (tcl-using-emacs-19-23): Consider Emacs 21+.
8022 (tcl-help-directory-list, tcl-command-switches): Fix :type.
8023 (tcl-add-emacs-menu): Supply menu name.
8024 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
8025
8026 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8027
8028 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
8029
8030 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
8031
8032 * pcvs.el (cvs-mark-fis-dead): New function.
8033 (cvs-mode-add): Use it.
8034 (cvs-mode-add-change-log-entry-other-window):
8035 Rebind change-log-default-name to itself rather than to nil.
8036
8037 2001-01-29 Sam Steingold <sds@gnu.org>
8038
8039 * vc-cvs.el: Replaced (require 'vc) with a bunch of
8040 `autoload' statements.
8041
8042 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
8043
8044 * files.el (confirm-kill-emacs): Doc fix.
8045
8046 * frame.el (frame-initialize): Doc fix.
8047
8048 * time-stamp.el (time-stamp-string): Doc fix.
8049
8050 * woman.el (WoMan-log-1): Make the log buffer writable.
8051 From Markus Rost <rost@math.ohio-state.edu>.
8052
8053 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8054
8055 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8056 the `make-variable-buffer-local'.
8057
8058 2001-01-29 Dave Love <fx@gnu.org>
8059
8060 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
8061 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8062 Add autoload cookie.
8063 (ansi-color-apply-sequence): Fix typo.
8064
8065 2001-01-29 Gerd Moellmann <gerd@gnu.org>
8066
8067 * menu-bar.el (menu-bar-files-menu): Add menu items for
8068 Postscript printing in black and white.
8069
8070 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8071 X-Mailman-Version, Precedence, List-Help, List-Post,
8072 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8073 Content-Type, Content-Length.
8074
8075 2001-01-29 Dave Love <fx@gnu.org>
8076
8077 * elide-head.el (elide-head): Make overlay evaporate.
8078
8079 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
8080
8081 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8082
8083 * isearch.el (isearch-highlight): Don't punt if the display
8084 doesn't support colors, since isearch faces are defined for
8085 monochrome displays as well.
8086
8087 2001-01-27 Sam Steingold <sds@gnu.org>
8088
8089 * shell.el (shell-write-history-on-exit): Make sure that we are in
8090 the shell buffer (M-x tex-file RET inserted the error message into
8091 the TeX buffer).
8092
8093 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8094
8095 * simple.el (transient-mark-mode): Doc fix.
8096
8097 2001-01-27 Gerd Moellmann <gerd@gnu.org>
8098
8099 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
8100
8101 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8102
8103 * shell.el (shell-unquote-argument): If the shell is one of the
8104 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8105 quote character.
8106 (shell-dumb-shell-regexp): Document that the shells which match
8107 this regexp are supposed to not treat a backslash as a quote character.
8108
8109 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
8110 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
8111
8112 2001-01-27 Richard M. Stallman <rms@gnu.org>
8113
8114 * dabbrev.el (dabbrev--substitute-expansion):
8115 Treat a one-capital-letter abbrev as "not all upper case",
8116 so as to force preservation of the expansion's pattern
8117 if the expansion starts with a capital letter.
8118
8119 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8120
8121 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8122 Doc fix.
8123
8124 * simple.el (transient-mark-mode): Document the fact that many
8125 commands act on the region when mark is active.
8126
8127 2001-01-27 Kenichi Handa <handa@etl.go.jp>
8128
8129 * international/quail.el (quail-setup-completion-buf): Make the
8130 multibyteness of current buffer inherited to Quail completion buffer.
8131 (quail-show-guidance-buf): Make the multibyteness of current
8132 buffer inherited to Quail guidance buffer.
8133 (quail-help): Make the multibyteness of current buffer inherited
8134 to Quail help buffer.
8135
8136 2001-01-26 Dave Love <fx@gnu.org>
8137
8138 * time-stamp.el: Doc fixes.
8139
8140 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
8141 (delphi-keyword-face, delphi-other-face): Fix :type.
8142
8143 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8144
8145 * mail/feedmail.el (feedmail): Add :link.
8146 (feedmail-send-it): Doc fix.
8147
8148 * mail/sendmail.el: Doc fixes.
8149 (sendmail-send-it): Fix the non-ASCII regexp and use
8150 rfc2047-encode-string.
8151
8152 * dired.el, dired-aux.el: Revert last change.
8153
8154 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8155
8156 * makefile.w32-in (DONTCOMPILE): Add various term files.
8157
8158 2001-01-26 Dave Love <fx@gnu.org>
8159
8160 * Makefile.in (DONTCOMPILE): Add various term files.
8161
8162 2001-01-26 Gerd Moellmann <gerd@gnu.org>
8163
8164 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8165
8166 * startup.el (display-startup-echo-area-message): Make sure
8167 the echo area is resized to fit the size of the startup message.
8168
8169 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8170 part of which is a constant.
8171
8172 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8173
8174 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
8175
8176 2001-01-26 Richard M. Stallman <rms@gnu.org>
8177
8178 * simple.el (next-line): Don't let `newline' expand abbrevs.
8179 Simplify slightly.
8180 (open-line): Don't let `newline' expand abbrevs.
8181
8182 2001-01-25 John Wiegley <johnw@gnu.org>
8183
8184 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8185 to `repeat' in the :type field.
8186
8187 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8188 allow a choice of regexp or nil.
8189 (pcomplete-dir-ignore): Same.
8190
8191 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8192 a command) to always fail.
8193
8194 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8195
8196 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8197 discard the result.
8198 (iswitchb-to-end): Likewise.
8199
8200 2001-01-25 Sam Steingold <sds@gnu.org>
8201
8202 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8203 Require vc.
8204
8205 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8206
8207 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8208
8209 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8210
8211 2001-01-25 Dave Love <fx@gnu.org>
8212
8213 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8214 (describe-coding-system): Tweak the English text.
8215
8216 * loadup.el: Preload international/ccl for utf-8.
8217
8218 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8219
8220 * mail/rmail.el (rmail-redecode-body): Doc fix.
8221
8222 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8223
8224 * international/mule-cmds.el (reset-language-environment):
8225 Reset coding-category-utf-8 to mule-utf-8.
8226
8227 * international/mule-conf.el (coding-category-utf-8):
8228 Initialize to mule-utf-8.
8229
8230 * loadup.el: Preload international/utf-8.
8231
8232 * international/utf-8.el: New file.
8233
8234 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8235
8236 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8237
8238 2001-01-24 Sam Steingold <sds@gnu.org>
8239
8240 * dired.el (dired-replace-in-string): Removed.
8241 (dired-sort-toggle): Use `replace-regexps-in-string'
8242 instead of `dired-replace-in-string'.
8243
8244 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8245 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8246
8247 * gs.el (gs-replace-in-string): Removed.
8248 (gs-options): Use `replace-regexps-in-string'
8249 instead of `gs-replace-in-string'.
8250
8251 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8252
8253 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8254 bug report is mailed to an email list and posted to a news group.
8255
8256 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8257
8258 * comint.el (comint-replace-by-expanded-history-before-point):
8259 Fix change of 2000-08-03 to move point to the start of the line again.
8260
8261 * startup.el (tool-bar-images-pixel-height): New variable.
8262 (command-line): After loading the user's init file, when
8263 tool-bar-mode is on, increase the frame's size by some lines for
8264 the tool-bar.
8265
8266 * frame.el (frame-initialize): Create the initial frame invisible.
8267
8268 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8269
8270 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8271 (chinese-big5): MIME:Big5.
8272
8273 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8274
8275 * international/mule-cmds.el (universal-coding-system-argument):
8276 Handle commands with prefix args.
8277
8278 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8279
8280 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8281 being a list of numbers.
8282 (diary-mail-entries): Rewritten.
8283
8284 2001-01-23 Dave Love <fx@gnu.org>
8285
8286 * international/mule.el (make-coding-system): Fix typo.
8287
8288 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8289 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8290
8291 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8292
8293 * font-lock.el (font-lock-mode): Doc fix.
8294
8295 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8296
8297 * international/mule.el (make-translation-table): Fix docstring.
8298
8299 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8300
8301 * mail/rmail.el (rmail-redecode-body): New function.
8302
8303 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8304
8305 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8306
8307 * isearch.el (isearch-lazy-highlight-case-fold-search)
8308 (isearch-lazy-highlight-regexp): New variables.
8309 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8310 case-fold search or regexp search has been toggled.
8311
8312 * wid-edit.el (widget-button-click): Avoid a save-excursion
8313 around running a global binding.
8314
8315 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8316 to 0.25.
8317
8318 2001-01-20 Miles Bader <miles@gnu.org>
8319
8320 * cus-edit.el (custom-face-save): Do post-processing on the face's
8321 new value like `custom-face-set' does.
8322
8323 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8324
8325 * mail/emacsbug.el (report-emacs-bug): Report the value of
8326 LC_CTYPE, not LC_TYPE.
8327
8328 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8329 isearch-toggle-regexp and isearch-edit-string to doc string.
8330
8331 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8332
8333 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8334 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8335
8336 * jit-lock.el (jit-lock-fontify-now): Don't bind
8337 font-lock-beginning-of-syntax-function to nil.
8338
8339 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8340
8341 * mail/emacsbug.el (report-emacs-bug): Report values of
8342 locale-coding-system, default-enable-multibyte-characters, and the
8343 environment variables LC_ALL, LC_TYPE, and LANG.
8344
8345 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8346
8347 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8348
8349 * font-lock.el (font-lock-multiline): Default to nil.
8350 (font-lock-default-fontify-region): If font-lock-multiline is
8351 nil, don't check the property `font-lock-multiline'.
8352
8353 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8354 is nil, don't check the `font-lock-multiline' text property.
8355
8356 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8357
8358 * viper.el: Call initial-major-mode on startup.
8359
8360 * ediff.el (ediff-patch-file): Use better defaults.
8361
8362 * ediff-vers.el: Fix for 8+3 DOS file systems.
8363
8364 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8365
8366 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8367 diff mode, if available.
8368
8369 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8370
8371 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8372
8373 * ediff-init.el (subst-char-in-string): Define and use it, unless
8374 it's already defined.
8375
8376 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8377
8378 * tooltip.el (tooltip-hide-delay): New user-option.
8379 (tooltip-show): Use tooltip-hide-delay instead of the default.
8380
8381 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8382
8383 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8384 kill-local-variable doesn't work for enable-multibyte-characters.
8385
8386 2001-01-17 Dave Love <fx@gnu.org>
8387
8388 * ediff-init.el (ediff-before-setup-hook)
8389 (ediff-merge-filename-prefix): Add :version.
8390
8391 * international/latin1-disp.el: Require disp-table.
8392 (latin1-display): Fix :set.
8393
8394 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8395
8396 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8397
8398 * isearch.el (isearch-lazy-highlight-initial-delay)
8399 (isearch-lazy-highlight-interval): Default to 0.
8400
8401 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8402
8403 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8404 1 here rather than each time through
8405 isearch-lazy-highlight-new-loop.
8406 (isearch-lazy-highlight-max): Variable deleted.
8407 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8408 isearch-lazy-highlight-max but controls a single invocation of
8409 isearch-lazy-highlight-update.
8410 (isearch-lazy-highlight-wrapped): Variable recreated.
8411 (isearch-lazy-highlight-window-start): New variable.
8412 (isearch-lazy-highlight-cleanup): Restored to behavior of
8413 before 2-Jan.
8414 (isearch-lazy-highlight-remove-overlays): Function deleted;
8415 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8416 behavior removed.
8417 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8418 isearch-lazy-highlight-update in a loop rather than just once.
8419 Test isearch-invalid-regexp here and decide not to start a new
8420 loop, rather than testing it each time through
8421 isearch-lazy-highlight-update.
8422 (isearch-lazy-highlight-search): Function restored.
8423 (isearch-lazy-highlight-update): Get called in a timer loop again,
8424 but this time highlight more than one match each time through.
8425 Only highlight matches in the visible part of the window.
8426 Start at point, move in the direction of the search, and wrap around at
8427 the edge of the window. Use sit-for to force redisplay and ensure
8428 window-start is credible. "Face suppressing" behavior removed;
8429 overlay priorities should make it unnecessary, right?
8430 (isearch-highlight): Face suppressing behavior removed.
8431 (isearch-dehighlight): Face suppressing behavior removed.
8432 (isearch-set-lazy-highlight-faces-at): Removed.
8433
8434 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8435
8436 * language/european.el ("Latin-1"): Make the format of description
8437 about additional language environments same as that of Latin-2.
8438
8439 2001-01-16 Dave Love <fx@gnu.org>
8440
8441 * isearch.el (isearch-lazy-highlight): Add :version.
8442
8443 * simple.el (backward-delete-char-untabify-method)
8444 (next-line-add-newlines): Add :version.
8445
8446 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8447
8448 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8449 Don't bind <delete> otherwise.
8450
8451 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8452 and <delete> via function-key-map.
8453
8454 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8455 Subject line only if point is after the `Subject:'.
8456
8457 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8458
8459 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8460 japanese-jisx0213-2 in `charset' property of this lang. env.
8461
8462 * language/european.el ("Latin-1"): Add description for Dutch and
8463 Spanish lang. env.
8464
8465 * international/mule.el (decode-char): Fix conditions.
8466 (encode-char): Handle eight-bit-control too.
8467 (transform-make-coding-system-args): New function.
8468 (make-coding-system): Accept XEmacs style arguments for CCL base
8469 coding system.
8470
8471 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8472
8473 * progmodes/etags.el (find-tag-noselect): Save the value of
8474 tags-file-name before switching buffers, for the case it has a
8475 buffer-local value.
8476
8477 2001-01-15 Alex Schroeder <alex@gnu.org>
8478
8479 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8480 From Dave Love <fx@gnu.org>.
8481 (ansi-color-for-comint-mode): Fix :version.
8482
8483 2001-01-15 Alex Schroeder <alex@gnu.org>
8484
8485 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8486
8487 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8488
8489 * dired.el (dired-insert-directory): If file-system-info fails,
8490 remove the " free " part, but don't signal an error.
8491
8492 2001-01-12 Sam Steingold <sds@gnu.org>
8493
8494 * bookmark.el (bookmark-maybe-historicize-string):
8495 Use new backquote syntax.
8496
8497 2001-01-12 Richard M. Stallman <rms@gnu.org>
8498
8499 * subr.el (last): Handle a list that doesn't end in nil.
8500
8501 2001-01-12 Sam Steingold <sds@gnu.org>
8502
8503 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8504 to `backward-delete-char-untabify'.
8505
8506 2001-01-12 Dave Love <fx@gnu.org>
8507
8508 * cus-edit.el (customize-menu-create): Fix the :filter following
8509 easymenu change.
8510
8511 * wid-edit.el (function): Add :match-alternatives.
8512 (widget-color-action): Doc fix.
8513
8514 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8515
8516 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8517
8518 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8519
8520 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8521
8522 * international/ccl.el (define-ccl-program): Fix docstring.
8523
8524 2001-01-11 Dave Love <fx@gnu.org>
8525
8526 * international/mule-cmds.el (standard-display-european-internal):
8527 Set display table for 2208 as for 160.
8528
8529 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8530
8531 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8532 entry for custom-menu-create change.
8533 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8534 don't cons it in the search loop.
8535
8536 * imenu.el (imenu--truncate-items): Revert last change.
8537
8538 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8539
8540 * info.el (Info-setup-header-line): If the node header includes
8541 either Next: or Prev: links, don't show the File: and Node: parts
8542 in the header line.
8543
8544 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8545
8546 * comint.el (comint-goto-process-mark): Don't print a message
8547 when running in batch mode.
8548
8549 * isearch.el (isearch-search): In the condition-case handler for
8550 `error', set isearch-invalid-regexp to the whole error message.
8551
8552 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8553 ensure that eval-after-load works for files dumped with Emacs.
8554
8555 * help.el (load-symbol-file-load-history): New function extracted
8556 from function symbol-file.
8557 (symbol-file): Use it.
8558
8559 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8560
8561 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8562
8563 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8564 behave as if there were no prefix argument.
8565 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8566 argument were nil.
8567
8568 2001-01-11 Richard M. Stallman <rms@gnu.org>
8569
8570 * isearch.el (isearch-lazy-highlight-update):
8571 Don't look for more potential matches once maximum is exceeded.
8572 Use overlays-in to check correctly for overlap with current match.
8573 Ignore empty matches.
8574
8575 2001-01-11 Miles Bader <miles@gnu.org>
8576
8577 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8578 (ispell-overlay-window, ispell-help, ispell-show-choices)
8579 (ispell-command-loop): Use it instead of `window-height'.
8580
8581 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8582
8583 * files.el (confirm-kill-emacs): New user-option.
8584 (save-buffers-kill-emacs): Ask for final confirmation before
8585 killing Emacs.
8586
8587 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8588 to nil.
8589
8590 2001-01-10 Dave Love <fx@gnu.org>
8591
8592 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8593
8594 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8595
8596 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8597
8598 * calculator.el (calculator-number-digits): Fix :type.
8599
8600 * vc-cvs.el (vc-cvs-header): Fix :type.
8601 * vc-rcs.el (vc-rcs-header): Fix :type.
8602 * vc-sccs.el (vc-sccs-header): Fix :type.
8603
8604 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8605
8606 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8607
8608 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8609
8610 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8611
8612 * simple.el (set-variable): Force a thorough redisplay for the
8613 case that the variable has an effect on the display, like
8614 `tab-width' has.
8615
8616 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8617
8618 * vc.el: Add documentation for backend interface.
8619
8620 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8621
8622 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8623
8624 * international/mule-conf.el (latin-extra-code-table): Set to t
8625 for \223 and \224.
8626
8627 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8628
8629 * international/mule-cmds.el (locale-language-names): Map "es" to
8630 "Spanish" and "nl" to "Dutch".
8631
8632 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8633
8634 * bindings.el (global-map): Bind <home> to beginning-of-line,
8635 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8636 C-<end> to end-of-buffer.
8637
8638 * language/european.el: Add Dutch and Spanish language info
8639 to be able to use the appropriate tutorials.
8640
8641 2001-01-09 Alex Schroeder <alex@gnu.org>
8642
8643 * ansi-color.el (ansi-color-process-output): Use markers instead
8644 of positions for start and end of region.
8645 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8646 Previously, occasional mistakes happend when fontifying many
8647 chunks of output (eg. ls --color=yes /dev). This happened
8648 whenever an overlay was created up to the end of the region, which
8649 coincided with the process-mark. New text would then be added
8650 within that overlay instead of after it.
8651 (ansi-color-make-extent): Overlays are created with the property
8652 `modification-hooks' set to '(ansi-color-freeze-overlay).
8653 (ansi-color-freeze-overlay): New function. When inserting text at
8654 the end of the overlay, the overlay will resize.
8655
8656 2000-01-09 Alex Schroeder <alex@gnu.org>
8657
8658 * ansi-color.el (ansi-color-process-output): Doc change.
8659 (ansi-color-unfontify-region): Doc change. No longer installed
8660 automatically in font-lock-unfontify-region-function.
8661 (ansi-color-apply): Doc change.
8662 (ansi-color-apply-on-region): Use extents or overlays instead of
8663 text-properties.
8664 (ansi-color-make-extent): New function.
8665 (ansi-color-set-extent-face): New function.
8666
8667 2000-01-09 Alex Schroeder <alex@gnu.org>
8668
8669 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8670 both use ansi-color-process-output, now.
8671 (ansi-color-process-output): Doesn't return string anymore. It is
8672 installed in comint-output-filter-functions for both Emacs and
8673 XEmacs, now.
8674 (ansi-color-unfontify-region): Simplified code removing variables
8675 pos and start-ansi.
8676 (ansi-color-apply): Put text-property ansi-color before putting
8677 text-property face because ansi-color-unfontify-region is called
8678 immediately after the call to put-text-property.
8679 (ansi-color-context-region): Doc change.
8680 (ansi-color-filter-region): Simplified code.
8681 (ansi-color-apply-on-region): Changed start to start-marker, using
8682 a marker explicitly. Put text-property ansi-color before putting
8683 text-property face because ansi-color-unfontify-region is called
8684 immediately after the call to put-text-property.
8685
8686 2000-01-09 Alex Schroeder <alex@gnu.org>
8687
8688 * ansi-color.el (ansi-color-faces-vector): Doc change.
8689 (ansi-color-for-comint-mode): Changed :type property to choice.
8690 (ansi-color-last-context): Removed.
8691 (ansi-color-process-output): Don't use ansi-color-last-context, as
8692 the main functions will store their context now.
8693 (ansi-color-context): Doc change.
8694 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8695 Uses ansi-color-context such that repeated calls will strip
8696 partial escape sequences, too.
8697 (ansi-color-apply): Simplified code. Colorize end of string if
8698 face is not null. Store context in new (FACE STRING) format, such
8699 that repeated calls will strip partial escape sequences, too.
8700 Append faces to face property using ansi-color-apply-sequence such
8701 that cumulative mode actually works.
8702 (ansi-color-context-region): New variable.
8703 (ansi-color-filter-region): Rewrote it based on
8704 ansi-color-apply-on-region. Uses ansi-color-context-region such
8705 that repeated calls will strip partial escape sequences, too.
8706 (ansi-color-apply-on-region): Simplified code. Colorize end of
8707 region if face is not null. Store context in new (FACE POS)
8708 format, such that repeated calls will strip partial escape
8709 sequences, too. Append faces to face property using
8710 ansi-color-apply-sequence such that cumulative mode actually works.
8711 (ansi-color-apply-sequence): New function.
8712 (ansi-color-get-face): When the default face is added to the list
8713 of faces, all previous settings are discarded and the list of
8714 faces is set to '(default).
8715
8716 2000-01-09 Alex Schroeder <alex@gnu.org>
8717
8718 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8719 face, such that ansi-color-apply and ansi-color-apply-on-region
8720 will do the right thing.
8721 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8722 returns nil, set the list of faces back to nil instead of
8723 appending the result of ansi-color-get-face to the front of the list.
8724
8725 2000-01-09 Alex Schroeder <alex@gnu.org>
8726
8727 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8728 (ansi-color-process): Doc change.
8729 (ansi-color-last-context): New buffer-local variable.
8730 (ansi-color-process-output): New function. It is automatically
8731 added to comint-output-filter-functions if this is XEmacs.
8732 (ansi-color-unfontify-region): New optional parameter for XEmacs
8733 compatibility. Check wether font-lock-syntactic-keywords is
8734 boundp before removing the syntax table text property, as XEmacs
8735 doesn't have it.
8736 (ansi-color-filter-region): Doc change.
8737 (ansi-color-apply-on-region): Doc change.
8738 (ansi-color-make-face): New function. Compatibility layer for
8739 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8740 (ansi-color-make-color-map): Use ansi-color-make-face.
8741 (ansi-color-get-face): Avoid face text property '(nil) as results
8742 in an errow for XEmacs.
8743
8744 2000-01-09 Alex Schroeder <alex@gnu.org>
8745
8746 * ansi-color.el (ansi-color-unfontify-region): New function.
8747 Uses text-property ansi-color in order to preserve fontification by
8748 ansi-color. When the package is loaded, a lambda expression is
8749 put onto font-lock-mode-hook. This lambda expression will check
8750 font-lock-unfontify-region-function and replace
8751 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8752 (ansi-color-apply): Add text-property ansi-color in addition to
8753 text-property face.
8754 (ansi-color-apply-on-region): Add text-property ansi-color in
8755 addition to text-property face.
8756 (save-buffer-state): Copy of the macro that is also used by
8757 lazy-lock and font-lock.
8758
8759 (ansi-color-for-comint-mode): New option.
8760 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8761 (ansi-color-for-comint-mode-off): Ditto.
8762 (ansi-color-for-comint-mode-filter): Ditto.
8763 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8764 decide what to do. This function is added to
8765 comint-preoutput-filter-functions when the package is loaded.
8766
8767 (ansi-color-for-shell-mode-set): Removed.
8768 (ansi-color-for-shell-mode): Removed.
8769
8770 2000-01-09 Alex Schroeder <alex@gnu.org>
8771
8772 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8773 the lambda expression from the ansi-color-for-shell-mode :set
8774 property. Additionally, modify shell-mode-hook to enable or
8775 disable font-lock-mode for future shell buffers.
8776 (ansi-color-for-shell-mode): The :set property calls
8777 ansi-color-for-shell-mode-set instead of a lambda expression.
8778
8779 2000-01-09 Alex Schroeder <alex@gnu.org>
8780
8781 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8782 (ansi-color-context): New variable.
8783 (ansi-color-apply): Save context between calls.
8784
8785 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8786
8787 * isearch.el (isearch, isearch-lazy-highlight-face):
8788 New definitions for face colors and attributes.
8789
8790 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8791 of display-mouse-p.
8792
8793 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8794
8795 * international/mule.el (make-coding-system): If the coding system
8796 accepts extra latin codes, register such codes as safe for the
8797 coding system.
8798
8799 2001-01-08 Richard M. Stallman <rms@gnu.org>
8800
8801 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8802 don't mention the file name or the date here, because they are
8803 logged at the start of the file.
8804
8805 2001-01-08 Richard M. Stallman <rms@gnu.org>
8806
8807 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8808 Change screen-width to frame-width.
8809
8810 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8811
8812 * info.el (Info-search): Print the default as part of the prompt.
8813
8814 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8815
8816 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8817 constant implementations in backends.
8818
8819 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8820 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8821
8822 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8823 WRITABLE to EDITABLE.
8824
8825 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8826 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8827 to EDITABLE.
8828
8829 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8830
8831 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8832 (copyright, copyright-update): Compute the current year at run time.
8833
8834 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8835
8836 * isearch.el (isearch-old-signal-hook): Removed.
8837 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8838 instead of setting signal-hook-function.
8839 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8840
8841 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8842
8843 * emulation/edt.el: Update to version 4.0. Provide support for
8844 EDT scroll margins at top and bottom of the window. Provide an
8845 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8846 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8847 user when file-related buffer modifications exist.
8848 Provide support for running EDT Emulation in XEmacs.
8849 Provide customize access to some user updatable variables.
8850 Add Commentary section to file header.
8851 Fixed a few minor bugs and cleaned up some code.
8852
8853 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8854 for detecting a keypress that generates an ASCII key sequence.
8855 (Previously, only a keypress that generates a vector was
8856 recognized.) Embed Window Manager name into name of the generated
8857 EDT Emulation initialization file since the initialization file is
8858 Window Manager specific. Add Commentary section to file header.
8859
8860 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8861
8862 * mail/sendmail.el (mail-mode): Doc fix.
8863
8864 * info.el (Info-goto-emacs-command-node): Doc fix.
8865 (Info-goto-emacs-key-command-node): Doc fix.
8866
8867 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8868
8869 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8870 systems without long file-name support.
8871
8872 2001-01-06 Andrew Innes <andrewi@gnu.org>
8873
8874 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8875
8876 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8877
8878 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8879 (isearch-lazy-highlight-update): Doc fix.
8880
8881 * ffap.el (ffap-bindings): Doc fix.
8882
8883 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8884
8885 2001-01-05 Dave Love <fx@gnu.org>
8886
8887 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8888
8889 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8890
8891 * mouse-drag.el (mouse-drag-safe-scroll):
8892 Bind scroll-preserve-screen-position to nil.
8893
8894 * isearch.el (isearch-old-signal-hook): New variable.
8895 (isearch-mode): Set signal-hook-function to isearch-done.
8896 (isearch-done): Restore old signal-hook-function.
8897
8898 * info.el (Info-fontify-node): Mark one more char as intangible.
8899
8900 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8901
8902 * composite.el (compose-last-chars): New argument COMPONENTS.
8903 If it is non-nil, compose preceding characters by compose-region with
8904 COMPONENTS.
8905
8906 * international/quail.el (quail-input-string-to-events): New function.
8907 (quail-input-method): Convert input string to events here.
8908 (quail-start-translation): Return input string, not event list.
8909 (quail-start-conversion): Likewise.
8910
8911 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8912
8913 * tooltip.el (tooltip-cancel-delayed-tip)
8914 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8915 and tooltip-add-timeout.
8916 (tooltip-show): Set border color from faces's foreground.
8917 (tooltip-show-help-function): If called with the same help string
8918 as last time, do nothing.
8919 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8920
8921 * startup.el (fancy-splash-screens): Don't bind show-help-function
8922 to nil.
8923
8924 * tooltip.el (tooltip-frame-parameters): Remove colors.
8925 (tooltip): New face
8926 (tooltip-set-param): New function.
8927 (tooltip-show): Set up color frame parameters from face `tooltip'.
8928 Display the tooltip text in face `tooltip'.
8929
8930 2001-01-04 Dave Love <fx@gnu.org>
8931
8932 * whitespace.el (whitespace-global-mode): Fix typo.
8933
8934 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8935
8936 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8937
8938 * help.el (help-for-help): Fix a typo in a doc string.
8939 From kwzh@gnu.org (Karl Heuer).
8940
8941 2001-01-03 Dave Love <fx@gnu.org>
8942
8943 * dired-x.el: Doc fixes. Maintainer change.
8944 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8945 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8946 (dired-guess-shell-alist-user): Customize.
8947 (dired-x-help-address): Set to bug-gnu-emacs.
8948 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8949 (dired-default-directory): Renamed from default-directory.
8950
8951 * hl-line.el (hl-line): Doc fix.
8952
8953 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8954
8955 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8956
8957 2001-01-02 Richard M. Stallman <rms@gnu.org>
8958
8959 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8960 to remove all the current alternative-match highlighting.
8961 If nil, remove only what's outside the current window.
8962 (isearch-lazy-highlight-remove-overlays): Take optional
8963 region within which NOT to remove them.
8964 (isearch-lazy-highlight-new-loop): Greatly simplified.
8965 (isearch-lazy-highlight-update): Find all the other occurrences
8966 visible in the window, in just one call.
8967 (isearch-lazy-highlight-start): Now holds start of region to scan.
8968 (isearch-lazy-highlight-end): Now holds end of region to scan.
8969 (isearch-lazy-highlight-wrapped): Variable deleted.
8970 (isearch-lazy-highlight-search): Function deleted.
8971
8972 2000-01-02 Andrew Innes <andrewi@gnu.org>
8973
8974 * w32-fns.el (convert-standard-filename): Do length check on name
8975 before aref.
8976
8977 2001-01-02 Dave Love <fx@gnu.org>
8978
8979 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8980 value.
8981 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8982
8983 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8984
8985 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8986 read syntax.
8987
8988 * calendar/todo-mode.el (todo): Add :link, :version.
8989 (todo-save-top-priorities): Remove autoload cookie.
8990 (todo-add-category, todo-add-item-non-interactively)
8991 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8992
8993 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8994
8995 * comint.el (comint-input-history-ignore): New variable.
8996 (comint-read-input-ring): Ignore entries matching
8997 comint-input-history-ignore.
8998
8999 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
9000
9001 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
9002 (lm-copyright-mark): New function.
9003 (lm-crack-copyright): New function.
9004 (lm-verify): Check that the file has a copyright.
9005 Check that the file is copyright Free Software Foundation.
9006
9007 2000-12-30 Kenichi Handa <handa@etl.go.jp>
9008
9009 * international/mule-diag.el (print-fontset): Indent font name by
9010 24 columns, not 25.
9011
9012 2000-12-29 Gerd Moellmann <gerd@gnu.org>
9013
9014 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
9015 in Subject line.
9016
9017 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
9018 Use mail-mode-hook instead of mail-setup-hook.
9019 Otherwise continuing an interrupted message with C-u C-x m for
9020 instance, winds up in Mail mode without abbrevs.
9021
9022 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9023
9024 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
9025 non-nil. Adding almost all customization variables on ps-setup.
9026 Doc fix.
9027 (ps-print-version): New version number (6.3.3).
9028 (ps-end-with-control-d): Initialization fix.
9029 (ps-lines-printed): New var.
9030 (ps-skip-newline): New fun.
9031 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
9032 (ps-next-line, ps-continue-line, ps-plot-region)
9033 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
9034
9035 2000-12-29 Kenichi Handa <handa@etl.go.jp>
9036
9037 * international/fontset.el (x-complement-fontset-spec):
9038 Resolve ASCII font name so that the same family name is used for fonts
9039 registered in x-font-name-charset-alist.
9040 (create-fontset-from-fontset-spec): Adjusted for the above change.
9041 The name of fontset alias should be a unresolved ASCII font name.
9042
9043 2000-12-28 Gerd Moellmann <gerd@gnu.org>
9044
9045 * simple.el (delete-key-deletes-forward-mode): Bind backspace
9046 and delete in isearch-mode-map.
9047
9048 2000-12-28 Richard M. Stallman <rms@gnu.org>
9049
9050 * dired-x.el (dired-guess-shell-alist-default):
9051 Use xpdf instead of acroread.
9052
9053 2000-12-28 Kenichi Handa <handa@etl.go.jp>
9054
9055 * textmodes/artist.el (artist-butlast): Deleted.
9056 (artist-ellipse-mirror-quadrant): Use butlast instead of
9057 artist-butlast.
9058
9059 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9060
9061 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9062
9063 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9064
9065 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9066
9067 * ls-lisp.el: Better support for the Mac and MS-Windows.
9068 (ls-lisp): New defgroup.
9069 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
9070 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
9071 (ls-lisp-support-shell-wildcards): New defcustoms.
9072 (ls-lisp-parse-symlink): New function.
9073 (insert-directory): Code to convert switches to a list and set up
9074 the wildcard argument copied from ls-lisp-insert-directory.
9075 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9076 for -C and -R switches.
9077 (ls-lisp-column-format): New function.
9078 (ls-lisp-delete-matching, ls-lisp-handle-switches)
9079 (ls-lisp-format-time): Add doc strings.
9080 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9081 Support ls-lisp-dirs-first.
9082 (ls-lisp-classify, ls-lisp-extension): New functions.
9083 (ls-lisp-format): Optionally support emulation of symlinks.
9084 Support -i, -s, and -G switches.
9085
9086 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9087
9088 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9089
9090 * version.el (emacs-version): Print X scroll bar information.
9091
9092 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9093 instead of x-toolkit-scroll-bars-p.
9094
9095 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9096 of x-toolkit-scroll-bars-p.
9097
9098 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9099
9100 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
9101 (ffap-bindings): Doc fix, to reflect the above change.
9102
9103 2000-12-27 Kenichi Handa <handa@etl.go.jp>
9104
9105 * term.el (term-char-mode): Define all non-ascii self-inserting
9106 characters to 'term-send-raw in term-raw-map.
9107
9108 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
9109
9110 * viper-init (viper-restore-cursor-type): Added condition-case guard.
9111
9112 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9113 Changed initialization; use add-hook.
9114 (ediff-file-remote-p): Use file-local-copy.
9115
9116 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
9117
9118 * ediff.el (ediff-patch-buffer): Bug fix.
9119 (ediff-revision): Allow selection of the file at the prompt.
9120
9121 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9122
9123 * subr.el (combine-run-hooks): Remove.
9124
9125 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9126 and remove the rogue second spec.
9127
9128 2000-12-23 Gerd Moellmann <gerd@gnu.org>
9129
9130 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9131
9132 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9133
9134 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9135 Use minibuffer menu prompt for the `=' prefix.
9136 (smerge-command-prefix): Change default to C-^.
9137 (smerge-mode): Don't assume font-lock doesn't move point.
9138
9139 * skeleton.el (skeleton-internal-1): Make sure the first line of
9140 the region is also re-indented.
9141 (skeleton-end-newline): New var.
9142 (skeleton-end-hook): Use it.
9143
9144 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9145
9146 * comint.el (comint-password-prompt-regexp): Support CVS.
9147
9148 2000-12-22 Gerd Moellmann <gerd@gnu.org>
9149
9150 * simple.el (delete-key-deletes-forward-mode): Simplify.
9151 Also backspace key combinations, depending on
9152 delete-key-deletes-forward.
9153
9154 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9155
9156 * simple.el (delete-key-deletes-forward): Doc fix.
9157
9158 2000-08-22 Emmanuel Briot <briot@gnat.com>
9159
9160 * xml.el (top level comment): Updated to reflect the fact that
9161 white spaces are relevant in the XML file.
9162 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9163 to parse was already edited. This allows for on-the-fly analysis
9164 of XML files.
9165 (xml-parse-tag): Check that the casing is the same in the start
9166 tag and end tag, since XML is case-sensitive. Allows for spaces
9167 in the end tag, after the name of the tag.
9168 (xml-parse-attlist): Allow for the character '-' in the name of
9169 attributes, as in the standard http-equiv attribute Do not save
9170 the properties in the XML tree, since they are not relevant.
9171
9172 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9173
9174 * generic.el (generic-read-type): Undo last change, inline into
9175 `generic-mode' and then remove.
9176 (generic-mode): Inline generic-read-type.
9177 (define-generic-mode): Push the symbol name rather than the symbol
9178 onto generic-mode-list.
9179
9180 2000-12-21 Gerd Moellmann <gerd@gnu.org>
9181
9182 * generic.el (generic-read-type): Build an alist for
9183 completing-read as in 20.7.
9184
9185 * play/landmark.el (lm): Use interactive spec `P'.
9186 (toplevel): Don't set debug-on-error.
9187
9188 * server.el (server-switch-buffer): Choose a window on a visible frame.
9189
9190 2000-12-21 Dave Pearson <davep@davep.org>
9191
9192 * quickurl.el: Commentry change, I've moved my web site.
9193
9194 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9195
9196 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9197 ranges like \177-\237, but accepts the character sequence from \177 to
9198 \237. Doc fix.
9199 (ebnf-version): New version (3.4).
9200 (ebnf-setup): Code fix.
9201 (ebnf-range-regexp): New fun.
9202 (ebnf-8-bit-chars): Const fix.
9203
9204 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9205 entry. Doc fix.
9206 (ebnf-bnf-lex): Code fix.
9207 (ebnf-bnf-comment-chars): Const fix.
9208
9209 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9210 entry. Doc fix.
9211 (ebnf-iso-comment-chars): Const fix.
9212
9213 * ebnf-otz.el: Doc fix.
9214
9215 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9216 entry. Doc fix.
9217 (ebnf-yac-skip-code): Code fix.
9218 (ebnf-yac-comment-chars): Const fix.
9219
9220 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9221
9222 * files.el (insert-directory-safely): New function.
9223 (recover-file): Use it instead of insert-directory.
9224 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9225
9226 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9227
9228 * international/mule-cmds.el (select-safe-coding-system):
9229 Check coding-category-list more rigidly. Improve help message.
9230
9231 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9232
9233 2000-12-21 Miles Bader <miles@gnu.org>
9234
9235 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9236
9237 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9238
9239 * international/mule-diag.el (describe-char-after): Make *Help*
9240 buffer inherit multibyteness of the current buffer.
9241
9242 * international/mule.el (make-char): Docstring adjusted for the
9243 change of make-char-internal.
9244
9245 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9246
9247 * international/iso-cvt.el: Docstrings fix.
9248
9249 2000-12-20 Dave Love <fx@gnu.org>
9250
9251 * subr.el (eval-after-load): Doc fix.
9252
9253 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9254
9255 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9256 for numbers.
9257
9258 2000-12-20 Miles Bader <miles@gnu.org>
9259
9260 * international/quail.el (quail-help): Resize the help window
9261 again after it has all its contents. Remove unneeded progn.
9262
9263 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9264
9265 * pcmpl-linux.el: Fix copy/paste error.
9266
9267 2000-12-19 Andrew Innes <andrewi@gnu.org>
9268
9269 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9270
9271 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9272
9273 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9274
9275 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9276
9277 * progmodes/idlw-shell.el: Fixed copyright notice.
9278
9279 * progmodes/idlwave.el: Fixed copyright notice.
9280
9281 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9282 TAB as key separators.
9283
9284 2000-12-19 Alex Schroeder <alex@gnu.org>
9285
9286 * sql.el (sql-sybase-options): New option.
9287 (sql-sybase): Use it. Add sql-database to the list of parameters
9288 provided for login. The options -w 2048 -n are not used any more.
9289 (sql-postgres-options): Changed default from "--pset" to "-P".
9290 (sql-mysql-options): Doc change.
9291 (sql-stop): Doc change.
9292
9293 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9294
9295 * international/quail.el (quail-input-method): Always hide
9296 the guidance buffer on exiting.
9297
9298 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9299
9300 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9301 isn't fboundp.
9302
9303 * server.el (server-buffer-done): Bury the buffer before
9304 killing it.
9305
9306 * faces.el (face-spec-set): Interpret a nil in specs for
9307 foreground and background colors as `unspecified', for
9308 compatibility with 20.x.
9309
9310 2000-12-18 Dave Love <fx@gnu.org>
9311
9312 * simple.el (mail-user-agent): Doc fix.
9313 (input-mode-8-bit): Removed.
9314
9315 * international/mule.el (set-keyboard-coding-system): Doc fix.
9316 (keyboard-coding-system): New option.
9317
9318 * mail/sendmail.el (send-mail-function): Customize.
9319
9320 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9321
9322 * international/codepage.el (cp866-decode-table): New table.
9323
9324 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9325
9326 * version.el (emacs-version): Remove `%a' from the time format
9327 because the weekday doesn't fit well into each locale.
9328
9329 2000-12-18 Miles Bader <miles@gnu.org>
9330
9331 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9332
9333 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9334 Check that emacs-major-version is `=' to 20, not `>='.
9335 (artist-replace-chars): Use `make-string' instead of a loop.
9336
9337 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9338
9339 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9340 (cvs-execute-single-file): Don't change directory.
9341 Patch from Per Cederqvist.
9342
9343 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9344
9345 * textmodes/ispell.el (check-ispell-version):
9346 If `ispell-program-name' is "aspell", pass it the -v switch instead
9347 of -vv.
9348
9349 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9350
9351 * international/mule-diag.el (mule-diag): Insert information about
9352 configure options, multibyte awareness, language env.
9353
9354 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9355 regexp to search for candidates.
9356
9357 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9358
9359 * info.el (Info-forward-node): If the node has an
9360 Info-header-line, widen the buffer before searching for "next:"
9361 and "up:" pointers, and set the search limit to stay in the
9362 current node.
9363
9364 2000-12-16 Miles Bader <miles@gnu.org>
9365
9366 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9367
9368 2000-12-15 Miles Bader <miles@gnu.org>
9369
9370 * comint.el (comint-send-string, comint-send-region): Also accept
9371 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9372 process-send-string/region.
9373
9374 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9375
9376 * isearch.el (isearch-lazy-highlight-max): New user-option.
9377 (isearch-lazy-highlight-update): Don't highlight more than
9378 isearch-lazy-highlight-max matches.
9379
9380 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9381
9382 2000-12-15 Richard M. Stallman <rms@gnu.org>
9383
9384 * sort.el (sort-columns): Fix error message.
9385
9386 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9387 `upcase' or `downcase' or nil.
9388 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9389 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9390 (dabbrev--substitute-expansion): New arg record-case-pattern.
9391 If it is non-nil, set dabbrev--last-case-pattern.
9392 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9393
9394 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9395
9396 2000-12-15 Miles Bader <miles@gnu.org>
9397
9398 * paths.el (Info-default-directory-list): Don't delete
9399 configure-info-directory from the list of standard info
9400 directories when appending it to the end -- their order is important.
9401
9402 * faces.el (read-face-attribute): If there's no entry for the
9403 user's input in VALID, just use it as-is (this will often result
9404 in an error, but it may be OK for e.g. colors using hexadecimal
9405 notation, and at least will yield a better error message).
9406
9407 * window.el (mode-line-window-height-fudge): Function removed.
9408 (height-affecting-face-attributes, mode-line-window-height-fudge):
9409 Variables removed.
9410 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9411 window is really the right size. Use vertical-motion
9412 rather than forward-line.
9413 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9414 (ispell-command-loop, ispell-show-choices): Use the variable
9415 ispell-choices-win-default-height, rather than the function.
9416 (ispell-choices-win-default-height): Function removed.
9417 (ispell-mode-line-window-height-fudge): Function removed.
9418
9419 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9420
9421 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9422
9423 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9424
9425 * paths.el (Info-default-directory-list):
9426 If configure-info-directory is not one of the standard directories,
9427 put it first in the list; otherwise put it last. Doc string
9428 changed accordingly.
9429
9430 * info.el (Info-directory-list): Change doc string to reflect the
9431 change in Info-default-directory-list.
9432
9433 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9434 windows-nt as windowed environments, even under -nw.
9435
9436 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9437 if not fboundp. Switch delete-forward mode for the <delete> key
9438 on all PC platforms, even under -nw.
9439
9440 * term/internal.el ([M-delete]): Remap to M-d.
9441
9442 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9443
9444 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9445
9446 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9447
9448 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9449
9450 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9451
9452 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9453 if appropriate.
9454
9455 * simple.el (delete-key-deletes-forward): New user-option.
9456 (delete-key-deletes-forward-mode): New function.
9457
9458 * bindings.el: Bind `delete' to backward-delete-char.
9459
9460 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9461 Test if symbol is bound before getting its value.
9462
9463 * tooltip.el (tooltip-show): If an error is signaled in
9464 x-show-tip, display that error, and display the help in the
9465 echo area.
9466
9467 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9468
9469 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9470 Show "... entries" messages for every 10000 entries, not 10.
9471
9472 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9473
9474 * bookmark.el: Provide a generic exit hook, as suggested by
9475 Ovidiu Predescu <ovidiu@cup.hp.com>:
9476 (bookmark-exit-hook): New var.
9477 (bookmark-exit-hook-internal): New func, replaces
9478 old raw lambda form in `kill-emacs-hook', and runs new
9479 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9480 as logically that feature must have been provided if this function
9481 is running.
9482 Removed ;;;###autoload before the `add-hook' call.
9483
9484 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9485
9486 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9487 (easy-menu-current-active-maps): New function.
9488 (easy-menu-get-map): Use it.
9489 Make a proper menu entry when creating a new keymap.
9490
9491 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9492
9493 * international/characters.el: Fix cases and syntaxes for
9494 mule-unicode-0100-24ff.
9495
9496 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9497 that a Japanese character is not appended after day and year.
9498
9499 * info.el (Info-suffix-list): Change format for a command that
9500 requires arguments.
9501 (info-insert-file-contents): Adjusted for the above change.
9502
9503 2000-12-12 Andreas Schwab <schwab@suse.de>
9504
9505 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9506 on the name of the tar buffer. Verify that the existing buffer is
9507 visiting the same subfile.
9508
9509 2000-12-12 Dave Love <fx@gnu.org>
9510
9511 * subdirs.el: Add obsolete.
9512
9513 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9514
9515 * mail/rmailsum.el (rmail-summary-expunge)
9516 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9517 instead of rmail-confirm-expunge.
9518
9519 * replace.el (perform-replace): Don't use an empty match adjacent
9520 to a non-empty match when computing the next match before the
9521 replacement is performed.
9522
9523 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9524
9525 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9526 definition (patch by Stefan Monnier).
9527 (glasses-mode): Use jit-lock instead of `after-change-functions'
9528 (patch by Stefan Monnier).
9529
9530 2000-12-12 Miles Bader <miles@gnu.org>
9531
9532 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9533 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9534
9535 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9536
9537 * term/mac-win.el: Remove load for ls-lisp.
9538
9539 * loadup.el: Load ls-lisp for system-type `macos'.
9540
9541 2000-12-12 Miles Bader <miles@gnu.org>
9542
9543 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9544 Respect field end too.
9545 (just-one-space): Respect fields as `delete-horizontal-space'.
9546 (newline-and-indent, reindent-then-newline-and-indent):
9547 Use `delete-horizontal-space'.
9548
9549 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9550
9551 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9552 (so as to obey the field property in the minibuffer).
9553
9554 * obsolete/c-mode.el: Moved from lisp/progmodes.
9555 * obsolete/auto-show.el: Moved from lisp.
9556 * obsolete/ooutline.el: Moved from lisp/textmodes.
9557
9558 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9559
9560 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9561 changes to list them here.
9562
9563 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9564 Too many changes to list them here.
9565
9566 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9567 Too many changes to list them here.
9568
9569 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9570
9571 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9572
9573 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9574
9575 * cus-edit.el (custom-save-variables, custom-save-faces):
9576 Comment fix.
9577
9578 * hscroll.el: Moved to `obsolete' subdir.
9579
9580 2000-12-11 Miles Bader <miles@gnu.org>
9581
9582 * window.el (window-text-height): Function removed (now in C).
9583
9584 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9585
9586 * log-edit.el (log-edit-parent-buffer): New var.
9587 (log-edit): Set it. Add BUFFER argument.
9588 (log-edit-done): Use char-before.
9589 Don't bother checking validity of vc-comment-ring.
9590 Only bury the buffer if log-edit popped it up.
9591
9592 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9593 (cvs-mode-diff-help): Remove.
9594 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9595 (cvs-mode-marked): Set up the default for CMD manually.
9596
9597 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9598 Remove binding for ? now made unnecessary.
9599
9600 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9601
9602 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9603 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9604
9605 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9606 when master file is not open.
9607
9608 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9609
9610 * progmodes/ada-stmt.el: Update `maintainer'.
9611
9612 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9613
9614 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9615 choices to match documentation string.
9616
9617 2000-12-09 Miles Bader <miles@gnu.org>
9618
9619 * minibuf-eldef.el: New file.
9620
9621 * window.el (fit-window-to-buffer): Don't pass last argument to
9622 pos-visible-in-window-p, now that its meaning is inverted.
9623
9624 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9625
9626 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9627 <ceder@lysator.liu.se>.
9628
9629 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9630
9631 * autoinsert.el (auto-insert-alist): Add missing final \n.
9632
9633 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9634 (cvs-menu-map): Remove.
9635 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9636 (cvs-mode-quit): Turn it back into a plain function.
9637
9638 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9639 (texinfo-filter): Remove (move to texinfo.el).
9640
9641 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9642 file where it's more visible.
9643 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9644 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9645 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9646 (texinfo-inside-macro-p): Only catch `scan-error's.
9647 (texinfo-inside-env-p): Make better use of the match info.
9648 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9649 (texinfo-insert-@end): Slight re-organization.
9650 Also remove useless `looking-at' call.
9651
9652 2000-12-08 Andrew Innes <andrewi@gnu.org>
9653
9654 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9655 accessible in -nw mode.
9656
9657 * term/w32-win.el: Remove stuff about selection timeout, which is
9658 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9659 it is accessible in -nw mode.
9660
9661 2000-12-08 Dave Love <fx@gnu.org>
9662
9663 * emacs-lisp/lisp-mode.el (lisp-mode):
9664 Set font-lock-keywords-case-fold-search.
9665
9666 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9667
9668 * textmodes/ispell.el (ispell): Doc fix.
9669
9670 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9671
9672 * international/quail.el (quail-insert-decode-map): Check the
9673 frame width of a window displaying the current buffer, not that of
9674 the selected frame.
9675 (quail-help): Make sure that the help buffer has window before
9676 inserting text in it.
9677
9678 2000-12-07 Sam Steingold <sds@gnu.org>
9679
9680 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9681 Backquote is used in isearch.el, so autoloading saves nothing.
9682
9683 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9684
9685 * startup.el (normal-top-level-add-subdirs-to-load-path):
9686 Ignore the CVS and RCS subdirectories case-insensitively.
9687
9688 * dired.el (dired-insert-directory): If file-system-info is
9689 fboundp, call it instead of invoking dired-free-space-program.
9690
9691 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9692
9693 * server.el (server-visit-files): Push files on file-name-history.
9694
9695 * progmodes/cc-langs.el: Update copyright.
9696
9697 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9698
9699 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9700
9701 * bindings.el (mode-line-mode-menu): Reverse the order
9702 of define-keys so that the menu appears in alphabetical order.
9703
9704 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9705
9706 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9707 of the function.
9708
9709 2000-12-07 Dave Love <fx@gnu.org>
9710
9711 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9712
9713 * facemenu.el (facemenu-unlisted-faces): Fix value.
9714
9715 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9716
9717 * font-lock.el (font-lock-default-fontify-region):
9718 Include the terminating \n (off-by-one error).
9719 (font-lock-set-defaults): Use dolist.
9720
9721 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9722
9723 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9724
9725 * international/mule-cmds.el (describe-language-environment):
9726 Fix for the case that an input method title is not string but a list.
9727
9728 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9729 of wrong SIZE record.
9730
9731 2000-12-06 Dave Love <fx@gnu.org>
9732
9733 * newcomment.el (comment-region, comment-dwim): Doc fix.
9734
9735 * textmodes/texinfo.el: Require tex-mode when compiling.
9736 (texinfo-update-node): Doc fix.
9737 (texinfo-imenu-generic-expression): Add @anchor.
9738 (texinfo-font-lock-keywords): Add @uref.
9739 (texinfo-inside-macro-p): Don't use ignore-errors.
9740 (texinfo-insert-quote): Match more contexts.
9741
9742 * international/mule.el (decode-char, encode-char): Doc fix.
9743 (auto-coding-alist): Customize.
9744
9745 * files.el (load-file): Fix change of 2000-03-12.
9746
9747 * wid-edit.el (widget-text-keymap): Doc fix.
9748
9749 2000-12-06 Andrew Innes <andrewi@gnu.org>
9750
9751 * makefile.w32-in (lisp): Set to an absolute directory, namely
9752 $(CURDIR).
9753
9754 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9755
9756 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9757 read generated-autoload-file, and set buffer-file-coding-system to
9758 raw-text-unix after reading the file.
9759
9760 * international/mule-conf.el (file-coding-system-alist):
9761 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9762
9763 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9764
9765 * replace.el (occur): Make line-number-width 1 smaller for the
9766 colon following the line number.
9767
9768 * startup.el (fancy-splash-text, command-line-1):
9769 Use `File' for the menu name instead of `Files'.
9770
9771 * tmm.el: Update copyright.
9772
9773 * cus-start.el: Add entry for even-window-heights.
9774
9775 2000-12-06 Miles Bader <miles@gnu.org>
9776
9777 * faces.el (frame-set-background-mode): Avoid stomping on
9778 locally modified faces.
9779
9780 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9781
9782 * international/fontset.el: Correct the font registries for
9783 japanese-jisx0213-1 and japanese-jisx0213-2.
9784
9785 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9786
9787 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9788
9789 * iswitchb.el: Update customization commentary.
9790
9791 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9792
9793 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9794 (tpu-search-highlight): Fixed comparison of overlay end positions.
9795 (tpu-trim-line-ends): Implemented trimming logic locally.
9796
9797 * emulation/tpu-extras.el (tpu-write-file-hook)
9798 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9799
9800 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9801
9802 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9803 to cn-gb.
9804 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9805
9806 2000-12-04 Dave Love <fx@gnu.org>
9807
9808 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9809
9810 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9811
9812 * mail/rmailsum.el (rmail-summary-expunge)
9813 (rmail-summary-expunge-and-save): Ask for confirmation with
9814 rmail-expunge-confirmed.
9815
9816 * mail/rmail.el (rmail-expunge-confirmed): New function.
9817 (rmail-expunge): Use it.
9818
9819 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9820
9821 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9822 (etags-recognize-tags-table, find-tag-in-order):
9823 New functionality: interpret file names as tags.
9824
9825 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9826
9827 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9828 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9829 the first subnode until the bottom of the current node is visible.
9830
9831 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9832
9833 * format.el (format-decode): Don't change buffer's undo list.
9834
9835 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9836
9837 * faces.el (face-font-registry-alternatives): Add entries for CJK
9838 fonts. Doc-string adjusted for the actual usage of this data.
9839
9840 * international/fontset.el: Change the font registries for CJK
9841 fonts in the default fontset. Don't append '*' to registries.
9842
9843 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9844
9845 * emacs-lisp/easy-mmode.el (define-derived-mode)
9846 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9847
9848 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9849 (derived-mode-p): New function.
9850 (derived-mode-make-docstring): Add `docstring' argument.
9851 Use it if available and complete it if necessary.
9852
9853 2000-12-03 Andreas Schwab <schwab@suse.de>
9854
9855 * type-break.el (type-break): Don't make parent of itself.
9856
9857 2000-12-03 Miles Bader <miles@gnu.org>
9858
9859 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9860
9861 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9862
9863 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9864 (tex-main-file, tex-file): Simplify.
9865 (tex-generate-zap-file-name): Use subst-char-in-string.
9866 (tex-strip-dots): Remove.
9867
9868 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9869
9870 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9871 to check if the match succeeded.
9872
9873 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9874
9875 * startup.el (use-fancy-splash-screens-p): New function.
9876 (command-line-1): Use it to determine whether or not to use
9877 a fancy splash screen.
9878
9879 2000-12-02 Andreas Schwab <schwab@suse.de>
9880
9881 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9882
9883 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9884
9885 * international/mule.el (make-char): Fix last change.
9886
9887 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9888 New defcustoms.
9889 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9890 autoloading tex-mode; instead, do the same manually.
9891 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9892 with numeric argument. Docstring fix.
9893 (toplevel): Require cl when compiling.
9894
9895 * international/mule.el (make-char): Doc fix.
9896
9897 2000-12-02 Jason Rumney <jasonr@gnu.org>
9898
9899 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9900 the Emacs Lisp manual)
9901
9902 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9903
9904 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9905
9906 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9907 the Emacs Lisp manual).
9908
9909 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9910
9911 * simple.el (next-line-add-newlines): Change default to nil.
9912
9913 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9914
9915 * files.el (revert-buffer, recover-file):
9916 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9917
9918 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9919
9920 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9921
9922 2000-12-01 Miles Bader <miles@gnu.org>
9923
9924 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9925
9926 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9927
9928 * international/mule-diag.el (describe-char-after): Fix typo.
9929 (describe-character-set, non-iso-charset-alist): Fix typo.
9930
9931 2000-12-01 Miles Bader <miles@gnu.org>
9932
9933 * image-file.el (image-file-name-regexp): Automatically add
9934 upper-case variants of each filename extension in
9935 `image-file-name-extensions', since they seem to be common.
9936
9937 * simple.el (minibuffer-contents)
9938 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9939 New functions.
9940 * filecache.el (file-cache-directory-name)
9941 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9942
9943 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9944
9945 * filecache.el (file-cache-minibuffer-complete): Don't try to
9946 delete the minibuffer prompt.
9947
9948 2000-11-30 Dave Love <fx@gnu.org>
9949
9950 * cus-start.el: Fix read-buffer-function type.
9951
9952 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9953
9954 * md5.el: Removed. There's a built-in function, now.
9955
9956 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9957
9958 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9959 as dummy 0-th char of rmail-deleted-vector.
9960
9961 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9962
9963 * ps-print.el (ps-end-job): Bind case-fold-search only after
9964 switching to ps-spool-buffer.
9965
9966 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9967
9968 * ps-print.el: Line number font customization. PostScript: Lines and
9969 PageCount are initialized on each page. Doc Fix.
9970 (ps-print-version): New version number (6.3.2).
9971 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9972 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9973 (ps-right-header): Customization fix.
9974 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9975 Fix code.
9976 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9977 New vars.
9978
9979 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9980
9981 * bs.el: Fix typos and spelling errors.
9982 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9983 (bs-configuration): Doc fix.
9984
9985 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9986
9987 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9988
9989 * emulation/tpu-edt.el (tpu-version): New version.
9990 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9991 (tpu-original-mode-line): Variable deleted.
9992 (tpu-mark-flag): New initial value.
9993 (tpu-set-mode-line): Don't redefine mode-line-format.
9994 Add tpu-mark-flag to minor-mode-alist.
9995 (tpu-update-mode-line): New mark flag logic.
9996 (tpu-get): Use find-file-wildcards.
9997 (tpu-search-highlight): Move overlay less, reset overlay properly.
9998 (tpu-unselect): Deactivate mark.
9999 (tpu-lm-replace): Reset overlay properly.
10000 (tpu-forward-line): Use forward-visible-line.
10001 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
10002
10003 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
10004
10005 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10006
10007 * cus-edit.el (custom-face-value-create): Always emphasize tag.
10008
10009 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10010
10011 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
10012 and skip whitespace and newlines.
10013
10014 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
10015
10016 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
10017
10018 2000-11-29 Gerd Moellmann <gerd@gnu.org>
10019
10020 * help.el (describe-function-1): Regexp-quote function name
10021 when used as part of a regexp.
10022
10023 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
10024 Use face-attribute instead of face-foreground and face-background.
10025 (tool-bar-add-item): Likewise, and handle unspecified colors.
10026
10027 * enriched.el (enriched-face-ans): Use face-attribute instead
10028 of face-foreground and face-background.
10029
10030 * faces.el (face-foreground, face-background, face-stipple):
10031 Return nil if attribute is unspecified, for backward compatibility.
10032
10033 * files.el (auto-mode-alist): Add an entry for antlr-mode.
10034
10035 * play/5x5.el: Remove version info.
10036
10037 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
10038
10039 * frame.el (blink-cursor-mode): Doc fix.
10040
10041 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10042
10043 * antlr-mode.el: New commands to run ANTLR from within Emacs and
10044 to create Makefile rules.
10045 (antlr-tool-command): New user option.
10046 (antlr-ask-about-save): New user option.
10047 (antlr-makefile-specification): New user option.
10048 (antlr-file-formats-alist): New variable.
10049 (antlr-special-file-formats): New variable.
10050 (antlr-unknown-file-formats): New user option.
10051 (antlr-help-unknown-file-text): New variable.
10052 (antlr-help-rules-intro): New variable.
10053 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10054 (antlr-mode-menu): Add entries.
10055 (antlr-file-dependencies): New function.
10056 (antlr-directory-dependencies): New function.
10057 (antlr-superclasses-glibs): New function.
10058 (antlr-run-tool): New command.
10059 (antlr-makefile-insert-variable): New function.
10060 (antlr-insert-makefile-rules): New function.
10061 (antlr-show-makefile-rules): New command.
10062
10063 * antlr-mode.el: More Emacs/XEmacs stuff.
10064 (antlr-no-action-keywords): New constant with value nil.
10065 (antlr-font-lock-keywords-alist): Use it. Old value would break
10066 syntax highlighting in Emacs-21.0.
10067 (antlr-default-directory): Emacs/XEmacs dependend function.
10068 (antlr-read-shell-command): Ditto.
10069 (antlr-with-displaying-help-buffer): Ditto.
10070
10071 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10072
10073 * antlr-mode.el: imenu, parsing and highlighting changes.
10074 (antlr-imenu-create-index-function): Don't create extra submenus
10075 for definitions in different grammar classes. It is not necessary
10076 for the menu and would make command `imenu' awkward to use.
10077 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10078 header actions and more than one.
10079 (antlr-font-lock-tokendef-face): Changed color.
10080 (antlr-font-lock-tokenref-face): Changed color.
10081 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10082 (antlr-mode-syntax-table): New variable.
10083 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10084 (antlr-with-syntax-table): Don't copy syntax table.
10085
10086 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10087
10088 * antlr-mode.el: Minor changes: language setting.
10089 (antlr-language-alist): The value for file option "language" can
10090 be both an identifier and a string.
10091 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10092 (antlr-language-limit-n-regexp): Change accordingly.
10093
10094 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10095
10096 * antlr-mode.el: Minor changes: tabs, hiding.
10097 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10098 (antlr-action-visibility): Also allow value nil to also hide the
10099 braces. Renamed from `antlr-tiny-action-length'.
10100 Suggested by Jay@aol.com.
10101 (antlr-hide-actions): Change accordingly. Hide line if completely
10102 hidden action is on a line of its own.
10103
10104 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10105
10106 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10107
10108 * sort.el (sort-columns): Don't concat strings with numbers.
10109
10110 2000-11-29 Dave Love <fx@gnu.org>
10111
10112 * cus-edit.el (face): Fix :format.
10113
10114 * mail/feedmail.el: Require smtpmail when compiling.
10115 (mail-do-fcc): Autoload.
10116 (feedmail) <defgroup>: Fix :link.
10117 (feedmail-nuke-body-in-fcc): Fix :type.
10118 (feedmail-send-it): Add autoload cookie.
10119
10120 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10121
10122 * newcomment.el (comment-indent): Save excursion around call to
10123 comment-indent-function.
10124
10125 2000-11-29 Miles Bader <miles@gnu.org>
10126
10127 * subr.el (member-ignore-case): Return the tail of the list who's
10128 car matches, like `member', not the matching element itself.
10129
10130 2000-11-29 Kenichi Handa <handa@etl.go.jp>
10131
10132 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10133 should not contain `\n'.
10134
10135 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10136
10137 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
10138
10139 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10140
10141 * dired-aux.el (dired-do-create-files): Construct default file
10142 name for dired-mark-read-file-name so that when the user enters
10143 just RET, the target file will end up in the target directory.
10144
10145 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10146 local-abbrev-table before changing buffers because it might
10147 have a buffer-local binding.
10148
10149 2000-11-28 Miles Bader <miles@gnu.org>
10150
10151 * simple.el (delete-horizontal-space): Handle fields more generally.
10152
10153 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10154
10155 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10156
10157 2000-11-28 Dave Love <fx@gnu.org>
10158
10159 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10160 comment-start-skip locally.
10161
10162 * progmodes/fortran.el (fortran-mode): Don't set
10163 fortran-comment-line-start-skip. Set comment-start to
10164 fortran-comment-line-start.
10165 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10166 (fortran-comment-line-start-skip): Simplify slightly.
10167
10168 2000-11-28 Gerd Moellmann <gerd@gnu.org>
10169
10170 * play/5x5.el: Remove RCS keyword.
10171
10172 * bs.el: Mistaken commit, undone 2000-11-30.
10173
10174 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
10175
10176 * textmodes/tildify.el (tildify-string-alist):
10177 Add `plain-tex-mode' here.
10178
10179 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10180
10181 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10182 reference.
10183
10184 2000-11-28 Miles Bader <miles@gnu.org>
10185
10186 * cus-face.el (custom-face-attributes): Add post-filter function
10187 for :box. Make pre-filter function for :box handle all cases.
10188
10189 * wid-edit.el (widget-choose): Make sure pop-up window is large
10190 enough to display all the choices, as there's no way to scroll it.
10191
10192 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10193
10194 * international/mule-conf.el: Make the coding system no-conversion
10195 safe for all characters.
10196
10197 2000-11-27 Dave Love <fx@gnu.org>
10198
10199 * net/ldap.el (ldap) <defgroup>: Add :version.
10200
10201 * tooltip.el (tooltip-use-echo-area): Doc fix.
10202
10203 * cus-start.el <minibuffer-prompt-properties>: Add version.
10204 <read-buffer-function>: Add.
10205
10206 * apropos.el (apropos-print): Add help-echo to active text.
10207
10208 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10209
10210 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10211
10212 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10213 type, group and version.
10214
10215 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10216
10217 * select.el (x-get-selection): Docstring fix.
10218
10219 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10220
10221 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10222
10223 2000-11-27 Andrew Innes <andrewi@gnu.org>
10224
10225 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10226
10227 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10228
10229 2000-11-27 Miles Bader <miles@gnu.org>
10230
10231 * dired.el (dired-get-filename): Return filename verbatim if
10232 LOCALP is `verbatim'.
10233 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10234 `verbatim' so that we don't inadvertently delete a non-existant
10235 directory name.
10236
10237 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10238
10239 * international/characters.el: Specify cases and syntaxes for
10240 mule-unicode-0100-24ff.
10241
10242 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10243
10244 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10245 that foreground and/or background colors of the face `tool-bar'
10246 are unspecified.
10247
10248 2000-11-27 Miles Bader <miles@gnu.org>
10249
10250 * wid-edit.el (widget-field-buffer, widget-field-start)
10251 (widget-field-end): Handle widget field `pseudo-overlays'.
10252 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10253 if it's there instead of in `widget-field-list'.
10254
10255 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10256 (help-make-xrefs): Delete extraneous newlines at the end of the
10257 docstring.
10258
10259 2000-11-25 Jason Rumney <jasonr@gnu.org>
10260
10261 * startup.el (command-line): Call set-locale-environment after
10262 Window System init file is read, as it can result in a call to
10263 redraw-frame.
10264
10265 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10266
10267 * simple.el (shell-command): Mention the effect of the prefix
10268 argument in the doc string.
10269
10270 2000-11-25 Miles Bader <miles@gnu.org>
10271
10272 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10273
10274 * wid-edit.el (widget-field-value-delete): Don't try to delete
10275 overlay when it's the `pseudo-overlay' that exists at some points.
10276
10277 2000-11-24 Jason Rumney <jasonr@gnu.org>
10278
10279 * international/mule-cmds.el (locale-language-names): Add "jp" as
10280 a non-standard alternative for Japanese.
10281
10282 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10283
10284 * vc-hooks.el: Require 'cl during compilation.
10285
10286 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10287
10288 * faces.el (face-set-after-frame-default): Let face attributes
10289 specified for new frames override frame parameters.
10290
10291 * startup.el (command-line): Fix computation of the source file
10292 for user-init-file when user-init-file is a compiled file.
10293
10294 2000-11-24 Miles Bader <miles@gnu.org>
10295
10296 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10297 (custom-post-filter-face-spec): New functions.
10298 (custom-face-set, custom-face-value-create): Filter the face spec
10299 before and after customization.
10300 (custom-face-set): If VALUE specifies a null face, pass a
10301 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10302 * cus-face.el (custom-face-attributes): Remove SET and GET
10303 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10304 cases they're needed.
10305
10306 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10307 that it's distinguishable from the :off-glyph on dark-background
10308 displays. Set its background color too.
10309
10310 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10311 so that people can easily turn it off.
10312
10313 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10314
10315 * ediff-diff.el: Moved variables around to have it compile under NT.
10316
10317 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10318
10319 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10320
10321 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10322 redundant skip-small-frames test.
10323
10324 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10325 (viper-downgrade-to-insert): Protect against errors in hooks.
10326
10327 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10328 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10329 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10330 New functions.
10331
10332 * viper-util.el (viper-memq-char): Bug fixes.
10333
10334 * viper.el (viper-mode): Fix cursor handling.
10335
10336 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10337
10338 * international/mule-diag.el (list-iso-charset-chars):
10339 For two-byte charset, fix the `while' condition.
10340 (list-non-iso-charset-chars): Fix the `while' condition.
10341
10342 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10343
10344 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10345 if the variable is make-variable-buffer-local.
10346
10347 * progmodes/ada-stmt.el (ada-template-map):
10348 Initialize and bind it to C-c t in ada-mode-map.
10349 (ada-stmt-mode-hook): New function extracted from old code.
10350 Only change the buffer-local side of skeleton-*.
10351 (ada-mode-hook): Use it.
10352
10353 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10354
10355 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10356 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10357 we expect to be returned by minibuffer-depth once we prompt the
10358 user in the minibuffer.
10359 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10360 as recorded in iswitchb-minibuf-depth, return non-nil.
10361
10362 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10363
10364 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10365 (hscroll-window-maybe): Docstring fix.
10366
10367 2000-11-23 Dave Love <fx@gnu.org>
10368
10369 * rect.el (string-rectangle): Don't test delete-selection-mode.
10370
10371 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10372
10373 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10374 is in the tool bar.
10375
10376 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10377 with `no-dir'; we want the directory part to be able to remove it.
10378
10379 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10380
10381 * textmodes/outline.el (outline-flag-region):
10382 Don't bind inhibit-read-only since we don't modify the buffer.
10383 (outline-isearch-open-invisible): Don't jump to overlay-start
10384 since we're trying to unhide text around point.
10385 (outline-discard-overlays): Use dolist.
10386
10387 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10388
10389 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10390
10391 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10392
10393 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10394
10395 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10396 Fix ARG regexp to skip quoted braces.
10397 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10398 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10399 are (correctly) handled separately).
10400 Remove `caption' and `footnote' from `citations': they contain text.
10401 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10402 (latex-skeleton-end-hook): New function.
10403 (latex-mode): Use it.
10404 (tex-start-tex-marker): Remove.
10405 (tex-send-tex-command): Don't set tex-start-tex-marker.
10406 (tex-error-parse-syntax-table): New var.
10407 (tex-compilation-parse-errors): Use it.
10408 Ignore tex-start-tex-marker. Don't bother with marker-position.
10409 (tex-validate-buffer): Don't bother with marker-position.
10410
10411 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10412 (flyspell-generic-progmode-verify): Use it.
10413
10414 2000-11-22 Sam Steingold <sds@gnu.org>
10415
10416 * simple.el (delete-trailing-whitespace): New interactive function.
10417
10418 * progmodes/ada-mode.el (ada-mode): Use it instead of
10419 `ada-remove-trailing-spaces'.
10420 (ada-remove-trailing-spaces): Removed.
10421
10422 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10423
10424 * textmodes/picture.el (picture-clean): Removed.
10425 (picture-mode-exit): Call it instead of `picture-clean'.
10426
10427 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10428
10429 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10430
10431 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10432 jit-lock-fontify-buffer; it should anyway be unneccessary to
10433 do anything special when jit-lock is active.
10434 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10435
10436 2000-11-22 Dave Love <fx@gnu.org>
10437
10438 * calendar/todo-mode.el (todo-top-priorities): Use
10439 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10440
10441 * language/chinese.el, language/cyrillic.el:
10442 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10443 * language/hebrew.el, language/indian.el, language/japanese.el:
10444 * language/korean.el, language/lao.el, language/misc-lang.el:
10445 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10446 Use provide.
10447
10448 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10449 (custom-variable-set): Improve validation error mesage.
10450
10451 * rect.el (string-rectangle): Revert last change.
10452 (string-rectangle-line): New arg DELETE.
10453 (string-rectangle): Check delete-selection-mode.
10454
10455 * emacs-lisp/edebug.el (edebug-version)
10456 (edebug-maintainer-address): Deleted.
10457 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10458 (edebug-read-function): Account for other `'#' read forms.
10459 (edebug-mode-menus): Make some items toggles.
10460 (edebug-outside-unread-command-event, unread-command-event):
10461 Remove these to avoid warnings.
10462
10463 2000-11-22 David Ponce <david@dponce.com>
10464
10465 * recentf.el (recentf-menu-items-for-commands)
10466 (recentf-make-menu-items, recentf-make-menu-item)
10467 (recentf-filter-changer): Added :help and :active menu-item properties.
10468
10469 (recentf-build-dir-rules, recentf-dump-variable)
10470 (recentf-edit-list, recentf-open-files-item)
10471 (recentf-open-files): Replaced unnecessary `mapcar' with new
10472 built-in `mapc'.
10473
10474 2000-11-23 Miles Bader <miles@gnu.org>
10475
10476 * faces.el (menu): Make inverse-video on ttys too.
10477
10478 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10479
10480 * simple.el (comment-line-break-function): Use the new name
10481 indent-new-comment-line -> comment-indent-new-line.
10482 (clone-indirect-buffer): Don't ignore NORECORD.
10483 (next-completion): Properly handle the case where items are adjacent.
10484
10485 * mouse.el (popup-menu): Stupid typo.
10486
10487 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10488
10489 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10490 maintainer, keywords tags.
10491
10492 * rect.el (replace-rectangle): Don't call string-rectangle-line
10493 with too many arguments.
10494
10495 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10496
10497 * ediff-util.el (ediff-file-checked-out-p)
10498 (ediff-file-checked-in-p): Call vc-state instead of
10499 vc-locking-user, which no longer exists.
10500
10501 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10502
10503 2000-11-22 Dave Love <fx@gnu.org>
10504
10505 * md5.el (md5): Provide.
10506 (md5): Fix error call.
10507
10508 2000-11-22 Miles Bader <miles@gnu.org>
10509
10510 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10511 (refill-fill-paragraph-at): Remove debugging code.
10512
10513 * calendar/calendar.el (generate-calendar-window): When we don't
10514 call `fit-window-to-buffer', make sure the top line is fully visible.
10515
10516 * image-file.el (insert-image-file): Don't make `read-only'
10517 property rear-nonsticky.
10518
10519 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10520 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10521 stashing away its original value.
10522 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10523 in the recursive edit.
10524 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10525 (isearch-done): Restore `minibuffer-message-timeout'.
10526
10527 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10528
10529 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10530
10531 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10532
10533 * find-lisp.el (find-lisp-find-files-internal):
10534 Use dolist, when and file-name-as-directory.
10535
10536 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10537 (define-derived-mode, define-minor-mode): Add specs.
10538
10539 * window.el: General comment and spacing fixes.
10540 (save-selected-window): Use backquotes.
10541 (window-safely-shrinkable-p): New function.
10542 (shrink-window-if-larger-than-buffer): Use it.
10543
10544 * subr.el (make-local-hook): Docstring fix.
10545
10546 * shell.el (shell-mode): Use define-derived-mode.
10547
10548 * newcomment.el (comment-indent): Insert comment before calling
10549 comment-indent-function. Don't insert in column 0.
10550 (comment-dwim): Indent before inserting comment.
10551
10552 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10553 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10554 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10555 Use mapc rather than map.
10556
10557 * files.el (find-buffer-visiting): Compare all attributes before
10558 declaring two files identical (rather than just their inode-no).
10559 (auto-mode-alist): Use \' rather than $.
10560
10561 * which-func.el: Update maintainer line.
10562
10563 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10564 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10565 (uniquify-buffer-file-name): Use it.
10566
10567 2000-11-22 Miles Bader <miles@gnu.org>
10568
10569 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10570 * simple.el (minibuffer-avoid-prompt): New function.
10571
10572 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10573
10574 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10575
10576 2000-11-21 Miles Bader <miles@gnu.org>
10577
10578 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10579 inclusion of `track-mouse'.
10580
10581 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10582 (refill-adjust-ignorable-overlay): New function.
10583 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10584 only the paragraph's tail if possible.
10585 Update `refill-ignorable-overlay'.
10586 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10587
10588 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10589 point inside the fill-prefix.
10590
10591 * textmodes/refill.el (refill-post-command-function): Don't reset
10592 refill-doit in the case where a self-insertion command doesn't
10593 case a refill. Use `refill-fill-paragraph-at', getting position
10594 from `refill-doit'.
10595 (refill-after-change-function): Set `refill-doit' to END.
10596 (refill-fill-paragraph-at): New function, mostly from old
10597 refill-fill-paragraph.
10598 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10599 (refill-pre-command-function): New function.
10600 (refill-mode): Add it to `pre-command-hook'.
10601
10602 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10603
10604 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10605
10606 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10607 javadoc tags.
10608
10609 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10610
10611 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10612 vc.el).
10613
10614 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10615 require vc.
10616
10617 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10618 checkouts.
10619
10620 2000-11-20 Dave Love <fx@gnu.org>
10621
10622 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10623
10624 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10625
10626 * calculator.el (calculator-paste): Use `if' instead of `and'
10627 and `or'.
10628 (calculator-help): Don't use electric-describe-mode for XEmacs.
10629
10630 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10631
10632 * info.el (info-menu-5): Doc fix.
10633
10634 * textmodes/artist.el: New file.
10635
10636 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10637
10638 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10639 and differentiate according to checkout model.
10640 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10641 since this function is only concerned with master state.
10642
10643 * vc-hooks.el (vc-workfile-unchanged-p)
10644 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10645
10646 * vc.el (vc-workfile-unchanged-p)
10647 (vc-default-workfile-unchanged-p): See above.
10648
10649 2000-11-19 Miles Bader <miles@gnu.org>
10650
10651 * image-file.el (insert-image-file): Make `intangible' and
10652 `read-only' properties rear-nonsticky too.
10653
10654 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10655
10656 * ps-print.el: Update copyright notice.
10657
10658 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10659 (tooltip-show): Use the offsets.
10660
10661 * bindings.el (mode-line-modified): Fix a typo.
10662 (mode-line-toggle-modified, mode-line-widen)
10663 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10664
10665 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10666
10667 * ps-print.el (toplevel): Test for find-coding-system being
10668 fboundp before calling ps-x-find-coding-system.
10669
10670 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10671
10672 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10673 (vc-version-backup-file): Docstring fix.
10674
10675 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10676
10677 * files.el (basic-save-buffer): Don't add a newline if
10678 find-file-literally is non-nil.
10679 (find-file-literally): Extend doc string.
10680
10681 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10682 sort(1) with the `-f' argument.
10683
10684 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10685
10686 * vc.el: Updated backend documentation.
10687 (vc-default-check-headers): New function.
10688
10689 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10690
10691 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10692 up-to-date.
10693 (vc-do-command): In the asynchronous case, output messages only if
10694 the minibuffer is not active.
10695
10696 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10697 `vc-cvs-use-edit' is on.
10698 (vc-cvs-checkout): When this is used for reverting the workfile,
10699 make a backup of the original contents and revert to that in case
10700 of error.
10701 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10702 remote repositories.
10703
10704 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10705 for both version and ratio in the minibuffer.
10706
10707 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10708 Use vc-do-command to perform the annotation, not call-process.
10709
10710 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10711
10712 * international/quail.el (quail-start-translation): Don't call
10713 `message' before reading key sequence.
10714
10715 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10716
10717 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10718
10719 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10720
10721 * window.el (fit-window-to-buffer): Be sure to acquire at least
10722 one text line even if the buffer is empty.
10723
10724 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10725
10726 * net/ange-ftp.el (ange-ftp-file-writable-p)
10727 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10728 Bind ange-ftp-process-verbose to nil.
10729
10730 2000-11-15 Dave Love <fx@gnu.org>
10731
10732 * wid-edit.el (widget-specify-field, widget-specify-button):
10733 If :help-echo is a function, set help-echo of overlay to
10734 widget-mouse-help.
10735 (widget-mouse-help): New function.
10736 (widget-echo-help): Rewritten for :help-echo functions only taking
10737 a widget arg.
10738
10739 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10740 Use display-graphic-p.
10741 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10742 and that JPEG is available.
10743 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10744
10745 * international/mule-cmds.el (locale-charset-language-names):
10746 Match @euro.
10747
10748 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10749
10750 * faces.el (face-set-after-frame-default):
10751 If `inhibit-default-face-x-resources' is bound, don't intialize the
10752 default face from X resources.
10753
10754 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10757 Don't set EMACSLOADPATH.
10758
10759 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10760
10761 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10762 texinfo-insert-@url.
10763 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10764 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10765
10766 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10767
10768 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10769 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10770 (checkdoc-minor-keymap): Backward compatibility.
10771 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10772 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10773 (checkdoc-this-string-valid-engine): Be a bit more strict
10774 to avoid matching substrings of `...' quoted vars/funs.
10775 (checkdoc-defun-info): Only look for `interactive' if alone.
10776 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10777
10778 * progmodes/compile.el (grep): `tag-default' can be nil.
10779
10780 * newcomment.el (comment-indent): Paren typo.
10781
10782 2000-11-14 Dave Love <fx@gnu.org>
10783
10784 * calculator.el: New maintainer version.
10785
10786 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10787
10788 * cmuscheme.el: Doc fixes.
10789 (cmuscheme) <defgroup>: Use `scheme' as parent.
10790 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10791
10792 * xscheme.el (scheme-program-name): Don't define here.
10793
10794 * progmodes/scheme.el (scheme-program-name): New variable
10795 (originally in cmuscheme).
10796
10797 2000-11-14 Miles Bader <miles@gnu.org>
10798
10799 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10800 Handle header-lines. Don't loop forever if we can't enlarge the
10801 window anymore. Simplify a bit.
10802
10803 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10804
10805 * window.el (fit-window-to-buffer): Don't check
10806 window-text-height. Assure that the last line is fully visible.
10807
10808 * international/quail.el (quail-show-guidance-buf):
10809 Call fit-window-to-buffer to assure the enough height of the guidance
10810 buffer.
10811 (quail-update-guidance): Avoid making the guidance buffer shorter.
10812
10813 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10814
10815 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10816 rather than `prepend' and add an interesting comment.
10817 (tex-math-face, tex-font-lock-syntactic-face-function):
10818 New face and function to use it.
10819 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10820 than `menu-enable' symbol property.
10821 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10822 (tex-mode): Add some latex-mode commands for auto-selection.
10823 Use tex-font-lock-syntactic-face-function.
10824 (tex-insert-quote): Simplify.
10825 (tex-shell): New mode.
10826 (tex-start-shell): Use it.
10827 (tex-shell-proc, tex-shell-buf): New functions.
10828 (tex-send-command): Use it.
10829 (tex-main-file): Fix the meaning of the new arg REALFILE.
10830 (tex-send-tex-command): New function split from `tex-start-tex'.
10831 Set compilation-last-buffer and compilation-parsing-end.
10832
10833 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10834 when it follows non-comment text on the line.
10835
10836 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10837 Set font-lock-defaults.
10838 (lisp-mode-shared-map): Init inside the defvar.
10839 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10840 Use define-derived-mode.
10841
10842 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10843
10844 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10845
10846 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10847
10848 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10849 Don't recursively optimize body because that can lead to infinite
10850 recursion; see comment there.
10851
10852 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10853
10854 * faces.el (face-spec-set-match-display): Revert the change from
10855 2000-10-24. Add a FIXME for after v21.1.
10856
10857 2000-11-13 Miles Bader <miles@gnu.org>
10858
10859 * textmodes/fill.el (skip-line-prefix): New function.
10860 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10861 (fill-paragraph): Don't leave point inside the fill-prefix.
10862 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10863 point inside the fill-prefix.
10864
10865 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10866
10867 * calendar/calendar.el (generate-calendar-window):
10868 Use `fit-window-to-buffer'.
10869
10870 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10871
10872 * gud.el (gud-minor-mode): New var.
10873 (gud-symbol, gud-val): New functions.
10874 (gud-find-file): Copy gud-minor-mode to the new buffer.
10875 (gud-menu-map): Include entries for commands that are not always
10876 available, using :enable to (de)activate them.
10877 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10878 (gud-mode-map): New map.
10879 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10880 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10881 Don't set up gud's menu (it's done by the minor-mode).
10882 (gud-minibuffer-local-map): New.
10883 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10884 (gud-query-cmdline): New function.
10885 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10886 (gud-mode): Use define-derived-mode.
10887 Don't set up gud's menu (it's done by the minor-mode).
10888 (gud-chop-words): Remove.
10889 (gud-common-init): Use split-string instead.
10890 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10891
10892 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10893 Add keyword arg :name.
10894
10895 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10896 (diff-count-matches, diff-split-hunk): New functions.
10897 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10898
10899 * pcvs-info.el (cvs-fi-conflict-face): New var.
10900
10901 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10902 Make it into a simple syntax-table, shared among all submodes.
10903 (sh-heredoc-face): Re-introduce.
10904 (sh-font-lock-syntactic-face-function): New function.
10905 (sh-mode): Use it. Also use define-derived-mode.
10906 Remove old bogus setting of indent-region-function.
10907 (sh-set-shell): Don't set the syntax-table any more.
10908 (sh-mode-syntax-table) <defun>: Remove.
10909
10910 2000-11-12 Miles Bader <miles@gnu.org>
10911
10912 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10913 message if interactive.
10914
10915 2000-11-12 Dave Love <fx@gnu.org>
10916
10917 * mail/feedmail.el: Fix header,
10918 (feedmail) <defgroup>: Add :link.
10919
10920 * view.el: Use local-map property, not keymap on mode-line string.
10921
10922 * scroll-all.el (scroll-all-mode): Customize variable.
10923 Add autoload cookie to function.
10924
10925 * lazy-lock.el: Remove compatibility code.
10926
10927 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10928 (finder-help-echo): New variable.
10929 (finder-mouse-face-on-line): Add help-echo stuff.
10930 (finder-list-keywords, finder-list-matches): Use mapc.
10931
10932 * faces.el (face-font-registry-alternatives): Add :version.
10933
10934 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10935 tags-table-list.
10936
10937 * net/browse-url.el (browse-url-browser-function): Update :version.
10938
10939 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10940 (mail-mode): Use [:alnum:] in some regexps.
10941
10942 2000-11-10 Dave Love <fx@gnu.org>
10943
10944 * ediff.el (ediff-regions-internal, ediff-documentation):
10945 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10946 fundamental mode.
10947
10948 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10949 buffer into fundamental mode.
10950 (ediff-set-difference): Use copy-sequence if available.
10951
10952 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10953 Check ediff-patch-map non-nil.
10954 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10955 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10956 buffer into fundamental mode.
10957
10958 * ediff-merg.el (state-or-merge): Defvar when compiling.
10959
10960 2000-11-10 Jason Rumney <jasonr@gnu.org>
10961
10962 * w32-fns.el (w32-add-charset-info): New function.
10963 (w32-charset-info-alist): Use it.
10964
10965 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10966
10967 * faces.el (face-font-registry-alternatives): New user-option.
10968
10969 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10970
10971 * textmodes/texinfo.el (texinfo-block-default): New var.
10972 (texinfo-insert-block): Use it. Insert a newline if needed.
10973
10974 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10975 (fill-region-as-paragraph): Use it.
10976
10977 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10978 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10979 Tweak paragraph regexps to allow a leading [ \t]*.
10980 (tex-latex-block): Insert a newline if necessary.
10981 (latex-insert-item): Only insert a newline if necessary.
10982 (tex-guess-main-file): New function.
10983 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10984 Set tex-main-file if TeX-master is provided.
10985 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10986
10987 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10988
10989 * startup.el (command-line): Set the default tooltip-mode
10990 to t for graphical displays which implement x-show-tip.
10991
10992 * tooltip.el (tooltip-mode): Add a comment about startup.el
10993 setting the default value of this user-option.
10994
10995 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10996
10997 * font-lock.el (font-lock-*-face) <defvar>: Move.
10998 (font-lock-defaults-alist): Mark obsolete.
10999 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
11000 (font-lock-mode): Use define-minor-mode.
11001 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
11002 (font-lock-turn-off-thing-lock): Be more explicit.
11003 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
11004 (font-lock-syntactic-face-function): New var.
11005 (font-lock-fontify-syntactically-region): Use it.
11006 (font-lock-doc-face): New.
11007
11008 * pcvs.el (cvs-enabledp): Ignore errors.
11009 (cvs-commit-filelist): Never query.
11010 (cvs-mode-insert): Always add a terminating / in the initial prompt.
11011 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
11012 (cvs-do-removal): Use cvs-partition rather than delete-if.
11013 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
11014 cvs-bury-buffer.
11015
11016 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11017 Allow `next' to jump to after the end of the last match.
11018
11019 2000-11-09 Gerd Moellmann <gerd@gnu.org>
11020
11021 * simple.el (byte-compiling-files-p): New function.
11022
11023 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
11024 if it is there.
11025
11026 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
11027 nil again.
11028
11029 * textmodes/ispell.el (ispell-library-path): Don't call
11030 check-ispell-version when byte-compiling because that starts
11031 an ispell process, and ispell might not be installed.
11032 (toplevel): Don't set up a menu when byte-compiling.
11033
11034 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
11035 it, so that a boundp test can be used to determine if we're
11036 currently byte-compiling.
11037
11038 2000-11-09 Dave Love <fx@gnu.org>
11039
11040 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
11041
11042 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11043
11044 * ps-print.el: Patch for variable initialization when spooling.
11045 Doc fix.
11046 (ps-output-list): Fun eliminated.
11047 (ps-begin-file, ps-begin-job): Code fix.
11048
11049 2000-11-08 Dave Love <fx@gnu.org>
11050
11051 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
11052
11053 2000-11-08 Gerd Moellmann <gerd@gnu.org>
11054
11055 * simple.el (shell-command, display-message-or-buffer)
11056 (shell-command-on-region): Mention resize-mini-windows in the doc
11057 string.
11058 (display-message-or-buffer): Take the value of resize-mini-windows
11059 into account.
11060
11061 2000-11-07 Gerd Moellmann <gerd@gnu.org>
11062
11063 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11064
11065 * dired.el (dired-between-files): Add `^. find' as an alternative
11066 to the regular expression, for find-dired.
11067
11068 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11069
11070 * textmodes/texnfo-upd.el: Require texinfo.
11071 (defmacro, defgroup): Remove.
11072 (texinfo-section-to-generic-alist): Remove.
11073 Use texinfo-section-list instead (i.e. level is changed string->int).
11074 (texinfo-filter): New function.
11075 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11076 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11077 Use it. And use regexp-opt.
11078 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11079 (texinfo-update-menu-region-beginning)
11080 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11081 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11082 (texinfo-update-menu-same-level-regexps): Update.
11083 (texinfo-update-node, texinfo-every-node-update)
11084 (texinfo-sequential-node-update): Remove autoload cookie.
11085
11086 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11087 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11088 (texinfo-chapter-level-regexp): Remove.
11089 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11090
11091 2000-11-06 Dave Love <fx@gnu.org>
11092
11093 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
11094
11095 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11096 Match defun*.
11097
11098 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11099
11100 * composite.el (composition-function-table): Variable declaration
11101 moved to src/composite.c.
11102 (compose-chars-after): New optional arg object.
11103
11104 2000-11-06 Gerd Moellmann <gerd@gnu.org>
11105
11106 * bindings.el (mode-line-toggle-read-only)
11107 (mode-line-toggle-modified, mode-line-widen)
11108 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11109 (make-mode-line-mouse2-map): Rewritten.
11110 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11111 functions so that C-h k can show something with a doc string.
11112
11113 * startup.el (fancy-splash-delay): Set to 10 seconds.
11114 (fancy-splash-max-time): New user-option.
11115 (fancy-splash-stop-time): New variable.
11116 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11117 (fancy-splash-screens-1): Throw `stop-splashing' when current
11118 time is greater than fancy-splash-stop-time.
11119
11120 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11121
11122 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11123
11124 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11125 Prompt user for a file rather than raising an error.
11126 (cvs-enabledp): Fix call to cvs-mode-marked.
11127 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11128 (cvs-mode-insert): Use it. Change the init prompt' value.
11129 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11130
11131 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11132 Don't pass default arg to ewoc-locate.
11133 (ewoc-collect): Return result in the right order.
11134
11135 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11136
11137 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11138 (cvs-status-get-tags): Fix regexp.
11139 (cvs-status-trees, cvs-status-cvstrees):
11140 Combine after change hooks and don't sit-for.
11141 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11142 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
11143 Use make-char rather than hard-coded cryptic data.
11144 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11145
11146 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11147
11148 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11149 (cvs-insert-strings): New function.
11150
11151 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11152
11153 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11154 `mwheel-scroll-amount'.
11155 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11156 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11157 string-matching against the version string.
11158
11159 2000-11-06 Kenichi Handa <handa@etl.go.jp>
11160
11161 * language/thai.el ("Thai"): Set a lisp form that produces
11162 composed string in `sample-text' language info.
11163
11164 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11165 composed string in `sample-text' language info.
11166
11167 * international/mule-cmds.el (describe-language-environment):
11168 Eval `sample-text' data and insert the result.
11169
11170 * international/mule-conf.el (compound-text): Define this coding
11171 system here. Make x-ctext and ctext aliases of it.
11172
11173 * language/european.el (compound-text, ctext): Moved to
11174 international/mule-conf.el.
11175
11176 2000-11-05 Andrew Innes <andrewi@gnu.org>
11177
11178 * w32-fns.el (w32-version): New function.
11179
11180 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11181
11182 * progmodes/awk-mode.el: Update copyright.
11183 (awk-mode-abbrev-table): Remove.
11184 (awk-font-lock-keywords): Use regexp-opt.
11185 (awk-mode): Use define-derived-mode.
11186
11187 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11188 when extracting a suffix.
11189
11190 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11191
11192 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11193 auto-save-mode.
11194
11195 2000-11-04 Jason Rumney <jasonr@gnu.org>
11196
11197 * language/european.el (decode-mac-roman): Test against r1 not r0.
11198
11199 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11200
11201 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11202 (icon-mode): Define indent-line-function.
11203 (icon-comment-indent): Simplify.
11204 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11205
11206 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11207
11208 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11209 Bind change-log-default-mode to defeat the caching done on it.
11210 Don't bother saving excursion any more.
11211
11212 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11213
11214 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11215 (set-frame-font): Use the new name (and the old for compatibility).
11216
11217 * toolbar/tool-bar.el (tool-bar-mode):
11218 * time.el (display-time-mode):
11219 * recentf.el (recentf-mode):
11220 * paren.el (show-paren-mode):
11221 * mwheel.el (mouse-wheel-mode):
11222 * msb.el (msb-mode):
11223 * jka-compr.el (auto-compression-mode):
11224 * image-file.el (auto-image-file-mode):
11225 * hl-line.el (hl-line-mode):
11226 * delsel.el (delete-selection-mode):
11227 * autoinsert.el (auto-insert-mode):
11228 * complete.el (partial-completion-mode): Drop unneeded positional args.
11229
11230 * info.el (Info-mode):
11231 * comint.el (comint-mode): Don't bother with make-local-hook.
11232
11233 * log-edit.el (log-edit-menu): New menu.
11234
11235 2000-11-03 Miles Bader <miles@gnu.org>
11236
11237 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11238 definition, so that trailing spaces are handled properly.
11239 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11240
11241 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11242
11243 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11244 tab character.
11245 (fancy-splash-screens): Set tab-width to 20.
11246
11247 2000-11-03 Dave Love <fx@gnu.org>
11248
11249 * comint.el (comint-completion-addsuffix): Fix custom type.
11250
11251 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11252
11253 * font-lock.el (font-lock-buffers): Remove.
11254 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11255 (font-lock-change-major-mode): Remove.
11256 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11257 (font-lock-default-fontify-region): Extend the multiline
11258 fontification to whole lines.
11259 (font-lock-fontify-anchored-keywords)
11260 (font-lock-fontify-keywords-region): If matching just one
11261 line (with \n) only mark the \n as multiline.
11262
11263 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11264 Correctly handle the case where several :group args are supplied.
11265 Allow :extra-args.
11266 (easy-mmode-define-global-mode): Allow :extra-args.
11267 Correctly handle the case where several :group args are supplied.
11268
11269 2000-11-02 Miles Bader <miles@gnu.org>
11270
11271 * calendar/calendar.el (diary-face, calendar-today-face)
11272 (holiday-face): Remove dependency on `window-system'.
11273
11274 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11275
11276 * Makefile.in (emacs): Set EMACSLOADPATH always.
11277 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11278 (compile-files): Bomb out if compilation of a file fails.
11279
11280 2000-11-02 Dave Love <fx@gnu.org>
11281
11282 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11283
11284 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11285
11286 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11287 punctuation in the warning inserted into the *mail* buffer.
11288
11289 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11290
11291 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11292 (authors-public-domain-p): New function.
11293 (authors-print): Use it.
11294
11295 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11296
11297 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11298
11299 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11300
11301 * ps-print.el: Extension for even/odd printing. Doc fix.
11302 (ps-print-version): New version number (6.3.1).
11303 (ps-even-or-odd-pages): Customization fix.
11304 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11305 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11306 (ps-page-count): Var replaced by `ps-page-column'.
11307 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11308 (ps-print-sheet-p): New fun.
11309
11310 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11311
11312 * tooltip.el (tooltip-gud-tips-setup): New function.
11313 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11314 (tooltip-mode): Call tooltip-gud-tips-setup.
11315 (tooltip-gud-tips): Use `gud-basic-call' instead of
11316 process-send-string, so the prompt gets frobbed appropriately.
11317 Handle nil return value from `tooltip-gud-print-command'.
11318
11319 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11320
11321 * comint.el (comint-add-to-input-history): New function.
11322 (comint-send-input): Use `comint-add-to-input-history'.
11323
11324 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11325
11326 * info.el (info-menu-header): New face.
11327 (Info-fontify-menu-headers): New function.
11328 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11329
11330 * info.el (Info-insert-dir): Don't include blank lines at
11331 beginning of additional dir files (one is added automatically).
11332
11333 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11334
11335 * emacs-lisp/easy-mmode.el (define-minor-mode):
11336 Revert the latest changes.
11337 Allow the three positional arguments to be skipped and replaced
11338 by keyword arguments.
11339 Add a :toggle argument to determine whether a nil arg means toggle
11340 or means turn-on. The default is unchanged.
11341 Add a call to force-mode-line-update.
11342
11343 2000-11-01 Dave Love <fx@gnu.org>
11344
11345 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11346
11347 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11348
11349 * calendar/calendar.el (diary-face, holiday-face):
11350 Add dark-background variants.
11351
11352 2000-10-31 Sam Steingold <sds@gnu.org>
11353
11354 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11355 `tex-main-file' does not have directory in it.
11356
11357 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11358
11359 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11360
11361 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11362
11363 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11364 functional change.
11365
11366 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11367
11368 * files.el (find-file-noselect): When we expand a wildcard, return
11369 a list of buffers, as we should do according to the doc string.
11370
11371 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11372
11373 * loadup.el (top level): Adjust load path if program name is
11374 "../src/bootstrap-emacs", in case it's not dumped and thus the
11375 load path adjustment hasn't already been done.
11376
11377 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11378
11379 * ps-print.el: Fix bug on selected pages for printing.
11380 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11381 is on. Try to avoid warning messages when compiling. Doc Fix.
11382 (ps-print-version): New version number (6.3).
11383 (ps-color-device): Use `color-values' to determine if device
11384 supports color.
11385 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11386 (ps-print-page-p): Changed from defsubst to defun.
11387 (ps-page-number): Changed from defmacro to defun.
11388 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11389 printing.
11390 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11391 (ps-end-file, ps-dummy-page): Funs eliminated.
11392 (ps-print-color-scale): Changed default value.
11393 (ps-page-n-up, ps-print-page-p): New internal vars.
11394 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11395 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11396
11397 * delim-col.el: Little programming improvement.
11398 (delimit-columns-str): New macro.
11399 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11400
11401 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11402
11403 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11404 Moved to european.el.
11405 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11406 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11407 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11408 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11409
11410 2000-10-30 Dave Love <fx@gnu.org>
11411
11412 * progmodes/cc-menus.el (imenu-generic-expression)
11413 (imenu-progress-message): Only defvar when compiling.
11414
11415 * emacs-lisp/elp.el (elp-unload-hook): New function.
11416
11417 * loadhist.el (unload-feature): Call elp-restore-function,
11418 checking for symbols; don't use elp-restore-all.
11419 (loadhist-hook-functions): Doc fix.
11420
11421 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11422
11423 * log-edit.el (log-edit-confirm): Fix the default.
11424
11425 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11426
11427 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11428 delimit-columns-format.
11429 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11430
11431 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11432
11433 * comint.el (comint-replace-by-expanded-history): Don't use
11434 comint-get-old-input (we're not looking at *old* input).
11435 (comint-get-old-input-default): If using fields, signal an error
11436 when the point is not in an input field.
11437
11438 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11439
11440 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11441 and mule-unicode-e000-ffff.
11442
11443 * international/mule.el (decode-char, encode-char): New functions.
11444 (make-coding-system): Accept a symbol of translation table as a
11445 value of property `safe-chars'.
11446
11447 * international/mule-cmds.el (encode-coding-char): Check property
11448 safe-chars instead of safe-charsets.
11449
11450 * international/fontset.el (fontset-default): Modified for
11451 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11452 (x-font-name-charset-alist): Likewise.
11453 (ccl-encode-unicode-font): New CCL program. Record it in
11454 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11455
11456 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11457 New translation tables.
11458 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11459 programs are modified and moved from mac-win.el.
11460 (mac-roman): Definition of this coding system is modified and
11461 moved from mac-win.el.
11462
11463 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11464
11465 * ediff-wind.el (ediff-setup-control-frame): Enclose
11466 face-attribute in condition-case to avoid errors in older emacsen.
11467
11468 2000-10-29 Miles Bader <miles@gnu.org>
11469
11470 * custom.el (custom-add-to-group): Allow multiple entries for a
11471 given value OPTION, as long as their widget types are different.
11472 * cus-edit.el (custom-face-value-create): If face name doesn't end
11473 with "face", add such here (similar to custom group widgets).
11474
11475 * comint.el (comint-highlight-prompt): Add :type.
11476
11477 2000-10-28 John Wiegley <johnw@gnu.org>
11478
11479 * calendar/timeclock.el (timeclock-log): Doc fix.
11480 (timeclock-last-event): Doc fix.
11481 (timeclock-log): Kill the timelog buffer after appending a new event.
11482 (timeclock-find-discrep): Use a temp buffer to read in the
11483 timelog, instead of visiting the file.
11484 (timeclock-log-data): A new function, along with a host of helper
11485 functions, for the purpose of making timelog data accessible to
11486 programmers.
11487
11488 * eshell/esh-mode.el (window-height test): Make certain that
11489 `eshell-stringify-t' is non-nil.
11490 (eshell-password-prompt-regexp): Changed to a much simpler
11491 password regexp.
11492 (eshell-send-input): If `eshell-invoke-directly' returns t,
11493 directly invoke the parsed command using `eval'. This improves
11494 turn-around time on simple commands by a factor of three or
11495 greater, such as cd, ls, pwd, etc. -- which get used very often.
11496 It also conserves thousands of cons cells per call (since
11497 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11498 in the Pacific Cookie Company).
11499
11500 * eshell/esh-test.el (eshell-test): Whitespace fix.
11501
11502 * eshell/em-ls.el (eshell-ls-insert-directory):
11503 Make `eshell-ls-initial-args' nil when inserting directory contents.
11504
11505 * eshell/em-script.el (eshell-script-initialize): Add names to
11506 `eshell-complex-commands, since `source' and `.' are complex.
11507
11508 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11509 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11510 `eshell-copy-handles'.
11511 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11512 bodies.
11513 (eshell-separate-commands): Whitespace fix.
11514 (eshell-complex-commands): Added a new list of names, for
11515 determining whether a given command is as simple as it looks.
11516 (eshell-invoke-directly): New function. Returns t if a command
11517 should be invoked directly (using `eval'), rather than indirectly
11518 using `eshell-do-eval'.
11519 (eshell-do-eval): Whitespace fix.
11520
11521 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11522 which provides an emulation of the DOS shell behavior of assuming
11523 that cp/mv/ln should copy/move/link to the current directory.
11524 (eshell-remove-entries): Added a doc string.
11525 (eshell-shuffle-files): Removed the check for `target' being null.
11526 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11527 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11528 it to do a smarter check of whether a destination was provided.
11529 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11530 (eshell/ln): Enable `:preserve-args', and use
11531 `eshell-mvcpln-template' to implement the body of the function.
11532 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11533 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11534 list after flattening it. This makes it possible to cat files
11535 with numerical names.
11536 (eshell-unix-initialize): Added several names to
11537 `eshell-complex-commands.
11538 (eshell-unix-command-complex-p): Return t if a given command name
11539 may result in external processes being invoked.
11540
11541 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11542 variable nil by default, since it slows down glob processing by a
11543 factor of two or more, and increases memory consumption.
11544
11545 * eshell/em-smart.el: Added a note about how memory consumptive
11546 smart display mode can be (at least this is true in Emacs 21).
11547 (eshell-smart-initialize): Whitespace fix.
11548 (eshell-refresh-windows): Use `if' instead of `when'.
11549 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11550 not necessary.
11551 (eshell-currently-handling-window): Added a missing global variable.
11552
11553 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11554 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11555 Whitespace fix.
11556 (eshell-ls-exclude-hidden): Added this variable in addition to
11557 `eshell-ls-exclude-regexp'. This one prevents files beginning
11558 with . from even being read, which can improve memory consumption
11559 quite a bit.
11560 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11561 read file entries beginning with a dot. In home directories with
11562 lots of hidden files, fully two-thirds of the time spent in ls is
11563 used to read directory entries that are immediately thrown away.
11564 (eshell-ls-initial-args): Added back this configuration variable,
11565 for specifying default initial arguments to every call to ls.
11566 Much faster than using an alias to do the same thing.
11567 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11568 (eshell-ls-dir): Whitespace change.
11569
11570 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11571
11572 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11573 (eshell-stringify-t): Added a customization variable, to indicate
11574 whether `t' should be rendered as a string at all. If not, one
11575 can still determine if the result of an expression is true using
11576 "file-exists-p FILE && echo true".
11577 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11578 stringify t!
11579
11580 * eshell/esh-module.el: Whitespace fix.
11581
11582 * eshell/em-alias.el (eshell-alias-initialize):
11583 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11584 (eshell-command-aliased-p): New function that returns t if a
11585 command name names an aliased.
11586
11587 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11588
11589 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11590 redrawing the screen when changing cursor color.
11591 (viper-insert-state-pre-command-sentinel)
11592 (viper-replace-state-pre-command-sentinel)
11593 (viper-replace-state-post-command-sentinel):
11594 Use viper-preserve-cursor-color.
11595 Many functions changed to use viper= instead of = when comparing
11596 characters.
11597 * viper-util.el (viper-memq-char,viper=): New functions for
11598 working with characters.
11599 (viper-change-cursor-color): Fixed buglet.
11600 Many functions changed to use viper= instead of = when comparing
11601 characters.
11602 * viper.el (viper-insert-state-mode-list): Added eshell.
11603
11604 * ediff-init.el (ediff-before-setup-hook): New hook.
11605 Several typos fixed in various docstrings.
11606 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11607 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11608 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11609 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11610 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11611 (ediff-get-selected-buffers): New function.
11612 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11613 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11614 Use save-window-excursion.
11615 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11616 termination check in while loop.
11617 * ediff.el (ediff-get-default-file-name): Better defaults when in
11618 dired buffer.
11619 (ediff-files,ediff-merge-files,ediff-files3)
11620 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11621
11622 2000-10-28 Dave Love <fx@gnu.org>
11623
11624 * info.el (Info-fontify-node): Add help-echo for menu items.
11625
11626 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11627
11628 * startup.el (normal-top-level): If the value of $TERM indicates
11629 we are running from xterm or one of its work-alikes, default to a
11630 light background mode.
11631
11632 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11633 * faces.el (tty-handle-reverse-video): New function.
11634 (tty-create-frame-with-faces): Call it.
11635
11636 * frame.el (frame-notice-user-settings): Don't apply
11637 default-frame-alist and initial-frame-alist to MS-DOS frames.
11638 Call tty-handle-reverse-video, frame-set-background-mode, and
11639 face-set-after-frame-default for non-MS-DOS frames.
11640
11641 * startup.el (tty-long-option-alist): New variable.
11642 (tty-handle-args): New function.
11643 (command-line): Call tty-handle-args.
11644
11645 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11646 startup.el now does that for all character-terminal frames.
11647
11648 2000-10-28 Miles Bader <miles@gnu.org>
11649
11650 * emacs-lisp/easy-mmode.el (define-minor-mode):
11651 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11652 is global. If :global is followed by a non-nil but non-t value,
11653 make the mode buffer-local, but also generate a `global-MODE'
11654 version using `easy-mmode-define-global-mode'.
11655 Add :conditional-turn-on keyword argument.
11656
11657 2000-10-28 Dave Love <fx@gnu.org>
11658
11659 * international/latin1-disp.el (latin1-char-displayable-p):
11660 Don't use window-system.
11661
11662 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11663
11664 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11665 Don't call find-buffer-file-type-coding-system. Instead, just
11666 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11667 if the file is on an untranslated filesystem.
11668 (add-untranslated-filesystem): Use "D" instead of "f" inside
11669 interactive.
11670
11671 2000-10-27 Dave Love <fx@gnu.org>
11672
11673 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11674 (refill-mode): Use it.
11675
11676 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11677
11678 * international/quail.el (quail-activate): Don't make-local-hook.
11679
11680 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11681
11682 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11683 manual backups and file.~<rev>.~ for automatic ones.
11684 (vc-make-version-backup): Don't do it on MS-DOS without long file
11685 names.
11686
11687 * vc.el (vc-version-other-window): If an automatic backup of the
11688 desired version exists, rename it instead of copying it.
11689
11690 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11691 after command. If there's an unexpected error, signal it instead
11692 of being silent.
11693 (vc-cvs-merge-news): Be prepared for no news at all.
11694
11695 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11696
11697 * shell.el (shell): Add BUFFER argument.
11698 * comint.el (make-comint-in-buffer): New function.
11699 (make-comint): Use it.
11700
11701 * faces.el (face-spec-choose): Change syntax so that the list of
11702 attribute-value pairs is now the cdr of each clause, not the cadr.
11703 Detect old-style entries, and handle them. Use pop.
11704
11705 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * cus-edit.el (custom-mode-map): Use a sparse map.
11708 (custom-mode): Don't bother with make-local-hook.
11709
11710 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11711
11712 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11713
11714 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11715
11716 * ps-print.el: Avoid compilation gripes.
11717 (ps-print-version): New version number (6.2.1).
11718
11719 2000-10-26 Dave Love <fx@gnu.org>
11720
11721 * menu-bar.el: Modify some menu item help strings.
11722 (menu-bar-help-menu): Add link to MORE.STUFF.
11723
11724 * cus-edit.el (custom-mode): Add `special' mode-class property.
11725
11726 * wid-browse.el (widget-browse-mode): Likewise.
11727
11728 * wid-edit.el (widget-specify-field): Revert to using local-map
11729 property, not keymap.
11730
11731 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11732
11733 * wid-edit.el (widget-field-end): When checking for a `boundary'
11734 field, do so in the correct buffer.
11735
11736 * simple.el (undo): Correctly distinguish between numeric and
11737 non-numeric prefix args in non-transient-mark-mode, as per the doc
11738 string. When in transient-mark-mode, treat all prefix-args as
11739 numeric.
11740
11741 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11742 Position point on match. Handle N == 0 correctly.
11743
11744 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11745 (comint-mode-map): Reverse order of `comint-write-output' and
11746 `comint-append-output-to-file'.
11747 (comint-append-output-to-file): Reinstate this function, for the
11748 benefit of the menu.
11749
11750 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11751
11752 * vc.el (vc-version-other-window): Bind `file'.
11753
11754 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11755
11756 * Makefile.in (update-authors): New target for maintenance purposes.
11757
11758 * emacs-lisp/authors.el (batch-update-authors): New function.
11759 (authors-fixed-entries): New defconst.
11760 (authors-add-fixed-entries): New function.
11761 (authors): Call it.: Don't process lispref/.
11762
11763 2000-10-25 Jason Rumney <jasonr@gnu.org>
11764
11765 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11766 Merge x w32 and mac definitions.
11767
11768 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11769
11770 * menu-bar.el (menu-bar-options-menu): Add a help string for
11771 `uniquify'.
11772
11773 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11774
11775 * time-stamp.el (time-stamp-string-preprocess):
11776 Fix a wrong type argument error.
11777
11778 2000-10-25 Miles Bader <miles@gnu.org>
11779
11780 * recentf.el (recentf-mode): Variable removed.
11781 (recentf-mode): Use `define-minor-mode'.
11782
11783 * mwheel.el (mouse-wheel-mode): New global minor mode.
11784 (mwheel-install): Use `mouse-wheel-mode'.
11785
11786 2000-10-25 Dave Love <fx@gnu.org>
11787
11788 * progmodes/cperl-mode.el (cperl-mode):
11789 Set normal-auto-fill-function correctly.
11790
11791 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11792 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11793 bindings.
11794
11795 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11796
11797 * wid-edit.el (widget-field-at): New function.
11798 (widget-at, widget-field-activate): Use it.
11799 (widget-tabable-at): Use `widget-at'.
11800 (widget-specify-field): If the terminating character of the widget
11801 field (which is read-only) is a newline, put it into a special
11802 `boundary' field so that C-n/C-p act more naturally.
11803 (widget-field-end): Also don't subtract one if a special
11804 `boundary' field has been added after the widget field.
11805
11806 * comint.el (comint-output-filter, comint-send-input):
11807 Don't bother adding stickiness fields to overlays to fool the field
11808 code, since it should notice the overlay insertion-types now.
11809
11810 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11811 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11812 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11813
11814 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11815
11816 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11817 (authors): Set file coding system to iso-2022-7bit.
11818 Add file-local variables to output buffer.
11819
11820 * files.el (after-find-file): Don't print any warnings if
11821 WARN is nil.
11822
11823 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11824
11825 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11826
11827 * delim-col.el: Now there is a column formatting mechanism.
11828 Modified to customization mechanisms convention. Doc fix.
11829 (columns): New group for delim-col.
11830 (delimit-columns-before, delimit-columns-after)
11831 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11832 (delimit-columns-end): New vars.
11833 (delimit-columns-customize, delimit-columns-format): New funs.
11834 (delimit-columns-region, delimit-columns-rectangle)
11835 (delimit-columns-rectangle-line): Modified to support column
11836 formatting.
11837
11838 2000-10-24 Dave Love <fx@gnu.org>
11839
11840 * log-edit.el (log-edit): Add :version and a :group for vc.
11841
11842 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11843
11844 * files.el (after-find-file): Don't print a message ``New file''
11845 if WARN is nil.
11846
11847 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11848 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11849 get duplicate tool-bar entries because we'll see the global ones
11850 on more than one path through keymaps.
11851
11852 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11853
11854 * progmodes/cmacexp.el: Change Francesco's email address.
11855
11856 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11857
11858 * window.el (fit-window-to-buffer): Adjust point of the window
11859 buffer, not that of the current buffer.
11860
11861 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11862
11863 * progmodes/cmacexp.el: Update the euthor's email address.
11864
11865 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11866
11867 * faces.el (face-spec-set-match-display): Add `graphic' display
11868 type (the inverse of `tty'). Use `display-graphic-p' instead of
11869 the window-system variable.
11870
11871 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11872
11873 * international/isearch-x.el (isearch-with-input-method):
11874 Call input-method-function with the first event in
11875 unread-command-events.
11876
11877 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11878
11879 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11880
11881 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11882
11883 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11884 New charsets.
11885
11886 * term/mac-win.el: Remove definitions of mac-roman-lower and
11887 mac-roman-upper, require dired, and define instead of set
11888 mac-ready-for-drag-n-drop to avoid compilation error.
11889
11890 2000-10-23 Andrew Innes <andrewi@gnu.org>
11891
11892 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11893 Remove superfluous calls to subst-char-in-string; instead apply
11894 expand-file-name after convert-standard-filename to ensure
11895 expected directory separators are used.
11896
11897 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11898
11899 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11900
11901 2000-10-23 Dave Love <fx@gnu.org>
11902
11903 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11904 (tool-bar-add-item): Set foreground and background for XBM icons.
11905
11906 * international/latin1-disp.el (latin1-char-displayable-p):
11907 New function (from Handa).
11908 (latin1-display-check-font): Use it.
11909
11910 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11911 using :key-sequence, making it much more usable.
11912 Use nconc, not append.
11913 (imenu--create-keymap-1): Avoid append.
11914
11915 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11916
11917 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11918
11919 [the following changes fix a bug where `define-minor-mode' didn't
11920 correctly generate :require clauses for defcustoms in compiled files]
11921 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11922 (byte-compile-log-file, byte-compile-log-1): Don't set
11923 `byte-compile-current-file' to nil. Instead set
11924 `byte-compile-last-logged-file' to it. Test whether
11925 byte-compile-current-file equals byte-compile-last-logged-file
11926 instead of whether its nil.
11927 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11928
11929 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11930
11931 * textmodes/refill.el: Fix var names in doc.
11932 (refill-mode): Don't bother with make-local-hook anymore.
11933
11934 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11935
11936 * faces.el (face-user-default-spec, face-default-spec): New functions.
11937 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11938 (frame-set-background-mode, face-set-after-frame-default):
11939 Use `face-user-default-spec'. Simplify code slightly.
11940
11941 * woman.el (woman-italic-face, woman-bold-face)
11942 (woman-unknown-face): Add dark-background variants.
11943 (woman-default-faces): Renamed from `woman-colour-faces'.
11944 Set using the stored defaults, rather than using hard-wired colors.
11945 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11946 Just make the foreground `unspecified' rather than "black".
11947 (woman-menu): Rename menu entries accordingly.
11948
11949 * faces.el (header-line): Make more reasonable on mono/grayscale
11950 displays.
11951
11952 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11953
11954 * cus-edit.el (custom-button-face): Use 3D look for mac.
11955 (custom-button-pressed-face): Likewise.
11956
11957 * faces.el (set-face-attributes-from-resources): Handle mac frames
11958 in the same way as x and w32 frames.
11959 (face-valid-attribute-values): Likewise.
11960 (read-face-attribute): Likewise.
11961 (defined-colors): Likewise.
11962 (color-defined-p): Likewise.
11963 (color-values): Likewise.
11964 (display-grayscale-p): Likewise.
11965 (face-set-after-frame-default): Likewise.
11966 (mode-line): Same default face as for x and w32.
11967 (tool-bar): Likewise.
11968
11969 * frame.el: Remove call to frame-notice-user-settings at end of
11970 the file.
11971
11972 * info.el (Info-fontify-node): Make underlines invisible for mac
11973 as for x, pc, and w32 frame types.
11974
11975 * term/mac-win.el: New file.
11976
11977 2000-10-22 Dave Love <fx@gnu.org>
11978
11979 * textmodes/refill.el: New file.
11980
11981 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11982
11983 * vc-hooks.el (vc-version-backup-file-name): New optional args
11984 MANUAL and REGEXP.
11985 (vc-delete-automatic-version-backups, vc-make-version-backup):
11986 New functions.
11987 (vc-before-save): Use the latter.
11988 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11989 confusion.
11990
11991 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11992 expected by vc[-hooks].el.
11993
11994 * vc.el (vc-checkout): Added `-p' suffix in call to
11995 vc-make-version-backups-p; use vc-make-version-backup to actually
11996 make the backup.
11997 (vc-version-other-window, vc-version-backup-file): Handle both
11998 automatic and manual backups.
11999 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
12000 of all of them.
12001
12002 2000-10-22 Miles Bader <miles@gnu.org>
12003
12004 * comint.el (comint-highlight-input, comint-highlight-prompt):
12005 Renamed, `-face' at end removed.
12006 (comint-send-input, comint-output-filter): Use renamed faces.
12007
12008 * window.el (fit-window-to-buffer): Change defaulting of
12009 MAX-HEIGHT slightly.
12010
12011 * faces.el (color-values, color-defined-p): Use `member', not
12012 `memq', because it works correctly for strings.
12013 (frame-set-background-mode): Actually, "unspecified-fg" and
12014 "unspecified-bg" *are* strings. Use `member', not `memq', and
12015 `equal', not `eq', when a string value is possible.
12016
12017 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
12018
12019 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
12020
12021 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
12022
12023 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
12024 sh-electric-rparen, sh-electric-less and sh-electric-hash.
12025 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
12026 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
12027 (sh-font-lock-syntactic-keywords): Use them.
12028 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
12029 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
12030 (sh-mode): Don't override font-lock-unfontify-region-function.
12031 Use a copy of sh-font-lock-syntactic-keywords.
12032 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
12033 Don't call sh-scan-buffer since font-lock does it on the fly.
12034 (sh-get-indent-info): Use `face' rather than `syntax-table'
12035 text-property to detect here-documents.
12036 Replace sh-special-syntax with sh-st-punc.
12037 (sh-prev-line): Use `face' rather than `syntax-table'
12038 text-property to skip over here-documents.
12039 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
12040 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
12041 (sh-electric-less, sh-set-here-doc-region)
12042 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
12043 (sh-scan-buffer, sh-rescan-buffer): Remove.
12044
12045 2000-10-21 Andrew Innes <andrewi@gnu.org>
12046
12047 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
12048 remote (ange-ftp) file names.
12049
12050 2000-10-21 Miles Bader <miles@gnu.org>
12051
12052 * window.el (fit-window-to-buffer): New function.
12053 (shrink-window-if-larger-than-buffer): Use it.
12054 (window-text-height): Don't expect minibuffers to have mode-lines.
12055
12056 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
12057 * international/quail.el (quail-update-guidance):
12058 Use `fit-window-to-buffer' instead of `set-window-text-height'.
12059
12060 * international/quail.el (quail-show-guidance-buf): Make sure
12061 guidance window really has enough room.
12062 (quail-update-guidance): If quail-guidance-win is already shown,
12063 make sure its height is OK.
12064
12065 * window.el (window-text-height, set-window-text-height):
12066 New functions.
12067 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12068 instead of `window-height' & `mode-line-window-height-fudge'.
12069 (mode-line-window-height-fudge): Add FACE parameter.
12070 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12071 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12072
12073 2000-10-20 Miles Bader <miles@gnu.org>
12074
12075 * window.el (height-affecting-face-attributes): Use `defconst'.
12076
12077 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12078 New function, conditionally aliased to `mode-line-window-height-fudge'.
12079 (ispell-help): Use it.
12080 (ispell-choices-win-default-height): Don't include mode-line fudge.
12081 (ispell-choices-win-default-height): New function.
12082 (ispell-show-choices, ispell-command-loop): Use function
12083 `ispell-choices-win-default-height' instead of variable.
12084
12085 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12086
12087 * window.el (mode-line-window-height-fudge): New variable.
12088 (height-affecting-face-attributes): New variable.
12089 (mode-line-window-height-fudge): New function.
12090 (shrink-window-if-larger-than-buffer): Use it.
12091 * help.el (resize-temp-buffer-window): Likewise.
12092
12093 * info.el (Info-fontify-node): Add support for @subsubsection
12094 titles, which use `Info-title-4-face'.
12095 (Info-title-4-face): New face.
12096 (Info-title-3-face): Inherit from Info-title-4-face instead of
12097 variable-pitch.
12098
12099 2000-10-19 Jason Rumney <jasonr@gnu.org>
12100
12101 * dired.el (dired-insert-directory): Do not let errors signalled by
12102 attempt to run dired-free-space-program prevent dired from working.
12103
12104 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12105
12106 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12107
12108 2000-10-19 Gerd Moellmann <gerd@gnu.org>
12109
12110 * dirtrack.el (dirtrack): Fix call to run-hooks.
12111
12112 * cmuscheme.el (cmuscheme-program-name): Renamed from
12113 scheme-program-name because xscheme.el contains a defcustom with
12114 the same name. As a consequence, customizing group `cmuscheme'
12115 loaded `xscheme' which redefined run-scheme.
12116 (run-scheme): Use cmuscheme-program-name.
12117
12118 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
12119
12120 * play/doctor.el (doctor-death): Update the Samaritans'
12121 anonymous address, and add a website for Befrienders International.
12122
12123 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12124
12125 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12126 Avoid compilation gripes. Doc fix.
12127 (ps-print-version): New version number (6.2).
12128 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12129 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12130 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12131 (ps-x-extent-priority, ps-x-extent-start-position)
12132 (ps-x-face-font-instance, ps-x-find-coding-system)
12133 (ps-x-font-instance-properties, ps-x-make-color-instance)
12134 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12135 avoid compilation gripes without defining functions.
12136 (ps-e-find-composition): Alias for function find-composition, to have a
12137 suitable function depending on Emacs version.
12138 (ps-color-device, ps-color-values, ps-face-foreground-name)
12139 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12140 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12141 (ps-print-ensure-fontified): Function definitions surrounded by
12142 `eval-and-compile' to avoid compilation gripes.
12143 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12144 by symbol-value to avoid compilation gripes.
12145 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12146 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12147
12148 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12149
12150 * startup.el (normal-top-level): Call `frame-set-background-mode'
12151 after `frame-notice-user-settings' because the latter doesn't call
12152 the former on a tty.
12153
12154 * faces.el (frame-set-background-mode): `unspecified' &c are
12155 symbols, not strings.
12156
12157 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12158
12159 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12160 why some "light*" colors are deliberately absent from the alist.
12161
12162 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12163 Change colors for tty's, as suggested by Miles Bader.
12164
12165 2000-10-19 Kenichi Handa <handa@etl.go.jp>
12166
12167 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
12168 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12169 for ISO10646-1 fonts.
12170 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12171
12172 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12173
12174 * faces.el (frame-set-background-mode): If a tty frame defines a
12175 background color, use that to compute the background mode, instead
12176 of always defaulting to "dark".
12177
12178 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12179
12180 * comint.el (comint-write-output): New function.
12181 (comint-mode-map): Add it to the menu.
12182 Bind `C-c C-s' to comint-write-output.
12183
12184 2000-10-18 Gerd Moellmann <gerd@gnu.org>
12185
12186 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12187 Use fancy-splash-delay.
12188
12189 2000-10-18 Alex Schroeder <alex@gnu.org>
12190
12191 * progmodes/sql.el (sql-sybase-options): New option.
12192 (sql-sybase): Use it. Add sql-database to the list of parameters
12193 provided for login. The options -w 2048 -n are not used any more.
12194
12195 * comint.el (comint-read-input-ring): Bugfix such that the first
12196 and the last entry of the input ring file are not lost.
12197
12198 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12199
12200 * ps-print.el: Internal variable changes to defcustom,
12201 make-local-hook changes to defvar. Doc fix.
12202 (ps-print-version): New version number (6.1).
12203 (ps-setup, ps-do-despool): Code fix.
12204 (ps-printer-name): Customization fix.
12205 (ps-printer-name-option): Now is a defcustom instead of an
12206 internal variable.
12207 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12208 (ps-print-begin-column-hook): Now are defvar instead of
12209 make-local-hook.
12210
12211 2000-10-18 Miles Bader <miles@gnu.org>
12212
12213 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12214 (comint-kill-output): Changed into an alias for `comint-delete-output',
12215 and made obsolete.
12216 (comint-mode-map): Rename references to comint-kill-output.
12217
12218 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12219
12220 * diff-mode.el (diff-header-face, diff-file-header-face)
12221 (diff-changed-face): Add bold and italic attributes to tty faces.
12222 (diff-function-face): New face.
12223 (diff-font-lock-keywords): Use it.
12224
12225 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12226
12227 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12228 Remove commented-out call to force-mode-line-update.
12229 (comint-kill-output): Use `forward-line 0' instead of
12230 beginning-of-line to make sure we get past the prompt.
12231
12232 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12233
12234 * diff-mode.el (diff-header-face, diff-file-header-face):
12235 Add specific setting for dark background.
12236 (diff-context-face): Renamed from diff-comment-face.
12237 Set explicitly rather than inheriting from font-lock-comment-face.
12238
12239 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12240
12241 * startup.el (command-line): Move the code which sets the default
12242 TTY colors to before before-init-hook.
12243
12244 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12245
12246 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12247
12248 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12249
12250 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12251 extensions, for MS-DOS.
12252
12253 * diff-mode.el (diff-header-face, diff-file-header-face)
12254 (diff-changed-face): Define tty-specific colors.
12255
12256 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12257
12258 * startup.el (fancy-splash-text): Realign the text.
12259
12260 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12261
12262 * font-lock.el (font-lock-comment-face): Define a separate default
12263 for dark-background tty's.
12264
12265 2000-10-17 Miles Bader <miles@gnu.org>
12266
12267 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12268 being obscured by whizzy mode-lines on graphics displays.
12269
12270 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12271
12272 * info.el (Info-title-1-face, Info-title-2-face)
12273 (Info-title-3-face): Define colors for tty's.
12274 (info-header-node): Remove unneeded tty-specific definition.
12275
12276 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12277
12278 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12279 reverse from the frame parameters, and don't invert foreground and
12280 background colors.
12281
12282 2000-10-16 Miles Bader <miles@gnu.org>
12283
12284 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12285 string "*Info*". Call propertized-buffer-identification to spruce
12286 up the result.
12287
12288 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12289
12290 * help.el: Provide `help' for the sake of define-minor-mode
12291 which generates defcustoms with requires.
12292
12293 * jit-lock.el (jit-lock-after-change): If we're in text that
12294 matches a multi-line font-lock pattern, make sure the whole text
12295 will be redisplayed.
12296
12297 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12298 author's name is unknown.
12299
12300 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12301 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12302 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12303 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12304 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12305 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12306 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12307 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12308 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12309 Add author information.
12310
12311 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12312
12313 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12314 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12315 full-color version (using the Gimp) to eliminate dithering artifacts.
12316
12317 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12318
12319 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12320
12321 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12322
12323 2000-10-15 Dave Love <fx@gnu.org>
12324
12325 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12326
12327 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12328
12329 * whitespace.el: Doc fixes.
12330 (top-level): Don't add hooks here.
12331 (whitespace-running-emacs): Deleted.
12332 (timer): Don't require.
12333 (whitespace): Add back :version conditional on xemacs test.
12334 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12335 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12336 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12337 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12338 Avoid specific xemacs test.
12339 (whitespace-global-mode): New option.
12340 (whitespace-global-mode): New command.
12341 (whitespace-unload-hook): New function.
12342
12343 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12344 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12345 (Info-fontify-node): `Goto' goes to `Go to'.
12346 (Info-fontify-node): Add help-echo to xref links.
12347
12348 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12349
12350 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12351
12352 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12353
12354 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12355 Use plist-get and allow :inherit.
12356
12357 * emacs-lisp/cl-macs.el (cl-do-arglist):
12358 Use plist-get and plist-member instead of memq.
12359
12360 * emacs-lisp/ewoc.el (ewoc-location): New function.
12361 (ewoc-enter-after, ewoc-enter-before): Document return value.
12362 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12363 Don't need make-local-hook any more.
12364 (cvs-addto-collection): Return the new tin.
12365 (cvs-mode-insert): Jump to the new line.
12366
12367 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12368
12369 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12370
12371 * font-lock.el (font-lock-syntactically-fontified): New var.
12372 (font-lock-fontify-syntactic-keywords-region): Use it.
12373 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12374
12375 * diff-mode.el (diff-find-file-name): Fix regexp.
12376
12377 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12378 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12379
12380 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12381 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12382 (sh-mode): Don't make all vars local here.
12383 (sh-kw): Reformat.
12384 (sh-set-shell): Use dolist. Don't set indent-region-function.
12385 (sh-mode-syntax-table): Use pop.
12386 (sh-remember-variable): Use push.
12387 (sh-help-string-for-variable): Use memq.
12388 (sh-safe-backward-sexp): Remove.
12389 (sh-safe-forward-sexp): Add ARG.
12390 (sh-get-indent-info, sh-prev-stmt): Use it.
12391 (sh-prev-line): Simplify by using forward-comment.
12392 (sh-this-is-a-continuation): Simplify.
12393 (sh-learn-buffer-indent): Use dolist.
12394 (sh-do-nothing): Remove.
12395 (sh-set-char-syntax, sh-set-here-doc-region):
12396 Use inhibit-modification-hooks.
12397 (sh-name-style): Use mapcar and push.
12398 (sh-load-style): Use dolist.
12399 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12400 (sh-case, sh-while-getopts): Use propertize directly rather
12401 than sh-electric-rparen.
12402
12403 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12404
12405 * textmodes/tex-mode.el: Require CL when compiling.
12406 (tex-mode-syntax-table): Init immediately.
12407 (tex-mode-map): Bind M-RET to latex-insert-item.
12408 (latex-mode): Set indent-line-function to latex-indent.
12409 (tex-common-initialization): Don't setup the syntax-table any more.
12410 (latex-insert-item): New skeleton.
12411 (tex-next-unmatched-end): Fix copy/paste braino.
12412 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12413 (latex-indent, latex-find-indent): New functions.
12414 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12415 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12416 (tex-compilation-parse-errors): Use with-syntax-table.
12417
12418 2000-10-15 Miles Bader <miles@gnu.org>
12419
12420 * font-lock.el (font-lock-comment-face): Change dark-background,
12421 color, non-tty, default to `chocolate1'.
12422
12423 2000-10-13 John Wiegley <johnw@gnu.org>
12424
12425 * eshell/esh-util.el (require): Added a missing `require' form,
12426 needed when compiling (for an ange-ftp macro definition).
12427
12428 2000-10-13 Dave Love <fx@gnu.org>
12429
12430 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12431
12432 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12433
12434 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12435
12436 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12437 transparent -colors 8).
12438
12439 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12440
12441 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12442 that breaks with old list format timestamps.
12443 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12444 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12445
12446 2000-10-13 John Wiegley <johnw@gnu.org>
12447
12448 * align.el, pcomplete.el, calendar/timeclock.el,
12449 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12450
12451 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12452 faulty math, where holiday hours were being computing as seconds.
12453
12454 2000-10-13 John Wiegley <johnw@gnu.org>
12455
12456 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12457 specifying what "other" kinds of buffers should be saved.
12458 This used to be hard-coded.
12459 (desktop-buffer-misc-functions): A global for specifying how
12460 auxiliary data should be determined for special buffer types.
12461 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12462 instead of hard-coding the special buffer types.
12463 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12464 auxiliary data, instead of hard-coding for Info buffers and dired.
12465 (desktop-buffer-info-misc-data): Aux function for determining Info
12466 buffer auxiliary info.
12467 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12468 (desktop-buffer-info): Changed this function to use the info
12469 gathered above.
12470 (desktop-create-buffer): Be a little more careful about what
12471 `minor-mode' means before calling it. This is important for some
12472 buffer types.
12473
12474 2000-10-13 John Wiegley <johnw@gnu.org>
12475
12476 * eshell/esh-util.el: Added a global form which declares an
12477 autoload for `parse-time-string', if that function is not already
12478 defined, and if parse-time.el is available on the user's system.
12479
12480 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12481 to be aware of ange-ftp user info.
12482 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12483 (eshell-ls-annotate): Use `eshell-file-attributes'.
12484 (eshell-ls-file): Made the user-id printing code a bit smarter.
12485
12486 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12487 allow identification of alias user ids in remote directories.
12488 It's manual, but there's no other way to know when the current user
12489 on the local machine, is also the owning user on the remote machine.
12490 (fboundp): Bind `ange-cache'.
12491 (eshell-directory-files-and-attributes): Re-organized the logic a
12492 bit to use `eshell-file-attributes' instead of `file-attributes'.
12493 The former is more sensitive to directories that are read via FTP,
12494 and knows how to use ange-ftp to determine full attribute
12495 information, instead of just the name and last modtime.
12496 (eshell-current-ange-uids): Return the current user id when in a
12497 remote directory.
12498 (eshell-parse-ange-ls): Parse a full directory listing that has
12499 been returned by ange-ftp.
12500 (eshell-file-attributes): This beefed up version of
12501 `file-attributes' is only special if the user is currently in a
12502 remote directory, in which case it does a lot of work to find out
12503 what the real attributes of a file are, as they appear on the
12504 remote machine. This makes usage of remote directories (i.e.,
12505 ange-ftp pathnames) much more useful. You can now use Eshell as a
12506 full-fledged FTP client, with much more manipulation ability than
12507 most other clients.
12508
12509 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12510 variable, which means that Eshell's du should always be preferred
12511 in remote directories.
12512 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12513 just `file-attributes'.
12514 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12515 when reading remote directories. This is an Eshell-specific
12516 variable (not part of ange-ftp).
12517 (eshell/ln): Bind `ange-cache'.
12518 (eshell/du): Added some extra logic for determining when to use
12519 Eshell's du (which is slow), and when to use the external version
12520 (which may or may not exist).
12521
12522 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12523 Call `eshell-interactive-process', rather than using
12524 `get-buffer-process', since backgrounded processes don't count in
12525 the context of this function's logic.
12526
12527 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12528 `forward-char', so that null strings are parsed correctly.
12529
12530 2000-09-13 John Wiegley <johnw@gnu.org>
12531
12532 * eshell/em-pred.el (eshell-pred-file-type)
12533 (eshell-pred-file-links, eshell-pred-file-size):
12534 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12535
12536 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12537 that remote file globbing is more efficient.
12538
12539 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12540 gathering the files and attributes within a directory.
12541
12542 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12543 the command line is a special file (not a regular file, directory
12544 or symlink), always attempt to call the external version of cat.
12545
12546 2000-09-13 John Wiegley <johnw@gnu.org>
12547
12548 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12549 Eshell-friendly version of find-tag.
12550
12551 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12552
12553 * image-file.el (image-file-name-extensions)
12554 (image-file-name-regexps): Add autoload cookies.
12555
12556 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12557
12558 * international/mule-cmds.el (select-safe-coding-system): If FROM
12559 is string, show it in *Warning* buffer.
12560
12561 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12562
12563 * startup.el (normal-top-level): Use display-popup-menus-p instead
12564 of window-system.
12565 (command-line): Use display-graphic-p instead of window-system.
12566 (command-line-1): Use display-popup-menus-p and display-mouse-p
12567 instead of window-system.
12568
12569 2000-10-12 Sam Steingold <sds@gnu.org>
12570
12571 * tooltip.el (tooltip-use-echo-area): New user variable.
12572 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12573
12574 2000-10-12 Dave Love <fx@gnu.org>
12575
12576 * recentf.el: Maintainer's checkdoc fixes.
12577
12578 * startup.el (normal-top-level-add-subdirs-to-load-path):
12579 Use character class, not ASCII when matching file names.
12580 (fancy-splash-head): Add trailing slash to URL.
12581 (command-line): Don't require XPM support for toolbar.
12582
12583 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12584 (cperl-invalid-face): Revert last change.
12585 (cperl-init-faces): Quote cperl-invalid-face.
12586
12587 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12588
12589 * startup.el (fancy-splash-text): Remove superfluous quote.
12590
12591 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12592
12593 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12594 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12595 (command-line-1): Don't use fancy-splash-pending-command.
12596 (fancy-splash-screens-1): Goto point-min after inserting text.
12597
12598 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12599
12600 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12601 instead of shared-lisp-mode-map.
12602
12603 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12604
12605 * faces.el (header-line): Change tty-variant to use underlining.
12606
12607 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12608 (isearch-highlight): Restore lazy-isearch face properties at old
12609 position, and suppress them at new position.
12610 (isearch-dehighlight): Restore lazy-isearch face properties.
12611 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12612 over the real isearch overlay, but in that case, don't give it a
12613 face property. Use `push'.
12614
12615 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12616
12617 * man.el (Man-getpage-in-background): Fix previous change.
12618 Decode the process output only when we are in multibyte mode.
12619
12620 2000-10-11 Dave Love <fx@gnu.org>
12621
12622 * info.el (Info-mode-menu): Fix some help.
12623 (info-tool-bar-map): Add entry for Info-last.
12624
12625 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12626 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12627 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12628 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12629 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12630 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12631 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12632 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12633 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12634 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12635 Reduce colour requirements to 25 overall. (Probably wants
12636 revisiting from the originals to reduce further.)
12637
12638 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12639
12640 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12641 buffer-file-coding-system, instead of raw-text.
12642 (dehexlify-buffer): Bind coding-system-for-read to
12643 buffer-file-coding-system, instead of raw-text.
12644
12645 2000-10-11 Sam Steingold <sds@gnu.org>
12646
12647 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12648 `underline' - fixes the bug introduced on 2000-09-21.
12649
12650 2000-10-11 Dave Love <fx@gnu.org>
12651
12652 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12653 Avoid compiler warnings.
12654 (scheme-mode): Doc fix.
12655 (scheme-font-lock-keywords-1): Match `define-syntax'.
12656
12657 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12658
12659 * faces.el (frame-set-background-mode): Pay attention to saved
12660 face specs as well as default ones. Only do anything if the
12661 bg-mode or display-type has actually changed. Use `dolist'.
12662 (region): Make dark-background `region' face less in-your-face.
12663
12664 2000-10-10 Sam Steingold <sds@gnu.org>
12665
12666 * chistory.el, ielm.el, ledit.el:
12667 * progmodes/inf-lisp.el, progmodes/scheme.el:
12668 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12669
12670 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12671
12672 * textmodes/texinfo.el: Update copyright and fix typo.
12673
12674 * desktop.el (desktop-modes-not-to-save): New var.
12675 (desktop-save-buffer-p): Use it.
12676 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12677 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12678
12679 2000-10-10 Dave Love <fx@gnu.org>
12680
12681 * toolbar/tool-bar.el (tool-bar-add-item)
12682 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12683
12684 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12685 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12686 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12687 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12688 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12689 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12690 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12691 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12692 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12693 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12694 the .xpms; probably need retouching.
12695
12696 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12697
12698 * subr.el (add-to-list): Add optional argument APPEND.
12699 * battery.el (display-battery): Use `add-to-list'.
12700
12701 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12702
12703 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12704 properties.
12705 (zone, zone-when-idle, zone-leave-me-alone)
12706 (zone-pgm-whack-chars): Use new symbol properties.
12707
12708 * battery.el (display-battery): Doc spelling fix.
12709
12710 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12711 property.
12712
12713 2000-10-09 Dave Love <fx@gnu.org>
12714
12715 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12716 has been initialized before calling tool-bar-setup.
12717 (tool-bar-add-item-from-menu): Add autoload cookie.
12718
12719 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12720
12721 * menu-bar.el (send-mail-item-name): New function.
12722 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12723 of mail-user-agent in the menu. Don't display the "Send Mail"
12724 item if mail-user-agent is nil or its value is ignore.
12725 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12726 if read-mail-command is nil or its value is ignore.
12727
12728 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12729
12730 2000-10-09 Miles Bader <miles@gnu.org>
12731
12732 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12733 Correct image size.
12734 * toolbar/left_arrow.xpm: Correct image size.
12735
12736 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12737 will be done by the definition of `auto-compression-mode' if
12738 necessary. Move code to uninstall existing file-name handler
12739 before definition of `auto-compression-mode'.
12740
12741 * image-file.el (auto-image-file-mode): Move to the end of the
12742 file, because `define-minor-mode' actually calls the mode-function
12743 if the associated variable is non-nil, which requires that all
12744 needed functions be already defined.
12745
12746 * mouse.el (popup-menu): Balance parens.
12747
12748 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12749
12750 * mouse.el (popup-menu): Move the command call outside the loop
12751 so that popup-menu returns whatever the command returns.
12752
12753 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12754 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12755 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12756 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12757
12758 * vc.el (vc-version-diff): diff-switches can be a list.
12759 Use relative filenames for prettier output.
12760
12761 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12762 (vc-post-command-functions): Remove old-VC compatibility code.
12763
12764 * newcomment.el (comment-indent-default): Autoload.
12765
12766 * font-lock.el (font-lock-defaults): Make buffer-local.
12767 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12768 (font-lock-choose-keywords):
12769 Ignore LEVEL unless KEYWORDS is a list of syms.
12770 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12771 Don't wrap regexp-opt things in \(...\) unnecessarily.
12772
12773 * jit-lock.el: Don't require font-lock any more.
12774 (jit-lock-functions): Make buffer-local.
12775 (jit-lock-saved-fontify-buffer-function): Remove.
12776 (jit-lock-mode): Remove autoload cookie.
12777 Remove font-lock specific code.
12778 (jit-lock-unregister): Don't bother handling complex hooks any more.
12779 (jit-lock-refontify): New function.
12780 (jit-lock-fontify-buffer): Use it.
12781 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12782 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12783 Add optional args START and END.
12784 Never call font-lock-fontify-region directly.
12785 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12786
12787 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12788
12789 2000-10-08 Dave Love <fx@gnu.org>
12790
12791 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12792
12793 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12794
12795 * play/studly.el (studlify-region, studlify-word): Add autoload
12796 cookie.
12797
12798 * play/morse.el (morse-region, unmorse-region): Add autoload
12799 cookie.
12800
12801 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12802 concat.
12803
12804 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12805 insist on symbols starting with word syntax.
12806 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12807 (eval-defun-1): Doc fix.
12808 (indent-sexp): Use nconc to build up indent-stack.
12809
12810 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12811 Gnus with little use.
12812 (mail-setup-hook): Add mail-abbrevs-setup to options.
12813
12814 * recentf.el: Doc fixes.
12815
12816 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12817 Clean up remainder.
12818
12819 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12820 without timezone and (8) with timezone to enforce some whitespace.
12821 Simplify code somewhat.
12822
12823 * options.el (list-options): Doc that you should use customize.
12824
12825 * iswitchb.el (iswitchb-mode): Add :require.
12826
12827 * info.el (Info-goto-node, Info-menu): Doc fix.
12828 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12829 (info-tool-bar-map): New variable.
12830 (Info-mode): Use it.
12831 (Info-edit-map): Define all in defvar.
12832 (speedbar-attached-frame): Avoid compiler warning.
12833
12834 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12835 (global-map): Bind [tool-bar] to a filtered map.
12836 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12837 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12838 Allow PBM icons.
12839 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12840
12841 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12842 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12843 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12844 icons, except up_arrow, which is left-arrow rotated.
12845
12846 * imenu.el (imenu-add-to-menubar): Fix last change.
12847
12848 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12849
12850 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12851 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12852
12853 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12854
12855 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12856 typos in doc strings.
12857
12858 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12859 the doc strings how to customize Font Lock faces.
12860
12861 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12862 computing growth when dragging the header line.
12863
12864 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12865
12866 * simple.el (kill-line): Doc fix.
12867
12868 2000-10-08 Miles Bader <miles@gnu.org>
12869
12870 * faces.el (secondary-selection): Make foreground visible on tty.
12871
12872 * jka-compr.el (auto-compression-mode): Move to the end of the
12873 file, because `define-minor-mode' actually calls the mode-function
12874 if the associated variable is non-nil, which requires that all
12875 needed functions be already defined.
12876 (with-auto-compression-mode): Add autoload cookie.
12877
12878 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12879
12880 * files.el (find-backup-file-name) [ms-dos]: If support for long
12881 file names is not available, behave as if version-control were set
12882 to never.
12883
12884 2000-10-07 Dave Love <fx@gnu.org>
12885
12886 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12887 (browse-url-gnome-moz): New function.
12888 (browse-url-browser-function): Use it.
12889 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12890
12891 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12892
12893 * indent.el (tab-always-indent): New var.
12894 (indent-for-tab-command): Use it.
12895
12896 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12897 raise an error. This way it can still default to a sane value.
12898
12899 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12900
12901 * startup.el (fancy-splash-screens): Use local rather than global map.
12902 Don't use `update-menu-bindings' any more.
12903 Get rid of assumptions about keymap representation.
12904
12905 2000-10-06 Dave Love <fx@gnu.org>
12906
12907 * textmodes/fill.el (sentence-end-double-space)
12908 (sentence-end-without-period): Doc fix.
12909 (adaptive-fill-regexp): Purecopy.
12910 (unjustify-current-line): Use line-end-position.
12911 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12912
12913 * net/eudc-vars.el (eudc): Add :version, :link.
12914
12915 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12916
12917 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12918 Fix for define-minor-mode.
12919 (function-at-point): Alias to function-called-at-point.
12920
12921 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12922
12923 * simple.el (backward-word): Doc fix.
12924
12925 * image-file.el (image-file-name-regexp): image-file-regexps ->
12926 image-file-name-regexps.
12927 (image-file-name-extensions): Add pbm.
12928
12929 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12930
12931 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12932 and add filename to the names so that diff-mode can jump to source.
12933
12934 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12935 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12936 (tex-font-lock-keywords-1): Remove.
12937 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12938 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12939 (font-lock-default-fontify-region):
12940 Expand beg..end correctly when just following a multiline region.
12941 (font-lock-fontify-anchored-keywords):
12942 Include the anchor text as part of the multiline.
12943
12944 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12945
12946 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12947 latter needs the autoloaded define-minor-mode macro during the
12948 bootstrap.
12949
12950 * startup.el (command-line): For now, activate tool-bar-mode only
12951 if XPM images are supported.
12952
12953 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12954 window by dragging a header-line at the top of the frame; that's
12955 confusing because the header-line doesn't move.
12956 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12957 of treating the event as a list. Some cleanup.
12958
12959 2000-10-06 Miles Bader <miles@gnu.org>
12960
12961 * simple.el (display-message-or-buffer): New function.
12962 (shell-command-on-region): Use `display-message-or-buffer'.
12963
12964 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12965 docstring parts.
12966
12967 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12968 (smbclient-prompt-regexp): Add usage note to doc string.
12969 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12970 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12971 Use add-hook for adding the comint filter function, and only do so
12972 if it's not already in the global hook list.
12973 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12974 to `make-local-variable'.
12975 (nslookup-font-lock-keywords): Remove prompt entry.
12976 (nslookup): Don't set the process-filter.
12977 (finger): Exit the loop correctly when the regexps list runs out.
12978 (ftp, smbclient, smbclient-list-shares):
12979 Set the real major mode immediately, not after execing.
12980 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12981
12982 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12983
12984 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12985
12986 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12987
12988 * which-func.el (which-func-format): Remove spurious space.
12989 (which-func-mode): Don't make it permanent-local.
12990 (which-func-ff-hook): Allow which-func-maxout to be nil.
12991 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12992 (which-func-mode): Simplify.
12993 Use post-command-idle-hook rather than post-command-hook.
12994 Go through all buffers and update their state.
12995 (which-function): Also try add-log-current-defun-function.
12996
12997 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12998 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12999 Update call to with-vc-properties accordingly.
13000 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
13001 (vc-revert-buffer): More careful about window selection and deletion.
13002 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
13003
13004 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
13005 (cvs-retrieve-revision): Reuse a pre-existing buffer.
13006 (cvs-dired-action): Change the default to quickdir.
13007
13008 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
13009 if comment-indent-function returns nil.
13010 (comment-indent-default): New function.
13011 (comment-indent-function): Use it and document the new semantics.
13012
13013 * image-file.el: Docstring fixes.
13014
13015 * help.el (help-xref-on-pp): Use match-string.
13016 (describe-variable): New arg BUFFER.
13017 Store the current buffer in the help-xref-stack.
13018 (temp-buffer-resize-mode): Use define-minor-mode.
13019
13020 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
13021 consistently with its docstring.
13022 Set jit-lock-first-unfontify-pos in an idempotent way.
13023 (jit-lock-register): Autoload and add arg CONTEXTUAL.
13024
13025 2000-10-05 Alex Schroeder <alex@gnu.org>
13026
13027 * sql.el (sql-mysql-options): New variable.
13028 (sql-mysql): Use it.
13029
13030 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
13031
13032 * image.el (image): New group.
13033
13034 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13035 (smerge-base-face, smerge-markers-face): Add dark-background variants.
13036
13037 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13038
13039 * net/net-utils.el (nslookup-font-lock-keywords)
13040 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13041 Ignore the value of wqindow-system; always define keywords
13042
13043 2000-10-05 Kenichi Handa <handa@etl.go.jp>
13044
13045 * startup.el (fancy-splash-screens): Remove the code for
13046 debugging; `(trace-to-stderr "EXITTT\n")'.
13047
13048 2000-10-05 Miles Bader <miles@gnu.org>
13049
13050 * diff-mode.el (diff-goto-source): Update call to
13051 `diff-hunk-status-msg' to reflect new REV variable.
13052
13053 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13054
13055 * progmodes/icon.el (icon-mode):
13056 Don't gratuitously override the default for comment-column.
13057
13058 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13059
13060 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13061 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13062 (jit-lock-functions): New var.
13063 (jit-lock-function-1): Use it if non-nil.
13064 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13065 Set the `fontified' property before doing the fontification to avoid
13066 repeatedly going through the same error.
13067 Don't turn errors into messages.
13068 (jit-lock-register, jit-lock-unregister): New functions.
13069
13070 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13071 Use with-current-buffer.
13072
13073 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13074 Turn comment into docstring.
13075
13076 * apropos.el (apropos-mode): Use define-derived-mode.
13077
13078 2000-10-04 Gerd Moellmann <gerd@gnu.org>
13079
13080 * startup.el (fancy-splash-pending-command): New variable.
13081 (fancy-splash-pre-command): New function.
13082 (fancy-splash-screens): Rewritten.
13083 (command-line-1): If fancy-splash-pending-command is set, call it
13084 interactively.
13085
13086 2000-10-04 Dave Love <fx@gnu.org>
13087
13088 * toolbar/tool-bar.el (tool-bar-setup): New function.
13089 (tool-bar-mode): Use it.
13090
13091 * subr.el (substitute-key-definition): Doc fix.
13092 (play-sound-file): New command.
13093
13094 2000-10-04 Andre Spiegel <spiegel@gnu.org>
13095
13096 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13097 vc-version-backup-file-name): New functions.
13098
13099 * files.el (basic-save-buffer): Call vc-before-save before saving.
13100
13101 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13102 vc-cvs-stay-local-p.
13103
13104 * vc.el (vc-revert-buffer): Handle empty diff properly.
13105 (vc-version-backup-file): New function.
13106 (vc-checkout): Create a version backup if necessary.
13107 (vc-checkin): If a version backup file exists, delete it.
13108 (vc-version-diff): Diff locally using version backups, if available.
13109 (vc-revert-file): If there's a version backup, revert locally.
13110 (vc-transfer-file): Use version backup for base version, if
13111 available. If not, ask for confirmation whether to get it from the
13112 server. Update mode line before check-in.
13113
13114 2000-10-04 Dave Love <fx@gnu.org>
13115
13116 * toolbar/tool-bar.el (tool-bar-setup): New function.
13117 (tool-bar-mode): Use it.
13118
13119 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13120
13121 * net/net-utils.el (nslookup-font-lock-keywords)
13122 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13123 Only set if window-system is non-nil
13124 (net-utils-run-program): Returns buffer.
13125 (network-connection-reconnect): Added this function.
13126
13127 * generic.el:
13128 Incorporates extensive cleanup and docfixes by
13129 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13130 Uses cl compile-time macros.
13131 (generic-mode-name, generic-comment-list)
13132 (generic-keywords-list, generic-font-lock-expressions)
13133 (generic-mode-function-list, generic-mode-syntax-table):
13134 Removed variables.
13135 (generic-mode-alist): Renamed to generic-mode-list.
13136 (generic-find-file-regexp): Default changed to "^#".
13137 (generic-read-type): Uses completing read on generic-mode-list.
13138 (generic-mode-sanity-check): removed this function.
13139 (generic-add-to-auto-mode): Removed this function
13140 (generic-mode-internal): Bind mode-specific definitions
13141 into function instead of putting them in alist.
13142 (generic-mode-set-comments): Reworked extensively.
13143 (generic-mode-find-file-hook): Simplified regexp searching
13144 (generic-make-keywords-list): Omit extra pair of parens
13145
13146 * find-lisp.el (find-lisp-find-files-internal):
13147 Make sure directory name ends with "/".
13148
13149 * generic-x.el (apache-conf-generic-mode):
13150 Regexp now allows leading whitespace.
13151 (rc-generic-mode): Added eval-when-compile
13152 around generic-make-keywords-list.
13153 Deleted duplicate regexp
13154 (rul-generic-mode): Added eval-when-compile
13155 around generic-make-keywords-list.
13156 (etc-fstab-generic-mode): New generic mode.
13157 (rul-generic-mode): Removed one eval-when-compile
13158 which caused a max-specpdl-size exceeded error.
13159
13160 2000-10-04 Miles Bader <miles@gnu.org>
13161
13162 * simple.el (minibuffer-temporary-goal-position): New variable.
13163 (next-history-element): Try to keep the position of point in the
13164 input string constant.
13165
13166 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13167 (dired-do-create-files): If there's only one file, pass it in as
13168 the DEFAULT arg to dired-mark-read-file-name.
13169
13170 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13171
13172 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13173 (diff-goto-source): Be smarter when choosing REVERSE or not.
13174
13175 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13176 (texinfo-mode-menu): Add an explicit shortcut for update all.
13177
13178 2000-10-03 Andre Spiegel <spiegel@gnu.org>
13179
13180 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13181 factorize backend-specific code cleanly (this was essentially
13182 conceived by Stefan Monnier).
13183 (vc-unregister): Function removed.
13184 (vc-revert-file): New function.
13185 (vc-revert-buffer): Delegate some of the work to it.
13186
13187 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13188 default branch unconditionally.
13189 (vc-rcs-set-default-branch): New function.
13190 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13191 (vc-rcs-checkin): If an appropriate default branch has been set,
13192 force creation of that branch.
13193 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13194 code (as suggested by Stefan Monnier).
13195
13196 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13197
13198 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13199 highlighting overlay with a different face over the overlay
13200 isearch uses to highlight the current match because that can lead
13201 to bad face combinations.
13202
13203 * loadup.el (toplevel): Load faces before isearch.
13204
13205 * isearch.el (isearch-faces): New custom group.
13206 (isearch): New defface; was already tested for in the code.
13207 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13208 (isearch-highlight): Always use face `isearch'.
13209
13210 2000-10-02 Dave Love <fx@gnu.org>
13211
13212 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13213 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13214 comparison of opcode with operand.
13215
13216 2000-10-03 Miles Bader <miles@gnu.org>
13217
13218 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13219 buffer, since the echo area will now grow to accommodate them.
13220
13221 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13222
13223 * vc-hooks.el (vc-registered): If FILE used to be registered under
13224 a certain backend, try that one first.
13225
13226 * vc.el (vc-responsible-backend): Undo the previous change in the
13227 argument list. Handle multiple backends correctly.
13228 (vc-find-new-backend): Function removed.
13229 (vc-register): Use vc-responsible-backend, as before.
13230 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13231
13232 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13233
13234 * startup.el (fancy-splash-head): Change message below the
13235 logo.
13236
13237 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13238
13239 * diff-mode.el (diff-goto-source): Emit a status message.
13240 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13241 (diff-test-hunk): Fix doc string.
13242 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13243 (diff-advance-after-apply-hunk): New variable.
13244 (diff-apply-hunk): Don't return a value.
13245
13246 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13247
13248 * vc.el (vc-editable-p): Minor optimization.
13249 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13250 (vc-find-new-backend): New function split from vc-responsible-backend.
13251 (vc-register): Use it.
13252 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13253 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13254 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13255 (vc-clear-headers): Don't use find-file.
13256 (vc-revert-buffer): Use `and' again (must have been a braino).
13257 (vc-switch-backend): Only prompt if requested.
13258 Short circuit if nothing is to be done.
13259 Don't use vc-resynch-buffer which could lose unsaved editing.
13260 (vc-default-receive-file): Update call to vc-unregister.
13261 (with-vc-file, vc-next-action-on-file):
13262 Use vc-backend rather than vc-registered.
13263 (vc-next-action-on-file): Use intern-soft.
13264 Deal with read-only *vc-diff* buffer.
13265 (vc-transfer-file): Docstring fix.
13266
13267 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13268 (vc-rcs-receive-file): Avoid with-vc-properties.
13269 Update call to vc-unregister.
13270 Use constant `RCS' rather than (dynamically bound) var `backend'.
13271
13272 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13273
13274 * vc.el (vc-next-action-on-file): Update mode line only if file
13275 is visited.
13276 (vc-start-entry): New argument initial-contents. Don't visit the file
13277 if it isn't already visited. Brought documentation up-to-date.
13278 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13279 (vc-checkin): New optional arg initial-contents, which is passed to
13280 vc-start-entry.
13281 (vc-finish-logentry): Make sure to bury log buffer only if there
13282 really is one. Call `vc-resynch-buffer' on log-file, not
13283 buffer-file-name.
13284 (vc-default-comment-history, vc-default-wash-log): New functions.
13285 (vc-index-of): Removed.
13286 (vc-transfer-file): Make do without the above.
13287 (vc-default-receive-file): Call comment-history unconditionally. Pass
13288 the resulting string to vc-checkin, instead of inserting it into the
13289 comment ring.
13290
13291 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13292 unconditionally. Use the comments as initial contents of the log
13293 entry buffer. Document the trick to force branch creation with no
13294 changes.
13295
13296 2000-10-01 Miles Bader <miles@gnu.org>
13297
13298 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13299 `recenter' with an arg to prevent redrawing the display.
13300
13301 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13302
13303 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13304
13305 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13306
13307 * progmodes/c-mode.el (c-mode):
13308 Don't gratuitously override the default for comment-column.
13309
13310 * textmodes/tex-mode.el (latex-metasection-list): New var.
13311 (latex-imenu-create-index): Use it.
13312 Move the regexp construction outside loops (and use push).
13313 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13314 (tex-font-lock-keywords): Moved from font-lock.el.
13315 (tex-comment-indent): Remove.
13316 (tex-common-initialization): Don't set comment-indent-function.
13317 (latex-block-default): New var.
13318 (tex-latex-block): Use it to provide a default choice.
13319 Add any unknown choice to latex-block-names.
13320 Insert [...] after {...}.
13321 (tex-last-unended-begin): Simplify regexp.
13322 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13323 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13324 (latex-mode): Set forward-sexp-function.
13325
13326 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13327 Add regexp for @ignore ... @end ignore.
13328 (texinfo-heading-face): New face.
13329 (texinfo-font-lock-keywords): Use it.
13330 (texinfo-mode-menu): New menu.
13331 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13332 New functions.
13333 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13334 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13335 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13336 Remove declaration.
13337 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13338
13339 * delsel.el (delete-selection-mode): Use define-minor-mode.
13340
13341 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13342
13343 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13344
13345 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13346
13347 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13348
13349 * replace.el (keep-lines-read-args): New function.
13350 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13351 read arguments interactively. Add parameters RSTART and REND.
13352 Operate on the active region in Transient Mark mode.
13353
13354 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13355
13356 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13357 (authors-obsolete-files-regexps): New variable.
13358 (authors-add): Don't record changes in obsolete files.
13359
13360 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13361
13362 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13363
13364 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13365 (comment-indent): Make sure there's a space between code and comment.
13366 Shift comments left to avoid going past fill-column.
13367
13368 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13369
13370 * startup.el (startup-echo-area-message): New function.
13371 (display-startup-echo-area-message): Use it.
13372 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13373 (fancy-splash-default-action): New function.
13374 (fancy-splash-screens-1): New function.
13375 (fancy-splash-head): Put a help-echo and a keymap under the image.
13376
13377 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13378
13379 * diff-mode.el (diff-add-log-file-name): Remove.
13380 (diff-mode): Use add-log-buffer-file-name-function.
13381
13382 * add-log.el (find-change-log): New arg BUFFER-FILE.
13383 (add-log-file-name): Obey add-log-file-name-function.
13384 (add-log-buffer-file-name-function): New var.
13385 (add-change-log-entry): Use it.
13386
13387 2000-09-29 Miles Bader <miles@gnu.org>
13388
13389 * image-file.el (image-file-name-extensions): New variable.
13390 (image-file-name-regexps): Renamed from `image-file-regexps'.
13391 New default value is nil. Call `auto-image-file-mode'.
13392 (image-file-name-regexp): New function.
13393 (auto-image-file-mode): New minor mode.
13394 (insert-image-file): Don't make conditional on the image-file
13395 handler being enabled.
13396 (image-file-handler): Make the call here conditional instead.
13397 (set-image-file-handler-enabled, enable-image-file-handler)
13398 (disable-image-file-handler): Functions removed.
13399
13400 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13401 string.
13402
13403 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13404
13405 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13406 it's a function from CL.
13407 (latex-imenu-create-index): Replace eval-when-compile with progn
13408 because latex-section-alist is not bound while compiling.
13409
13410 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13411
13412 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13413 (outline-mode): Use define-derived-mode.
13414
13415 * progmodes/perl-mode.el (perl-mode):
13416 * progmodes/awk-mode.el (awk-mode):
13417 * progmodes/asm-mode.el (asm-mode):
13418 Don't gratuitously override the default for comment-column.
13419
13420 * emacs-lisp/lisp.el (lisp-complete-symbol):
13421 Distinguish the let-binding case from the funcall case.
13422 (forward-sexp-function): New variable.
13423 (forward-sexp): Use it.
13424
13425 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13426 (easy-mmode-defmap): Remove the now useless autoload.
13427
13428 * time.el (display-time-mode): Use define-minor-mode.
13429
13430 * subr.el (add-minor-mode): Don't eval NAME.
13431 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13432 Use if rather than cond.
13433
13434 * simple.el (read-expression-map): Define more properly.
13435 (comment-indent-hook): Remove.
13436 (string-to-syntax): Bug fix.
13437
13438 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13439 (cvs-ediff-diff): Fix typo.
13440 (cvs-revert-if-needed): Don't bother preserving read-only.
13441
13442 * paren.el (show-paren-mode): Use define-minor-mode.
13443
13444 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13445 (toggle-auto-compression): Remove.
13446 (jka-compr-build-file-regexp): Remove useless grouping.
13447
13448 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13449 Avoid user-reserved bindings.
13450 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13451 (diff-header-face): Revert to grey85.
13452
13453 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13454
13455 * complete.el (partial-completion-mode) <defcustom>: Remove.
13456 (partial-completion-mode): Use define-minor-mode.
13457 (PC-do-completion): Understand `completion-auto-help = delay'
13458 to mean to popup the completion buffer only the second time.
13459 (PC-include-file-all-completions, PC-include-file-all-completions)
13460 (PC-include-file-all-completions): Don't quote lambda.
13461
13462 * comint.el (comint-mode-hook): Docstring fix.
13463 (comint-mode): Use define-derived-mode.
13464 (comint-mode-map): Remove obsolete comment.
13465 (make-comint): Minor stylistic change.
13466 (comint-insert-clicked-input): Be more careful to find the overlay.
13467 Use this-command-keys rather than hardcoding mouse-2.
13468
13469 * font-lock.el: Replace confusing (,@ with ,
13470 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13471 Don't use regexp-opt-depth. Spice up the regexp for args.
13472 Don't distinguish between cmds that can take an opt arg or not.
13473 Use `append' and `prepend' rather than `keep'.
13474
13475 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13476 (latex-outline-regexp): New var.
13477 (latex-outline-level): New fun.
13478 (latex-section-alist): New var.
13479 (latex-imenu-create-index): Use it. Use `push' as well.
13480 (tex-shell-map): Initialize it properly.
13481 (tex-mode): Minor stylistic change.
13482 (plain-tex-mode): Use define-derived-mode.
13483 (latex-mode): Use define-derived-mode.
13484 Construct the paragraph regexps in a more readable way.
13485 Set the buffer-local outline-{level,regexp} vars.
13486 (slitex-mode): Derive from latex-mode.
13487 (tex-common-initialization): Don't kill-all-vars anymore.
13488 Add setting for comment-add and font-lock-defaults.
13489 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13490 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13491 (tex-start-tex): New arg DIR (and send a chdir command for it).
13492 Also display the shell buffer and save it in tex-last-buffer-texed.
13493 (tex-region): Use expand-file-name rather than concat.
13494 Remove code made useless by changes in tex-start-tex.
13495 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13496
13497 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13498
13499 2000-09-28 Dave Love <fx@gnu.org>
13500
13501 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13502
13503 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13504
13505 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13506 `append'.
13507
13508 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13509
13510 * info.el (Info-extract-pointer): Undo last change.
13511 Instead, fix the position of the `bound' arg to re-search-backward.
13512
13513 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13514
13515 * info.el (Info-extract-pointer):
13516 Widen more carefully, to avoid finding pointers in other nodes.
13517 (Info-index): Use push.
13518
13519 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13520
13521 * frame.el (set-frame-font): Remove call to obsolete function
13522 frame-update-faces.
13523 (set-foreground-color, set-background-color): Likewise for
13524 frame-update-face-colors.
13525
13526 2000-09-27 Miles Bader <miles@gnu.org>
13527
13528 * image-file.el: New file.
13529
13530 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13531
13532 * frame.el (frame-notice-user-settings): Don't call
13533 frame-update-faces, which is a no-op now.
13534
13535 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13536 tool-bar-lines.
13537
13538 2000-09-27 Dave Love <fx@gnu.org>
13539
13540 * mouse.el: Fix last change.
13541
13542 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13543
13544 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13545
13546 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13547
13548 * international/quail.el (quail-help): The output message is
13549 improved.
13550
13551 2000-09-26 Dave Love <fx@gnu.org>
13552
13553 * mouse.el (popup-menu): If POSITION is nil, set it using
13554 mouse-position.
13555
13556 2000-09-25 Sam Steingold <sds@gnu.org>
13557
13558 * net/browse-url.el (browse-url-file-url): Check for null maps.
13559
13560 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13561
13562 * frame.el (frame-notice-user-settings): Don't add a
13563 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13564
13565 * frame.el (frame-notice-user-settings):
13566 Make tool-bar-mode and default-frame-alist consistent.
13567
13568 * toolbar/tool-bar.el (tool-bar-help): New function.
13569
13570 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13571
13572 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13573 current-load-list in top-level forms. Else this leaks a cons cell
13574 every time a defun is called.
13575
13576 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13577
13578 2000-09-25 Dave Love <fx@gnu.org>
13579
13580 * startup.el (fancy-splash-head): Check XPM is available.
13581
13582 * autoinsert.el (auto-insert): Doc fix.
13583 (auto-insert-alist): Following GNU notices, don't say `copyright
13584 _by_'. Use line-beginning-position.
13585 (auto-insert): Check buffer-file-name is non-nil before use.
13586
13587 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13588
13589 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13590 starting with `@def' or `@multitable', in addition to ones
13591 specified by the user in auto-fill-inhibit-regexp.
13592
13593 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13594
13595 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13596 rmail-dont-reply-to-names matches the empty string.
13597
13598 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13599
13600 * startup.el (command-line-1, fancy-splash-text): Change the
13601 text to sound more friendly.
13602
13603 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13604
13605 * progmodes/hideshow.el: Update author email address.
13606 Generally, sync w/ maintainer version 5.22.
13607 (hs-hide-all-non-comment-function): New var.
13608 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13609 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13610 (hs-show-region): Delete this command.
13611 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13612
13613 2000-09-22 Dave Love <fx@gnu.org>
13614
13615 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13616 (hl-line-highlight): Specify buffer when moving overlay.
13617
13618 * progmodes/fortran.el (fortran-mode): Locally set
13619 normal-auto-fill-function.
13620 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13621 (fortran-mode-map): Adjust auto-fill menu entry.
13622
13623 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13624
13625 * vc-rcs.el (toplevel): Require `vc' when compiling.
13626
13627 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13628
13629 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13630
13631 * vc.el (vc-switch-backend): Signal an error if the file is not
13632 registered under the new backend.
13633
13634 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13635 without explicit revision number.
13636
13637 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13638
13639 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13640 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13641 (diff-xor): New function.
13642 (diff-find-source-location): Use it. Fix a stupid name clash.
13643 (diff-hunk-status-msg): New function.
13644 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13645 (diff-test-hunk): Use diff-find-source-location.
13646 (diff-goto-source): Favor the `reverse'.
13647 (diff-hunk-text): Properly handle one-sided context diffs.
13648 (diff-apply-hunk): When done, advance to the next hunk.
13649
13650 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13651
13652 * startup.el (command-line): If frame was created with a non-zero
13653 tool-bar-lines parameter, switch tool-bar-mode on.
13654
13655 * add-log.el (change-log-date-face, change-log-name-face)
13656 (change-log-email-face, change-log-file-face)
13657 (change-log-list-face, change-log-conditionals-face)
13658 (change-log-function-face, change-log-acknowledgement-face):
13659 New faces, inheriting from font-lock faces.
13660 (change-log-font-lock-keywords): Use them.
13661
13662 2000-09-21 Dave Love <fx@gnu.org>
13663
13664 * progmodes/cperl-mode.el (top-level): Clean up
13665 `eval-when-compile's and assorted defvars.
13666 (cperl-invalid-face): Don't double-quote value. Change custom
13667 type.
13668 (cperl-mode): Set normal-auto-fill-function and don't zap
13669 auto-fill-function.
13670 (cperl-imenu--function-name-regexp-perl): Renamed from
13671 imenu-example--function-name-regexp-perl.
13672 (cperl-imenu--create-perl-index): Renamed from
13673 imenu-example--create-perl-index.
13674 (cperl-xsub-scan): Don't require cl.
13675
13676 * msb.el (msb-mode-map): Use substitute-key-definition.
13677 (msb-mode): Use msb-mode-map.
13678
13679 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13680
13681 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13682 New functions.
13683 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13684 (vc-switch-backend): New function.
13685 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13686 (vc-register): Fix prompt.
13687 (vc-unregister, vc-default-unregister): New functions.
13688 (vc-version-diff): Handle empty buffer in sentinel.
13689
13690 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13691 (vc-rcs-state-heuristic): Use it to guess the state of files with
13692 non-strict locking.
13693 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13694 been set with -b, but not created yet.
13695 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13696 contents in order to find the state.
13697 (vc-rcs-checkin): Allow creation of branches with no changes.
13698 (vc-rcs-unregister, vc-rcs-receive-file)
13699 (vc-rcs-set-non-strict-locking): New functions.
13700
13701 * vc-hooks.el (vc-name): Force correct computation of the value
13702 in case it is missing.
13703
13704 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13705
13706 * startup.el (fancy-splash-tail): Use a different foreground
13707 color on a dark frame background.
13708
13709 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13710
13711 * info.el: Use the correct capitalization when making Info-mode
13712 and Info-edit-mode `special' modes.
13713
13714 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13715
13716 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13717 (diff-mode): Add support for add-log.el.
13718 (diff-hunk-text): Use char offsets rather than line offsets.
13719 (diff-find-source-location): Replace LINE with line-offset (nil
13720 if not found) and always set POS to a meaningful position.
13721 Adapt to the new char-offsets.
13722 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13723 Adapt to the new diff-find-source-location.
13724 (diff-goto-source): Adapt to the new diff-find-source-location.
13725
13726 * add-log.el (add-log-file-name): New function (split out of
13727 add-change-log-entry).
13728 (add-change-log-entry): Use it.
13729 Call add-log-file-name-function with the changelog file name if
13730 the current buffer is not associated with any file.
13731 Avoid find-file if the selected window is dedicated.
13732
13733 * diff-mode.el (diff-find-source-location):
13734 Move code from diff-apply-hunk. Return buffer rather than file.
13735 (diff-apply-hunk): Use the new result from diff-find-source-location.
13736 (diff-goto-source): Use the new diff-find-source-location.
13737
13738 2000-09-20 Dave Love <fx@gnu.org>
13739
13740 * iswitchb.el: Some doc fixes.
13741 (iswitchb-mode-map): Define completely initially. Inherit
13742 minibuffer-local-map.
13743 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13744 fundamental-mode.
13745 (iswitchb-global-map): New variable.
13746 (iswitchb-summaries-to-end): Amalgamate regexps.
13747 (iswitchb-mode): New.
13748 (iswitchb-mode-hook): New variable.
13749 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13750 `extensions'.
13751
13752 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13753
13754 * ehelp.el (electric-help): New defgroup.
13755 (electric-help-shrink-window): New user-option.
13756 (with-electric-help): Use it.
13757
13758 * window.el (shrink-window-if-larger-than-buffer): If face
13759 `mode-line' has a :box, and we're on a graphical frame, add 1
13760 to the needed window height.
13761
13762 * frame.el (frame-notice-user-settings): Add a last parameter nil
13763 to a call to `append', because the last list passed to `append' is
13764 not copied, and so subsequent calls to assq-delete-all will modify
13765 default-frame-alist.
13766
13767 * startup.el (fancy-splash-image): Change :type.
13768 (fancy-splash-head): Use an XBM image if appropriate.
13769 (command-line-1): Show splash screens in more cases.
13770
13771 * startup.el (fancy-splash-text): Don't quote faces.
13772
13773 * dired.el (dired-font-lock-keywords): Undo last change.
13774 (dired-readin): Bind indent-tabs-mode to nil.
13775
13776 * startup.el (fancy-splash-head): If frame's background mode
13777 is `dark', change the black background of the image to gray.
13778 (fancy-splash-screens): Display startup echo area message.
13779 (display-startup-echo-area-message): New function.
13780
13781 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13782
13783 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13784
13785 * info.el (info-header-node): Tweak for color ttys.
13786
13787 * faces.el (face-valid-attribute-values): Make sure directories we
13788 search for stipples both exist and are readable before trying to
13789 search them.
13790
13791 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13792 in the dry-run case.
13793
13794 * jka-compr.el (with-auto-compression-mode): New macro.
13795
13796 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13797 (custom-group-tag-face, custom-variable-tag-face): Use relative
13798 :height and inherit from `variable-pitch' face instead of
13799 hardwiring :family.
13800 * hi-lock.el (hi-black-hb): Likewise.
13801
13802 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13803 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13804 toolbar-add-item, if image doesn't have a mask add a `:mask
13805 heuristic'.
13806
13807 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13808
13809 * diff-mode.el: Docstring fixes.
13810 (diff-header-face, diff-comment-face): New faces.
13811 (diff-font-lock-keywords): Highlight a bit differently.
13812 (diff-find-source-location): Don't return SPAN any more.
13813 (diff-hunk-text): Don't bother erasing the temp buffer.
13814 (diff-find-text): Drop argument LINE.
13815 (diff-apply-hunk): Update calls to diff-find-text.
13816 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13817
13818 * calendar/calendar.el: Docstring fixes.
13819 (calendar-make-alist): Don't quote lambda.
13820 (calendar-star-date): Use make-local-variable.
13821
13822 2000-09-19 Dave Love <fx@gnu.org>
13823
13824 * toolbar/tool-bar.el: Renamed from toolbar.el.
13825 Change `toolbar' to `tool-bar' generally in symbols.
13826 Make some items invisible in `special' major modes.
13827 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13828 Add arg PROPS.
13829
13830 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13831 Add :version here.
13832 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13833
13834 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13835
13836 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13837
13838 * files.el (find-file-suppress-same-file-warnings): New user-option.
13839 (find-file-noselect): Use it.
13840
13841 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13842 (fancy-splash-screen): Defgroup.
13843
13844 * add-log.el (change-log-font-lock-keywords): Match names
13845 more exactly for the case that font-lock-constant-face is
13846 underlined.
13847
13848 2000-09-19 Richard M. Stallman <rms@gnu.org>
13849
13850 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13851
13852 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13853
13854 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13855
13856 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13857
13858 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13859 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13860 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13861 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13862 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13863 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13864 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13865 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13866 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13867 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13868 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13869 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13870
13871 * startup.el (fancy-splash-text): New variable.
13872 (fancy-splash-delay, fancy-splash-image): New user-options.
13873 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13874 (fancy-splash-screens): New functions.
13875 (command-line-1): If display has a `display' frame parameter, has
13876 colors, and we have XPM support, show more fancy splash screens.
13877
13878 2000-09-19 Dave Love <fx@gnu.org>
13879
13880 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13881 with null `help'. Use modern backquote syntax.
13882
13883 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13884
13885 * font-lock.el (font-lock-mode): Change message telling the user
13886 that ``the buffer is too big''.
13887
13888 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13889 for instance for the case that tab-width is 2.
13890
13891 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13892
13893 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13894 toolbar-add-item, if image doesn't have a mask add a `:mask
13895 heuristic'.
13896
13897 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13898
13899 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13900 and return a cons if it's non-nil.
13901 (diff-apply-hunk): Try to jump to the line in the source text
13902 corresponding to the position of point in the in the hunk.
13903
13904 * info.el (Info-title-3-face, Info-title-2-face)
13905 (Info-title-1-face): Use face inheritance and relative sizes
13906 instead of hard-wiring things.
13907
13908 * faces.el (secondary-selection): Make dark-background variant sane.
13909
13910 2000-09-16 Andrew Innes <andrewi@gnu.org>
13911
13912 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13913 read-only, since they aren't under VC now.
13914
13915 2000-09-17 Dave Love <fx@gnu.org>
13916
13917 * tmm.el: Replace mapcar with mapc in several places.
13918
13919 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13920 ad-unadvise.
13921
13922 * international/latin1-disp.el: New file.
13923
13924 * calendar/cal-move.el (scroll-calendar-left)
13925 (scroll-calendar-right): Make arg optional (for active mode line).
13926
13927 * calendar/calendar.el (calendar-mode-line-format): Make fields
13928 mouse-sensitive.
13929 (calendar-read-date, calendar-read-date, calendar-window-list):
13930 Unquote lambda.
13931 (calendar-month-name): Use aref, not sref.
13932
13933 * view.el (minor-mode-alist): Propertize the string.
13934
13935 * international/characters.el (standard-case-table): Add entries
13936 for Greek.
13937
13938 2000-09-18 Miles Bader <miles@gnu.org>
13939
13940 * info.el (info-node, info-xref): Add dark-background variants.
13941
13942 * faces.el (header-line): Change defaults to be less confusing
13943 when mixed with mode-lines.
13944
13945 * info.el (Info-fontify-node): Make a few cleanups.
13946 Add extra `help-echo' and `local-map' props to node xrefs.
13947 Use header-specific faces for node-names & xrefs.
13948 (Info-use-header-line): New variable.
13949 (info-header-xref, info-header-node): New faces.
13950 (Info-setup-header-line): New function.
13951 (Info-select-node): Call Info-setup-header-line when enabled.
13952 (Info-extract-pointer): Work even if the header line is hidden.
13953 (Info-header-line): New variable.
13954
13955 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13956
13957 * vms-patch.el (print-region-function): Don't quote lambda.
13958
13959 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13960
13961 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13962 (lm-get-header-re): Allow spaces between the header and the colon.
13963 (lm-header): Allow $ in non-RCS headers.
13964 (lm-header-multiline): Put the strings back into order.
13965 Stop at an empty line. Don't require two space chars if the
13966 line is clearly not another header line.
13967
13968 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13969 (popup-menu-popup): Remove.
13970
13971 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13972
13973 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13974 specification if or if not tool-bar item contains an `:enabled'
13975 property.
13976
13977 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13978 current buffer has no file name.
13979
13980 2000-09-15 Dave Love <fx@gnu.org>
13981
13982 * strokes.el: Sync with maintainer's current version with changes
13983 for Emacs, but avoid runtime cl and levents.
13984 (toplevel): Change autoloads and compilation requires.
13985 (strokes-version, strokes-bug-address, strokes-lift): Values
13986 changed.
13987 (strokes-xpm-header, strokes-insinuated): New variable.
13988 (strokes): Add :link.
13989 (strokes-mode): Customized.
13990 (strokes-while-inhibiting-garbage-collector): New macro.
13991 (strokes-remassoc): Avoid remove-if.
13992 (strokes-fix-button2-command): Don't use ad-do-it.
13993 (strokes-insinuate): New function.
13994 (strokes-button-press-event-p, strokes-button-release-event-p):
13995 New functions, used instead of non-`strokes-' versions..
13996 (strokes-mouse-event-p): Rewritten.
13997 (strokes-event-closest-point): Avoid event-point.
13998 (strokes-get-grid-position): Avoid cdadr, caadr
13999 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
14000 functions.
14001 (strokes-help): Use with-output-to-temp-buffer.
14002 (strokes-window-configuration-changed-p): New function.
14003 (strokes-update-window-configuration): Use buffer-live-p,
14004 strokes-window-configuration-changed-p.
14005 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
14006 (strokes-char-face): New face.
14007 (strokes-char-table, strokes-base64-chars): New variable.
14008 (strokes-xpm-for-stroke, strokes-list-strokes)
14009 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
14010 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
14011 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
14012 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
14013 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
14014 functions.
14015
14016 2000-09-15 Gerd Moellmann <gerd@gnu.org>
14017
14018 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
14019
14020 * image.el (create-image): Doc fix.
14021
14022 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
14023 instead of `:heuristic-mask t'.
14024
14025 2000-09-14 Andrew Innes <andrewi@gnu.org>
14026
14027 * makefile.w32-in: Revert to Unix line endings.
14028
14029 2000-09-14 Andrew Innes <andrewi@gnu.org>
14030
14031 * makefile.w32-in: Add bootstrap support. Also copy lisp source
14032 when installing.
14033
14034 * makefile.nt (DONTCOMPILE): Fix typo.
14035
14036 * shell.el (shell-write-history-on-exit): New function.
14037 (shell-dumb-shell-regexp): New custom variable.
14038 (shell-mode): Make shell-write-history-on-exit the process
14039 sentinel if shell name matches shell-dumb-shell-regexp.
14040
14041 * w32-fns.el: Comment out before-init-hook function which resets
14042 source-directory based; this breaks bootstrap.
14043
14044 2000-09-14 Dave Love <fx@gnu.org>
14045
14046 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
14047 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
14048 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
14049 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14050 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14051 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14052 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14053 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14054 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14055
14056 * toolbar/toolbar.el: New.
14057
14058 * subdirs.el: Add toolbar.
14059
14060 2000-09-14 Gerd Moellmann <gerd@gnu.org>
14061
14062 * indent.el (indent-for-tab-command): Doc fix.
14063
14064 2000-09-14 Alex Schroeder <alex@gnu.org>
14065
14066 * ansi-color.el (ansi-colors): Doc change.
14067 (ansi-color-get-face): Simplified regexp.
14068 (ansi-color-faces-vector): Added more faces, doc change.
14069 (ansi-color-names-vector): Doc change.
14070 (ansi-color-regexp): Simplified regexp.
14071 (ansi-color-parameter-regexp): New regexp.
14072 (ansi-color-filter-apply): Doc change.
14073 (ansi-color-filter-region): Doc change.
14074 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14075 deal with zero length parameters.
14076 (ansi-color-apply-on-region): Doc change.
14077 (ansi-color-map): Doc change.
14078 (ansi-color-map-update): Removed debugging message.
14079 (ansi-color-get-face-1): Added condition-case to trap
14080 args-out-of-range errors.
14081 (ansi-color-get-face): Doc change.
14082 (ansi-color-make-face): Removed.
14083 (ansi-color-for-shell-mode): New option.
14084
14085 2000-09-13 Kenichi Handa <handa@etl.go.jp>
14086
14087 * international/quail.el (quail-start-translation): Translate KEY
14088 if necessary even if it doesn't have any mapping in the current
14089 input method.
14090 (quail-start-conversion): Likewise.
14091 (quail-help): The output message is improved.
14092
14093 2000-09-13 Miles Bader <miles@gnu.org>
14094
14095 * comint.el (comint-output-filter): Revert to using
14096 `insert-before-markers'. Add bletcherous hack to undo damage
14097 caused by `insert-before-markers'. Put `front-sticky' property on
14098 overlays created here so that the field code understands how the
14099 overlay works. Use a let when making comint-last-prompt-overlay,
14100 so that the code is easier to read.
14101
14102 2000-09-13 Dave Love <fx@gnu.org>
14103
14104 * wid-edit.el (widget-default-format-handler): DTRT when
14105 doc-property is a function.
14106
14107 2000-09-12 Francesco Potorti` <pot@gnu.org>
14108
14109 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14110 filed name if it's not there.
14111
14112 2000-09-12 Dave Love <fx@gnu.org>
14113
14114 * simple.el (read-mail-command): Doc fix.
14115 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14116
14117 * vc.el (vc-dired-listing-switches): Fix :version.
14118
14119 * vc-hooks.el: Doc fixes.
14120
14121 * subr.el (add-minor-mode): Use toggle-fun arg.
14122
14123 * speedbar.el: Add :version to several defcustoms.
14124
14125 * imenu.el (imenu--truncate-items, imenu--cleanup)
14126 (imenu--generic-function): Avoid mapcar.
14127 (imenu--replace-spaces): Function removed.
14128 (imenu--completion-buffer): Use subst-char-in-string.
14129 (imenu-add-to-menubar): Use keymap inheritance.
14130
14131 2000-09-12 Miles Bader <miles@gnu.org>
14132
14133 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14134 (diff-mode-map): Bind `diff-test-hunk'.
14135 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14136
14137 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14138
14139 * bytecomp.el (byte-compile-defvar): Undo last change
14140 because it breaks '(make-variable-buffer-local (defvar ...)'
14141 which is used at least in dired.
14142
14143 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14144
14145 * international/quail.el (quail-define-package): Docstring
14146 modified.
14147
14148 2000-09-12 Kenichi Handa <handa@etl.go.jp>
14149
14150 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14151 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14152 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14153 docstring of "chinese-py".
14154
14155 * international/quail.el (quail-translation-docstring): New
14156 variable.
14157 (quail-show-keyboard-layout): Docstring modified.
14158 (quail-select-current): Likewise.
14159 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14160 infinite recursive call.
14161 (quail-help): Check quail-translation-docstring. Format of the
14162 output changed.
14163 (quail-help-insert-keymap-description): Adjusted for the above
14164 change.
14165
14166 2000-09-11 Gerd Moellmann <gerd@gnu.org>
14167
14168 * bytecomp.el (byte-compile-defvar): Only cons onto
14169 current-load-list in top-level forms. Else this leaks a cons cell
14170 every time a defun is called.
14171
14172 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14173
14174 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14175 Now understands non-unified diffs. Some functionality moved into
14176 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14177 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14178 modify anything. Only reposition point in the patched file if the
14179 patch succeeds. Only pop up another window if POPUP is true.
14180 Emit a message describing what happened if successful, and at what
14181 line-offset. Automatically detect reversed hunks and do something
14182 appropriate.
14183 (diff-hunk-text, diff-find-text): New functions.
14184 (diff-filter-lines): Function removed.
14185 (diff-test-hunk): New function.
14186 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14187
14188 2000-09-10 Dave Love <fx@gnu.org>
14189
14190 * textmodes/tildify.el: Minor doc/commentary fixes.
14191 (tildify) <defgroup>: Add :version.
14192
14193 * faces.el (face-x-resources): Make custom type more specific.
14194 (frame-background-mode): Use mapc.
14195 (region) <defcustom>: Add :version.
14196
14197 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14198
14199 * vc-sccs.el (vc-sccs-register):
14200 * vc-rcs.el (vc-rcs-register):
14201 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14202 * vc.el (vc-register): Clear file's properties.
14203
14204 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14205
14206 * faces.el (face-spec-set): Only face-spec-reset-face when
14207 ATTRS is non-nil.
14208
14209 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14210
14211 * help.el (help-insert-xref-button): Fix a typo in doc string.
14212
14213 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14214
14215 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14216 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14217 methods.
14218
14219 * menu-bar.el (read-mail-item-name): New function.
14220 (menu-bar-tools-menu): Use it to compute and display the package
14221 used to read email.
14222 (menu-bar-tools-menu): Fix typo in GUD's help string.
14223
14224 2000-09-07 Dave Love <fx@gnu.org>
14225
14226 * diff-mode.el (diff-mouse-goto-source): New function.
14227
14228 * vc-sccs.el: Doc fixes.
14229 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14230
14231 * vc-rcs.el: Doc fixes.
14232 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14233 (vc-rcs-checkout-switches, vc-rcs-header)
14234 (vc-rcs-master-templates): Add or change :version.
14235
14236 * vc-cvs.el: Doc fixes.
14237 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14238 (vc-cvs-stay-local): Add :version.
14239
14240 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14241
14242 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14243
14244 * international/quail.el (quail-help): Fix previous change.
14245
14246 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14247
14248 * faces.el (color-values): Doc fix.
14249
14250 * faces.el (frame-set-background-mode): Use frame-parameter
14251 instead of frame-parameters.
14252
14253 * frame.el (filtered-frame-list): Reduce consing.
14254 (frames-on-display-list): Call frame-parameter instead of
14255 frame-parameters.
14256
14257 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14258
14259 * language/devan-util.el (devanagari-to-indian-region): In the
14260 loop, change the following char, not preceding char.
14261
14262 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14263
14264 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14265 instead of frame-parameters.
14266
14267 * faces.el (set-face-attribute): Simplify by calling
14268 internal-set-lisp-face-attribute with FRAME being 0.
14269
14270 * vc.el: Remove `Id' version control keyword.
14271
14272 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14273
14274 * help.el (help-make-xrefs): Adjusted for the change of
14275 help-xref-mule-regexp.
14276 (help-insert-xref-button): New function.
14277
14278 * international/mule-cmds.el (help-xref-mule-regexp-template):
14279 Include the pattern for character set.
14280 (leim): New group.
14281
14282 * international/quail.el: Don't require face.
14283 (quail): New group.
14284 (quail-other-command): Dummy command to make quail-help work better.
14285 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14286 (quail-keyboard-layout-substitution): New variable.
14287 (quail-update-keyboard-layout): New function.
14288 (quail-keyboard-layout-type): New customizable variable.
14289 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14290 (quail-keyboard-translate): Pay attention to
14291 quail-keyboard-layout-substitution.
14292 (quail-insert-kbd-layout): New function.
14293 (quail-show-keyboard-layout): New function.
14294 (quail-get-translation): If the definition is a vector of length
14295 1, and the element is a string of length 1, return the character
14296 in that string.
14297 (quail-update-current-translations): Fix the case of
14298 relative-index out of range.
14299 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14300 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14301 Show key sequences for all available characters.
14302 (quail-help-insert-keymap-description): Don't show such verbose
14303 key bindings as quail-self-insert-command.
14304
14305 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14306 Format changed, and each element now have extra documentations.
14307 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14308 Adjusted for the change of quail-cxterm-package-ext-info.
14309
14310 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14311
14312 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14313 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14314 during bootstrap.
14315
14316 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14317
14318 * vc.el: (toplevel): Don't require `dired' at run-time.
14319 (vc-dired-resynch-file): Remove autoload cookie.
14320
14321 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14322
14323 * vc.el: Made several backend functions optional.
14324 (vc-default-responsible-p): New function.
14325 (vc-merge): Use RET for first version to trigger merge-news, not
14326 prefix arg.
14327 (vc-annotate): Handle backends that do not support annotation.
14328 (vc-default-merge-news): Removed. The existence of a merge-news
14329 implementation is now checked on caller sites.
14330
14331 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14332 case.
14333
14334 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14335 special case that has been removed from the default in vc-hooks.el.
14336
14337 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14338
14339 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14340
14341 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14342
14343 * vc-hooks.el: Require vc during compilation.
14344 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14345 macro `with-vc-properties' in vc.el.
14346 (vc-file-getprop): Doc fix.
14347 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14348
14349 * vc.el: Require dired-aux during compilation.
14350 (vc-name-assoc-file): Moved to vc-sccs.el.
14351 (with-vc-properties): New macro.
14352 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14353 vc-finish-steal): Use it.
14354 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14355 to the backend-specific function is now supposed to do the checkout,
14356 too.
14357 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14358
14359 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14360 set file properties; that gets done in the generic code now.
14361
14362 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14363 Changed parameter list, added code from vc.el that does the
14364 checkout, possibly with a double-take.
14365
14366 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14367 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14368 the above under the new name.
14369 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14370 parameter list, added checkout command.
14371 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14372 properties; that gets done in the generic code now.
14373
14374 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14375
14376 * vc.el: Docstring fixes (courtesy of checkdoc).
14377
14378 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14379
14380 * vc.el (vc-checkout-writable-buffer-hook)
14381 (vc-checkout-writable-buffer): Remove.
14382 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14383 (vc-log-mode): Make it into a clean derived major mode.
14384 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14385 vc-log-mode if log-edit is not available.
14386 (vc-dired-mode-map): Don't set-keymap-parent yet.
14387 (vc-dired-mode): Do set-keymap-parent here.
14388 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14389
14390 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14391
14392 * faces.el (set-face-attribute, face-spec-reset-face)
14393 (face-spec-set): Avoid consing by removing calls to `apply'.
14394
14395 * frame.el (frame-parameter): Move to C code.
14396
14397 2000-09-05 Dave Love <fx@gnu.org>
14398
14399 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14400 insert-before-markers-and-inherit. Now checked systematically!
14401
14402 2000-09-05 Alex Schroeder <alex@gnu.org>
14403
14404 * sql.el (sql-postgres): Use sql-postgres-options.
14405 (sql-postgres-options): New variable.
14406
14407 2000-09-05 Alex Schroeder <alex@gnu.org>
14408
14409 * sql.el (sql-mode-menu): Work around missing variable mark-active
14410 in XEmacs.
14411 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14412 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14413 compatibility.
14414
14415 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14416
14417 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14418
14419 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14420
14421 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14422
14423 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14424
14425 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14426 don't support anything else under SCCS yet.
14427
14428 * vc-hooks.el: Minor doc fixes.
14429
14430 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14431
14432 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14433 not necessary. If verbose in state `needs-patch', do the same as
14434 under `up-to-date'. When NOT verbose and `needs-patch', check out
14435 latest version instead of `merge-news'.
14436 (vc-next-action-dired): Don't mess with default-directory here; it
14437 breaks other parts of dired. It is the job of the
14438 backend-specific functions to adjust it temporarily if they need it.
14439 (vc-next-action): Remove a special CVS case.
14440 (vc-clear-headers): New optional arg FILE.
14441 (vc-checkin, vc-checkout): Set properties vc-state and
14442 vc-checkout-time properly.
14443 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14444 (vc-print-log): Use new backend function `show-log-entry'.
14445 (vc-cancel-version): Do the checks in a different order. Added a
14446 FIXME concerning RCS-only code.
14447
14448 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14449 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14450
14451 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14452
14453 * vc-hooks.el (vc-default-mode-line-string): Show state
14454 `needs-patch' as a `-' too.
14455
14456 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14457
14458 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14459 (vc-default-could-register): New function.
14460 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14461 (vc-resynch-buffer): Call vc-dired-resynch-file.
14462 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14463 vc-resynch-buffer instead of vc-resynch-window.
14464 (vc-next-action-dired): Don't redisplay here, that gets done as a
14465 result of the individual file operations.
14466 (vc-retrieve-snapshot): Corrected prompt order.
14467
14468 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14469
14470 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14471 as well.
14472 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14473 hostname regexps. Updated all callers.
14474 (vc-cvs-responsible-p): Handle directories as well.
14475 (vc-cvs-could-register): New function.
14476 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14477 properties up-to-date.
14478
14479 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14480 user whether to create one.
14481
14482 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14483
14484 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14485 check out a non-existing file.
14486
14487 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14488 workfile does not exist.
14489
14490 * vc.el (vc-version-diff): Use `require' to check for existence of
14491 diff-mode.
14492
14493 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14494
14495 * vc-cvs.el (vc-cvs-registered): Use new function
14496 vc-cvs-parse-entry to do the actual work.
14497
14498 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14499
14500 * vc-hooks.el (vc-find-backend-function): If function doesn't
14501 exist, return nil instead of error.
14502 (vc-call-backend): Doc fix.
14503
14504 * vc.el (vc-do-command): Doc fix.
14505 (vc-finish-logentry): When checking in from vc-dired, choose the
14506 right backend for logentry check.
14507 (vc-dired-mode-map): Inherit from dired-mode-map.
14508 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14509 simplified.
14510 (vc-dired-state-info): Removed, updated caller.
14511 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14512 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14513 (vc-dired-listing-switches): New variable.
14514 (vc-directory): Use it, instead of dired-listing-switches.
14515
14516 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14517 (vc-cvs-dir-state): New function.
14518 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14519 (vc-cvs-parse-entry): New function, also to be used in
14520 vc-cvs-registered.
14521
14522 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14523
14524 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14525 *or* single-window-frames.
14526
14527 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14528
14529 * vc.el (vc-update-changelog): Split into generic part and default
14530 implementation. Doc string adapted.
14531 (vc-default-update-changelog): New function. Call the `rcs2log'
14532 script in exec-directory, to fix a long-standing nuisance.
14533
14534 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14535 simply signals an error.
14536
14537 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14538
14539 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14540 control-flow more clear and to avoid running `cvs' twice.
14541
14542 * vc.el (vc-next-action-on-file): Doc fix.
14543 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14544 (vc-print-log): Eval `file' before constructing the continuation.
14545
14546 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14547
14548 * vc.el (vc-next-action-on-file): Corrected several messages.
14549 (vc-merge): Add prefix arg `merge-news'; handle it.
14550
14551 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14552 is not reached. It is.
14553 (vc-cvs-merge): Set state to 'edited after merge.
14554 (vc-cvs-merge-news): Set workfile version to nil if not known.
14555 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14556
14557 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14558 via stdout. (Merge from main line.)
14559
14560 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14561
14562 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14563 detection.
14564
14565 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14566
14567 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14568 against kill-all-local-variables.
14569 (vc-log-edit): Don't save vc-parent-buffer any more.
14570 (vc-last-comment-match): Initialize to an empty string.
14571 (vc-post-command-functions): New hook.
14572 (vc-do-command): Run it.
14573 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14574 (vc-finish-logentry): Only add the comment to the ring if it's
14575 different from the last comment entered.
14576 (vc-new-comment-index): New function.
14577 (vc-previous-comment): Use it. Make the minibuffer message
14578 slightly less terse.
14579 (vc-comment-search-reverse): Make it work forward as well. Don't
14580 set vc-comment-ring-index if no match is found. Use
14581 vc-new-comment-index.
14582 (vc-comment-search-forward): Use vc-comment-search-reverse.
14583 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14584 define-derived-mode will do it for us. Bind `v' to a keymap that
14585 inherits from vc-prefix-map so that we can bind `vt' without
14586 binding C-x v t.
14587 (vc-retrieve-snapshot): Parenthesis typo.
14588
14589 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14590 to 1. Make sure to switch to *vc* before looking for an error
14591 message. Use vc-parse-buffer.
14592
14593 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14594
14595 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14596 and NAME.
14597 (vc-retrieve-snapshot): Split into two parts.
14598 (vc-default-retrieve-snapshot): New function.
14599
14600 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14601 (vc-cvs-retrieve-snapshot): New function (untested).
14602 (vc-cvs-stay-local): Default to t.
14603 (vc-cvs-remote-p): New function and property.
14604 (vc-cvs-state): Stay local only if the above is t.
14605 (vc-handle-cvs): Removed.
14606 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14607 done via vc-handled-backends now.
14608 (vc-cvs-header): Escape Id.
14609
14610 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14611
14612 * vc.el (vc-do-command): Remove unused commands.
14613 (vc-version-diff): Make sure default-directory ends with a slash.
14614 Move the window commands into a vc-exec-after.
14615 (vc-print-log): Move more of the code into the `vc-exec-after'.
14616
14617 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14618
14619 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14620 (vc-print-log): Search current revision from beginning of buffer.
14621 (vc-revert-buffer): Clear echo area after the diff is finished.
14622 (vc-prefix-map): Removed definition of "t" for terse display in vc
14623 dired.
14624 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14625 definition of "vt" for terse display.
14626 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14627
14628 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14629
14630 * vc.el (vc-exec-after): Avoid caddr.
14631
14632 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14633
14634 * vc.el (vc-exec-after): New function.
14635 (vc-do-command): Use it to add a termination message for async
14636 procs.
14637 (vc-checkout): Try to handle a missing-backend situation.
14638 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14639 of a directory with a backend using async diffs.
14640 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14641 present.
14642
14643 * vc-sccs.el (vc-sccs-state-heuristic): Use
14644 file-ownership-preserved-p.
14645
14646 * vc-rcs.el (vc-rcs-state-heuristic): Use
14647 file-ownership-preserved-p.
14648 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14649
14650 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14651
14652 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14653 vc-do-command.
14654
14655 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14656 when there are no changes.
14657
14658 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14659
14660 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14661
14662 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14663
14664 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14665
14666 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14667
14668 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14669 the `fset' outside of the defvar so that it works even if
14670 vc-prefix-map was already defined.
14671 (vc-setup-buffer): New function, split out of vc-do-command.
14672 (vc-do-command): Allow BUFFER to be t to mean `just use the
14673 current buffer without any fuss'.
14674 (vc-version-diff): Change the `diff' backend operation to just put
14675 the diff in the current buffer without erasing it. Always use
14676 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14677 shrink-window-if-larger-than-buffer.
14678 (vc-print-log): Change the `print-log' backend operation to just
14679 put the log in the current buffer without erasing it. Protect
14680 shrink-window-if-larger-than-buffer.
14681 (vc-update-change-log): Fix setd typo.
14682
14683 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14684 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14685
14686 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14687 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14688 CMP.
14689
14690 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14691 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14692 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14693
14694 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14695
14696 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14697 not possible, use vc-BACKEND-workfile-unchanged-p.
14698 (vc-default-workfile-unchanged-p): New function. Delegates to a
14699 full vc-BACKEND-diff.
14700
14701 * vc-hooks.el (vc-simple-command): Removed.
14702
14703 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14704 instead of vc-simple-command.
14705 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14706 avoid doing a diff when opening a file.
14707 (vc-rcs-state): Added check for unlocked-changes.
14708 (vc-rcs-header): Escape Id.
14709 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14710 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14711 version.
14712
14713 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14714 (vc-sccs-diff): Remove optional arg CMP.
14715 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14716 SCCS-specific function.
14717
14718 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14719 vc-simple-command.
14720
14721 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14722
14723 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14724 (with-vc-file, vc-merge): Use vc-editable-p.
14725 (vc-do-command): Remove unused var vc-file and fix the
14726 doubly-defined `status' var. Add a user message when starting an
14727 async command.
14728 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14729 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14730 Use with-current-buffer.
14731 (vc-buffer-sync): Use unless.
14732 (vc-next-action-on-file): If the file is 'edited by read-only,
14733 make it read-write instead of trying to commit.
14734 (vc-version-diff, vc-update-change-log): Use `setq
14735 default-directory' rather than `cd'.
14736 (vc-log-edit): Don't forget to set default-directory in the
14737 buffer.
14738
14739 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14740 (vc-sccs-state-heuristic): Use file-writable-p instead of
14741 comparing userids.
14742 (vc-sccs-checkout): Use `unless'.
14743
14744 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14745 of comparing userids.
14746 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14747 Simplify the logic by eliminating unreachable code.
14748 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14749 just do a recursive call if we need to retry.
14750 (vc-rcs-checkout): Handle the case where rcs is missing by making
14751 the buffer read-write if requested and re-signalling the error.
14752
14753 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14754
14755 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14756
14757 * vc-hooks.el (vc-handled-backends): Docstring change.
14758 (vc-ignore-vc-files): Mark obsolete.
14759 (vc-registered): Check vc-ignore-vc-files.
14760 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14761 vc-ignore-vc-files.
14762
14763 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14764
14765 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14766
14767 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14768 files since ange-ftp already has vc-registered return nil.
14769
14770 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14771 (vc-sccs-workfile-version): Use with-temp-buffer and new
14772 vc-parse-buffer and don't bother setting the property.
14773 (vc-sccs-add-triple): Use with-current-buffer and
14774 find-file-noselect.
14775 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14776
14777 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14778 derives from the old vc-parse-buffer but uses the revision number
14779 rather than the date (much easier to compare robustly).
14780 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14781 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14782 locking-user more directly. Check strict locking and set
14783 checkout-model appropriately.
14784 (vc-rcs-parse-locks): Remove.
14785 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14786 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14787 (vc-rcs-system-release): Use with-current-buffer and
14788 vc-parse-buffer.
14789 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14790
14791 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14792 (vc-simple-command): Docstring fix.
14793 (vc-registered): Align the way the file-handler is called with the
14794 way the function itself works.
14795 (vc-file-owner): Remove.
14796
14797 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14798 extraction of fields and call to file-attributes because of a
14799 temporary bug in rcp.el.
14800 (vc-cvs-fetch-status): Use with-current-buffer.
14801
14802 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14803
14804 * vc.el (vc-do-command): Use file-relative-name.
14805 (vc-responsible-backend): Use vc-backend if possible.
14806 (vc-create-snapshot): Improve the `interactive' spec. Add support
14807 for branches and dispatch to backend-specific `create-snapshot'.
14808 (vc-default-create-snapshot): New function, containing the bulk of
14809 the old vc-create-snapshot.
14810 (vc-retrieve-snapshot): Improve the interactive spec.
14811
14812 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14813 (vc-backend-hook-functions): Remove.
14814 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14815 (vc-backend): Reintroduce the test for `file = nil' now that I
14816 know why it was there (and added a comment to better remember).
14817
14818 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14819 code from vc-sccs-hooks.el.
14820 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14821 'vc anymore.
14822 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14823 and file-directory-p instead of file-exists-p.
14824 (vc-sccs-check-headers): Simplify the regexp.
14825
14826 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14827 from vc-rcs-hooks.el. Don't require 'vc anymore.
14828 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14829 file-directory-p instead of file-exists-p.
14830
14831 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14832 from vc-cvs-hooks.el.
14833 (proto vc-cvs-registered): Require 'vc-cvs instead of
14834 'vc-cvs-hooks. Don't require 'vc anymore.
14835 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14836 file-directory-p instead of file-exists-p.
14837 (vc-cvs-create-snapshot): New function, replacing
14838 vc-cvs-assign-name.
14839 (vc-cvs-assign-name): Remove.
14840
14841 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14842
14843 * vc-cvs.el (vc-cvs-header): New var.
14844
14845 * vc-rcs.el (vc-rcs-exists): Remove.
14846 (vc-rcs-header): New var.
14847
14848 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14849 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14850 (vc-sccs-header): New var.
14851
14852 * vc.el (vc-do-command): Get rid of the `last' argument.
14853 (vc-header-alist): Remove, replaced by vc-X-header.
14854 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14855 (vc-dired-hook): Use expand-file-name instead of concat.
14856 (vc-directory): Use file-name-as-directory.
14857 (vc-snapshot-precondition, vc-create-snapshot)
14858 (vc-retrieve-snapshot): Allow the command to operate on any
14859 directory.
14860
14861 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14862 just removing the 'WORKFILE argument or by removing the 'MASTER
14863 argument and replacing `file' with (vc-name file).
14864
14865 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14866
14867 * vc.el: Update Copyright and add a crude list of backend funs.
14868 (vc-writable-p): New function.
14869 (with-vc-file): Use vc-writable-p.
14870 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14871 (vc-register): Avoid vc-name.
14872 (vc-locking-user): Remove.
14873 (vc-steal-lock): Make the `owner' arg non-optional.
14874 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14875 vc-checkout-model.
14876 (vc-default-dired-state-info): Use vc-state instead of
14877 vc-locking-user and return special strings for special states.
14878 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14879 and get rid of one of the special CVS cases.
14880 (vc-cancel-version): prettify error message with \\[...].
14881 (vc-rename-master): New function.
14882 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14883 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14884 the CVS special case generic.
14885 (vc-default-record-rename): Remove.
14886 (vc-file-tree-walk-internal): Only call FUNC for files that are
14887 under control of some VC backend and replace `concat' with
14888 expand-file-name.
14889 (vc-file-tree-walk): Update docstring.
14890 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14891 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14892
14893 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14894 vc-sccs-record-rename. Use `find-file-noselect' rather than
14895 `find-file' and call `vc-rename-master' to do the actual move.
14896 (vc-sccs-diff): Remove unused `backend' variable.
14897
14898 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14899 to delay loading of vc-sccs until it is really used.
14900 (vc-sccs-master-templates): Preload.
14901 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14902 (vc-sccs-project-dir): Remove (merged into
14903 vc-sccs-search-project-dir).
14904 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14905 rather than `concat', make sure it is preloaded and don't bother
14906 to check that the file actually exists.
14907 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14908 `locks' argument (use buffer's content instead) and eliminate n^2
14909 behavior.
14910
14911 * vc-rcs.el: Update Copyright.
14912 (vc-rcs-rename-file): New function.
14913 (vc-rcs-diff): Remove unused `backend' variable.
14914
14915 * vc-hooks.el: Update Copyright.
14916 (vc-backend): Don't accept a nil argument any more.
14917 (vc-up-to-date-p): Turn into a defsubst.
14918 (vc-possible-master): New function.
14919 (vc-check-master-templates): Use `vc-possible-master' and allow
14920 funs in vc-X-master-templates to return a non-existent file.
14921
14922 * vc-cvs.el: Update Copyright.
14923 (vc-cvs-diff): Remove unused `backend' variable.
14924 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14925
14926 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14927
14928 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14929
14930 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14931 since it can be called from vc-rcs.el.
14932 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14933
14934 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14935
14936 * vc.el (vc-version-diff): Expand file name read from the
14937 minibuffer. Handle the case when a previous version number can't
14938 be guessed. Give suitable messages when there were no differences
14939 found.
14940 (vc-clear-headers): Call backend-specific implementation, if one
14941 exists.
14942 (vc-cancel-version): Made error checks generic. When done, clear
14943 headers generically, too.
14944
14945 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14946 from vc-clear-headers in vc.el.
14947
14948 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14949 correctly.
14950 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14951 optional. Handle the case when it's not there.
14952
14953 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14954
14955 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14956
14957 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14958
14959 * vc-hooks.el (vc-loadup): Remove.
14960 (vc-find-backend-function): Use `require'. Also, handle the case
14961 where vc-BACKEND-hooks.el doesn't exist.
14962 (vc-call-backend): Cleanup.
14963
14964 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14965
14966 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14967 vc-rcs-grab-templates)
14968 (vc-rcs-registered): Remove. The default function works as well.
14969 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14970 vc-sccs-grab-templates)
14971 (vc-sccs-registered): Remove. The default function works as well.
14972
14973 * vc.el (vc-version-diff): Left out a vc- in call to
14974 vc-call-backend.
14975 (vc-default-dired-state-info, vc-default-record-rename)
14976 (vc-default-merge-news): Update for the new backend argument.
14977
14978 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14979 using the default function.
14980 (vc-call-backend): If calling the default function, pass it the
14981 backend as first argument. Update the docstring accordingly.
14982 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14983 for the new backend argument.
14984 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14985 (vc-find-backend-function): Use the new name.
14986 (vc-default-registered): New function.
14987
14988 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14989
14990 * vc.el (vc-merge): Use vc-find-backend-function.
14991
14992 * vc-hooks.el (vc-backend-functions): Remove.
14993 (vc-loadup): Don't setup 'vc-functions.
14994 (vc-find-backend-function): New function.
14995 (vc-call-backend): Use above fun and populate 'vc-functions
14996 lazily.
14997 (vc-backend-defines): Remove.
14998
14999 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15000
15001 * vc.el (vc-register): Put a FIXME note for a newly found bug.
15002 Call vc-call-backend without the leading vc-.
15003 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
15004 (vc-check-headers): Call vc-call-backend without the leading vc-.
15005 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
15006 (vc-annotate-display): Replace confusing use of `cond' with `or'.
15007 Call vc-call-backend without the leading vc-.
15008
15009 * vc-cvs.el (tail): Provide vc-cvs.
15010 * vc-sccs.el (tail): Provide vc-sccs.
15011 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
15012
15013 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
15014 (vc-make-backend-function, vc-call): Pass names without leading
15015 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
15016 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
15017 (vc-call-backend): Always try to load vc-X-hooks.
15018 (vc-registered): Remove vc- in call to vc-call-backend.
15019
15020 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15021
15022 * vc.el (vc-process-filter): New function.
15023 (vc-do-command): Setup `vc-process-filter' for the async process.
15024 (vc-maybe-resolve-conflicts): New function to reduce
15025 code-duplication. Additionally, it puts the buffer in
15026 `smerge-mode' if applicable.
15027 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
15028 calling `merge-news'.
15029 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
15030 (vc-log-edit): New function. Replacement for `vc-log-mode' by
15031 interfacing to log-edit.el.
15032 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
15033 log-edit is available.
15034 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
15035
15036 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15037
15038 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
15039 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
15040 defvar and the initialization.
15041 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
15042
15043 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
15044 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
15045
15046 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
15047
15048 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15049
15050 * vc.el (vc-file-clear-masterprops): Removed.
15051 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15052 (vc-version-diff): Use buffer-size without argument.
15053 (vc-register): Heed vc-initial-comment.
15054
15055 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15056 default branch.
15057
15058 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15059 file name and workfile version.
15060 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15061
15062 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15063 vc-file-clear-masterprops.
15064
15065 * vc-sccs.el (vc-sccs-checkout): Removed call to
15066 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15067 rather than user login name.
15068
15069
15070 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15071
15072 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15073 `want-differences-if-changed' and simplify.
15074 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15075 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15076 output (which is invalid for async vc-diff) to decide whether to
15077 do the revert silently or not.
15078
15079 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15080
15081 * vc-hooks.el (vc-loadup): Load files quietly.
15082 (vc-call-backend): Oops, brain fart.
15083
15084 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15085
15086 * vc-cvs.el (vc-cvs-state): Typo.
15087 (vc-cvs-merge-news): Return the status code rather than the error msg.
15088
15089 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15090
15091 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15092 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15093 vc-state or vc-up-to-date-p.
15094 (vc-merge): Use vc-backend-defines to check whether merging is
15095 possible. Set state to 'edited after successful merge.
15096
15097 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15098 return that name. Redocumented.
15099
15100 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15101
15102 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15103 new `vc-state' semantics.
15104 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15105 'vc-locking-user to the current user.
15106 (vc-merge): Inline vc-backend-merge. Comment out code that I
15107 don't understand and hence can't adapt to the new `vc-state' and
15108 `vc-locking-user' semantics.
15109 (vc-backend-merge): Remove.
15110
15111 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15112 rather than 'vc-locking-user.
15113
15114 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15115
15116 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15117 (vc-state): Don't use 'reserved any more. Just use the same
15118 convention as the one used for vc-<backend>-state where the
15119 locking user (as a string) is returned.
15120 (vc-locking-user): Update, based on the above convention. The
15121 'vc-locking-user property has disappeared.
15122 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15123
15124 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15125 with a heuristic one.
15126 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15127 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15128 error. That allows us to get to 'needs-merge even in the
15129 stay-local case. There's still no way to detect 'needs-patch in
15130 such a setup (or to force an update for that matter).
15131 (vc-cvs-logentry-check): Remove, the default works as well.
15132
15133 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15134
15135 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15136
15137 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15138 major-mode in which the buffer might have been put earlier. Use
15139 `remove' and `when'. Allow `okstatus' to be `async' and use
15140 `start-process' in this case.
15141 (vc-version-diff): Handle the case where the diff looks empty
15142 because of the use of an async process.
15143
15144 2000-09-04 Andre Spiegel <spiegel@gnu.org>
15145
15146 * vc.el (vc-next-action-on-file): Removed optional parameter
15147 `simple'. Recompute state unconditionally.
15148 (vc-default-toggle-read-only): Removed.
15149
15150 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15151 (vc-toggle-read-only): Undid prev change.
15152
15153 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15154 vc-cvs-simple-toggle. Redocumented.
15155 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15156 (vc-cvs-toggle-read-only): Removed.
15157
15158 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15159
15160 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15161 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15162 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15163 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15164 still is. So maybe it should be removed.
15165 (vc-head-version, vc-find-binary): Remove.
15166 (vc-recompute-state): Move from vc-hooks.el.
15167 (vc-next-action-on-file): Add a `simple' argument to allow
15168 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15169 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15170 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15171 (vc-dired-mode-map): Properly defvar it.
15172 (vc-print-log): Call log-view-mode if available.
15173 (small-temporary-file-directory): defvar instead of use boundp.
15174 (vc-merge-news): Moved to vc-cvs.el.
15175 (vc-default-merge-news): New function.
15176
15177 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15178 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15179 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15180 unknown `vc-latest-version' function. It should probably refer to
15181 vc-workfile-version or somesuch, but it's very unclear to me and I
15182 don't have SCCS to test things.
15183
15184 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15185 (vc-sccs-state-heuristic): Fix typo.
15186 (vc-sccs-workfile-unchanged-p): Add missing argument.
15187
15188 * vc-rcs.el: Require vc and vc-rcs-hooks.
15189 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15190 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15191 (vc-release-greater-or-equal-p): Move from vc.
15192 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15193 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15194 (vc-rcs-checkout): Add a missing `new-version' argument in the
15195 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15196
15197 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15198 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15199 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15200 than the apparently unbound `workfile-version'.
15201
15202 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15203 (vc-file-prop-obarray): Use `make-vector'.
15204 (vc-backend-functions): Add new hookable functions
15205 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15206 (vc-loadup): If neither backend nor default functions exist, use
15207 the backend function rather than nil.
15208 (vc-call-backend): If the function if not bound yet, try to load
15209 the non-hook file to see if it provides it.
15210 (vc-call): New macro plus use it wherever possible.
15211 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15212 nor `vc-find-binary' since it's only called from
15213 vc-mistrust-permission which is only used once the backend is known.
15214 (vc-checkout-model): Fix parenthesis.
15215 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15216
15217 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15218 (vc-cvs-release, vc-cvs-system-release): Remove.
15219 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15220 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15221 status symbols.
15222 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15223 (vc-cvs-toggle-read-only): First cut at a function to allow a
15224 cvs-status-free vc-toggle-read-only.
15225 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15226 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15227 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15228 (vc-cvs-checkout): Modify access rights directly if the user
15229 requested not to use `cvs edit'. And refresh the mode line.
15230
15231 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15232 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15233
15234 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15235
15236 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15237 workfile' that got lost when the code was extracted from vc.el.
15238 And merged the tail with the rest of the code (not possible in the
15239 old vc.el where the tail was shared among all backends). And
15240 explicitly set the state to 'edited if `writable' is set.
15241
15242 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15243 (vc-cvs-state): Be careful to return the value from
15244 vc-cvs-parse-state.
15245 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15246 property but return it instead. Also be careful to handle a nil
15247 or "" `rev' when workfile is non-nil (it was handled properly when
15248 workfile was nil).
15249
15250 * vc.el: Removed those pesky unnecessary `(function' quotes.
15251 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15252 directly in the defvar.
15253 (vc-do-command): Bind inhibit-read-only so as to properly handle
15254 the case where the destination buffer has been made read-only.
15255 (vc-diff): Delegate to vc-version-diff in all cases.
15256 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15257 (vc-annotate-mode-variables): Removed (code moved partly to
15258 defvars and partly to vc-annotate-add-menu).
15259 (vc-annotate-mode): Turned into a derived-mode.
15260 (vc-annotate-add-menu): Moved in code in
15261 vc-annotate-mode-variables.
15262 (vc-update-change-log): Use make-temp-file if available.
15263
15264 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15265
15266 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15267 `vc-checkout-model' updated to `vc-cvs-update-model'.
15268
15269 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15270
15271 * vc.el (vc-next-action-on-file): Added handling of state
15272 `unlocked-changes'.
15273 (vc-checkout-carefully): Is now practically obsolete, unless the
15274 above is too slow to be enabled unconditionally.
15275 (vc-update-change-log): Fixed typo.
15276
15277 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15278
15279 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15280 Now handles state `unlocked-changes'.
15281 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15282
15283 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15284
15285 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15286 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15287 `unlocked-changes'.
15288 (vc-rcs-workfile-unchanged-p): Renamed from
15289 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15290 function yet, but supposed to become one soon.
15291
15292 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15293 `vc-steal-lock'.
15294 (vc-call-backend): Changed error message.
15295 (vc-state): Added description of state `unlocked-changes'.
15296
15297 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15298
15299 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15300 always return t in CVS-controlled directories.
15301
15302 * vc.el (vc-responsible-backend): New function.
15303 (vc-register): Largely rewritten.
15304 (vc-admin): Removed (implementation moved into vc-register).
15305 (vc-checkin): Redocumented.
15306 (vc-finish-logentry): If no backend defined yet (because we are in
15307 the process of registering), use the responsible backend.
15308
15309 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15310 Updated function lists.
15311 (vc-call-backend): Fixed typo.
15312
15313 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15314 New functions.
15315 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15316 Removed query option. Redocumented.
15317
15318 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15319
15320 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15321
15322 * vc.el: Updated callers of `vc-checkout-required' to use
15323 `vc-checkout-model'.
15324
15325 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15326
15327 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15328 stuff updated to reference this function instead of the old
15329 `vc-backend-release-p'.
15330
15331 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15332
15333 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15334 vc-checkout-model. Return appropriate values. Updated callers.
15335
15336 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15337
15338 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15339 (vc-backend-revert): Function moved into `vc-revert';
15340 `vc-next-action' must be updated to accomodate this change.
15341 (vc-backend-steal): Function moved into `vc-finish-steal'.
15342 (vc-backend-logentry-check): Function moved into
15343 `vc-finish-logentry'.
15344 (vc-backend-printlog): Function moved into `vc-print-log'.
15345 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15346 (vc-backend-assign-name): Function moved into
15347 `vc-create-snapshot'.
15348
15349 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15350
15351 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15352 Rename to vc-checkout-model. Return appropriate values.
15353 Update callers.
15354
15355 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15356 to vc-checkout-model.
15357 (vc-checkout-required): Rename to vc-checkout-model.
15358 Re-implement and re-comment.
15359 (vc-after-save): Use vc-checkout-model.
15360
15361 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15362
15363 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15364 Update to use the vc-BACKEND-diff functions instead.
15365 `vc-diff' is now working.
15366
15367 * vc-rcs.el (vc-rcs-logentry-check): New function.
15368
15369 * vc-cvs.el (vc-cvs-logentry-check): New function.
15370
15371 * vc-sccs.el (vc-sccs-diff): Function changed name from
15372 `vc-backend-diff'. This makes `vc-diff' work.
15373
15374 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15375 of functions possibly implemented in a vc-BACKEND library.
15376 (vc-checkout-required): Fix bug that caused an error to be
15377 signaled during `vc-after-save'.
15378
15379 * vc.el: Fix typo.
15380 This checkin is made with our new VC code base for the very first time.
15381 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15382
15383 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15384 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15385
15386 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15387 updated to `vc-uses-locking'.
15388 (vc-checkout-required): Call to backend function.
15389 `vc-checkout-required' updated to `vc-uses-locking' instead.
15390
15391 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15392 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15393
15394 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15395 to match the split into various backends.
15396 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15397 (vc-retrieve-snapshot): Bug fix.
15398
15399 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15400
15401 * vc-sccs.el (vc-sccs-release): Doc fix.
15402
15403 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15404
15405 * vc.el (vc-next-action-on-file): Bug found and fixed.
15406 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15407 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15408
15409 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15410 (vc-rcs-checkout): Name space cleaned up. No more revision number
15411 crunching function names that are not prefixed with vc-rcs.
15412 (vc-rcs-checkout-model): Function added. References to
15413 `vc-checkout-model' replaced.
15414
15415 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15416
15417 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15418 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15419 still need to be split, and implemented for RCS).
15420
15421 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15422
15423 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15424
15425 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15426 required by the vc.el file.
15427
15428 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15429 required by the vc.el file.
15430 (vc-rcs-exists): Function added.
15431
15432 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15433 required by the vc.el file.
15434
15435 * vc.el (vc-admin): Updated to handle selection of appropriate
15436 backend. Current implementation is crufty and need re-thinking.
15437
15438 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15439
15440 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15441
15442 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15443 beginning of annotate buffers correctly.
15444
15445 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15446 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15447 functionality updated quite a lot to support multiple backends.
15448 Variables `vc-annotate-mode', `vc-annotate-buffers',
15449 `vc-annotate-backend' added.
15450
15451 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15452 `vc-annotate-difference' added to supported backend functions.
15453
15454 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15455
15456 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15457 Use with-temp-file instead of /bin/sh. Merged from mainline
15458
15459 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15460
15461 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15462
15463 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15464
15465 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15466
15467 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15468
15469 * vc-hooks.el: vc-state-heuristic added to
15470 vc-backend-hook-functions.
15471
15472 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15473
15474 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15475
15476 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15477 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15478 state to `reserved'.
15479
15480 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15481 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15482
15483 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15484
15485 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15486 untouched.
15487
15488 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15489
15490 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15491 if defined. (Merged from main line, slightly adapted.)
15492
15493 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15494 millenium problem (merged from mainline).
15495
15496 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15497
15498 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15499 part and moved the non-BACKEND stuff to vc.el.
15500
15501 * vc.el: Split the annotate feature into a BACKEND specific part
15502 and moved it from the vc-cvs.el file to this one.
15503
15504 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15505
15506 * vc-hooks.el: Implement new state model.
15507 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15508 (vc-locking-user): Simplify. Now only needed if the file is
15509 locked by somebody else.
15510 (vc-lock-from-permissions): Remove. Functionality is in
15511 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15512 (vc-mode-line-string): New name for former vc-status. Adapted.
15513 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15514
15515 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15516 Various simplifications and adaptations all over the place.
15517
15518 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15519 Simplify and adapt the rest.
15520
15521 * vc.el (vc-resynch-window): Add TODO comment: check for
15522 interaction with view mode according to recent RCS change.
15523 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15524
15525 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15526
15527 * vc.el: Convert the remaining function comments to docstrings.
15528
15529 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15530
15531 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15532 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15533 (vc-minor-part, vc-previous-version): Functions that operate and
15534 compare revision numbers got proper documentation. Comments added
15535 about their possible removal.
15536
15537 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15538
15539 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15540 the vc-backend.el files.
15541
15542 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15543
15544 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15545 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15546 (vc-rcs-previous-version): Functions added.
15547
15548 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15549
15550 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15551
15552 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15553
15554 * vc-hooks.el (vc-master-templates): Is really obsolete.
15555 Comment out the definition for now. What is the right procedure
15556 to get rid of it?
15557 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15558 rewritten.
15559 (vc-default-registered): Remove.
15560 (vc-check-master-templates): New function; does mostly what the
15561 above did before.
15562 (vc-locking-user): Don't rely on the backend to set the property.
15563
15564 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15565 Rewrite documentation.
15566 (vc-rcs-templates-grabbed): New variable.
15567 (vc-rcs-grab-templates): New function.
15568 (vc-rcs-registered): Rewrite to use above mechanism.
15569
15570 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15571 Rewrite documentation.
15572 (vc-sccs-templates-grabbed): New variable.
15573 (vc-sccs-grab-templates): New function.
15574 (vc-sccs-registered): Rewrite to use above mechanism.
15575 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15576 Don't throw the result, simply return it.
15577
15578 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15579 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15580 (vc-cvs-registered): Does the check itself now. Simplify.
15581
15582 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15583 from main line.
15584
15585 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15586
15587 * vc-cvs.el (vc-cvs-diff): New function.
15588
15589 * vc-sccs.el (vc-sccs-diff): New function.
15590
15591 * vc-rcs.el (vc-rcs-diff): New function.
15592 (vc-rcs-checkout): Bug (typo) found and fixed.
15593 (vc-rcs-register-switches): New variable.
15594
15595 * vc.el (vc-backend-diff): Function removed and placed in the
15596 backend files.
15597
15598 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15599
15600 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15601
15602 * vc.el (vc-backend-checkout): Function removed and replaced in
15603 the vc-backend.el files.
15604
15605 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15606
15607 * vc.el (vc-backend-admin): Removed and replaced in the
15608 vc-backend.el files.
15609
15610 * vc.el (Martin): Removed all the annotate functionality since it
15611 is CVS backend specific.
15612
15613 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15614
15615 * spec.txt: Added specification of vc-state.
15616
15617 * vc-sccs-hooks.el (vc-sccs-master-properties):
15618 Remove handling of vc-latest-version and
15619 vc-your-latest-version. What used to be vc-latest-version, is now
15620 returned as vc-workfile-version.
15621 (vc-sccs-workfile-version): Adapt.
15622
15623 2000-09-04 Dave Love <fx@gnu.org>
15624
15625 * vc.el: [Merged from mainline.]
15626 (vc-dired-mode): Make the dired-move-to-filename-regexp
15627 regexp match the date, to avoid treating date as file size.
15628 Add YYYY S option to WESTERN/
15629
15630 2000-09-04 Dave Love <fx@gnu.org>
15631
15632 * vc.el: Require `compile' when compiling.
15633 (vc-logentry-check-hook): New option.
15634 (vc-steal-lock): Use compose-mail.
15635 (vc-dired-mode-map): Defvar when compiling.
15636 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15637 vc-sccs.el and renamed. Callers changed.
15638 (vc-backend-checkout, vc-backend-logentry-check)
15639 (vc-backend-merge-news): Doc fix.
15640 (vc-default-logentry-check): New function.
15641 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15642 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15643 (vc-backend-merge): Doc fix. Use backend functions.
15644 (vc-check-headers): Use backend functions.
15645
15646 * vc-cvs.el: Require vc when compiling.
15647 (vc-cvs-register-switches): Doc fix.
15648 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15649 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15650 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15651 New functions (code from vc.el).
15652 (vc-annotate-display-default): Fix interactive spec.
15653 (vc-annotate-time-span): Doc fix.
15654
15655 * vc-rcs.el: Require vc when compiling.
15656 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15657 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15658 (vc-rcs-checkin): New functions (code from vc.el).
15659 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15660 Doc fix.
15661 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15662
15663 * vc-sccs.el: Require vc when compiling.
15664 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15665 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15666 (vc-sccs-revert)
15667 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15668 from vc.el).
15669 (vc-sccs-add-triple, vc-sccs-record-rename)
15670 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15671 (vc-sccs-admin): Doc fix.
15672
15673 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15674
15675 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15676 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15677 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15678 from vc.el.
15679
15680 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15681
15682 * vc-cvs.el: Moved the annotate functionality from vc.el.
15683 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15684
15685 2000-09-04 Dave Love <fx@gnu.org>
15686
15687 * vc.el (vc-backend-release): Call vc-system-release.
15688
15689 * vc-sccs.el (vc-sccs-system-release):
15690 Renamed from vc-sccs-backend-release.
15691
15692 * vc-rcs.el (vc-rcs-system-release):
15693 Renamed from vc-rcs-backend-release.
15694
15695 * vc-cvs.el (vc-cvs-system-release):
15696 Renamed from vc-cvs-backend-release.
15697
15698 2000-09-04 Dave Love <fx@gnu.org>
15699
15700 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15701 backend files.
15702 (vc-backend-release): Dispatch to backend functions.
15703 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15704 probably needs attention.]
15705
15706 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15707 (vc-sccs-backend-release): New function.
15708
15709 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15710 (vc-cvs-backend-release): New function.
15711
15712 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15713 Doc fix.
15714 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15715 (vc-default-dired-state-info): New function.
15716 (vc-dired-state-info): Dispatch to backends.
15717 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15718
15719 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15720 from vc.el and renamed.
15721
15722 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15723
15724 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15725 (vc-version-other-window, vc-backend-assign-name): Removed
15726 references to vc-latest-version; sometimes changed into
15727 vc-workfile-version.
15728
15729 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15730 vc-rcs-master-workfile-version.
15731 (vc-rcs-workfile-version): Use the above. Don't call
15732 vc-latest-version (that was unreachable code, anyway).
15733 (vc-rcs-fetch-master-properties): Doc fix.
15734
15735 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15736 (vc-backend-hook-functions): Removed them from this list, too.
15737 (vc-fetch-properties): Removed.
15738 (vc-workfile-version): Doc fix.
15739
15740 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15741 (vc-rcs-workfile-version, vc-rcs-locking-user)
15742 (vc-rcs-uses-locking): Use it.
15743
15744 * vc-hooks.el (vc-consult-rcs-headers):
15745 Moved into vc-rcs-hooks.el, under the name
15746 vc-rcs-consult-headers.
15747
15748 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15749 headers.
15750 (vc-cvs-find-master): Use this name only; correct different
15751 versions of the name.
15752
15753 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15754 New functions.
15755 (vc-sccs-locking-user): Use the latter.
15756
15757 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15758 New functions.
15759
15760 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15761 Moved into both
15762 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15763 functions are implementation details of those two backends.
15764
15765 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15766
15767 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15768 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15769
15770 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15771 (vc-sccs-parse-locks): SCCS-specific code moved here from
15772 vc-hooks.
15773
15774 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15775 code moved here from vc-hooks.
15776
15777 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15778 into back-end specific parts and removed. Callers not updated
15779 yet; because I guess these callers will disappear into back-end
15780 specific files anyway.
15781
15782 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15783
15784 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15785 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15786 `vc-uses-locking'.
15787
15788 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15789 Store yes/no in the property, and return t/nil. Updated all
15790 callers.
15791
15792 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15793 vc-sccs-uses-locking. Don't set property.
15794 (vc-sccs-locking-user): Don't set property.
15795
15796 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15797 vc-cvs-uses-locking. Don't set property here; leave that to
15798 vc-hooks.
15799 (vc-cvs-locking-user): Reflect above change. Streamlined.
15800
15801 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15802 vc-rcs-uses-locking.
15803 (vc-rcs-locking-user): Reflect above change.
15804
15805 2000-09-04 Dave Love <fx@gnu.org>
15806
15807 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15808
15809 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15810
15811 * vc-hooks.el (vc-checkout-model): Punt to backends.
15812
15813 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15814
15815 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15816
15817 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15818 New functions.
15819
15820 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15821 New functions.
15822
15823 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15824 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15825
15826 * vc-hooks.el (vc-default-locking-user): New function.
15827 (vc-locking-user, vc-workfile-version): Punt to backends.
15828
15829 2000-09-04 Dave Love <fx@gnu.org>
15830
15831 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15832 (vc-master-workfile-version): Moved from vc-hooks.
15833
15834 * vc-rcs-hooks.el: Fix duplicate code in last change.
15835
15836 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15837 (vc-rcs-master-templates): Improve :type.
15838 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15839 vc-master-workfile-version): Moved from vc-hooks.
15840
15841 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15842 (vc-sccs-master-templates): Improve :type.
15843 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15844
15845 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15846
15847 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15848 (vc-cvs-master-templates): Improve :type. Use
15849 vc-cvs-find-cvs-master.
15850 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15851 from vc-hooks.
15852 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15853
15854 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15855 Moved to vc-cvs-hooks.
15856
15857 * vc-hooks.el: Add doc strings in various places. Simplify the
15858 minor mode setup.
15859 (vc-handled-backends): New user variable.
15860 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15861 simplification.
15862
15863 2000-09-04 Dave Love <fx@gnu.org>
15864
15865 * vc.el: Some doc fixes for autoloaded and interactive functions.
15866 Fix compilation warnings from ediff stuff.
15867 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15868
15869 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15870
15871 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15872
15873 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15874
15875 2000-09-04 Dave Love <fx@gnu.org>
15876
15877 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15878 New variable.
15879 (vc-make-backend-function, vc-loadup, vc-call-backend)
15880 (vc-backend-defines): New functions.
15881
15882 * vc-hooks.el: Various doc fixes.
15883 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15884 (vc-match-substring): Function removed. Callers changed to use
15885 match-string.
15886 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15887 Simplify.
15888
15889 2000-09-04 Dave Love <fx@gnu.org>
15890
15891 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15892 type.
15893 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15894 (vc-sccs-registered): Doc fix.
15895
15896 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15897 (vc-cvs-registered): Doc fix.
15898
15899 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15900 (vc-rcs-registered): Doc fix.
15901
15902 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15903
15904 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15905
15906 * vc-hooks.el: vc-registered has been renamed
15907 vc-default-registered. Some functions have been moved to the
15908 backend specific files. they all support the
15909 vc-BACKEND-registered functions.
15910
15911 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15912
15913 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15914
15915 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15916
15917 2000-09-04 Dave Love <fx@gnu.org>
15918
15919 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15920 menu-bar-update-hook.
15921
15922 * help.el (help-manyarg-func-alist): Add
15923 find-operation-coding-system.
15924
15925 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15926
15927 * custom.el (custom-set-variables): Print message about errors in
15928 setting.
15929
15930 2000-09-03 Andrew Innes <andrewi@gnu.org>
15931
15932 * makefile.w32-in: Change to DOS line endings.
15933
15934 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15935
15936 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15937 minor-mode keymaps, if they don't have one.
15938
15939 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15940
15941 * eshell/esh-module.el (eval-when-compile): Don't lose if
15942 esh-module.el's file name is truncated to DOS 8+3 limits.
15943
15944 2000-09-01 John Wiegley <johnw@gnu.org>
15945
15946 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15947 predicate, which caused entries in the completion list to be
15948 doubled.
15949
15950 2000-08-30 John Wiegley <johnw@gnu.org>
15951
15952 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15953 sending to subprocesses. Also, hook pre-command-hook if
15954 `eshell-send-direct-to-subprocesses' is non-nil.
15955 (eshell-send-direct-to-subprocesses): New config variable. If t,
15956 subprocess input is send immediately.
15957 (eshell-toggle-direct-send): New function.
15958 (eshell-self-insert-command): New function.
15959 (eshell-intercept-commands): New function.
15960 (eshell-send-input): If direct subprocess sending is enabled,
15961 don't echo any input to the Eshell buffer. Let the subprocess
15962 handle that. This requires "stty echo" in bash, for example.
15963
15964 2000-08-28 John Wiegley <johnw@gnu.org>
15965
15966 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15967 completion function for Eshell's implementation of `unset'.
15968
15969 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15970
15971 * info.el (Info-directory-list): Doc fix.
15972
15973 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15974
15975 * filecache.el (file-cache-add-directory-using-find): Don't quote
15976 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15977
15978 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15979
15980 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15981 coding systems.
15982
15983 2000-08-30 Andrew Innes <andrewi@gnu.org>
15984
15985 * timer.el (run-with-idle-timer): Undo last change, so that timer
15986 is not activated immediately if Emacs is already idle. Some
15987 existing code relies on this behaviour.
15988
15989 2000-08-30 Miles Bader <miles@gnu.org>
15990
15991 * frame.el (set-frame-font): Do completion of font-name for
15992 interactive use.
15993
15994 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15995
15996 * international/quail.el (quail-start-translation): Bind locally
15997 last-command-event, last-command, and this-command.
15998 (quail-start-conversion): Likewise.
15999 (quail-self-insert-command): Fix docstring.
16000
16001 2000-08-29 Gerd Moellmann <gerd@gnu.org>
16002
16003 * progmodes/executable.el
16004 (executable-make-buffer-file-executable-if-script-p): Check that
16005 buffer contains at least 2 characters.
16006
16007 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
16008
16009 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
16010
16011 2000-08-29 Dave Love <fx@gnu.org>
16012
16013 * diff-mode.el (diff-mode) <defgroup>: Add :version.
16014 (diff-mode-shared-map): Bind mouse-2.
16015 (diff-imenu-generic-expression): New variable.
16016 (diff-mode): Use it.
16017
16018 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
16019 (mouse-popup-menubar): Add minor mode menus.
16020 (popup-menu): Check for lookup-key returning number.
16021
16022 2000-08-29 Miles Bader <miles@gnu.org>
16023
16024 * comint.el (comint-send-input): Create overlays using the proper
16025 front/read-advance arguments.
16026
16027 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16028
16029 * ps-print.el: Even/odd pages printing. Doc fix.
16030 (ps-print-version): New version number (6.0).
16031 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
16032 (ps-background, ps-begin-file, ps-begin-job): Code fix.
16033 (ps-print-duplex-feature): Variable eliminated.
16034 (ps-even-or-odd-pages): New variable.
16035
16036 * progmodes/ebnf2ps.el: Doc fix.
16037 (ebnf-version): New version (3.3).
16038 (ebnf-user-arrow): Change variable customization to sexp.
16039 (ebnf-user-arrow): Function eliminated.
16040 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
16041
16042 2000-08-29 Kenichi Handa <handa@etl.go.jp>
16043
16044 * help.el (help-xref-mule-regexp): New variable.
16045 (help-make-xrefs): Handle help-xref-mule-regexp.
16046
16047 * international/mule-cmds.el (help-xref-mule-regexp-template): New
16048 variable.
16049 (describe-input-method): Temporarily activate the specfied input
16050 method to display the information.
16051 (describe-language-environment): Hyperlinks to mule related items.
16052
16053 * international/mule-diag.el (charset-multibyte-form-string): New
16054 function.
16055 (list-character-sets-1): Use charset-multibyte-form-string.
16056 (describe-character-set): New function.
16057 (describe-coding-system): Hyperlinks to safe character sets.
16058
16059 * international/quail.el (quail-help): New arg PACKAGE.
16060 Hyperlinks to mule related items.
16061 (quail-help-insert-keymap-description): Use
16062 substitute-command-keys instead of describe-bindings.
16063 (quail-translation-help): Hyperlinks to mule related items.
16064
16065 2000-08-28 John Wiegley <johnw@gnu.org>
16066
16067 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16068 have a defsubst call itself. Made `eshell-flatten-list' back into
16069 a function again.
16070
16071 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16072 catch, in case re-centering point at bottom messes up the display.
16073 This happens frequently in Emacs 21, due I believe to variable
16074 line heights.
16075
16076 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16077 to call `find-tag-interactive'.
16078
16079 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16080 the list of remember directories.
16081
16082 2000-08-28 John Wiegley <johnw@gnu.org>
16083
16084 * align.el: Test align-region-separate to see if it's a symbol.
16085
16086 2000-08-28 John Wiegley <johnw@gnu.org>
16087
16088 * eshell/esh-util.el (eshell-flatten-list): Made this function
16089 into a defsubst form. It gets used very frequently, although
16090 calls don't occur all that often.
16091
16092 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16093 examining it.
16094
16095 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16096 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16097 `eshell-protect'.
16098 (eshell-copy-handles): Created a new macro for duplicating the
16099 current set of open handles. This is needed by the looping
16100 functions.
16101 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16102 is not incorrectly stomped on.
16103
16104 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16105 declaration for pcomplete-use-paring.
16106 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16107 value of eshell-cmpl-use-paring.
16108 * pcomplete.el (pcomplete-use-paring): New config variable, to
16109 indicate whether paring should be used.
16110 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16111 completion alternatives that have already been used.
16112
16113 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16114 bound to C-c C-y, which will repeat the previous N arguments
16115 (based on prefix argument).
16116 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16117
16118 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16119 if there is no *Help* buffer. This is for XEmacs, which renames
16120 its help buffers uniquely. TODO: Find out what the current buffer
16121 name to delete is.
16122
16123 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16124 first entry that correlates to a passwd/group number. Later
16125 entries (used for group/user name aliasing to multiple IDs) are
16126 ignored.
16127
16128 * eshell/em-xtra.el (eshell/expr):
16129 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16130 (eshell-grep, eshell/diff, eshell/locate):
16131 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16132 argument list, before passing it to the system command.
16133
16134 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16135 `find-tag' for use at final position in Eshell buffers (which
16136 otherwise triggers an error on Emacs 21).
16137 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16138 buffer, if it is currently bound to `find-tag'.
16139
16140 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16141 in the list of matched Makefile names.
16142 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16143 directory, prefer its contents to Makefile.
16144
16145 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16146 directory parts (like "cd old new", or "cd =regexp"), are now case
16147 sensitive on non-Windows/DOS platforms.
16148
16149 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16150 types RET after an open delimiter (like "), display a message
16151 indicating that Eshell is waiting for the closing delimiter.
16152
16153 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16154 environment variables.
16155
16156 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16157 gracefully if the user enters incorrect arguments.
16158
16159 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16160 Eshell buffers.
16161
16162 * eshell/esh-var.el (eshell-interpolate-variable):
16163 * eshell/esh-mode.el (eshell-move-argument):
16164 * eshell/em-unix.el (eshell-du-sum-directory):
16165 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16166 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16167 (not (= ...)).
16168
16169 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16170 to ensure the `preserve' flag gets propagated when doing recursive
16171 directory copies.
16172
16173 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16174
16175 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16176 Don't convert \n into \0177 in memory.
16177 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16178 and back again, when reading and writing.
16179
16180 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16181
16182 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16183 testing of `fboundp' on `processp'.
16184
16185 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16186 (eshell/jobs): Don't call process-list if it is not bound.
16187 (eshell-gather-process-output): Support systems where async
16188 subprocesses aren't supported.
16189 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16190 variables.
16191
16192 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16193 eshell-do-eval returns t.
16194 (eshell-do-pipelines-synchronously): New defmacro.
16195 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16196 when async subprocesses aren't supported.
16197 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16198 if async subprocesses aren't supported.
16199 (eshell-resume-command): Don't assume STATUS is a string.
16200
16201 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16202
16203 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16204 (eshell-close-target, eshell-get-target): Use eshell-processp.
16205 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16206 fix.
16207 (eshell-get-target, eshell-create-handles): Doc fix.
16208
16209 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16210
16211 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16212 criterion to include commands that output something, as long as it
16213 leaves both the command and the end-of-buffer visible when the
16214 command has exited.
16215 (eshell-review-quick-commands): Adjust the help doc string
16216 accordingly.
16217
16218 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16219
16220 * locate.el (locate): Cleaned up locate command's interactive prompting
16221 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16222
16223 * filecache.el (file-cache-case-fold-search): New variable
16224 (file-cache-assoc-function): New variable
16225 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16226 Use file-cache-case-fold-search variable
16227 (file-cache-add-file): Use file-cache-assoc-function
16228 (file-cache-delete-file): likewise
16229 (file-cache-directory-name): likewise
16230 (file-cache-debug-read-from-minibuffer): likewise
16231
16232 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16233
16234 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16235 (abbrev-table-name): New function.
16236 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16237 If non-nil list local abbrev, only.
16238
16239 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16240
16241 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16242 from Gnus support code, and use special article copy buffer
16243 `(gnus-original-article-buffer)' instead. This allows to get rid
16244 of article-hide-headers usage (which breaks in the latest Gnus
16245 version). Thanks to Detlev Zundel.
16246
16247 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16248
16249 * international/quail.el (quail-use-package): Hide "... loaded"
16250 message.
16251 (quail-start-translation, quail-start-conversion): Likewise.
16252
16253 * international/kkc.el (kkc-region): Hide "... loaded" message.
16254
16255 2000-08-27 Dave Love <fx@gnu.org>
16256
16257 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16258
16259 2000-08-27 Miles Bader <miles@gnu.org>
16260
16261 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16262
16263 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16264
16265 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16266 'ja-dic-cnv), not (require 'skkdic-cnv).
16267
16268 2000-08-26 Miles Bader <miles@gnu.org>
16269
16270 * faces.el (face-x-resources): Add entry for :inherit.
16271 * cus-face.el (custom-face-attributes): Add support for :inherit
16272 attribute. Add support for relative face heights.
16273 (custom-face-attributes-get): Treat `nil' as being a default value
16274 for :inherit (as well as `unspecified').
16275
16276 * faces.el (set-face-attribute): Update doc string.
16277 (face-attribute-name-alist): Add :inherit.
16278 (face-valid-attribute-values): Handle :inherit.
16279 (face-read-string): Rephrase prompt to be less confusing.
16280 Assume that DEFAULT is a string, since we must return a string.
16281 (face-read-integer): Use `format' to turn DEFAULT into an
16282 acceptable default for face-read-string. Match NEW-VALUE against
16283 the string "unspecified", not the symbol `unspecified', since
16284 that's what face-read-string returns.
16285 (read-face-attribute): Lookup a name for old-value in valid, and
16286 use it as a default if we find one. Treat all values from
16287 face-read-string as strings. If the default is used, don't do any
16288 more processing on the value, just use the old value directly.
16289 (read-face-and-attribute, modify-face): Tweak prompt.
16290 (read-face-name): Don't assume prompt ends with a space.
16291
16292 * faces.el (describe-face): Add support for :inherit attribute.
16293
16294 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16295
16296 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16297 concat doesn't accept interger.
16298
16299 * international/kkc.el: Remove SKK from Keywords. Require
16300 ja-dic-utl instead of skkdic-utl.
16301
16302 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16303 Provide ja-dic-cnv instead of skkdic-cnv.
16304 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16305 (iso-2022-7bit-short): Add safe-charsets property.
16306 (skkdic-convert-postfix): Search Japanese chou-on character in
16307 addition to Hiragana character.
16308 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16309 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16310 (batch-skkdic-convert): Likewise.
16311
16312 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16313 Provide ja-dic-utl instead of skkdic-utl.
16314 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16315
16316 2000-08-24 Dave Love <fx@gnu.org>
16317
16318 * disp-table.el (standard-display-default): Make the test of `l'
16319 useful.
16320
16321 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16322 mod sample text.
16323
16324 * international/iso-ascii.el: Make pilcrow convenient string
16325 consistent with section.
16326 (iso-ascii-display): Set up multibyte characters as well as
16327 unibyte.
16328
16329 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16330
16331 * international/mule-cmds.el (reset-language-environment): Set
16332 default-process-coding-system to '(undecided . iso-latin-1), which
16333 makes process I/O almost consistent with file I/O. Call this
16334 function when mule-cmds.el[c] is loaded.
16335
16336 2000-08-22 Andrew Innes <andrewi@gnu.org>
16337
16338 * makefile.w32-in: New file.
16339
16340 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16341
16342 * comint.el (comint-output-filter): Compare end of
16343 comint-last-output-overlay with the start of the newly inserted
16344 text, not the end, when deciding whether to extend it.
16345 Set saved-point's insertion type to advance after insertion.
16346
16347 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16348 since this is now done independently of font-lock mode.
16349
16350 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16351
16352 * server.el (server-kill-new-buffers): New user option.
16353 (server-existing-buffer): New buffer-local variable.
16354 (server-visit-files): When using an existing buffer, set
16355 server-existing-buffer to t.
16356 (server-buffer-done): If server-kill-new-buffers is t, kill the
16357 buffer, unless it was already present before visiting it with
16358 Emacs server.
16359
16360 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16361
16362 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16363 even if the display doesn't support colors: some displays will
16364 support bold/underline faces.
16365
16366 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16367
16368 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16369
16370 * startup.el (command-line): If user's init file had an error,
16371 add explanatory text to *Messages*.
16372
16373 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16374
16375 * man.el (Man-getpage-in-background): Decode the process output by
16376 the system locale coding system.
16377
16378 2000-08-20 Dave Love <fx@gnu.org>
16379
16380 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16381 Don't test x-popup-menu.
16382 (function) <complete-function>: Complete only fbound symbols.
16383 <validate, value>: New.
16384 (variable) <complete-function>: Complete only bound symbols.
16385 (coding-system): Add :base-only, :complete-function, :validate,
16386 :value, :prompt-match.
16387 (widget-coding-system-prompt-value): Use read-coding-system and
16388 act on :base-only.
16389 (editable-field): Add :help-echo.
16390 (widget-push-button-gui, widget-push-button-cache)
16391 (widget-gui-action, widget-editable-list-gui): COmment out, along
16392 with uses.
16393 (widget-at): Make arg optional.
16394 (widget-echo-help): Adjust for current help-echo calling sequence.
16395 (widget-specify-field, widget-specify-button)
16396 (widget-specify-insert, widget-get-sibling, widget-image-find)
16397 (widget-convert, widget-insert, widget-leave-text)
16398 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16399 (widget-setup, widget-field-find, widget-before-change)
16400 (widget-after-change, widget-default-complete)
16401 (widget-default-create, widget-default-delete)
16402 (widget-push-button-value-create, editable-field)
16403 (widget-field-prompt-value, widget-field-validate)
16404 (widget-choice-value-create, widget-choice-action)
16405 (widget-choice-validate, widget-checklist-add-item)
16406 (widget-radio-add-item, widget-radio-chosen)
16407 (widget-radio-value-inline, widget-editable-list-value-create)
16408 (widget-editable-list-entry-create)
16409 (widget-documentation-link-add)
16410 (widget-documentation-string-value-create)
16411 (widget-regexp-validate, widget-file-complete)
16412 (widget-sexp-validate, widget-plist-convert-widget)
16413 (widget-plist-convert-widget, widget-alist-convert-widget)
16414 (widget-alist-convert-widget, widget-color-complete): Simplify,
16415 particularly to avoid bindings which aren't optimized out.
16416
16417 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16418 Doc fix.
16419 (down-list, backward-up-list, up-list, kill-sexp)
16420 (backward-kill-sexp, mark-sexp): Make arg optional.
16421 (lisp-complete-symbol): Add optional arg PREDICATE.
16422
16423 * cus-start.el: Add display-buffer-reuse-frames,
16424 file-coding-system-alist.
16425
16426 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16427
16428 * startup.el (command-line): Clear realized faces after
16429 modifying TTY color mappings.
16430
16431 2000-08-20 Miles Bader <miles@gnu.org>
16432
16433 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16434 merely a subset of FACE's attributes.
16435
16436 2000-08-19 Miles Bader <miles@gnu.org>
16437
16438 * comint.el (comint-output-filter): Save the point with a marker,
16439 not just a buffer position.
16440
16441 * international/mule.el (set-buffer-process-coding-system): Make
16442 interactive prompt less confusing.
16443
16444 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16445
16446 * hilit-chg.el: General cleanup of doc strings, comments and
16447 code formatting.
16448
16449 2000-08-19 Miles Bader <miles@gnu.org>
16450
16451 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16452 Compiler macro removed; beginning-of-line is no longer always
16453 equivalent to forward-line, in the presence of fields.
16454
16455 * comint.el (comint-output-filter): Remove ad-hoc saving of
16456 restriction, and just use save-restriction, now that it works
16457 correctly. Don't adjust comint-last-input-start to account for
16458 our insertion; it shouldn't have moved because we don't use
16459 insert-before-markers anymore. Comment out call to
16460 `force-mode-line-update'; why is it here?
16461
16462 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16463 while checking for prompt to delete. Use `forward-line 0'
16464 instead of beginning-of-line.
16465 (gud-filter): Temporarily widen gud comint buffer while
16466 examining output.
16467
16468 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16469
16470 * progmodes/sh-script.el: Big bag of typos.
16471
16472 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16473 check since ispell-process is not bound when ispell is not yet loaded.
16474
16475 2000-08-18 Dave Love <fx@gnu.org>
16476
16477 * image.el (find-image): Copy `spec' before using plist-put.
16478
16479 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16480
16481 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16482 `portugues'.
16483
16484 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16485 backward-kill-sexp, analogous to kill-sexp.
16486
16487 * progmodes/icon.el (icon-indent-line)
16488 (icon-is-continuation-line): Handle comments specially.
16489
16490 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16491
16492 * ispell.el: Set to standard author/maintainer/keyword fields.
16493 Fine tuning to menu map appearance and operation, and added help.
16494 Remove `start' and `end' error messages when compiling.
16495 (ispell-choices-win-default-height): Fixed comment string.
16496 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16497 castellano8 dictionaries.
16498 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16499 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16500 dictionary, added italiano dictionary.
16501 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16502 word character
16503 (ispell-tex-skip-alists): Added psfig support.
16504 (ispell-skip-html): Renamed from ispell-skip-sgml.
16505 (ispell-begin-skip-region-regexp, ispell-skip-region)
16506 (ispell-minor-check): Improved html skipping support to skip across
16507 code, and recognize `&' commands without propper `;' syntax;
16508 (ispell-process-line): Fix alignment error when manually
16509 correcting spelling.
16510 (ispell): Fix comment string.
16511 (ispell-add-per-file-word-list): Always put word list on new line.
16512
16513 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16514
16515 * format.el (format-encode-run-method): Fix error message to say
16516 `encode' instead of `decode'. Use save-window-excursion around
16517 shell-command-on-region as in format-decode-run-method because
16518 shell-command-on-region can display a buffer with error output.
16519 (format-decode): Don't record undo information for the decoding.
16520 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16521 that number part of the temporary buffer name so that more than
16522 one decoding using a temporary buffer can happen safely.
16523
16524 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16525 of `A-z' in the regexp.
16526
16527 * hilit-chg.el: Fix typos in commentary.
16528
16529 * help.el (view-emacs-news): Rewritten for new naming scheme
16530 for old NEWS files.
16531
16532 * startup.el (command-line): Pop to *Messages* in case an error
16533 is signaled while loading user-init-file.
16534
16535 2000-08-17 Andreas Schwab <schwab@suse.de>
16536
16537 * files.el (insert-directory): Don't lose original file name,
16538 undoing an undocumented change.
16539
16540 2000-08-17 Alex Schroeder <alex@gnu.org>
16541
16542 * sql.el (sql-magic-go): Use comint-bol.
16543 (sql-copy-column): Use comint-line-beginning-position.
16544 (comint-line-beginning-position): Define a replacement for
16545 comint-line-beginning-position if it is not fboundp.
16546
16547 2000-08-17 Alex Schroeder <alex@gnu.org>
16548
16549 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16550 it didn't have any effect anyway.
16551
16552 2000-08-17 Alex Schroeder <alex@gnu.org>
16553
16554 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16555 --pset and pager=off instead of sending \\o|cat at the beginning
16556 of the session.
16557
16558 2000-08-17 Miles Bader <miles@gnu.org>
16559
16560 * progmodes/octave-inf.el: Add compatibility definition of
16561 comint-line-beginning-position.
16562
16563 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16564
16565 * startup.el (normal-top-level): Look in each dir in load-path for
16566 a leim-list.el file too. This assures of loading leim-list.el
16567 that is created at Emacs installation time even if a user have his
16568 own leim-list.el.
16569
16570 2000-08-17 Miles Bader <miles@gnu.org>
16571
16572 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16573 foreground color to black if the background is dark.
16574
16575 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16576
16577 * loadhist.el (unload-feature): Typo.
16578
16579 * finder.el (finder-compile-keywords):
16580 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16581 to the generated file.
16582
16583 * mail/mh-e.el (mh-make-local-vars):
16584 Replace make-variable-buffer-local with make-local-variable.
16585
16586 * play/landmark.el:
16587 * options.el (Edit-options-{set,toggle,t,nil}):
16588 * mail/mailabbrev.el (mail-abbrevs-mode):
16589 * textmodes/tex-mode.el (tex-expand-files):
16590 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16591
16592 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16593
16594 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16595 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16596 Allow going past the last element.
16597 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16598 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16599 (cvs-mouse-toggle-mark): Don't move point.
16600 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16601
16602 * progmodes/compile.el (grep): Provide a default set of files.
16603 (next-error): Docstring fix.
16604 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16605
16606 * emacs-lisp/easy-mmode.el (define-minor-mode):
16607 Use `symbol-value' to keep the byte-compiler quiet.
16608
16609 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16610 (diff-find-source-location): New fun, extracted from diff-goto-source.
16611 (diff-goto-source): Use it.
16612 (diff-next-complex-hunk, diff-filter-lines): New function.
16613 (diff-apply-hunk): New command.
16614
16615 * smerge-mode.el (smerge-mode-menu): Doc fix.
16616
16617 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16618
16619 2000-08-16 Dave Love <fx@gnu.org>
16620
16621 * windmove.el (windmove) <defgroup>: Add :version.
16622
16623 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16624 (goto-address-fontify-p, goto-address-highlight-p)
16625 (goto-address-url-face, goto-address-url-mouse-face)
16626 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16627 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16628 (goto-address-fontify, goto-address-at-mouse): Simplify,
16629 (goto-address-at-point): browse-url-url-at-point,
16630 goto-address-find-address-at-point can return nil.
16631 (goto-address-find-address-at-point): Return nil on failure.
16632
16633 * align.el (align) <defgroup>: Add :version.
16634
16635 * calculator.el (calculator): Add :version.
16636 (calculator): Use two lines for calculator window if `modeline'
16637 face is boxed.
16638
16639 * play/5x5.el: Doc fixes.
16640 (5x5) <defgroup>: Add :version.
16641
16642 * play/fortune.el (fortune) <defgroup>: Add :version.
16643 (fortune-append): Fix error message.
16644 (fortune-from-region): Doc fix.
16645
16646 * play/pong.el (pong): Doc fix.
16647
16648 * play/morse.el: Keywords, commentary, autoloads.
16649
16650 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16651
16652 * desktop.el (desktop-save): Don't look at symbol-value of a
16653 member of minor-mode-alist, unless it is boundp.
16654
16655 2000-08-16 Sam Steingold <sds@gnu.org>
16656
16657 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16658 `while'; use `with-current-buffer' instead of `save-excursion'.
16659 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16660
16661 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16662
16663 * international/ccl.el (declare-ccl-program): Docstring modified.
16664 (ccl-execute-with-args): Likewise.
16665
16666 2000-08-16 Miles Bader <miles@gnu.org>
16667
16668 * progmodes/sql.el: Add compatibility definition of
16669 comint-line-beginning-position.
16670
16671 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16672
16673 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16674 'buffer-menu' property.
16675 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16676 fails.
16677 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16678 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16679 wasn't killed.
16680
16681 * buff-menu.el (list-buffers-noselect): Don't display the
16682 *Buffer List* buffer.
16683
16684 * font-lock.el: Require jit-lock to prevent a very late
16685 `Loading jit-lock' message.
16686
16687 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16688 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16689 mail address.
16690
16691 2000-08-15 Miles Bader <miles@gnu.org>
16692
16693 * textmodes/ispell.el (ispell-graphic-p): New constant.
16694 (ispell-choices-win-default-height, ispell-help): Use
16695 `ispell-graphic-p' instead of `xemacsp'.
16696
16697 2000-08-15 Dave Love <fx@gnu.org>
16698
16699 * simple.el: Autoload widget-convert when compiling.
16700 (mail-user-agent): Doc fix.
16701
16702 * help.el (function-called-at-point, variable-at-point): Use
16703 with-syntax-table.
16704 (help-manyarg-func-alist): Add insert-and-inherit.
16705
16706 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16707
16708 * delsel.el (delsel-unload-hook): New function.
16709
16710 * find-file.el: Doc fixes. Move provide to end.
16711 (ff) <defgroup>: Add :link.
16712 (ff-goto-click): Deleted.
16713 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16714 Use mouse-set-point.
16715
16716 * textmodes/tildify.el: Doc fixes.
16717 (tildify) <defgroup>: Add:version.
16718
16719 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16720 (glasses-custom-set): Use set-default, not set.
16721 (minor-mode-alist): Propertize the lighter.
16722 (glasses-mode): Provide optional arg.
16723
16724 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16725 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16726 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16727 option. Provide :type.
16728 (cwarn-configuration): Provide :type.
16729 (cwarn-mode): Doc fix.
16730
16731 * add-log.el (change-log-merge): Doc fix.
16732 (change-log-redate): New command.
16733
16734 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16735 Doze and Dog.
16736 (browse-url): Use dolist, not mapcar.
16737 (browse-url-at-point): Check for null url.
16738 (browse-url-event-buffer, browse-url-event-point): Functions
16739 deleted.
16740 (browse-url-at-mouse, browse-url-netscape): Simplify.
16741
16742 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16743 modes.
16744 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16745 Fix previous change to mapcan.
16746 (msb--init-file-alist, msb--add-separators)
16747 (msb--make-keymap-menu): Simplify.
16748 (msb--choose-file-menu): Use copy-sequence.
16749 (msb-mode-map): Add title to keymap.
16750 (msb-unload-hook): New function.
16751
16752 * bs.el: Fix indentation.
16753 (bs) <defgroup>: Add :links.
16754 (bs-show): Doc fix.
16755 (bs-apply-sort-faces): Don't use window-system.
16756 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16757
16758 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16759
16760 * calendar/timeclock.el (timeclock-file): Run .timelog through
16761 convert-standard-filename.
16762
16763 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16764
16765 * emacs-lisp/authors.el: New file.
16766
16767 * paren.el (show-paren-priority): New user option.
16768 (show-paren-function): Set overlay priorities to
16769 show-paren-priority.
16770
16771 2000-08-14 Miles Bader <miles@gnu.org>
16772
16773 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16774 beginning-of-line with inhibit-field-text-motion bound.
16775
16776 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16777
16778 * calendar/timeclock.el: New file.
16779
16780 2000-08-14 David Ponce <david@dponce.com>
16781
16782 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16783 `widget-button-click'. so that one can use left mouse button to
16784 click on dialog buttons.
16785
16786 2000-08-14 Emmanuel Briot <briot@gnat.com>
16787
16788 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16789 identifiers, since XML is case sensitive
16790
16791 2000-08-12 Miles Bader <miles@gnu.org>
16792
16793 * comint.el (comint-output-filter): Don't bother frobbing
16794 window-start, it doesn't seem to be necessary.
16795
16796 * comint.el (comint-send-string, comint-send-region): Make into
16797 real functions. Snapshot the prompt before sending.
16798
16799 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16800
16801 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16802 technique similar to Info-index, instead of relying on specific
16803 names of relevant Index nodes.
16804 (Info-goto-emacs-command-node): Bind Info-history to nil when
16805 going to the first node found by Info-find-emacs-command-nodes.
16806
16807 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16808
16809 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16810
16811 2000-08-10 Miles Bader <miles@gnu.org>
16812
16813 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16814
16815 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16816
16817 * info.el (Info-file-list-for-emacs): More elements for the
16818 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16819 and woman manuals.
16820
16821 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16822
16823 * comint.el (comint-send-input): Make the newline boundary overlay
16824 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16825 (comint-output-filter): Use `insert' instead of
16826 `insert-before-markers'. Extend comint-last-output-overlay when
16827 necessary since we can't rely on insert-before-markers to do it.
16828 * gud.el (gud-filter): Use `with-current-buffer' instead of
16829 save-excursion when inserting the output, so that point gets
16830 updated correctly; the old method relied on a rather dodgy
16831 side-effect of comint-output-filter to avoid the effect of
16832 save-excursion.
16833
16834 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16835
16836 * files.el (recover-file): Call insert-directory instead of
16837 invoking `ls' directly.
16838
16839 2000-08-10 Miles Bader <miles@gnu.org>
16840
16841 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16842 (comint-last-prompt-overlay): New variables.
16843 (comint-output-filter): Implement prompt highlighting.
16844 (comint-snapshot-last-prompt): New function.
16845 (comint-send-input): Snapshot the last prompt.
16846 Use comint-highlight-input-face.
16847 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16848 Use defface instead of defcustom.
16849 (send-invisible, comint-send-eof): Snapshot the last prompt.
16850 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16851 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16852
16853 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16854
16855 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16856 (regexp-opt-group): Use a list of chars for `letters'.
16857 (regexp-opt-charset): `chars' is now a list of chars.
16858 Use a char-table rather than a vector so it works for multibyte chars.
16859
16860 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16861 Set cvs-minor-current-files to the selected fileinfo.
16862 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16863 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16864
16865 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16866
16867 * files.el (insert-directory): Don't call access-file on
16868 directories on DOS and Windows.
16869
16870 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16871
16872 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16873 longer if necessary.
16874 (ccl-embed-code): Call ccl-embed-data to store CODE in
16875 ccl-program-vector.
16876
16877 2000-08-09 Miles Bader <miles@gnu.org>
16878
16879 * comint.el (comint-output-filter): Properly handle the case where
16880 the text surrounded by comint-last-output-overlay was deleted.
16881
16882 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16883
16884 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16885 non-nil.
16886 (Info-file-list-for-emacs): Remove "info" from the list because
16887 that leads to trying to use the documentation from file `info'
16888 in various situations where it isn't appropriate, for instance
16889 C-h C-k C-h i.
16890
16891 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16892 DIR and/or STRING are nil.
16893
16894 * progmodes/compile.el (compilation-setup): Make variable
16895 compilation-error-screen-columns buffer-local, as some comment
16896 in the code suggests it should be.
16897
16898 * files.el (auto-mode-interpreter-regexp): New variable.
16899 (set-auto-mode): Use it.
16900
16901 * indent.el (indent-for-tab-command): Doc fix.
16902
16903 * mouse-sel.el (mouse-sel-mode): Doc fix.
16904
16905 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16906 labels.
16907
16908 * help.el (print-help-return-message): When
16909 display-buffer-reuse-frames is set, let the help window been quit,
16910 instead of deleting it, which might delete a reused frame.
16911
16912 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16913
16914 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16915 rename a directory to a name that differs only by its letter case.
16916
16917 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16918
16919 * international/quail.el (quail-define-rules): Handle Quail decode
16920 map correctly. Add code for supporting annotations.
16921 (quail-install-decode-map): New function.
16922 (quail-defrule-internal): New optional arguments decode-map and
16923 props.
16924 (quail-advice): New function.
16925
16926 2000-08-07 Sam Steingold <sds@gnu.org>
16927
16928 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16929 `defconst', `define-condition', `with-slots'.
16930 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16931
16932 2000-08-03 Miles Bader <miles@gnu.org>
16933
16934 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16935 New variable.
16936 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16937 comint-use-prompt-regexp-instead-of-fields.
16938 (comint-send-input): Add `input' field property to stuff we send to
16939 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16940 (comint-output-filter): Add `output' field property to process
16941 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16942 (comint-replace-by-expanded-history)
16943 (comint-get-old-input-default, comint-show-output)
16944 (comint-backward-matching-input, comint-forward-matching-input)
16945 (comint-next-prompt, comint-previous-prompt): Use field
16946 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16947 (comint-line-beginning-position): New function.
16948 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16949 (comint-replace-by-expanded-history-before-point): Use
16950 comint-line-beginning-position and line-end-position.
16951 (comint-last-output-overlay): New variable.
16952 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16953
16954 * shell.el (shell-prompt-pattern): Doc change.
16955 (shell-backward-command): Use line-beginning-position.
16956
16957 * gud.el (gud-gdb-complete-command): Use
16958 comint-line-beginning-position.
16959
16960 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16961 comint-bol doesn't actually go to the beginning of the line.
16962
16963 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16964 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16965 (try-expand-line-all-buffers): Likewise.
16966
16967 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16968 explicitly matching comint-prompt-regexp.
16969 (sql-copy-column): Use comint-line-beginning-position instead of
16970 explicitly matching comint-prompt-regexp.
16971
16972 * progmodes/octave-inf.el (inferior-octave-complete): Use
16973 comint-line-beginning-position.
16974
16975 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16976
16977 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16978 looking for a prompt, use `forward-line 0' instead of
16979 `beginning-of-line', to avoid getting caught by an input field.
16980
16981 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16982
16983 * files.el (shell-quote-wildcard-pattern): Make sure to return
16984 PATTERN, in the Unix case.
16985
16986 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16987
16988 * play/zone.el (zone): Discard any pending input before running
16989 the randomly-chosen pgm.
16990
16991 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16992
16993 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16994 checking the existence of any multibyte characters.
16995
16996 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16997
16998 * help.el (describe-mode): Test minor-mode symbol for being
16999 bound before testing its value for being nil.
17000
17001 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
17002 `first', `second', and `third'.
17003
17004 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
17005 (second): Make it an alias for `cadr'.
17006
17007 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
17008
17009 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
17010 types of display support faces now.
17011
17012 2000-08-05 Gerd Moellmann <gerd@gnu.org>
17013
17014 * pcvs.el (require): Require `cl' during compilation, only.
17015
17016 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
17017 (toplevel): Remove `remq' and `remove' from autoloads.
17018 (cl-fake-autoloads): New variable. If set, arrange for an error
17019 when CL functions etc. are autoloaded.
17020
17021 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
17022
17023 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
17024
17025 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
17026 popped up, but the user clicks outside the menu, return an empty
17027 regexp (that causes unhighlight-regexp to have no effect).
17028
17029 * menu-bar.el (menu-bar-games-menu): Add Zone.
17030
17031 * hi-lock.el (toplevel): Require font-lock.
17032
17033 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17034
17035 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
17036 (ebnf-8-bit-chars): New var for bug fix.
17037 (ebnf-string): Bug fix.
17038
17039 2000-08-03 Sam Steingold <sds@gnu.org>
17040
17041 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
17042 instead of `buffer-string'.
17043 (require 'cl): Always, not just when compiling.
17044 `ignore-errors' in `interactive', `list*', `defun*' &c make this
17045 necessary.
17046
17047 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
17048
17049 * international/mule-cmds.el (select-safe-coding-system): Make
17050 the message text about selecting a safe coding system more clear.
17051
17052 2000-08-02 Gerd Moellmann <gerd@gnu.org>
17053
17054 * hi-lock.el: New file.
17055
17056 * play/zone.el: New file.
17057
17058 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17059 value of tab-width in the original buffer. Choose a line number
17060 format that's a multiple of the original buffer's tab width, so
17061 that lines appear right.
17062
17063 * textmodes/ispell.el (ispell): New function, replacing an alias.
17064 Spell-check active region if in transient-mark-mode and mark
17065 is active; otherwise spell-check buffer.
17066
17067 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17068
17069 * ps-mule.el: Fix a customization problem on
17070 ps-mule-font-info-database-default.
17071
17072 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17073
17074 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17075 display-mouse-p instead of window-system.
17076 (ebrowse-member-mode-map): Ditto.
17077
17078 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17079
17080 * progmodes/ebnf2ps.el: Update ps-print functions call.
17081 Indentation fix. Doc fix.
17082 (ebnf-version): New version number (3.2).
17083 (ebnf-format-color, ebnf-begin-job): Code fix.
17084
17085 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17086
17087 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17088 font lock support on window-system.
17089 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17090
17091 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17092 display-color-p, if fboundp, instead of window-system.
17093
17094 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17095
17096 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17097 instead of window-system.
17098
17099 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17100 window-system.
17101 (widget-choice-mouse-down-action): Use display-popup-menus-p
17102 instead of window-system.
17103
17104 * strokes.el (strokes-file): Run the file name through
17105 convert-standard-filename.
17106 (strokes-mode): Call display-mouse-p instead of looking at
17107 window-system. Change the error message accordingly.
17108
17109 * progmodes/cpp.el (toplevel): Support faces on tty's.
17110
17111 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17112 (lm-plot-square, lm-init-display): Don't use window-system.
17113
17114 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17115 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17116
17117 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17118 instead of looking at window-system.
17119
17120 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17121
17122 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17123 of testing if iswitchb-prepost-hooks is bound, because the
17124 latter will always be true when invoking a recursive minibuffer
17125 from an active Iswitchb buffer.
17126
17127 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17128
17129 * files.el (shell-quote-wildcard-pattern): New function.
17130 (insert-directory): Call it. Only prepend "\" to command on Unix
17131 and GNU/Linux systems.
17132
17133 2000-07-30 Gerd Moellmann <gerd@gnu.org>
17134
17135 * eshell/esh-groups.el: Change custom :link file names
17136 from `eshell.info' to `eshell'.
17137
17138 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17139
17140 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17141 correctly in recursive ange-ftp listings.
17142
17143 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17144
17145 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17146 ps-header-font-size-internal and
17147 ps-header-title-font-size-internal variables are not set,
17148 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17149 face text property is (foreground-color . COLOR) or
17150 `(background-color . COLOR)', ps-print crashes. Doc fix.
17151 (ps-print-version): New version number (5.2.4).
17152 (ps-plot-region): Code fix.
17153 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17154 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17155 Bug fix 2.
17156
17157 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
17158
17159 * glasses.el (glasses-make-readable): Fix uncapitalization of
17160 identifiers like `myXMLDocument'.
17161
17162 2000-07-28 Karl Fogel <kfogel@red-bean.com>
17163
17164 * mail/mail-hist.el (mail-hist-previous-input)
17165 (mail-hist-next-input): Do the obvious code factorization.
17166 (mail-hist-retrieve-and-insert): New func, contains common
17167 code of above two.
17168 If inserting a message body, leave point at top.
17169
17170 2000-07-28 Sam Steingold <sds@gnu.org>
17171
17172 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17173 Use `<=', not `<' to compare times!
17174 (ange-ftp-ls): Remove.
17175
17176 2000-07-27 Gerd Moellmann <gerd@gnu.org>
17177
17178 * play/cookie1.el: Add explanation of how to make cookie.el
17179 compatible with strfile(1) to comment.
17180
17181 * subr.el (remove, remq): New functions.
17182
17183 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17184 escape `*' in regexps.
17185 (midnight-find): Reverse order of arguments in the funcall of
17186 TEST.
17187
17188 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17189 and `.class'.
17190
17191 * play/meese.el: Add Commentary section.
17192
17193 2000-07-27 Alex Schroeder <alex@gnu.org>
17194
17195 * sql.el (sql-ms): Added autoload cookie.
17196 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17197 (sql-oracle): Ditto.
17198 (sql-help): Doc change.
17199
17200 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17201 types and exceptions.
17202
17203 2000-07-27 Alex Schroeder <alex@gnu.org>
17204
17205 * sql.el (sql-placeholder-history): New variable.
17206 (sql-query-placeholders-and-send): New function that will query
17207 the user and replace placeholders with user input.
17208 (sql-oracle): If running on NT, set comint-input-sender to
17209 sql-query-placeholders-and-send.
17210
17211 (sql-stop): If in the SQLi buffer, insert stop notification, else
17212 present it as a message.
17213
17214 2000-07-27 Alex Schroeder <alex@gnu.org>
17215
17216 * sql.el (sql-input-ring-separator): Doc change.
17217 (sql-input-ring-file-name): Doc change.
17218 (sql-interactive-mode): Use `sql-input-ring-separator' and
17219 `sql-input-ring-file-name' to set the comint-mode equivalents
17220 without making them local variables.
17221 (sql-stop): Don't bind `sql-input-ring-separator' and
17222 `sql-input-ring-file-name' dynamically to their comint-mode
17223 equivalents.
17224
17225 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17226
17227 * international/mule.el (register-char-codings): New function.
17228 (make-coding-system): Handle `safe-chars' specification in the arg
17229 PROPERTY.
17230
17231 * international/mule-cmds.el
17232 (find-coding-systems-region-subset-p): This function deleted.
17233 (sort-coding-systems-predicate): New variable.
17234 (sort-coding-systems): New function.
17235 (find-coding-systems-region): Use
17236 find-coding-systems-region-internal.
17237 (find-coding-systems-string): Use find-coding-systems-region.
17238 (find-coding-systems-for-charsets): Check
17239 char-coding-system-table.
17240 (select-safe-coding-system-accept-default-p): New variable.
17241 (select-safe-coding-system): Mostly rewritten. New argument
17242 ACCEPT-DEFAULT-P.
17243 (select-message-coding-system): Call select-safe-coding-system
17244 with ACCEPT-DEFAULT-P arg.
17245 (reset-language-environment): Reset default-sendmail-coding-system
17246 to the default value iso-latin-1.
17247 (set-language-environment): Don't set the obsolete variable
17248 charset-origin-alist.
17249
17250 * international/codepage.el (cp-coding-system-for-codepage-1):
17251 Give `safe-chars' property to make-coding-system.
17252
17253 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17254 calling select-message-coding-system twice.
17255
17256 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17257 instead of `safe-charsets'.
17258 (cyrillic-alternativnyj): Likewise.
17259 (ccl-encode-alternativnyj): Don't check the charset
17260 cyrillic-iso8859-5.
17261
17262 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17263
17264 * composite.el (compose-chars-after): Preserve match data.
17265
17266 2000-07-26 Sam Steingold <sds@gnu.org>
17267
17268 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17269 (ange-ftp-real-file-newer-than-file-p): New function.
17270 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17271 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17272
17273 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17274 * midnight.el (midnight-float-time): Ditto.
17275
17276 2000-07-26 Andreas Schwab <schwab@suse.de>
17277
17278 * files.el (normal-backup-enable-predicate): Correct
17279 interpretation of the return value of compare-strings.
17280
17281 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17282
17283 * isearch.el (isearch-resume): New function.
17284 (isearch-done): Add something to command-history to resume
17285 the search.
17286 (isearch-yank-line, isearch-yank-word): Use
17287 buffer-substring-no-properties instead of buffer-substring.
17288
17289 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17290 of flyspell-mouse-map.
17291
17292 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17293 duplicate definition.
17294 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17295
17296 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17297 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17298
17299 2000-07-25 Sam Steingold <sds@gnu.org>
17300
17301 * net/ange-ftp.el: Get modtime over the net.
17302 (ange-ftp-file-modtime): New function.
17303 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17304 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17305 Use it.
17306 (ange-ftp-dot-to-slash): New function.
17307 (ange-ftp-fix-name-for-vms): Use it.
17308
17309 * midnight.el (midnight-buffer-display-time): Use
17310 `with-current-buffer'.
17311
17312 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17313
17314 * find-dired.el: Update copyright notice.
17315 (find-dired): Offer to kill a running `find'.
17316
17317 * enriched.el (enriched-face-ans): For a `foreground-color'
17318 property, return '(("x-color" COLOR))' so that COLOR will be
17319 output as a parameter of the x-color annotation. Likewise for the
17320 `background-color' property. In the case of normal face
17321 properties, don't return annotations for unspecified foreground
17322 and background face attributes.
17323
17324 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17325
17326 * language/japan-util.el (japanese-katakana-region): Fix handling
17327 HANKAKU argument.
17328
17329 2000-07-25 Miles Bader <miles@gnu.org>
17330
17331 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17332 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17333 constrain-to-field.
17334
17335 2000-07-24 Andrew Innes <andrewi@gnu.org>
17336
17337 * timer.el (timer-activate-when-idle): Add optional parameter
17338 DONT-WAIT. Update docstring.
17339 (run-with-idle-timer): Specify extra parameter to
17340 timer-activate-when-idle, so that timer will be activated
17341 immediately if Emacs is already idle.
17342
17343 * w32-fns.el (w32-using-nt): Fix docstring.
17344
17345 2000-07-24 Dave Love <fx@gnu.org>
17346
17347 * mouse.el (popup-menu): Set last-command-event.
17348 (mouse-major-mode-menu-prefix): Declare.
17349
17350 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17351
17352 * textmodes/flyspell.el: Update to author's version 1.5d.
17353
17354 * progmodes/hideshow.el: Update copyright notice.
17355
17356 * vcursor.el: Set maintainer to FSF, since author cannot
17357 be reached.
17358
17359 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17360
17361 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17362 the prompt.
17363
17364 * mouse.el (popup-menu): Run the keymap through indirect-function,
17365 in case it was defined with define-prefix-key. If the menu is a
17366 list of keymaps, look up the binding of user's choice in each one
17367 of the keymaps.
17368 (mouse-popup-menubar): If the global and local menu-bar keymaps
17369 don't have a prompt string, create one and insert it into the
17370 keymap. Don't barf if current-local-map returns nil.
17371
17372 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17373
17374 * dired.el (dired-sort-R-check): Added to allow recursive listing
17375 to be undone.
17376 (dired-sort-other): Use it.
17377
17378 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17379
17380 * Release of cc-mode 5.27
17381
17382 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17383
17384 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17385 c-beginning-of-statement-1 that caused a bad case of recursion
17386 which could consume a lot of CPU in large classes in languages
17387 that have in-expression classes (i.e. Java and Pike).
17388
17389 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17390 statements before top level constructs (i.e. case 6 is moved
17391 before case 5 and is now case 4) to catch in-expression
17392 classes in top level expressions correctly.
17393
17394 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17395
17396 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17397 objc-method-intro. Case 4 removed and case 5I added.
17398
17399 * cc-langs.el (c-append-paragraph-start): New variable used by
17400 c-common-init to get paragraph-start correct.
17401 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17402 initialize paragraph-start to make it correct both with and
17403 without the javadoc special case.
17404
17405 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17406 initialize paragraph-start for javadoc markup.
17407
17408 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17409 change by defaulting this to t. It's motivated by the
17410 confusing behavior that otherwise arise from the style system
17411 when editing both java and non-java files at the same time
17412 (see the comments about style setting in c-common-init).
17413
17414 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17415
17416 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17417 similar to the one in c-fill-paragraph to check the fill
17418 prefix from the adaptive fill function for sanity.
17419
17420 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17421
17422 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17423 defun block.
17424
17425 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17426
17427 * cc-align.el (c-lineup-multi-inher): Handle lines with
17428 leading comma nicely. Extended to handle member initializers
17429 too.
17430
17431 * cc-engine.el: (c-beginning-of-inheritance-list,
17432 c-guess-basic-syntax): Fixed recognition of inheritance lists
17433 when the lines begins with a comma.
17434
17435 * cc-vars.el (c-offsets-alist): Changed default for
17436 member-init-cont to c-lineup-multi-inher since it now handles
17437 member initializers and indents better for leading commas.
17438
17439 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17440
17441 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17442 handling that caused class open lines to be recognized as
17443 statement-conts in some cases.
17444
17445 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17446 guessed by the adaptive fill function unless point is on the
17447 first line of a block comment.
17448
17449 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17450 when the buffer ends with a macro continuation char.
17451
17452 * cc-engine.el (c-guess-basic-syntax): Added support for
17453 function definitions as statements in Pike. The first
17454 statement in a lambda block is now labeled defun-block-intro
17455 instead of statement-block-intro.
17456
17457 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17458 so that the class surrounding point is selected, not the one
17459 innermost in the state.
17460
17461 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17462 recognition of switch labels having hanging multiline
17463 statements.
17464
17465 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17466 some code in c-guess-basic-syntax to a separate function.
17467 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17468 recognition of member inits with multiple line arglists.
17469 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17470 member-init-cont when the commas are in funny places.
17471
17472 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17473
17474 * cc-defs.el (c-auto-newline): Removed this macro since it's
17475 not used anymore.
17476
17477 * cc-engine.el (c-looking-at-bos): New helper function.
17478 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17479 inexpr and toplevel classes apart in Pike.
17480
17481 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17482 of case 9A.
17483
17484 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17485 constant, since "class" can introduce an in-expression class
17486 in Pike nowadays.
17487
17488 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17489
17490 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17491 indentation on cpp-macro lines.
17492
17493 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17494 a syntax modifier like comment-intro, to make it possible to
17495 get syntactic indentation for preprocessor directives. It's
17496 incompatible wrt to lineup functions on cpp-macro, but it has
17497 no observable effect in the 99.9% common case where cpp-macro
17498 is set to -1000.
17499
17500 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17501
17502 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17503 member-init-cont when the preceding arglist is several lines.
17504
17505 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17506
17507 * cc-styles.el (c-style-alist): The basic offset for the BSD
17508 style corrected to 8.
17509
17510 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17511
17512 * cc-styles.el (c-style-alist): Adjusted the indentation of
17513 brace list openers in the gnu style.
17514
17515 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17516
17517 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17518
17519 * cc-cmds.el (c-electric-brace, c-electric-slash,
17520 c-electric-star, c-electric-semi&comma, c-electric-colon,
17521 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17522 when c-syntactic-indentation is nil.
17523
17524 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17525 we were left at comments preceding the first statement when
17526 reaching the beginning of the buffer.
17527
17528 * cc-vars.el (c-syntactic-indentation): New variable to turn
17529 off all syntactic indentation.
17530
17531 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17532
17533 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17534 between the text and the block comment ender when it hangs,
17535 depending on how many there are before the fill.
17536
17537 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17538
17539 * cc-engine.el (c-beginning-of-closest-statement): New helper
17540 function to go back to the closest preceding statement start,
17541 which could be inside a conditional statement.
17542 * cc-engine.el (c-guess-basic-syntax): Use
17543 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17544
17545 * cc-engine.el (c-guess-basic-syntax): Better handling of
17546 arglist-intro, arglist-cont-nonempty and arglist-close when
17547 the arglist is nested inside parens. Cases 7A, 7C and 7F
17548 changed.
17549
17550 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17551 up-to-date with javadoc 1.2.
17552
17553 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17554
17555 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17556 multiline Pike type decls.
17557
17558 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17559
17560 * cc-cmds.el (c-indent-new-comment-line): Always break
17561 multiline comments in multiline mode, regardless of
17562 comment-multi-line.
17563
17564 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17565
17566 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17567 fully::qualified::names in C++ member init lists. Preamble in
17568 case 5D changed.
17569
17570 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17571
17572 * cc-langs.el (c-common-init): Handling of obsolete variables
17573 moved to c-initialize-cc-mode. More compatible style override
17574 when using global style variables.
17575 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17576 variables moved here.
17577
17578 * cc-styles.el (c-make-styles-buffer-local): Flag style
17579 variable localness in c-style-variables-are-local-p to make
17580 the compatibility measure in c-common-init work well.
17581
17582 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17583 longer contain set-from-style.
17584 * cc-styles.el (c-initialize-builtin-style): Don't check for
17585 set-from-style on c-special-indent-hook.
17586 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17587 copy-alist is sufficient now.
17588
17589 * cc-styles.el (c-set-style, c-set-style-1,
17590 c-get-style-variables): Fixes to variable initialization so
17591 that duplicate entries in styles have the same effect
17592 regardless of DONT-OVERRIDE.
17593
17594 * cc-styles.el (c-set-style-2): Fixed bug where the
17595 initialization of inheriting styles failed when the
17596 dont-override flag is set.
17597
17598 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17599 on this.
17600
17601 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17602
17603 * cc-defs.el (c-forward-comment): Removed the workaround
17604 introduced in 5.38 since it had worse side-effects. If a line
17605 contains the string "//\"", it regarded the // as a comment
17606 start since the \ temporarily doesn't have escape syntax.
17607
17608 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17609
17610 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17611 ada-xref.el before ada-prj.el, so that the Project menu is created
17612 when ada-prj tries to add to it.
17613 (ada-activate-keys-for-case): Suppress the characters that are not
17614 part of the Ada syntax. Better compatibility with else-mode
17615 (ada-adjust-case-interactive): When auto-casing is not active,
17616 correctly insert newlines (used to insert only ^M). Prevent the
17617 syntax table from being changed in case of an error
17618 (or '_' becomes part of a word and some commands are confused).
17619 Do nothing if ada-auto-case is nil.
17620 (ada-after-keyword-p): Ignore keywords that are also attributes
17621 (ada-batch-reformat): Update usage comment
17622 (ada-call-from-contextual-menu): New function
17623 (ada-case-read-exceptions): Reinitialize the casing exception list
17624 first to nil first, so that the casing exception file can be
17625 shared.
17626 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17627 files.
17628 (ada-compile-goto-error): Fix regexp used to detect a file:line
17629 anywhere in the error message
17630 (ada-contextual-menu-last-point): New variable
17631 (ada-create-keymap): If the variable delete-key-deletes-forward is
17632 t on XEmacs, it means that DEL should delete one character
17633 forward.
17634 (ada-create-menu): Use :included instead of :visible for XEmacs.
17635 New submenu "Options".
17636 (ada-end-stmt-re): Correctly indent "select ... then abort"
17637 statements.
17638 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17639 even if they don't match ada-fill-comment-prefix Fix handling of
17640 paragraphs on the first or last line of a file.
17641 (ada-format-paramlist): Fix handling of default parameter values.
17642 (ada-get-body-name): New function.
17643 (ada-get-current-indent): Optimized by searchling directly for an
17644 existing generic part or a statement outside of it. Handle
17645 ada-indent-align-comments when indenting comments Replaced some
17646 regexps by testing directly the next character. This results in a
17647 huge speedup on some files. New indentation scheme for renames
17648 statements. Stop looking for the 'while' or 'for' associated with
17649 a 'loop' at the first semicolon encountered. A "return" can also
17650 match an anonymous access subprogram declaration.
17651 (ada-get-indent-noindent): Ignore strings and comments when
17652 looking for the keywords "record" and "private".
17653 (ada-goto-matching-decl-start): When matching "if", make sure we
17654 are not in fact seeing "end if". Ignore "when" statements except
17655 when initial keyword was "begin". Fix handling of nested
17656 procedures. Add a recursive call to this function to skip over
17657 other 'end' statmts. Fix indentation for "when .. => begin"
17658 (ada-in-open-paren-p): Fix indentation for complex boolean
17659 expressions, where 'and then', 'or else' and parenthesis
17660 statements are mixed up.
17661 (ada-in-paramlist-p): Skip comments while searching for the
17662 beginning Fix handling of operator declarations.
17663 (ada-indent-align-comments): New variable
17664 (ada-indent-current): Change the syntax table only in the
17665 protected section, so that we are sure it is restored correctly.
17666 (ada-indent-on-previous-lines): Use ada-use-indent and
17667 ada-with-indent Correctly indent "select ... then"
17668 (ada-indent-region): Slight speedup.
17669 (ada-indent-renames): New variable.
17670 (ada-last-which-function-subprog, ada-last-which-function-line):
17671 New variables
17672 (ada-looking-at-semi-private): Correctly indent the 'private'
17673 keyword when it is the first word in a package declaration.
17674 (ada-loose-case-word): Stop searching if at the end of the buffer.
17675 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17676 even if point is not initially at the end of the word.
17677 (ada-matching-decl-start-re): Add "when".
17678 (ada-mode): Add support for abbrev-mode, outline-mode and
17679 which-func-mode Override the old find-file.el entry in
17680 ff-special-constructs since it is using the obsolete
17681 ada-spec-suffix variable
17682 (ada-no-auto-case): New function
17683 (ada-scan-paramlist): When parsing the argument type, accept
17684 spaces (as in "X 'Class", generated by Rational Rose).
17685 (ada-other-file-name): No longer loads the other file.
17686 (ada-popup-menu): Save and restore the current buffer and cursor
17687 position before and after displaying the menu.
17688 (ada-search-ignore-complex-boolean): New function.
17689 (ada-uncomment-region): Emacs21 already knows how to delete
17690 comments not starting in the first column.
17691 (ada-use-indent): New variable
17692 (ada-which-function): New function.
17693 (ada-with-indent): New variable
17694 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17695 can be batch-compiled from the command line.
17696
17697 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17698 Add to the menu when the file is loaded, not in ada-mode-hook.
17699 Add -toolbar to the default ddd command Switches moved from
17700 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17701 ada-prj-default-comp-opt
17702 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17703 Reference Manual to the menu
17704 (ada-check-current): rewritten as a call to ada-compile-current
17705 (ada-compile): Removed.
17706 (ada-compile-application, ada-compile-current, ada-check-current):
17707 Set the compilation-search-path so that compile.el automatically
17708 finds the sources in src_dir. Automatic scrollong of the
17709 compilation buffer. C-uC-cC-c asks for confirmation before
17710 compiling
17711 (ada-compile-current): New parameter, prj-field
17712 (ada-complete-identifier): Load the .ali file before doing
17713 processing
17714 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17715 conform to gnatmake's behavior.
17716 (ada-find-file-in-dir): New function
17717 (ada-find-references): Set the environment variables for gnatfind
17718 (ada-find-src-file-in-dir): New function.
17719 (ada-first-non-nil): Removed
17720 (ada-gdb-application): Add support for jdb, the java debugger.
17721 (ada-get-ada-file-name): Load the original-file first if not done
17722 yet.
17723 (ada-get-all-references): Handles the new ali syntax (parent types
17724 are found between <>).
17725 (ada-initialize-runtime-library): New function
17726 (ada-mode-hook): Always load a project file when a file is opened,
17727 so that the casing exceptions are correctly read.
17728 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17729 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17730 to open the project file, since the latter does not work with
17731 speedbar Get default values before loading the prj file, or the
17732 default executable file name is wrong. Use the absolute value of
17733 src_dir to initialize ada-search-directories and
17734 compilation-search-path,... Add the standard runtime library to
17735 the search path for find-file.
17736 (ada-prj-default-debugger): Was missing an opening '{'
17737 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17738 variables.
17739 (ada-prj-default-gnatmake-opt): New variable
17740 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17741 buffers, the project file is the default one Save the windows
17742 configuration before displaying the menu.
17743 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17744 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17745 ...) regexp-quote identifiers names to support operators +,
17746 -,... in regexps.
17747 (ada-remote): New function.
17748 (ada-run-application): Erase the output buffer before starting the
17749 run Support remote execution of the application. Use
17750 call-process, or the arguments are incorrectly parsed
17751 (ada-set-default-project-file): Reread the content of the active
17752 project file, not the one from the current buffer When a project
17753 file is set as the default project, all directories are
17754 automatically associated with it.
17755 (ada-set-environment): New function
17756 (ada-treat-cmd-string): New special variable ${current}
17757 (ada-treat-cmd-string): Revised. The substitution is now done for
17758 any ${...} substring
17759 (ada-xref-current): If no body was found, compiles the spec
17760 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17761 compiler to get rid of command line length limitations.
17762 (ada-xref-get-project-field): New function
17763 (ada-xref-project-files): New variable
17764 (ada-xref-runtime-library-specs-path)
17765 (ada-xref-runtime-library-ali-path): New variables
17766 (ada-xref-set-default-prj-values): Default run command now does a
17767 cd to the build directory. New field: main_unit Provide a default
17768 file name even if the current buffer has no prj file.
17769
17770 * ada-prj.el:
17771 Rewritten to show a tabbed-dialog.
17772 (ada-prj-add-ada-menu): Remove the map and name parameters.
17773 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17774 New function
17775 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17776 (ada-prj-load-from-file): New function
17777 (ada-prj-save): Always save fields that depend on the current buffer
17778 (ada-prj-show-value): New function
17779
17780 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17781 Ada mode. This will allow us to display the Ada menu in any buffer
17782 we want (for project items).
17783 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17784 number of spaces in the header.
17785
17786 2000-07-24 Dave Love <fx@gnu.org>
17787
17788 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17789
17790 2000-07-23 Noah Friedman <friedman@splode.com>
17791
17792 * type-break.el (type-break): perform autosave.
17793 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17794 (type-break-do-query): Cancel query schedule while performing
17795 actual query, to avoid possibility of a second query being made
17796 while first one is already in progress.
17797 (type-break-time-stamp-format): New variable.
17798 (type-break-time-stamp): New function.
17799 (type-break-time-warning): Use it.
17800 (type-break-keystroke-warning): Use it.
17801 (type-break-noninteractive-query): Use it.
17802
17803 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17804 cookie.
17805 Use add-minor-mode to set minor-mode-alist, if available.
17806 (eldoc-echo-area-use-multiline-p): New user option.
17807 (eldoc-echo-area-multiline-supported-p): New variable.
17808 (eldoc-docstring-format-sym-doc): Use them.
17809 (eldoc-mode): If not using idle timers, append to local post and
17810 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17811 (eldoc-display-message-no-interference-p): Don't interfere with
17812 edebug.
17813 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17814 (eldoc-function-arglist): New function.
17815 (eldoc-function-argstring): Use it.
17816
17817 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17818 auto save directory exists before calling directory-files.
17819
17820 2000-07-23 Dave Love <fx@gnu.org>
17821
17822 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17823 ^o, ^u.
17824
17825 2000-07-21 Dave Love <fx@gnu.org>
17826
17827 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17828 now passed to the function. It now works properly.
17829
17830 * smerge-mode.el (smerge-mode-menu): Fill it out.
17831
17832 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17833
17834 * info-look.el (info-lookup): If *info* is shown in another frame
17835 on the same display, select that frame, instead of switching to
17836 the Info buffer in another window of the selected frame.
17837
17838 * simple.el (universal-argument-map): Bind numeric keypad keys
17839 kp-0 to kp-9 and kp-subtract.
17840 (digit-argument): Handle these keys.
17841
17842 2000-07-20 Dave Love <fx@gnu.org>
17843
17844 * net/goto-addr.el (goto-address-fontify): Don't bother with
17845 buffer-modified and read-only stuff -- irrelevant with overlays.
17846 Put an extra property on the overlays and use it to clean up in
17847 case goto-address is re-run.
17848
17849 2000-07-19 Richard M. Stallman <rms@gnu.org>
17850
17851 * timer.el (run-with-idle-timer): Doc fix.
17852
17853 * mail/mail-utils.el (mail-strip-quoted-names):
17854 Handle case where <...> appears inside "...".
17855 Use replace-match to edit the string more simply.
17856 (rmail-dont-reply-to): Cope with an unmatched ".
17857
17858 2000-07-19 Dave Love <fx@gnu.org>
17859
17860 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17861 implementation.
17862
17863 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17864 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17865 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17866
17867 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17868
17869 * textmodes/refer.el: Correct maintainer's email address.
17870
17871 * progmodes/hideif.el: Correct author's email address.
17872 Fix typo in comment.
17873
17874 * xml.el: New file.
17875
17876 * mail/mailheader.el: Correct author's mail address.
17877
17878 * gnus/parse-time.el: Correct author's mail address.
17879
17880 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17881
17882 * comint.el (comint-highlight-input, comint-highlight-face):
17883 New user options.
17884 (comint-input-ring-file-name): Change custom type.
17885 (comint-mode-map): Bind mouse-2.
17886 (comint-insert-clicked-input): New function.
17887 (comint-send-input): Handle input highlighting.
17888
17889 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17890
17891 * mouse.el (popup-menu): New function.
17892 (mouse-major-mode-menu): Use it.
17893
17894 2000-07-18 Dave Love <fx@gnu.org>
17895
17896 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17897 improvements.
17898
17899 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17900
17901 * faces.el (face-font-selection-order)
17902 (face-font-family-alternatives): Add custom type.
17903
17904 2000-07-18 Dave Love <fx@gnu.org>
17905
17906 * cus-edit.el (custom-variable-reset-saved)
17907 (custom-variable-reset-standard): Remove unused bindings.
17908
17909 * rect.el (open-rectangle-line): Remove unused let.
17910
17911 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17912
17913 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17914
17915 * cdl.el: Fix `Maintainer' keyword.
17916
17917 * play/pong.el: Add author's email address.
17918
17919 2000-07-17 Sam Steingold <sds@gnu.org>
17920
17921 * files.el (insert-directory): Call `split-string' instead of
17922 re-implementing it.
17923
17924 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17925
17926 * mail/vms-pmail.el: Change maintainer to FSF.
17927
17928 * net/goto-addr.el: Change maintainer to FSF.
17929
17930 * info.el (Info-title-face-alist): Removed.
17931
17932 2000-07-18 David Ponce <david@dponce.com>
17933
17934 * recentf.el (recentf-open-files): New command that works like
17935 `recentf-open-more-files', but shows the whole list of files (not just
17936 those omitted from the menu). Useful if you don't use a menu-bar!
17937 (recentf-open-more-files) Modified to use `recentf-open-files'.
17938
17939 (recentf-open-files, recentf-open-more-files)
17940 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17941
17942 (recentf-dialog-mode): New mode for dialogs. You can now just type
17943 "q" to cancel the dialogs.
17944
17945 2000-07-18 David Ponce <david@dponce.com>
17946
17947 * recentf.el: This is a major update of recentf.el. It adds new
17948 features to better organize the recentf menu and "More..." buffer.
17949
17950 Using new provided menu filtering functions you can now organize the
17951 recent files list:
17952
17953 - by major modes
17954 - by directories
17955 - by user defined rules
17956
17957 Finally, with the new `recentf-filter-changer' customizable filter you
17958 can define a ring of filters and dynamically (via the menu) cycle on
17959 each menu organization in the ring (a la msb).
17960
17961 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17962
17963 * eshell/eshell.el (eshell): Replace links to eshell.info with
17964 links to eshell, to avoid problems on systems where the manual is
17965 installed as `eshell'.
17966 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17967 * eshell/em-smart.el (eshell-smart): Ditto.
17968 * eshell/em-banner.el (eshell-banner): Ditto.
17969 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17970
17971 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17972 same-file check in the MS-DOS version (it does support inodes).
17973
17974 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17975
17976 * eshell/eshell.el (eshell-directory-name):
17977 Run default directory name through convert-standard-filename.
17978
17979 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17980
17981 * international/mule-cmds.el (select-safe-coding-system):
17982 Fix typo in the comment.
17983
17984 * language/european.el (compound-text):
17985 Force katakana-jisx0201 to be designated to G1.
17986
17987 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17988 Don't translate some national variant characters of latin-jisx0201.
17989 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17990
17991 * international/kkc.el (kkc-after-update-conversion-functions):
17992 New variable.
17993 (kkc-update-conversion): Run functions in it at the tail.
17994
17995 2000-07-16 John Wiegley <johnw@gnu.org>
17996
17997 * lisp/align.el (align-newline-and-indent):
17998 Adding new function. for auto-aligning blocks of code on RET.
17999 (align-region): Fixed badly formatted minibuffer message.
18000
18001 2000-07-17 Kenichi Handa <handa@etl.go.jp>
18002
18003 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
18004 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
18005 the conversion list at first if appropriate.
18006 (kkc-next): Don't update kkc-next-count here.
18007 (kkc-prev): Don't update kkc-prev-count here.
18008 (kkc-show-conversion-list-update): Fix setting up of conversion
18009 list message.
18010
18011 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
18012
18013 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
18014
18015 2000-07-16 Dave Love <fx@gnu.org>
18016
18017 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
18018 function to be more specific.
18019
18020 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
18021 non-string help-echo.
18022 (widget-types-convert-widget): Defsubst it.
18023 (widget-echo-help): Try to cope with a help-echo function of two
18024 possible sorts.
18025
18026 2000-07-15 Jason Rumney <jasonr@gnu.org>
18027
18028 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
18029 Declare as obsolete.
18030
18031 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
18032
18033 2000-07-14 Gerd Moellmann <gerd@gnu.org>
18034
18035 * hilit-chg.el: Fix typo.
18036
18037 2000-07-14 Dave Love <fx@gnu.org>
18038
18039 * info.el (Info-mode-menu): Fix use of :help, :enable.
18040
18041 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
18042
18043 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
18044
18045 2000-07-13 Dave Love <fx@gnu.org>
18046
18047 * emacs-lisp/easymenu.el: Doc fixes.
18048 (easy-menu-remove): Defalias to ignore.
18049
18050 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18051 Call throw correctly.
18052
18053 2000-07-13 Gerd Moellmann <gerd@gnu.org>
18054
18055 * faces.el (frame-background-mode): Doc fix.
18056
18057 * simple.el (eval-expression-print-length): Change custom type to
18058 allow entering nil as value.
18059
18060 2000-07-13 Dave Love <fx@gnu.org>
18061
18062 * progmodes/fortran.el (fortran-imenu-generic-expression):
18063 Change definition layout.
18064 (fortran-mode-menu): Reinstate customize entries.
18065
18066 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18067 Use :filter, per old XEmacs code.
18068
18069 2000-07-12 Gerd Moellmann <gerd@gnu.org>
18070
18071 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18072 event when deciding what to send to the terminal.
18073
18074 2000-07-12 Dave Love <fx@gnu.org>
18075
18076 * cus-start.el: Add optional version as 4th element of specs and
18077 use it for several things new in v21. Remove load-path. Fix type
18078 of line-number-display-limit.
18079
18080 2000-07-11 Dave Love <fx@gnu.org>
18081
18082 * progmodes/fortran.el: Don't require easymenu.
18083 Use repeat counts in various regexps.
18084 (fortran-mode-syntax-table): Defvar directly.
18085 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18086 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18087 Use defvar, not defconst.
18088 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18089 (fortran-mode): Set fortran-comment-line-start-skip,
18090 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18091 (fortran-comment-indent): Use defsubst.
18092 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18093 Use fortran-comment-indent, not fortran-comment-indent-function.
18094 (fortran-comment-region, fortran-electric-line-number): Simplify.
18095 (fortran-auto-fill): New function.
18096 (fortran-do-auto-fill): Deleted.
18097 (fortran-find-comment-start-skip):
18098 Check for non-null comment-start-skip.
18099 (fortran-auto-fill-mode, fortran-fill-statement):
18100 Use fortran-auto-fill.
18101 (fortran-fill): Use fortran-auto-fill. Check for null
18102 comment-start-skip. Simplify final clause and use end-of-line finally.
18103
18104 * widget.el (widget-plist-member): New alias.
18105
18106 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18107
18108 * eshell/esh-module.el (toplevel): Reference
18109 byte-compile-current-file only if it is bound.
18110
18111 2000-07-10 Gerd Moellmann <gerd@gnu.org>
18112
18113 * dired.el: Don't require `dired-aux'.
18114
18115 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18116
18117 * dired-aux.el (dired-show-file-type): New function.
18118 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18119 (dired-show-file-type): Add autoload.
18120
18121 2000-07-10 Kenichi Handa <handa@etl.go.jp>
18122
18123 * international/mule-diag.el (describe-font): Adjusted for the
18124 change of fontset-info.
18125 (print-fontset): Likewise.
18126
18127 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18128
18129 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18130
18131 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18132
18133 * bindings.el: Bind `[delete]' to delete-char.
18134
18135 * dired.el (dired-find-alternate-file): New function.
18136 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18137 (toplevel): Require dired-aux when compiling.
18138 (dired-buffers): Move defvar within file to avoid compiler warning.
18139
18140 * info.el (Info-last-search): Variable removed.
18141 (Info-search-history): New variable.
18142 (Info-search): New Info-search-history.
18143
18144 * battery.el, info-look.el: Change author's mail address.
18145
18146 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18147
18148 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18149 if rmail-ignored-headers is nil.
18150 (rmail-retry-failure): Bind rmail-ignored-headers and
18151 rmail-displayed-headers to nil.
18152
18153 2000-07-06 Gerd Moellmann <gerd@gnu.org>
18154
18155 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18156 (print-region-1): Don't hard code `-h' here.
18157
18158 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18159
18160 2000-07-01 Francesco Potorti` <pot@gnu.org>
18161
18162 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18163 exim can use "your message" instead of "the message".
18164
18165 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18166
18167 * facemenu.el: Docstrings fixes.
18168 (facemenu-get-face): Don't use internal-find-face.
18169 (facemenu-iterate): Rename arg to match the docstring.
18170
18171 * newcomment.el (uncomment-region): Be more careful when skipping
18172 backwards over `=' not to bump into BOBP.
18173
18174 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18175
18176 * ediff-diff.el (ediff-wordify): Use syntax table.
18177 * ediff-init.el (ediff-has-face-support-p): Use
18178 ediff-color-display-p.
18179 (ediff-color-display-p): Use display-color-p, changed to defun
18180 from defsubst.
18181 Got rid of special cases for NeXT and OS/2.
18182 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18183 face.
18184
18185 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18186
18187 * emacs-lisp/lucid.el: Require CL.
18188 (copy-tree, remprop): Remove, it's provided by CL.
18189 (map-keymap): Define in terms of cl-map-keymap.
18190 (extent-property, set-extent-end-glyph): New functions.
18191
18192 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18193
18194 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18195
18196 * Makefile.in (DONTCOMPILE): Add comment that the name may
18197 not be changed without changing the make-dist script.
18198
18199 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18200 (cl-mapc): Use mapc instead of cl-old-mapc.
18201
18202 2000-07-05 Andrew Innes <andrewi@gnu.org>
18203
18204 * makefile.nt: Add support for `bootstrap' and related targets.
18205
18206 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18207
18208 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18209 (easy-menu-do-define): Use `menu-item' format.
18210 Handle case where easy-menu-create-menu returns a symbol.
18211 Manually call the potential top-level filter in the function binding.
18212 (easy-menu-filter-return): New arg NAME.
18213 Convert to a keymap if MENU is an XEmacs menu.
18214 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18215 (easy-menu-converted-items-table, easy-menu-convert-item):
18216 New var and fun to memoize easy-menu-convert-item-1.
18217 (easy-menu-do-add-item): Use it.
18218 (easy-menu-create-menu): Use easy-menu-convert-item.
18219 Wrap easy-menu-filter-return around any :filter specification.
18220 Don't convert the menu if a filter was specified.
18221 Tell easy-menu-make-symbol not to check for MENU being an expression.
18222 (easy-menu-make-symbol): New arg NOEXP.
18223
18224 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18225
18226 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18227 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18228 (eval-defun): If called with prefix arg, instrument code for
18229 Edebug.
18230
18231 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18232 similar to that of eval-defun.
18233
18234 2000-07-04 Dave Love <fx@gnu.org>
18235
18236 * hl-line.el (hl-line-overlay): Make it permanent-local.
18237
18238 * calendar/todo-mode.el: Replaced with a working version, based on
18239 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18240
18241 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18242
18243 * paths.el (prune-directory-list): New function.
18244 (Info-default-directory-list): Rewritten to more methodically
18245 enumerate a big list of possible info directories (based on the
18246 list used by the standalone info reader).
18247
18248 * info.el (info-initialize): Use prune-directory-list to remove
18249 non-existent directories from Info-directory-list.
18250
18251 * paths.el (Info-default-directory-list): Try a list of possible
18252 info-directories instead of a single one. Add the possible
18253 info directory "/usr/share/info".
18254
18255 * woman.el (woman-man.conf-path): Explicitly include the debian
18256 man-db config file "/etc/manpath.config".
18257 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18258 are present in `manpath.config'.
18259 (woman-manpath): Include "/usr/share/man".
18260
18261 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18262
18263 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18264
18265 * startup.el (command-line): Initialize blink-cursor based
18266 on window-system.
18267
18268 * frame.el (blink-cursor): Default to nil if not running under
18269 a window-system.
18270
18271 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18272 (face-x-resources): Remove duplicate entry for :font.
18273
18274 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18275 instead of cycling through windows with next-window.
18276
18277 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18278 of cycling through windows with next-window.
18279
18280 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18281 of cycling through windows with next-window.
18282
18283 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18284 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18285 instead of cycling through windows with next-window.
18286
18287 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18288 instead of cycling through windows with next-window.
18289
18290 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18291 of cycling through windows with next-window.
18292
18293 * terminal.el (te-process-output): Use walk-windows instead of
18294 cycling through windows with next-window.
18295
18296 * server.el (server-switch-buffer): Use some-window instead of
18297 cycling through windows with next-window.
18298
18299 * window.el (some-window): New function.
18300 (walk-windows): Remove reference to walk-windows-start.
18301
18302 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18303
18304 2000-07-03 Richard Stallman <rms@gnu.org>
18305
18306 * window.el (walk-windows): Guarantee termination by keeping a list
18307 of all the windows already handled.
18308
18309 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18310
18311 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18312 window-system.
18313
18314 * man.el (Man-notify-when-ready): Don't use window-system. If
18315 Man-notify-method is newframe, and the display is not
18316 multi-frame, select the frame created for the man page.
18317 (Man-init-defvars): Doc fix.
18318
18319 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18320
18321 * faces.el (region): Change background color for light background.
18322
18323 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18324 attribute from mode-line face of Ediff control frame.
18325
18326 * replace.el (query-replace-map): Bind `e' like `E'.
18327
18328 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18329
18330 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18331 Change name to "Select All".
18332
18333 * dos-fns.el (convert-standard-filename): Fix last change.
18334
18335 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18336
18337 * help.el (describe-variable): Don't insert a second `'s' in front
18338 of the string `value is shown below'. Since the syntax-table is
18339 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18340 an existing `'s', so that this won't be deleted.
18341
18342 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18343 * pcmpl-unix.el: New files.
18344
18345 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18346
18347 * wid-edit.el (widget-member): Use the new plist-member.
18348
18349 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18350
18351 * replace.el (perform-replace): Undo change of 2000-04-04.
18352 Instead, move backward 1 character at the end of the loop when
18353 necessary.
18354
18355 * faces.el (fringe): Change face for different backgrounds.
18356
18357 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18358 patch from John.
18359
18360 * eshell/*.el: Change spelling of the Free Software Foundation.
18361
18362 * eshell/esh-toggle.el: Removed.
18363
18364 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18365
18366 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18367 interactively.
18368
18369 2000-06-26 Alex Schroeder <alex@gnu.org>
18370
18371 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18372 `define-key'; instead of checking `(emacs-version)' check for
18373 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18374 for `;' and `o' which might be electric.
18375
18376 (sql-electric-stuff): New user option.
18377 (sql-magic-go): New function which uses `sql-electric-stuff'.
18378 (sql-magic-semicolon): New function which uses
18379 `sql-electric-stuff'.
18380
18381 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18382 is not fboundp.
18383
18384 (sql-oracle-options): New variable.
18385 (sql-oracle): Use it.
18386
18387 (sql-imenu-generic-expression): Doc change.
18388 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18389 is used.
18390
18391 (sql-informix): Added command line parameter "-" to force
18392 sql-informix-program to use stdout.
18393
18394 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18395
18396 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18397 (cp864-decode-table): Doc fix.
18398 (cp720-decode-table): New variable, supports the Arabic OEM
18399 codepage used by Windows.
18400 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18401
18402 2000-06-23 Dave Love <fx@gnu.org>
18403
18404 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18405 (font-lock-fontify-anchored-keywords): Use
18406 line-beginning-position.
18407 (global-font-lock-mode): Use mapc.
18408
18409 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18410
18411 * eshell/esh-module.el: Require CL when compiling.
18412
18413 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18414
18415 * comint.el (comint-substitute-in-file-name): Call replace-match
18416 with second and third arg t.
18417
18418 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18419 Specify foreground color.
18420
18421 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18422 color.
18423
18424 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18425
18426 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18427 cddr instead of cdddr.
18428
18429 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18430 instead of copy-list.
18431
18432 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18433 of copy-list.
18434
18435 * subdirs.el: Add eshell subdirectory.
18436
18437 * eshell: New subdirectory containing the Eshell package.
18438
18439 * pcomplete.el: New file.
18440
18441 2000-06-23 Paul Eggert <eggert@twinsun.com>
18442
18443 * mail/mailpost.el (post-mail-send-it): Make sure file has
18444 proper permissions from birth.
18445
18446 * files.el (basic-save-buffer-2): When temporarily setting
18447 file modes, set them to current modes plus 0200, not to 0777.
18448
18449 * emerge.el (emerge-make-temp-file): Make sure file has proper
18450 permissions from birth.
18451
18452 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18453
18454 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18455 backup file name through convert-standard-filename.
18456
18457 * dos-fns.el (convert-standard-filename): Convert leading
18458 directories as well. When long file names are supported, convert
18459 characters that are invalid in Windows file names.
18460
18461 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18462
18463 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18464 ps-print crashes. New feature: page selection for printing. Create
18465 raw-text-unix coding system for XEmacs. Doc fix.
18466 (ps-print-version): New version number (5.2.3).
18467 (ps-plot-region): Bug fix.
18468 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18469 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18470 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18471 funs.
18472 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18473 (ps-last-page): New vars.
18474
18475 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18476
18477 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18478 empty option string.
18479
18480 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18481
18482 * man.el (man): Doc fix.
18483
18484 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18485
18486 * international/mule-cmds.el (set-language-info-alist): Docstring
18487 fixed.
18488
18489 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18490
18491 * version.el (emacs-version): Use ISO date format.
18492
18493 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18494 instead of `M-backspace'.
18495
18496 * simple.el (turn-off-auto-fill): New function.
18497
18498 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18499
18500 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18501 Renamed from with-buffer-prepared-for-font-lock and use
18502 inhibit-modification-hooks rather than setting *-change-functions.
18503 Update all functions to use the new name.
18504 (jit-lock-first-unfontify-pos): New semantics (and doc).
18505 (jit-lock-mode): Make non-interactive.
18506 Don't automatically turn on font-lock.
18507 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18508 Always use jit-lock-after-change.
18509 Remove and restore font-lock-after-change-function.
18510 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18511 (jit-lock-after-unfontify-buffer): Remove.
18512 (jit-lock-stealth-fontify):
18513 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18514 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18515
18516 2000-06-20 Sam Steingold <sds@gnu.org>
18517
18518 * emacs-lisp/cl-indent.el (toplevel): Indent
18519 `print-unreadable-object' properly. Untabify.
18520
18521 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18522
18523 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18524 Support for bibentry.
18525 (reftex-compile-variables): Fixed problem with end of section-re.
18526
18527 * texmodes/reftex-dcr.el (reftex-view-crossref,
18528 reftex-view-crossref-from-bibtex):
18529 Deal with changed `reftex-find-citation-regexp-format'.
18530 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18531 Replaced `remprop' with `put'.
18532 (reftex-view-crossref, reftex-view-crossref-when-idle):
18533 Support for bibentry.
18534
18535 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18536 New entry for bibentry package.
18537
18538 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18539 Regexp also matches "\nobibliography".
18540
18541 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18542 Call `reftex-ensure-write-access' before doing anything.
18543 (reftex-ensure-write-access): New function.
18544
18545 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18546
18547 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18548
18549 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18550
18551 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18552
18553 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18554
18555
18556 2000-06-20 Dave Love <fx@gnu.org>
18557
18558 * faces.el (frame-background-mode): Use set-default, not set, in
18559 setter.
18560 (frame-update-faces, frame-update-face-colors): Define with
18561 defalias.
18562
18563 * enriched.el (enriched-decode-foreground)
18564 (enriched-decode-background): Don't use internal-find-face.
18565
18566 * apropos.el: Doc fixes.
18567
18568 * cus-edit.el (customize-changed-options): Check arg.
18569 (customize-version-lessp): Don't require decimal point.
18570
18571 * custom.el (defcustom, defgroup): Doc fix.
18572
18573 * newcomment.el (comment) <defgroup>: Add :version.
18574 (comment-multi-line): Doc fix.
18575
18576 * emulation/mlsupport.el (define-hooked-local-abbrev,
18577 define-hooked-global-abbrev): Fix, using define-abbrev.
18578
18579 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18580
18581 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18582 the whole buffer.
18583
18584 2000-06-19 Dave Love <fx@gnu.org>
18585
18586 * menu-bar.el (menu-bar-options-save): New function.
18587 (menu-bar-options-menu): Use it.
18588 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18589 Simplify.
18590
18591 2000-06-19 Andreas Schwab <schwab@suse.de>
18592
18593 * progmodes/etags.el (tags-query-replace): Put new parameters
18594 START and END at the end, for backward compatibility.
18595
18596 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18597
18598 * international/codepage.el:
18599 (cp-coding-system-for-codepage-1): Delete special codes for
18600 generating xxx-dos coding system because now a CCL based coding
18601 system can handle EOL conversion by default.
18602
18603 * international/mule.el (make-coding-system): Generate subsidiary
18604 coding systems for EOL handling variants even for a CCL based
18605 coding system.
18606
18607 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18608
18609 * international/isearch-x.el (isearch-minibuffer-input-method)
18610 (isearch-minibuffer-input-method-function): These variables
18611 deleted.
18612 (isearch-with-input-method): Don't use the above variables.
18613 (isearch-process-search-multibyte-characters): Likewise. Call
18614 read-string with the arg INHERIT-INPUT-METHOD t.
18615
18616 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18617
18618 * font-lock.el (font-lock-after-fontify-buffer)
18619 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18620
18621 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18622 Use consistent make-local-variable style for font-lock-fontified.
18623 (jit-lock-fontify-buffer):
18624 Don't bother checking for font-lock-mode and jit-lock-mode.
18625
18626 * time.el: Remove trailing ^M that prevent CVS-merging.
18627
18628 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18629
18630 * Makefile.in (distclean): New target.
18631
18632 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18633
18634 * Makefile.in (srcdir): Define for update-subdirs.
18635
18636 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18637
18638 * find-lisp.el: New file.
18639
18640 2000-06-16 Andrew Innes <andrewi@gnu.org>
18641
18642 * time.el (display-time-mail-function): New variable, to allow
18643 external packages to indicate when new mail is available.
18644 (display-time-update): Use it.
18645
18646 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18647
18648 * international/mule.el (mule-version): Change version name to
18649 SAKAKI. AOI has already been used by Meadow.
18650
18651 * international/quail.el (quail-show-guidance-buf): To find the
18652 bottom window (but minibuffer), pay attention to the height of
18653 minibuffer.
18654
18655 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18656
18657 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18658 menu-bar menus. Add help strings. Don't remove the Edit menu
18659 from the menu bar, as the menu bar has enough space now.
18660
18661 * Makefile.in (SHELL): Make sure /bin/sh is used.
18662
18663 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18664 characters, which use series of two ^H characters instead of one.
18665
18666 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18667
18668 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18669 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18670 functions.
18671 (Info-find-node-2): Try a case-sensitive search first, then
18672 do a case-insensitive search.
18673
18674 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18675 tutorials.
18676
18677 * complete.el (PC-env-vars-alist): New variable.
18678 (PC-complete-as-file-name): New function.
18679 (partial-completion-mode): Initialize PC-env-vars-alist from
18680 process-environment.
18681 (PC-do-completion): Handle completion of env vars.
18682
18683 * info.el (Info-set-mode-line): Show file name in mode line,
18684 use `*Info*' instead of `Info:'.
18685
18686 * startup.el (command-line-1): Change copyright messages to year
18687 2000.
18688
18689 2000-06-15 Dave Love <fx@gnu.org>
18690
18691 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18692 not local-map.
18693
18694 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18695
18696 * international/mule.el (set-buffer-file-coding-system): Almost
18697 rewritten to handle `undecided' as no-op.
18698
18699 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18700
18701 * Makefile.in: New file.
18702
18703 * Makefile: Removed.
18704
18705 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18706 (goto-address-highlight-keymap): Bind C-c RET.
18707
18708 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18709
18710 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18711 inherits buffer-file-coding-system of the current buffer.
18712
18713 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18714 0. Give correct argument to set-auto-coding-function.
18715 (tar-expunge): For goto-char, use (point-min), not 0.
18716 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18717 (tar-subfile-save-buffer): Likewize.
18718
18719 * international/mule.el
18720 (after-insert-file-set-buffer-file-coding-system): Call
18721 set-buffer-file-coding-system with the arg FORCE t.
18722
18723 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18724
18725 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18726 nil. Contemporary sendmails issue an X-Authentication-Warning if
18727 the sender is set with `-f'.
18728
18729 2000-06-13 Dave Love <fx@gnu.org>
18730
18731 * help.el (describe-function-1): Kluge around cases of functions
18732 fset to subrs whose doc doesn't match their symbol-name.
18733
18734 * image.el (insert-image): Default STRING to a space.
18735
18736 * info.el Doc fixes.
18737 (Info-build-node-completions): Match Ref tags.
18738
18739 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18740
18741 * frame.el (display-multi-frame-p, display-multi-font-p): New
18742 defaliases for display-graphic-p.
18743
18744 * hl-line.el: Fixed a typo in commentary.
18745
18746 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18747
18748 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18749 fixed.
18750
18751 2000-06-12 Dave Love <fx@gnu.org>
18752
18753 * image.el (insert-image): Save a little consing.
18754
18755 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18756
18757 * language/tibet-util.el: Convert all tibetan-1-column characters
18758 to the corresponding tibetan characters.
18759 (tibetan-add-components): Delete code for the special treatment of
18760 'a chung.
18761
18762 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18763 change.
18764 (tibetan-vowel-transcription-alist): More rules added.
18765 (tibetan-composite-vowel-alist): New variable.
18766 (tibetan-precomposition-rule-alist): More rules added.
18767
18768 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18769
18770 * startup.el (command-line): Only call menu-bar-mode if interactive.
18771
18772 * thingatpt.el (toplevel symbol-properties):
18773 * textmodes/makeinfo.el (makeinfo-compile):
18774 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18775 * progmodes/hideif.el (hif-compress-define-list)
18776 (hide-ifdef-use-define-alist):
18777 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18778 (ange-ftp-vms-add-file-entry):
18779 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18780 * man.el (Man-build-man-command):
18781 * mail/rnewspost.el (news-reply-header-hook):
18782 * info.el (Info-insert-dir):
18783 * emulation/mlconvert.el (backward-word, forward-word, setq):
18784 * emacs-lisp/gulp.el (gulp-send-requests):
18785 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18786 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18787 (byte-optimize-apply, end of file):
18788 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18789 (ad-make-freeze-definition):
18790 * startup.el (command-line, command-line-1): Don't quote lambdas.
18791
18792 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18793 (cvs-cleanup-removed): New function.
18794 (cvs-cleanup-functions): New var.
18795 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18796 some flexibility in specifying additional entries to auto-cleanup.
18797 (cvs-quickdir): New function.
18798 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18799 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18800 (cvs-mode-find-file): Check that we are on a filename or dirname
18801 when invoked through a mouse-click.
18802 (cvs-full-path): Remove.
18803 (cvs-dired-action): Re-introduced.
18804 (cvs-dired-noselect): Use it.
18805 (vc-post-command-functions): use this new hook if available.
18806
18807 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18808 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18809 (cvs-filename-map, cvs-dirname-map): Remove.
18810 (cvs-default-action): Remove.
18811 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18812 if the arg is really a keymap.
18813 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18814 Don't hardcode the mapping from state (aka type) to face, but check
18815 the var cvs-fi-<type>-face instead.
18816 (cvs-fileinfo-from-entries): New function.
18817
18818 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18819 Docstring fix.
18820 (cvs-find-file-and-jump): Change default to be safer.
18821 (cvs-mode-diff-map): Define it as a function as well.
18822 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18823 Bind mouse-2 in this global map rather than with text-properties.
18824
18825 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18826 file to resolve the ambiguity between C(conflict) and C(need-merge).
18827
18828 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18829
18830 * international/mule.el (set-buffer-file-coding-system): If
18831 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18832 unconditionally.
18833
18834 2000-06-12 Dave Love <fx@gnu.org>
18835
18836 * wid-edit.el (widget-specify-button): Really suppress the face if
18837 required.
18838
18839 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18840
18841 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18842
18843 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18844
18845 * imenu.el (imenu-generic-expression): Docstring fix.
18846
18847 * composite.el (composition-function-table): Move the `put'
18848 below the autoload cookie so we can load the file before loaddefs.
18849
18850 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18851
18852 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18853 Handle easy-mmode-define-global-mode.
18854 For complex macros like define-minor-mode that can generate
18855 several autoload entries, try to autoload entries in the
18856 macroexpanded code.
18857
18858 * emacs-lisp/easy-mmode.el (define-minor-mode):
18859 If KEYMAP is a symbol, just use it.
18860 Use byte-compile-current-file and load-file-name to infer the
18861 proper :require to pass to defcustom.
18862 Wrap the hook var into `progn' so as not to autoload it.
18863 Add a :autoload-end cookie.
18864 Be more careful about the evaluation of KEYMAP.
18865 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18866 (define-derived-mode): Move define-abbrev-table outside of defvar.
18867
18868 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18869
18870 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18871 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18872 (backup-compiled-files): Ignore errors during `tar'.
18873 (bootstrap): Make autoloads before elc files.
18874
18875 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18876
18877 * international/mule.el (set-buffer-file-coding-system): If one of
18878 undecided-XXX is specified, change only EOL conversion.
18879
18880 * international/mule-conf.el (unix): New alias for the coding
18881 system undecided-unix.
18882
18883 2000-06-09 Dave Love <fx@gnu.org>
18884
18885 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18886
18887 * progmodes/executable.el: Byte compile dynamic.
18888 (executable-insert): Change custom type.
18889 (executable-find): Add autoload cookie.
18890 (executable-make-buffer-file-executable-if-script-p): New
18891 function. After Noah Friedman.
18892
18893 * files.el (after-save-hook): Customize, with
18894 executable-make-buffer-file-executable-if-script-p as an option.
18895
18896 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18897
18898 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18899 "tib24p-mule.bdf" for Tibetan.
18900
18901 * composite.el (decompose-composite-char): Declare it as obsolete.
18902
18903 * man.el (Man-fontify-manpage): Pay attention to underline and
18904 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18905
18906 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18907
18908 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18909 Set maintainer to FSF since author isn't reachable.
18910
18911 2000-06-08 Dave Love <fx@gnu.org>
18912
18913 * international/mule-cmds.el (select-safe-coding-system): If
18914 DEFAULT-CODING-SYSTEM is not specified, also check the most
18915 preferred coding-system if buffer-file-coding-system is
18916 `undecided'. From Handa.
18917
18918 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18919
18920 * international/mule.el
18921 (after-insert-file-set-buffer-file-coding-system): If the buffer
18922 size is greater than INSERTED, judget that we are not visiting.
18923
18924 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18925
18926 * whitespace.el (defgroup whitespace): Comment out `:version'.
18927 XEmacs 20.4 has problems defining the group with this present.
18928 We'll have this commented out till get resolve the problem.
18929
18930 2000-06-07 John Wiegley <johnw@gnu.org>
18931
18932 * align.el (align-dq-string-modes, align-sq-string-modes)
18933 (align-open-comment-modes): Add pyhton-mode.
18934 (align-rules-list): Use get-text-property instead of
18935 text-properties-at.
18936 (align-rules-list): Add python-assignment.
18937 (align-rules-list): Change perl-comma-delimiter to
18938 basic-comma-delimiter. Use if for Perl modes and python-mode.
18939 (align-rules-list): Add python-chain-logic and
18940 basic-line-continuation.
18941
18942 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18943
18944 * apropos.el (apropos-mode-hook): New user variable.
18945 (apropos-mode): Run apropos-mode-hook.
18946
18947 2000-06-07 David Ponce <david@dponce.com>
18948
18949 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18950 commands. Require `wid-edit' at run-time.
18951
18952 2000-06-07 David Ponce <david@dponce.com>
18953
18954 * recentf.el: Added some "Commentary".
18955 (recentf-open-more-files, recentf-edit-list): Minor changes to
18956 move the point at the top of the file list. This behaviour is
18957 consistent with the menu one when the list contains a lot of
18958 files.
18959 (recentf-cleanup): Now displays the number of items removed from
18960 the list.
18961 (recentf-relative-filter) New menu filter to show filenames
18962 relative to `default-directory'.
18963
18964 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18965
18966 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18967 with/without giving an error if PostScript printer doesn't have this
18968 kind of page size. Zebra Stripe continues or restarts on next page.
18969 Manual/automatic paper feeding. Switch or not the header.
18970 (ps-print-version): New version number (5.2.2).
18971 (ps-windows-system): Include emx as a Windows system.
18972 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18973 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18974 (ps-background-text): Code fix.
18975 (ps-error-handler-message, ps-user-defined-prologue)
18976 (ps-print-prologue-header, ps-printer-name)
18977 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18978 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18979 (ps-use-face-background): Customization fix.
18980 (ps-n-up-database): Data fix.
18981 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18982 (ps-switch-header): New vars.
18983 (ps-xemacs-color-name, ps-face-foreground-name)
18984 (ps-face-background-name, ps-boolean-constant): New funs.
18985
18986 2000-06-07 Dave Love <fx@gnu.org>
18987
18988 * allout.el: New version from Manheimer.
18989
18990 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18991
18992 * textmodes/fill.el (fill-find-break-point): Check the validity of
18993 charset.
18994
18995 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18996
18997 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18998 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18999 Call display-color-p and display-mouse-p instead of looking at
19000 window-system.
19001
19002 2000-06-06 Dave Love <fx@gnu.org>
19003
19004 * image.el (find-image): Doc fix. Return nil if image not found.
19005 (put-image, insert-image): Make STRING arg optional.
19006
19007 2000-06-06 Kenichi Handa <handa@etl.go.jp>
19008
19009 * language/vietnamese.el: Remove eval-when-compile.
19010 (viet-viscii-nonascii-translation-table): Define it as a
19011 translation table made from viet-viscii-decode-table.
19012 (viet-viscii-encode-table): Define it as a translation table made
19013 from the reverse map of above.
19014 (viet-vscii-nonascii-translation-table): Define it as a
19015 translation table made from viet-vscii-decode-table.
19016 (viet-vscii-encode-table): Define it as a translation table made
19017 from the reverse map of above.
19018 (ccl-decode-viscii): Use translate-character.
19019 (ccl-encode-viscii, ccl-encode-viscii-font)
19020 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
19021 Likewize.
19022
19023 * language/cyrillic.el: Remove eval-when-compile.
19024 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
19025 translation table made from cyrillic-koi8-r-decode-table.
19026 (cyrillic-koi8-r-encode-table): Define it as a translation table
19027 made from the reverse map of above.
19028 (ccl-decode-koi8): Use translate-character.
19029 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
19030 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
19031 a translation table made from cyrillic-alternativnyj-decode-table.
19032 (cyrillic-alternativnyj-encode-table): Define it as a translation
19033 table made from the reverse map of above.
19034 (ccl-decode-alternativnyj): Use translate-character.
19035 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
19036 Likewize
19037
19038 * international/mule-diag.el (non-iso-charset-alist): Specify
19039 translation table symbol instead of translation table itself.
19040 (list-block-of-chars): CHARSET may be a translation table symbol.
19041
19042 * international/mule.el (make-coding-system): If CODING-SYSTEM
19043 already exists, override it.
19044
19045 * international/fontset.el: Use family `proportional' for Tibetan
19046 fonts.
19047
19048 * international/ccl.el (ccl-compile-translate-character): Don't
19049 check if Rrr has property translation-table.
19050 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19051
19052 2000-06-05 Gerd Moellmann <gerd@gnu.org>
19053
19054 * info.el: Bind case-fold-search to t when searching in case
19055 a user sets it to nil in a hook.
19056
19057 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19058
19059 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19060 * hl-line.el (hl-line-mode): Use the new :global key argument.
19061
19062 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19063 (tar-clip-time-string): Prepend a space.
19064 (tar-grind-file-mode): Construct a string rather than modifying one.
19065 (tar-header-block-summarize): Fix docstring.
19066 Use `format' rather than an error-prone set of copy-loops.
19067
19068 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19069 (diff-goto-source, diff-unified->context, diff-context->unified)
19070 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19071 understand the format output by the `-p' argument to diff.
19072
19073 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19074 (sh-re-done): Use defconst.
19075 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19076 (sh-help-string-for-variable, sh-guess-basic-offset):
19077 Don't quote lambdas.
19078 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19079 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19080
19081 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19082 (mh-letter-mode): Derive from text-mode.
19083 This implicitly means that it now calls kill-all-local-variables.
19084 Also remove the Emacs-18 compatibility code.
19085
19086 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19087 Make use of symbol-property doc-string-elt.
19088 Use memq rather than a sequence of eq.
19089 (doc-string-elt): Fix the wrong or missing previously unused values.
19090 (autoload-print-form): New function extracted from
19091 generate-file-autoloads to allow recursion when handling progn
19092 so that defvar's and defun's docstrings are properly printed.
19093 (generate-file-autoloads): Use it.
19094
19095 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19096 Use find-file-hooks in the minor-mode function.
19097 Be careful not to loop indefinitely in the post-command-hook function.
19098
19099 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19100
19101 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19102 tty's.
19103 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19104 differences whenever appropriate.
19105 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19106 * viper.el (find-file, find-file-other-window): Get viper to do
19107 wildcards.
19108
19109 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19110
19111 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19112 (jit-lock-fontify-buffer): New function for JIT refontification.
19113 (jit-lock-mode): Fix docstring.
19114 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19115 Remove jit-lock-after-change from the _local_ hook.
19116 (jit-lock-function-1): Fix docstring.
19117
19118 * info.el (Info-on-current-buffer): Initialize info.
19119
19120 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19121
19122 * progmodes/tcl.el (tcl-indent-for-comment):
19123 Ignore comment-indent-hook.
19124
19125 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19126 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19127 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19128 and improve to use the lighter to guess the capitalization.
19129 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19130 Add keyword arguments to specify global-ness or the custom group.
19131 Add local-map and help-echo properties to the lighter.
19132 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19133 (easy-mmode-define-global-mode): New macro.
19134
19135 2000-06-02 Dave Love <fx@gnu.org>
19136
19137 * wid-edit.el: byte-compile-dynamic since we typically don't use
19138 all the widgets. Don't require cl or widget. Remove
19139 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19140 (widget-read-event): Removed. Callers changed to use read-event.
19141 (widget-button-release-event-p): Renamed from
19142 button-release-event-p.
19143 (widget-field-add-space, widget-field-use-before-change):
19144 Uncustomize.
19145 (widget-specify-field): Use keymap property, not local-map.
19146 (widget-specify-button): Obey :suppress-face.
19147 (widget-specify-insert): Use modern backquote syntax.
19148 (widget-image-directory): Renamed from widget-glyph-directory.
19149 (widget-image-enable): Renamed from widget-glyph-enable.
19150 (widget-image-find): Replaces widget-glyph-find.
19151 (widget-button-pressed-face): Move defvar.
19152 (widget-image-insert): Replaces widget-glyph-insert.
19153 (widget-convert): Use keywordp.
19154 (widget-leave-text, widget-children-value-delete): Use mapc.
19155 (widget-keymap): Remove XEmacs stuff.
19156 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19157 (widget-button-click): Don't set point at the click, but re-centre
19158 if we scroll out of window. Rewritten for images v. glyphs &c.
19159 (widget-tabable-at): Use POS arg, not point.
19160 (widget-beginning-of-line, widget-end-of-line)
19161 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19162 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19163 (widget-default-create): Use widget-image-insert; some rewriting.
19164 (widget-visibility-value-create)
19165 (widget-push-button-value-create, widget-toggle-value-create): Use
19166 widget-image-insert.
19167 (checkbox): Create on and off images dynamically.
19168 (documentation-link): Change :help-echo.
19169 (widget-documentation-link-echo-help): Remove.
19170
19171 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19172
19173 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19174
19175 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19176 (easy-mmode-define-toggle, define-minor-mode): Use it.
19177 (easy-mmode-define-keymap): Docstring fix.
19178 (define-derived-mode): Default PARENT to fundamental-mode.
19179 Add the derived-mode-parent symbol-property.
19180 (easy-mmode-derived-mode-p): New function.
19181
19182 2000-06-02 Dave Love <fx@gnu.org>
19183
19184 * files.el (convert-standard-filename): Doc fix.
19185 (normal-backup-enable-predicate): New function.
19186 (backup-enable-predicate): Use it to replace the lambda form.
19187
19188 * calendar/todo-mode.el: [This needs more work on the outline
19189 stuff.] Doc fixes.
19190 (todo) <defgroup>: Add :version.
19191 (todo-add-category): Don't use pushnew.
19192 (todo-cmd-raise): Fix typo.
19193 (todo-top-priorities): Change temp buffer name.
19194 (todo-category-alist): Avoid redundant lambda.
19195 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19196 Use outline-next-heading.
19197
19198 * autoarg.el: Rewritten to use define-minor-mode.
19199 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19200 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19201
19202 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19203
19204 * isearch.el (isearch-other-meta-char): Fix previous change.
19205
19206 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19207
19208 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19209 (log-edit-done): Only add the comment to the ring if it's different
19210 from the last comment entered.
19211
19212 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19213
19214 2000-06-01 Dave Love <fx@gnu.org>
19215
19216 * hl-line.el: Rewritten using define-minor-mode.
19217
19218 * help.el (describe-function-1): Distinguish special form from
19219 builtin function. Sanity-check presence of arglist for builtins.
19220
19221 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19222
19223 * international/characters.el: Fix syntax/category setting of
19224 Tibetan characters.
19225
19226 * language/tibet-util.el (tibetan-add-components): Fixes for new
19227 encoding of Tibetan characters.
19228 (tibetan-decompose-precomposition-alist): New variable.
19229 (tibetan-decompose-region): Convert precomposed characters to
19230 non-precomposed characters.
19231 (tibetan-decompose-string): Likewise.
19232 (tibetan-composition-function): Fix args to
19233 thibetan-compose-string.
19234
19235 * language/tibetan.el (tibetan-composable-pattern): More
19236 characters included.
19237 (tibetan-consonant-transcription-alist): Rule for "R" added.
19238 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19239 "+R" added.
19240 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19241
19242 * language/lao-util.el (lao-composition-function): Fix args to
19243 compose-string.
19244
19245 * language/thai-util.el (thai-composition-function): Fix args to
19246 compose-string.
19247
19248 * isearch.el (isearch-update): Set disable-point-adjustment to t
19249 to prevent the point moving to the end of a composition when a
19250 part of a composition is searched.
19251 (isearch-other-meta-char): If the key invoking this command can be
19252 mapped by function-key-map to a printing char, call
19253 isearch-process-search-char directly.
19254
19255 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19256
19257 * emacs-lisp/bytecomp.el:
19258 * frame.el:
19259 * international/mule-cmds.el:
19260 * international/mule-util.el:
19261 * international/mule.el:
19262 * mouse.el:
19263 * subr.el:
19264 * faces.el: Update calls to make-obsolete with a WHEN argument.
19265
19266 * byte-run.el (make-obsolete, make-obsolete-variable):
19267 Add an optional WHEN argument and change the format of the
19268 symbol-property information.
19269 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19270 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19271 new obsolete-symbol-property format and print WHEN if it is provided.
19272
19273 2000-05-31 Dave Love <fx@gnu.org>
19274
19275 * loadhist.el (loadhist-hook-functions): Remove
19276 before-change-function, after-change-function.
19277 (unload-feature): Deal with symbols which are both bound and
19278 fbound.
19279
19280 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19281 before-change-function, after-change-function.
19282
19283 * simple.el (newline): Don't bind before-change-function,
19284 after-change-function.
19285
19286 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19287
19288 * whitespace.el (whitespace-rescan-timer-time): Update interval
19289 set to 600 seconds (10 minutes) instead of 60 seconds since
19290 a large number of whitespace buffers causes emacs to `freeze'
19291 for a considerable amount of time.
19292
19293 * whitespace.el: Updated email address
19294
19295 2000-05-31 Dave Love <fx@gnu.org>
19296
19297 * add-log.el (change-log-font-lock-keywords) <function>: Add
19298 pattern for function of change.
19299 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19300 acknowledgements patterns.
19301
19302 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19303
19304 * isearch.el (isearch-printing-char): If keyboard coding system is
19305 being used, call isearch-process-search-multibyte-characters.
19306
19307 * international/isearch-x.el: Mostly rewritten.
19308
19309 * international/quail.el (quail-start-conversion): Don't include
19310 unhandled events in the returned events, but set them in
19311 unread-command-events. Exit if all inputs are deleted.
19312
19313 2000-05-30 Jason Rumney <jasonr@gnu.org>
19314
19315 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19316
19317 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19318 Reenable code to create initial fontsets.
19319 Use set-fontset-font in place of put-charset-property.
19320
19321 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19322
19323 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19324 label, ensure that the first colon isn't followed by another.
19325
19326 * paths.el (Info-default-directory-list): Doc fix.
19327
19328 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19329 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19330 send a query containing USER only, not USER@HOST.
19331
19332 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19333 and rmail-msgend to compute the restriction at the end, instead of
19334 computing it.
19335
19336 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19337
19338 * dabbrev.el (dabbrev-expand): Don't display messages in the
19339 echo area if the minibuffer window is active.
19340
19341 * jit-lock.el (jit-lock-mode): Add after change function to
19342 local hook.
19343
19344 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19345
19346 * antlr-mode.el: New commands: hide/unhide actions,
19347 upcase/downcase literals.
19348 (antlr-tiny-action-length): New user option.
19349 (antlr-hide-actions): New command. Suggested by
19350 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19351 (antlr-mode-map): New binding [C-c C-v].
19352 (antlr-mode-menu): New entries.
19353 (antlr-downcase-literals): New command.
19354 (antlr-upcase-literals): Ditto.
19355
19356 * antlr-mode.el: Minor changes: indendation, mode-name.
19357 (antlr-indent-line): Indent cpp directive at column 0.
19358 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19359
19360 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19361 (antlr-font-lock-additional-keywords): Workaround for intentional
19362 bug in XEmacs version of font-lock.
19363 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19364 be used by a smarter version of `buffers-menu-grouping-function'.
19365
19366 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19367
19368 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19369 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19370
19371 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19372
19373 * international/encoded-kb.el
19374 (encoded-kbd-iso2022-designation-map): Pay attention to that
19375 charset-iso-final-char return -1 for eight-bit-control and
19376 eight-bit-graphic.
19377
19378 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19379
19380 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19381 (speedbar-easymenu-definition-base): Use display-graphic-p where
19382 available, instead of window-system.
19383
19384 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19385
19386 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19387 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19388 coding systems.
19389
19390 2000-05-26 Dave Love <fx@gnu.org>
19391
19392 * disp-table.el (standard-display-underline): Don't use
19393 internal-find-face.
19394
19395 * mail/reporter.el: Maintainer change. Doc fixes.
19396 (reporter-version): Deleted.
19397
19398 * emacs-lisp/elp.el: Maintainer change.
19399 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19400
19401 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19402
19403 * add-log.el (add-change-log-entry): Merge the current entry with the
19404 previous one if the previous one is empty.
19405
19406 2000-05-26 Dave Love <fx@gnu.org>
19407
19408 * loadhist.el (unload-feature): Fix interactive spec [from
19409 lijnzaad@ebi.ac.uk].
19410
19411 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19412 subr-arity to check primitives.
19413 (byte-compile-flush-pending, byte-compile-file-form-progn)
19414 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19415 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19416 mapcar.
19417
19418 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19419
19420 * international/fontset.el: Set family names of non-latin charsets
19421 in default fontset to "*".
19422
19423 * international/mule-diag.el (print-fontset): Combine family part
19424 and registry part of the fontname by "-*-" instead of "-".
19425
19426 * international/mule-cmds.el (encode-coding-char): Make strings
19427 multibyte before calling encode-coding-string.
19428
19429 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19430
19431 * derived.el: Fix keywords.
19432 (define-derived-mode): Only define if needed.
19433
19434 * simple.el (fill-comment, comment-column, comment-start)
19435 (comment-start-skip, comment-end, comment-indent-function)
19436 (block-comment-start, block-comment-end, indent-for-comment)
19437 (set-comment-column, kill-comment, comment-padding, comment-region)
19438 (comment-multi-line, indent-new-comment-line): Remove.
19439
19440 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19441 function names for comment operations.
19442
19443 * newcomment.el: Add abundant autoload cookies.
19444 (comment-style): Don't depend on runtime data at compile-time.
19445 (comment-indent-hook): Remove.
19446 (comment-indent): Check if comment-indent-hook is bound.
19447 (comment-region): Docstring fix.
19448
19449 2000-05-25 Dave Love <fx@gnu.org>
19450
19451 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19452 byte-code-function-p.
19453
19454 * mail/rmailsum.el: Add provide.
19455
19456 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19457
19458 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19459 defcustom.
19460
19461 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19462
19463 * ediff-diff.el (ediff-exec-process): delete --binary option from
19464 non-buffer ediff jobs.
19465
19466 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19467
19468 * hilit-chg.el (highlight-changes-mode): Ask about color or
19469 grayscale support, not about window-system.
19470
19471 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19472 window-system.
19473 (ffap-highlight): Always default to t.
19474
19475 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19476 display-popup-menus-p instead of looking at window-system.
19477
19478 * disp-table.el (standard-display-g1, standard-display-graphic):
19479 Only refuse to use string glyphs on X and MS-Windows.
19480
19481 * avoid.el: Remove window-system from commentary, suggest to use
19482 display-*-p instead.
19483
19484 * apropos.el (apropos-print): Use display-mouse-p instead of
19485 window-system.
19486
19487 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19488
19489 * international/codepage.el (cp-decoding-vector-for-codepage):
19490 Fill up unsupported characters with their own codes. From Kenichi
19491 Handa.
19492
19493 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19494
19495 * international/mule-diag.el (describe-char-after): Use
19496 display-graphic-p instead of window-system, so that this function
19497 works on MS-DOS.
19498
19499 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19500
19501 * international/codepage.el (cp-make-coding-systems-for-codepage):
19502 Remove the eight-bit-graphic and eight-bit-control charsets from
19503 the list of charsets which we convert into `?'.
19504
19505 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19506
19507 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19508 private charsets.
19509 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19510 japanese-jisx0213-2): New charsets.
19511
19512 * international/fontset.el: Setup default fontset for new charsets.
19513
19514 2000-05-24 Dave Love <fx@gnu.org>
19515
19516 * info.el (Info-find-node-2): Restructure [following "Vadim
19517 S. Solomin" <sovs@uic.nnov.ru>].
19518
19519 * icomplete.el: Fix header for Finder.
19520
19521 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19522
19523 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19524 STAY.
19525
19526 * rmail.el (rmail-automatic-folder-directives): New user variable.
19527 (rmail-show-message): Add call to `rmail-auto-file' during
19528 display.
19529 (rmail-auto-file): New function.
19530
19531 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19532
19533 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19534 account.
19535 (ediff-test-utility,ediff-diff-mandatory-option)
19536 (ediff-reset-diff-options): Utilities for proper initialization of
19537 ediff-diff-options and ediff-diff3-options on Windows.
19538
19539 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19540 variable.
19541
19542 * ediff-mult.el (ediff-filegroup-action): Use
19543 ediff-merge-filename-prefix.
19544
19545 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19546
19547 * viper-ex.el (ex-write): Set selective display to nil.
19548
19549 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19550
19551 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19552 aliases for hebrew-iso-8bit.
19553
19554 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19555
19556 * woman.el: New version from Francis J. Wright
19557 <F.J.Wright@Maths.QMW.ac.uk>.
19558 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19559 names in environment variables regardless of the path separator.
19560 (woman-topic-all-completions-1): Don't call file-name-directory-p
19561 on all files, since woman-file-regexp already filters out any
19562 directories.
19563
19564 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19565
19566 * international/quail.el (quail-start-translation): Don't change
19567 modified-p of the current buffer.
19568 (quail-start-conversion): Likewise.
19569
19570 * international/kkc.el (kkc-region): Don't change modified-p of
19571 the current buffer.
19572
19573 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19574 conform to RFC1468.
19575 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19576
19577 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19578
19579 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19580 (speedbar-insert-button): Invisible text property fix.
19581 (speedbar-directory-plus): Renamed from speedbar-directory-+
19582 (speedbar-directory-minus): Renamed from speedbar-directory--
19583 (speedbar-page-plus): Renamed from speedbar-file-+
19584 (speedbar-page-minus): Renamed from speedbar-file--
19585 (speedbar-page): Renamed from speedbar-file-
19586 (speedbar-tag): Renamed from speedbar-tag-
19587 (speedbar-tag-plus): Renamed from speedbar-tag-+
19588 (speedbar-tag-minus): Renamed from speedbar-tag--
19589 (speedbar-expand-image-button-alist): Use above renames.
19590
19591 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19592 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19593 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19594 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19595 * sb-pg.xpm: Renamed from sb-file.xpm
19596 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19597 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19598
19599 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19600
19601 * international/quail.el (quail-show-guidance-buf): Set
19602 current-input-method of the guidance buffer to the name of the
19603 curren input method.
19604
19605 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19606
19607 * progmodes/compile.el (compile-internal): Style typo.
19608
19609 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19610 quote vars and functions in the docstring.
19611
19612 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19613
19614 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19615 Don't quote lambdas.
19616
19617 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19618
19619 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19620
19621 * startup.el (command-line): Determine source file of compiled
19622 user init file differently. Warn if compiled user init file
19623 is older than its source file.
19624
19625 * ffap.el (ffap-url-regexp): Add `https'.
19626
19627 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19628
19629 * files.el (make-backup-file-name-1): Replace slashes with `!'
19630 rather than `|' (which is not allowed on Windows). Replace the
19631 drive letters with a string "drive_X".
19632
19633 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19634
19635 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19636
19637 * files.el (interpreter-mode-alist): Add `bash2'.
19638
19639 2000-05-22 Dave Love <fx@gnu.org>
19640
19641 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19642 mapc.
19643 (feature-file): Avoid calling symbol-name. Doc fix.
19644 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19645 (loadhist-hook-functions): Add mouse-position-function.
19646 (unload-feature): Change uses of mapcar.
19647
19648 * files.el (parse-colon-path): Doc fix.
19649 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19650 (set-auto-mode): Use mapc.
19651
19652 * complete.el (PC-look-for-include-file): Use :alnum: character
19653 class.
19654 (partial-completion-mode): Add autoload cookie.
19655
19656 2000-05-22 Sam Steingold <sds@gnu.org>
19657
19658 * info.el (Info-fontify-node): Fixed the call to
19659 `add-text-properties' (bug introduced on 2000-05-18).
19660
19661 2000-05-22 Dave Love <fx@gnu.org>
19662
19663 * bindings.el: Remove debug-ignored-errors set in other files.
19664
19665 * progmodes/etags.el: Add to debug-ignored-errors.
19666 (visit-tags-table-buffer): Clear out buffers holding old tables
19667 when making a new list.
19668 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19669 mapc.
19670
19671 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19672 quote keywords.
19673 (cmpl-string-case-type): Use character classes.
19674
19675 * comint.el:
19676 * textmodes/ispell.el:
19677 * imenu.el:
19678 * mail/mh-e.el:
19679 * progmodes/compile.el: Add to debug-ignored-errors.
19680
19681 * dabbrev.el: Add to debug-ignored-errors.
19682 (dabbrev-completion): Use mapc.
19683
19684 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19685
19686 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19687 (woman-mapcan, woman-parse-man.conf)
19688 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19689 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19690 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19691 path syntax better.
19692 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19693 (woman-manpath): Call woman-parse-man.conf.
19694 (woman-emulation): New defcustom, defaults to nroff.
19695 (woman-font-support): New defconst.
19696 (woman-use-symbol-font): New defcustom.
19697 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19698 "Emulation".
19699 Many functions: Doc fix.
19700
19701 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19702
19703 * international/quail.el (quail-simple-translation-keymap): Map
19704 128..255 to quail-self-insert-command.
19705 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19706
19707 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19708
19709 * help.el (help-manyarg-func-alist): Typo.
19710
19711 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19712 intervals which makes it heaps simpler.
19713
19714 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19715 the nested comment markers.
19716
19717 * subr.el (remove-hook): Don't turn the hook's value into a list.
19718
19719 2000-05-21 Dave Love <fx@gnu.org>
19720
19721 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19722 are invalid characters.
19723
19724 * international/mule-util.el (detect-coding-with-priority): Use
19725 mapc. Remove redundant lambda.
19726
19727 * international/mule-diag.el (list-non-iso-charset-chars)
19728 (describe-fontset): Remove redundant lambda.
19729
19730 * emulation/crisp.el (brief-mode): New alias.
19731
19732 * emacs-lisp/ring.el (ring-elements): New function.
19733
19734 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19735 (easy-menu-do-add-item): Use keywordp.
19736
19737 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19738
19739 * replace.el: Doc and error message fixes.
19740 (replace-highlight): Use facep, not internal-find-face.
19741
19742 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19743
19744 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19745
19746 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19747 (log-edit-insert-changelog): Drop `:' as well.
19748
19749 * log-view.el: Fix file description.
19750 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19751 available.
19752 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19753 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19754
19755 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19756 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19757 Print a status message if the toggle is called interactively.
19758 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19759 for global minor modes and use `defcustom' for them.
19760 Use add-minor-mode.
19761 (easy-mmode-define-derived-mode): Remove.
19762 (define-derived-mode): Fancier default docstring.
19763 (easy-mmode-define-navigation): Signal an error rather than (ding).
19764
19765 * newcomment.el (comment-styles): New `box-multi'.
19766 (comment-normalize-vars): Better default for comment-continue to
19767 avoid whitespace-only continuations.
19768 (comment-search-forward): Always move even in the no-syntax case.
19769 (comment-padright): Only obey N if it's only obeyed for padleft.
19770 (comment-make-extra-lines): Better handling of empty continuations.
19771 Use `=' for the filler if comment-start has only one character.
19772 (uncomment-region): Try handling the special `=' filler.
19773 (comment-region): Allow LINES even if MULTI is nil.
19774 (comment-box): Choose box style based on comment-style.
19775
19776 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19777
19778 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19779 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19780
19781 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19782
19783 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19784 and insert, not subst-char-in-region.
19785
19786 * international/mule-diag.el (list-character-sets-1): Handle
19787 charsets eight-bit-control and eight-bit-graphic.
19788 (list-iso-charset-chars): Likewise.
19789 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19790 charactes as is. Use indent-to to align characters.
19791
19792 * international/mule-cmds.el (find-multibyte-characters): Never
19793 exclude charsets eight-bit-control and eight-bit-graphic.
19794
19795 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19796
19797 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19798 Don't quote lambdas.
19799
19800 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19801
19802 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19803
19804 * gud.el (gud-jdb-directories): Doc fix.
19805
19806 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19807
19808 * newcomment.el: New file.
19809
19810 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19811
19812 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19813
19814 2000-05-18 Andreas Schwab <schwab@suse.de>
19815
19816 * dired.el (dired-between-files): Also skip lines beginning with
19817 `used'.
19818
19819 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19820
19821 * msb.el (msb-menu-cond): Add choice `user'.
19822
19823 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19824
19825 * ps-print.el: Compatibility, customization and doc fix.
19826 (ps-printer-name-option): Replace defconst by defvar.
19827 (ps-postscript-code-directory): XEmacs compatibility.
19828 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19829 fix.
19830 (ps-user-defined-prologue, ps-print-prologue-header)
19831 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19832 compatibility and code fix.
19833 (ps-print-background-image, ps-print-background-text):
19834 Customization fix.
19835 (ps-line-number-start, ps-n-up-on): New vars.
19836
19837 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19838
19839 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19840 the indent-comment function to just return the appropriate indent.
19841
19842 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19843
19844 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19845 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19846 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19847
19848 2000-05-18 Dave Love <fx@gnu.org>
19849
19850 * info.el (Info-fontify-node): Add intangible property as well as
19851 invisible.
19852
19853 * calendar/appt.el (appt-make-list): Match all lines of entry.
19854 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19855
19856 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19857
19858 * international/mule-diag.el (describe-char-after): Call
19859 internal-char-font, not char-font. If internal-char-font returns
19860 nil, display "-- none --".
19861
19862 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19863
19864 * image.el (image-type-available-p): Don't reference image-types
19865 if it isn't bound.
19866
19867 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19868
19869 * autoarg.el (autoarg-mode): Typo in the :set argument.
19870
19871 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19872
19873 * startup.el (command-line-1): Don't signal an error if the
19874 directory for auto-save-list files does not yet exist.
19875
19876 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19877
19878 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19879
19880 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19881
19882 * subr.el (remove-hook): `setq' hook-value, not `set'.
19883
19884 2000-05-16 Sam Steingold <sds@gnu.org>
19885
19886 * info.el (debug-ignored-errors): More errors to ignore.
19887
19888 2000-05-16 Dave Love <fx@gnu.org>
19889
19890 * cus-edit.el: Don't require cl or easymenu.
19891 (custom-variable-prompt): Test standard-value property, not
19892 user-variable-p.
19893
19894 2000-05-16 Sam Steingold <sds@gnu.org>
19895
19896 * subr.el (add-hook): `setq' hook-value, not `set'.
19897
19898 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19899
19900 * startup.el (command-line-1): Mention the FAQ in the startup
19901 message.
19902
19903 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19904
19905 * progmodes/compile.el (compilation-parse-errors): Collect
19906 `nomessage' regexps last.
19907
19908 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19909
19910 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19911 to the function name.
19912
19913 2000-05-15 Dave Love <fx@gnu.org>
19914
19915 * speedbar.el (speedbar-recenter): Typo.
19916 (speedbar-expand-line): Make arg optional.
19917 (speedbar-mode): Avoid a compiler warning.
19918
19919 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19920
19921 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19922 user-specified option string is empty.
19923
19924 * mouse.el (mouse-yank-at-click): Doc fix.
19925
19926 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19927
19928 * term/internal.el (IT-character-translations): More updates of
19929 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19930 documents.
19931
19932 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19933
19934 * env.el (getenv): New function, interactively callable.
19935 (setenv, getenv): Remove autoload cookies.
19936
19937 * loadup.el: Load `env'.
19938
19939 * progmodes/f90.el: Change author's mail address.
19940
19941 2000-05-14 Dave Love <fx@gnu.org>
19942
19943 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19944 goto-addr as an option.
19945
19946 * help.el (help-xref-stack): Doc fix.
19947 (help-xref-following): New variable.
19948 (help-make-xrefs): Use it.
19949 (help-xref-go-back): Use position information from stack element.
19950 (help-follow): Make position in stack element a pair. Use
19951 help-xref-following.
19952
19953 * autoarg.el: New file.
19954
19955 * faces.el: Declare more functions obsolete.
19956
19957 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19958 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19959 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19960 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19961 Remove all the setup-...-environment functions.
19962
19963 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19964
19965 * speedbar.el: Updated the commentary section. xemacs20p now uses
19966 >= when detecting. Require `defimage' safely.
19967 (speedbar-easymenu-definition-base): Add toggle for images.
19968 (speedbar-easymenu-definition-special): Add flush cache & expand.
19969 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19970 (speedbar-reconfigure-keymaps-hook): New variable.
19971 (speedbar-frame-parameters): Updated documentation.
19972 (speedbar-use-imenu-flag): Updated custom tag
19973 (speedbar-dynamic-tags-function-list): New variable.
19974 (speedbar-tag-hierarchy-method): Updated doc & custom.
19975 (speedbar-indentation-width, speedbar-indentation-width) New
19976 variables.
19977 (speedbar-hide-button-brackets-flag): Customizable.
19978 (speedbar-vc-indicator): Doc update.
19979 (speedbar-ignored-path-expressions): Updated default value.
19980 (speedbar-supported-extension-expressions): Updated default value.
19981 (speedbar-syntax-table): Remove {} paren status.
19982 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19983 as "+". Added overlay aliases.
19984 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19985 `force-mode-line-update'.
19986 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19987 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19988 `mouse-set-point'
19989 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19990 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19991 of arbitrary text, and new helper functions.
19992 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19993 filename finder.
19994 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19995 (speedbar-directory-buttons): Update path search/expansion.
19996 (speedbar-make-tag-line): Pay attention to
19997 `speedbar-indentation-width'. Use more care w/ invisible
19998 properties.
19999 (speedbar-change-expand-button-char): Call
20000 `speedbar-insert-image-button-maybe'.
20001 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
20002 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
20003 (speedbar-trim-words-tag-hierarchy)
20004 (speedbar-simple-group-tag-hierarchy): New functions
20005 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
20006 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
20007 functions.
20008 (speedbar-mouse-set-point): New function
20009 (speedbar-power-click): Updated documentation.
20010 (speedbar-line-token, speedbar-goto-this-file): Handle more types
20011 of tag prefix text.
20012 (speedbar-expand-line, speedbar-contract-line): Make more robust
20013 to strange text.
20014 (speedbar-expand-line): Takes universal argument to flush the
20015 cache.
20016 (speedbar-flush-expand-line): New function.
20017 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
20018 Use new generator insertion method.
20019 (speedbar-fetch-dynamic-tags): New function.
20020 (speedbar-fetch-dynamic-imenu): Removed code now handled in
20021 `speedbar-fetch-dynamic-imenu'.
20022 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
20023 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
20024 "Revert Buffer" menu items.
20025 (speedbar-buffer-buttons-engine): Be smarter when creating a
20026 filename tag (for expansion purposes.).
20027 (speedbar-highlight-one-tag-line,
20028 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
20029 (speedbar-recenter): New functions.
20030 (defimage-speedbar): Image loading abstraction.
20031 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
20032 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
20033 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
20034 (speedbar-tag-type, speedbar-tag-mail): New images.
20035 (speedbar-expand-image-button-alist): New variable.
20036 (speedbar-insert-image-button-maybe): Insert an image over some
20037 buttons.
20038
20039 2000-05-13 Kenichi Handa <handa@etl.go.jp>
20040
20041 * international/mule-cmds.el (encode-coding-char): An ASCII
20042 character is always encodable.
20043
20044 * international/mule-conf.el: Add more information in descriptions
20045 of character sets.
20046
20047 * international/mule-diag.el (describe-char-after): New function.
20048 (describe-font-internal): Adjusted for the change of font-info.
20049 (describe-font): Likewise.
20050 (print-fontset): Rewritten for the new fontset implementation.
20051 (describe-fontset): Include fontset alias names in completion.
20052 (list-fontsets): Adjusted for the change of print-fontset.
20053
20054 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20055 describe-char-after instead of displaying the detail in the echo
20056 area.
20057 (syntax-code-table): Format changed.
20058 (string-to-syntax): Adjusted for the above change.
20059
20060 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20061
20062 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20063
20064 2000-05-12 Dave Love <fx@gnu.org>
20065
20066 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20067 dependence. Use line-{beginning,end}-position, not
20068 point-at{b,e}ol. Some doc fixes.
20069 (todo-position): New function. Fix callers of position to use it.
20070 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20071
20072 2000-05-12 Gerd Moellmann <gerd@gnu.org>
20073
20074 * time.el (display-time-mail-icon): Use `:ascent center'.
20075
20076 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20077 handling FTP security extensions.
20078
20079 2000-05-11 Dave Love <fx@gnu.org>
20080
20081 * calendar/todo-mode.el: New file.
20082
20083 2000-05-11 Gerd Moellmann <gerd@gnu.org>
20084
20085 * comint.el (comint-read-input-ring): Move reference to
20086 comint-input-ring-size outside of the save-excursion. It was
20087 causing the default value to be the only one ever seen.
20088
20089 * font-lock.el: Update copyright. Remove Simon Marshall's email
20090 address on request from him.
20091
20092 * subr.el (substitute-key-definition): Add comment describing
20093 the meaning of PREFIX.
20094
20095 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20096
20097 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20098
20099 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20100 (add-minor-mode): Don't make the variable buffer-local and add a
20101 reference to define-minor-mode in the docstring.
20102
20103 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20104 HEADER/FOOTER and fix bug with trailing empty directory.
20105 (cvs-append-to-ignore): Use vc-editable-p if available.
20106 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20107 (vc-do-command): Tweak advice to handle the new VC.
20108
20109 * log-view.el (log-view-goto-rev): New function for the new VC.
20110 (log-view-minor-wrap): Use mark-active.
20111
20112 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20113 (log-edit-changelog-full-paragraphs): New var.
20114 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20115 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20116 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20117 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20118 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20119 Replace the `cvs' prefix with `log-edit'.
20120
20121 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20122
20123 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20124 (diff-font-lock-defaults): Explicitly turn off multiline.
20125 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20126 (diff-ediff-patch): Fix call to ediff-patch-file.
20127 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20128 Handle comments.
20129
20130 * frame.el (automatic-hscrolling): Typo.
20131
20132 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20133
20134 2000-05-09 Sam Steingold <sds@goems.com>
20135
20136 * apropos.el (apropos-print): use `describe-face' instead of
20137 `customize-face-other-window'.
20138
20139 2000-05-09 Dave Love <fx@gnu.org>
20140
20141 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20142
20143 * help.el (describe-variable): Have customize button pop the
20144 help-xref stack when invoked.
20145 (help-xref-symbol-regexp): Add `face'.
20146 (help-make-xrefs): Check for quoted face names and adapt regexp
20147 submatch numbers to cope.
20148 (help-xref-interned): Maybe insert face doc too. Separate
20149 sections with a line of hyphens.
20150
20151 * faces.el: Some doc fixes. Declare some functions obsolete.
20152 (describe-face): Add customize button. Return the help
20153 text. Fix prompt.
20154
20155 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20156
20157 * term/internal.el (IT-character-translations): Fix last change.
20158
20159 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20160
20161 * woman.el: New file
20162 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20163
20164 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20165
20166 * term/internal.el (IT-character-translations): Update ASCII
20167 simulations for greek-iso8859-7, add latin-iso8859-14 and
20168 latin-iso8859-15.
20169
20170 * international/mule-cmds.el (set-language-info-alist): Call
20171 define-prefix-command with 3 arguments, to make the map suitable
20172 for a menu.
20173
20174 2000-05-07 Dave Love <fx@gnu.org>
20175
20176 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20177
20178 2000-05-05 Dave Love <fx@gnu.org>
20179
20180 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20181 list in doc string. Don't quote keyword symbols.
20182 * emacs-lisp/cl.el: Likewise
20183 * emacs-lisp/cl-seq.el: Likewise
20184
20185 2000-05-05 Gerd Moellmann <gerd@gnu.org>
20186
20187 * abbrev.el (abbrev-mode): Make ARG optional.
20188
20189 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20190
20191 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20192
20193 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20194
20195 * subr.el (substitute-key-definition): Clarify documentation.
20196
20197 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20198
20199 * glasses.el (glasses-convert-to-unreadable): Use
20200 `glasses-separator' instead of the hard-wired "_".
20201 (glasses-mode): Call `glasses-make-unreadable' only in a single
20202 place.
20203
20204 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20205
20206 * term/internal.el (cjk-codepages-alist): Add associations for
20207 Chinese and Korean codepages. Remove FIXME comment.
20208
20209 2000-05-03 Dave Love <fx@gnu.org>
20210
20211 * time.el (display-time-mail-face, display-time-use-mail-icon):
20212 New option.
20213 (display-time-mail-icon): New variable.
20214 (display-time-string-forms): Use the above. Fix the local-map.
20215
20216 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20217
20218 * replace.el (query-replace-map): Add binding for `E'.
20219 (query-replace-help): Extend help text.
20220 (perform-replace): Allow editing the replacement string.
20221
20222 * make-mode.el (makefile-mode-abbrev-table): New variable.
20223 (makefile-mode): Set local abbrev table to
20224 makefile-mode-abbrev-table.
20225 (makefile-font-lock-keywords): Fontify includes and conditionals.
20226
20227 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20228 set TOGGLE's value.
20229
20230 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20231 mail-interactive-insert-alias.
20232 (mail-abbrev-complete-alias): New command.
20233 (mail-mode-map): Bind it to `M-TAB'.
20234
20235 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20236
20237 * language/lao-util.el (lao-compose-region): New function.
20238
20239 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20240
20241 * files.el (recover-session): Make directories as necessary
20242 if they don't exist yet.
20243
20244 * calendar/cal-french.el
20245 (french-calendar-multibyte-special-days-array)
20246 (french-calendar-special-days-array): Change French text.
20247 (calendar-french-date-string): Change output.
20248 (calendar-goto-french-date): Likewise.
20249
20250 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20251
20252 * wid-edit.el (widget-default-active): Obey `:always-active'.
20253 (widget-documentation-string-value-create): Set `:always-active'.
20254
20255 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20256
20257 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20258 default prefix to `~/_emacs.d/auto-save.list/_s'.
20259 (normal-top-level): Create the directory for auto-save files, if
20260 it doesn't already exist (in the ms-dos case only).
20261
20262 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20263
20264 * international/mule-cmds.el (set-language-environment): Don't
20265 concat an integer (dos-codepage), use format instead.
20266
20267 2000-05-02 Dave Love <fx@gnu.org>
20268
20269 * help.el (help-xref-on-pp): Check for constant symbols.
20270
20271 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20272
20273 * startup.el (normal-top-level): Put a condition-case around
20274 the code loading subdirs.el.
20275
20276 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20277
20278 * ps-print.el: Upside-down and face background color printing,
20279 line number step, doc fix.
20280 (ps-print-version): New version number (5.2).
20281 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20282 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20283 (ps-spool-config): Var fix.
20284 (ps-printer-name-option): Const fix.
20285 (ps-print-upside-down, ps-use-face-background)
20286 (ps-line-number-step): New vars.
20287 (ps-window-system, ps-lp-system): New consts.
20288 (ps-face-background): New fun.
20289
20290 2000-04-28 Richard Stallman <rms@gnu.org>
20291
20292 * files.el (make-auto-save-file-name):
20293 Apply auto-save-file-name-transforms to visited file name
20294 before generating auto save file name.
20295 (auto-save-file-name-transforms): New variable.
20296
20297 * files.el (backup-enable-predicate):
20298 Correctly test for a file under a temporary directory.
20299
20300 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20301
20302 * subr.el (add-minor-mode): Rewritten.
20303
20304 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20305
20306 * mail/sendmail.el (sendmail-send-it): Set
20307 buffer-file-coding-system to the selected coding system for MIME
20308 header.
20309
20310 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20311
20312 * dired.el (dired-move-to-filename-regexp): Allow format where
20313 YYYY is followed by two spaces.
20314
20315 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20316 in the second character class of the regexp.
20317
20318 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20319 mh-etc, too.
20320
20321 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20322 nil.
20323
20324 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20325
20326 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20327 argument.
20328
20329 2000-04-27 Sen Nagata <sen@eccosys.com>
20330
20331 * emacs-lisp/crm.el (crm-completion-table): New variable.
20332 (crm-collection-fn, crm-test-completion)
20333 (completing-read-multiple): Use it.
20334
20335 2000-04-27 Dave Love <fx@gnu.org>
20336
20337 * help.el (locate-library): Use mapc.
20338 (help-manyarg-func-alist): Add call-process-region.
20339
20340 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20341
20342 * subr.el (add-minor-mode): Make argument MAP optional.
20343
20344 * desktop.el (desktop-save): Save list of minor modes.
20345 (desktop-create-buffer): Restore minor modes.
20346 (desktop-minor-mode-table): New user-option.
20347
20348 * subr.el (add-minor-mode): New function.
20349
20350 * image.el (find-image): New function.
20351 (defimage): Rewritten to find image at load time.
20352
20353 * startup.el (normal-top-level-add-to-load-path): Handle
20354 case that the default directory is not in load-path.
20355
20356 * help.el: Old patch from Stefan Monnier.
20357 (help-xref-on-pp): New function.
20358 (describe-variable): Use it to display xrefs in a symbol's value.
20359
20360 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20361
20362 * cus-edit.el (custom-face): Fix parenthesis.
20363
20364 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20365
20366 * mail/rmail.el (rmail-expunge): When there are no deleted
20367 messages, do nothing.
20368
20369 2000-04-26 Dave Love <fx@gnu.org>
20370
20371 * international/mule-cmds.el (locale-translation-file-name):
20372 Defvar to nil.
20373 (set-locale-environment): Set it here (at runtime).
20374
20375 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20376
20377 * replace.el (perform-replace): Add parameters START and END. Use
20378 them instead of the check for a region in Transient Mark mode.
20379 (query-replace-read-args): Return two more list elements for the
20380 start and end of the region in Transient Mark mode.
20381 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20382 (map-query-replace-regexp, replace-string, replace-regexp): Add
20383 optional last arguments START and END and pass them to
20384 perform-replace.
20385
20386 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20387 form with additional arguments for perform-replace.
20388
20389 * progmodes/etags.el (tags-query-replace): Add parameters START
20390 and END. Construct a form with additional arguments for
20391 perform-replace.
20392
20393 * simple.el (shell-command): Set default directory for "*Shell
20394 Command Output" buffer.
20395
20396 * language/european.el (iso-latin-4): Fix typo.
20397
20398 * emacs-lisp/crm.el: New file.
20399
20400 2000-04-24 Dave Love <fx@gnu.org>
20401
20402 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20403 (Custom-reset-saved, Custom-reset-standard)
20404 (custom-group-value-create, custom-group-set, custom-group-save)
20405 (custom-group-reset-current, custom-group-reset-saved)
20406 (custom-group-reset-standard): Use mapc.
20407 (custom-buffer-create-internal): Disable undo when creating items.
20408 Use mapc.
20409 (custom-face): Avoid redundant lambda.
20410
20411 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20412
20413 * startup.el (auto-save-list-file-prefix): Set default to
20414 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20415
20416 2000-04-24 Sam Steingold <sds@gnu.org>
20417
20418 * time-stamp.el (time-stamp-string-preprocess): Always convert
20419 `field-result' to a string.
20420
20421 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20422
20423 * frame.el (scrolling): New group.
20424 (automatic-hscrolling): New user-option.
20425
20426 * startup.el (command-line-x-option-alist): Add `-lsp' and
20427 `--line-spacing'.
20428
20429 2000-04-19 Dave Love <fx@gnu.org>
20430
20431 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20432 (cl-mapc): Rename from mapc. Fix the funcall.
20433
20434 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20435
20436 * simple.el (clone-indirect-buffer-other-window): New command.
20437 (clone-indirect-buffer): Add optional arg NORECROD.
20438 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20439
20440 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20441
20442 * window.el (count-screen-lines): New function.
20443 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20444 instead of window-buffer-height.
20445
20446 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20447 non-existing variable comint-input-sentinel.
20448 (inferior-lisp-args-to-list): Removed.
20449 (inferior-lisp): Use split-string instead of
20450 inferior-lisp-args-to-list.
20451
20452 * hexl.el (hexl-insert-hex-string): New command.
20453
20454 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20455 instead of concat.
20456
20457 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20458
20459 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20460 at the start of an existing but empty folder.
20461
20462 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20463
20464 * ps-mule.el: Customization fix, doc fix.
20465 (ps-multibyte-buffer): Customization fix.
20466
20467 2000-04-17 Richard M. Stallman <rms@gnu.org>
20468
20469 * subr.el (read-passwd): Use read-char-exclusive.
20470
20471 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20472
20473 * textmodes/texinfo.el (texinfo-insert-@email)
20474 (texinfo-insert-@emph, texinfo-insert-@quotation)
20475 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20476 (texinfo-mode-map): Add key bindings for them.
20477
20478 * files.el (basic-save-buffer-2): Use a template with `$'
20479 instead of `#' for VMS.
20480
20481 * simple.el (clone-indirect-buffer): New function.
20482
20483 2000-04-16 Stephen Eglen <stephen@gnu.org>
20484
20485 * iswitchb.el (iswitchb-case): New function. If the user input
20486 contains any upper-case characters, the search is made
20487 case-sensitive.
20488
20489 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20490
20491 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20492 comment-end.
20493 (texinfo-font-lock-syntactic-keywords): New var.
20494 (texinfo-font-lock-keywords): Remove comment regexp.
20495 (texinfo-insert-block): New function.
20496 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20497 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20498 and font-lock-defaults. Use regexp-opt for outline-regexp.
20499 (texinfo-environments): New var.
20500 (texinfo-environment-regexp): Use regexp-opt and
20501 texinfo-environments.
20502
20503 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20504 ispell-process is bound since this might be eval'd before ispell
20505 is loaded.
20506 (ispell-message): Use a tiny bit less magic and a bit more hard
20507 data to figure out what kind of sc-cite-regexp to use.
20508
20509 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20510
20511 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20512 (insert-cyclic-diary-entry): Unquote the lambda.
20513
20514 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20515
20516 * files.el (backup-enable-predicate): Unquote the lambda.
20517
20518 * cus-edit.el (custom-face, face): Unquote the lambda.
20519
20520 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20521
20522 * ps-print.el: Check for line-beginning-position definition.
20523
20524 * ps-print.el: Fix counting lines in a region.
20525 (ps-print-version): New version number (5.1.5).
20526 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20527 (ps-printing-region): Fun code fix.
20528
20529 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20530
20531 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20532 to file-directory-p.
20533
20534 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20535
20536 * gud.el (gud-jdb-build-source-files-list): Check that directory
20537 exists before calling directory-files.
20538
20539 2000-04-13 Dave Love <fx@gnu.org>
20540
20541 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20542 syntax.
20543
20544 * emacs-lisp/cl-specs.el: Remove when, unless.
20545
20546 * emacs-lisp/cl-extra.el: Don't quote keywords.
20547 (cl-old-mapc): New variable.
20548 (mapc): Use it.
20549 (cl-map-intervals): Use with-current-buffer. Don't check for
20550 next-property-change.
20551 (cl-map-overlays): Use with-current-buffer.
20552 (cl-expt): Remove.
20553 (copy-tree, remprop): Define unconditionally.
20554
20555 * emacs-lisp/cl-compat.el (keywordp): Remove.
20556
20557 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20558 to use keywordp.
20559 (edebug-spec): Enable keywordp.
20560
20561 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20562 string-lessp.
20563
20564 * cus-start.el: Use keywordp.
20565
20566 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20567
20568 * diary-lib.el (include-other-diary-files): Fix the fix of
20569 2000-02-18 by doing a save-excursion.
20570
20571 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20572
20573 * ps-print.el: Customization fix, doc fix.
20574 (ps-print-version): New version number (5.1.4).
20575 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20576 (ps-print-preprint): Adjust code.
20577 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20578 (ps-print-prologue-header, ps-print-control-characters)
20579 (ps-spool-config): Customization fix.
20580
20581 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20582
20583 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20584 converted to the new menu-item format, names silightly changed,
20585 help strings added.
20586
20587 Support for spelling without async subprocesses:
20588
20589 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20590 (ispell-session-buffer): New variables.
20591 (ispell-start-process, ispell-process-status,
20592 ispell-accept-output, ispell-send-string): New functions, for
20593 Ispell invocation when async subprocesses aren't supported.
20594 (ispell-word, ispell-pdict-save, ispell-command-loop,
20595 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20596 to process-send-string with calls to ispell-send-string, and
20597 accept-process-output with ispell-accept-output.
20598 (ispell-init-process): Call ispell-process-status instead of
20599 process-status with.
20600 (ispell-init-process): Call ispell-start-process. Call
20601 ispell-accept-output and ispell-send-string. Don't call
20602 process-kill-without-query and kill-process if they are unbound.
20603 (ispell-async-processp): New function.
20604
20605 2000-04-12 Dave Love <fx@gnu.org>
20606
20607 * info.el: Add debug-ignored-errors.
20608 (Info-mode-menu): Add some items.
20609 (Info-directory): Add autoload cookie.
20610
20611 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20612 Modify `truncate-lines'. Make `describe-language-environment'
20613 always visible and add help. Modify `describe-key' help. Invoke
20614 Info-directory from `info'. New entry `emacs-manual'.
20615
20616 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20617
20618 * progmodes/ebrowse.el (ebrowse-tree-mode):
20619 Use propertized-buffer-identification.
20620 (ebrowse-update-member-buffer-mode-line): Likewise.
20621 (ebrowse--mode-strings): Removed.
20622 (ebrowse--mode-line-props): Removed.
20623
20624 * files.el (auto-mode-alist): Add `EBROWSE'.
20625
20626 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20627 space before testing for end of buffer.
20628 (ebrowse-load): Removed.
20629 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20630 (ebrowse-create-tree-buffer): Rewritten.
20631 (ebrowse-tree-mode): Read tree from buffer.
20632
20633 * progmodes/ebrowse-ffh.el: Removed.
20634
20635 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20636
20637 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20638
20639 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20640
20641 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20642 at the wrong place.
20643
20644 2000-04-09 Dave Love <fx@gnu.org>
20645
20646 * files.el (backup-enable-predicate):
20647 Use temporary-file-directory, small-temporary-file-directory.
20648 (make-backup-file-name-function, backup-directory-alist): New vars.
20649 (make-backup-file-name-1): New function.
20650 (make-backup-file-name): Use it.
20651 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20652 (file-newest-backup): Use make-backup-file-name.
20653
20654 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20655
20656 * progmodes/ebrowse-ffh.el: New file.
20657
20658 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20659 Moved to ebrowse-ffh.el.
20660 (ebrowse-load): Add autoload.
20661
20662 * finder.el (finder-commentary): Add autoload cookie.
20663
20664 * mail/rfc2368.el: Correct author's email address.
20665
20666 * progmodes/ebrowse.el: New file.
20667
20668 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20669 item help string.
20670 (easy-menu-do-add-item): Ditto.
20671 (easy-menu-define): Extend doc string.
20672
20673 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20674 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20675 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20676 with-buffer-unmodified.
20677
20678 2000-04-08 Dave Love <fx@gnu.org>
20679
20680 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20681 unless, when.
20682
20683 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20684
20685 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20686 (viper-flash-search-pattern): No operation when using Emacs
20687 doesn't support face.
20688 Use `viper-put-on-search-overlay'.
20689
20690 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20691
20692 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20693 like C-r.
20694
20695 * progmodes/make-mode.el: Some doc fixes.
20696 (makefile-mode-abbrev-table): New variable.
20697 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20698 (makefile-font-lock-keywords): Fontify includes and conditionals.
20699 (toplevel): Require `dabbrev' and `add-log' when compiling.
20700
20701 * replace.el (perform-replace): Don't move forward one char
20702 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20703 to do that because it leaves point 1 position after the last
20704 replacement, after everything has been replaced.
20705
20706 * jit-lock.el (with-buffer-unmodified): New macro.
20707 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20708 modified state.
20709 (jit-lock-function-1): Extracted from jit-lock-function; not
20710 preserving buffer's modified state.
20711 (jit-lock-function, jit-lock-stealth-fontify):
20712 Call jit-lock-function-1.
20713
20714 * mail/rfc2368.el: Remove supernumerary copyright line.
20715
20716 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20717
20718 * glasses.el: Provide facilities for inserting space before left
20719 parentheses and uncapitalization of identifiers.
20720 (glasses-mode): Try to remove old overlays in all cases.
20721
20722 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20723
20724 * progmodes/compile.el (compile-internal): Display the compilation
20725 buffer in a different frame, if it's already displayed there.
20726
20727 * mail/rfc2368.el: New file.
20728
20729 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20730 header and insert its value as mail body.
20731
20732 * subr.el (member-ignore-case): New function.
20733
20734 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20735 (dabbrev--find-expansion): Ignore buffers matching a regexp
20736 from dabbrev-ignored-regexps.
20737
20738 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20739 to extensions handled by gzip.
20740
20741 2000-04-03 Richard M. Stallman <rms@gnu.org>
20742
20743 * files.el (insert-directory): List the total free space
20744 along with the used space.
20745
20746 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20747 line is followed by one that matches CITATION-REGEXP, end the
20748 paragraph.
20749
20750 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20751
20752 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20753 (rmail-make-basic-summary-line): Use that option.
20754
20755 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20756
20757 * international/mule-cmds.el (encoded-string-description):
20758 Rewritten. Try pretty description for ISO 2022 escape sequences
20759 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20760 for hexadecimal format.
20761
20762 2000-04-01 Dave Love <fx@gnu.org>
20763
20764 * cpp.el: Change customization group to `c' from `C'.
20765
20766 * vcursor.el (vcursor-move): Use display-color-p.
20767
20768 * international/mule-util.el: Provide mule-utils.
20769 (string-to-sequence): Simplify and speed up.
20770
20771 * international/mule.el (make-coding-system): Purecopy doc-string.
20772
20773 * international/mule-cmds.el: Various menu changes.
20774 (describe-specified-language-support): Handle `Default'.
20775 (set-language-info): Purecopy `info'.
20776
20777 2000-03-31 Andrew Innes <andrewi@gnu.org>
20778
20779 * vc.el (vc-backend-diff): Return the correct status if we had to
20780 retry the rcsdiff command without the --brief option.
20781
20782 2000-03-31 Dave Love <fx@gnu.org>
20783
20784 * help.el (help-manyarg-func-alist): Correct several omissions.
20785
20786 * add-log.el: Don't require cl, fortran.
20787 (add-log-current-defun-function): Doc fix.
20788 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20789 (change-log-version-rcs): Function deleted.
20790 (change-log-version-number-search): Doc fix.
20791 Use vc-workfile-version. Avoid CL dolist.
20792 (add-change-log-entry): Just call add-log-current-defun to get
20793 defun. Simplify somewhat.
20794 (change-log-get-method-definition-1): Likewise.
20795 (add-log-current-defun): Return nil if calling
20796 add-log-current-defun-function does so. Move Fortran stuff to
20797 fortran.el. Return string without properties.
20798
20799 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20800 and :alpha: char classes.
20801
20802 * mail/supercite.el: Defvar curline when compiling.
20803 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20804 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20805 rather than a-zA-Z0-9 to allow non-ASCII characters.
20806
20807 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20808
20809 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20810
20811 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20812 Re-enable new code.
20813
20814 * lpr.el (print-region-1): Use -d to specify printer name for
20815 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20816
20817 2000-03-31 Dave Love <fx@gnu.org>
20818
20819 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20820 Look for function definition in symbol's function value slot first
20821 instead of first consulting byte-compile-function-environment.
20822
20823 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20824
20825 * language/european.el ("Polish"): New language environment.
20826 (setup-polish-environment): New function.
20827
20828 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20829
20830 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20831 Disable new code.
20832
20833 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20834 trying to `load' the symbol of an autoload instead of the file
20835 recorded in the autoload. Fix error messages.
20836
20837 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20838
20839 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20840 (ps-print-version): New version number (5.1.3).
20841 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20842 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20843 (ps-generate-postscript-with-faces): Code fix.
20844 (ps-color-values): XEmacs compatibility.
20845 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20846 (ps-default-fg, ps-default-bg): Adjust customization.
20847 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20848 (ps-color-scale): Renaming old ps-color-value fun.
20849 (ps-print-headers): Replace ps-print-header group to avoid conflict
20850 with ps-print-header variable.
20851 (ps-print-miscellany): New group.
20852 (ps-format-color, ps-rgb-color): New funs.
20853 (ps-default-foreground): New var.
20854 (ps-printer-name-option): New const.
20855
20856 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20857
20858 * net/net-utils.el:
20859 (network-connection-host, network-connection-service): New variables
20860 (network-connection-mode): New mode, derived from comint-mode
20861 (network-connection-mode-setup): New function, saves host and
20862 service information in local variables.
20863
20864 * lisp/locate.el:
20865 (locate-word-at-point): Added this function
20866 (locate): Default to using locate-word-at-point as input
20867 Run dired-mode-hook
20868
20869 2000-03-29 Dave Love <fx@gnu.org>
20870
20871 * calendar/appt.el: Doc fixes.
20872 (appt-check): Convert min-to-app to a string before passing to
20873 appt-disp-window-function or concat.
20874 (appt-delete-window): Remove test for frame-root-window.
20875 (appt-select-lowest-window, appt-convert-time): Simplify.
20876
20877 * emacs-lisp/bytecomp.el: Doc fixes.
20878 (byte-compile-file-form-autoload):
20879 Update byte-compile-function-environment.
20880
20881 2000-03-29 Andreas Schwab <schwab@suse.de>
20882
20883 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20884
20885 * dired.el (dired-insert-directory): If dired-free-space-program
20886 failed just delete its output.
20887
20888 2000-03-29 Dave Love <fx@gnu.org>
20889
20890 * international/iso-cvt.el: Move provide to end. Doc fixes.
20891 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20892 (iso-iso2sgml, iso-sgml2iso): New functions.
20893 (iso-cvt-define-menu): Fix some entries and use backquote for
20894 clarity.
20895
20896 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20897
20898 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20899
20900 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20901 ISO-DATE. If non-nil, return date in ISO 8601 format.
20902
20903 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20904
20905 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20906 if it ever becomes used.
20907 (log-edit-mode-hook): Default to vc-log-mode-hook.
20908 (log-edit-mode): Fix the docstring.
20909
20910 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20911 the code.
20912
20913 2000-03-26 Dave Love <fx@gnu.org>
20914
20915 * net/browse-url.el (browse-url): Re-fix case of
20916 browse-url-browser-function being an alist.
20917 (browse-url): Add :link to defgroup.
20918
20919 * files.el: Doc fixes.
20920 (file-truename): Include `[' in wildcard characters.
20921 (automount-dir-prefix): Customize.
20922 (find-file-wildcards): Add :version.
20923 (find-file-noselect): Simplify a mapcar call.
20924
20925 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20926 compatible with inf-lisp version.
20927 (eval-defun-1): Fix custom-declare-variable case.
20928
20929 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20930
20931 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20932
20933 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20934
20935 * Makefile (COMPILE_FIRST): New macro.
20936 (compile-files): Compile files from COMPILE_FIRST first.
20937
20938 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20939
20940 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20941 matching open parenthesis in column 0 to defun-prompt-regexp
20942 only if open-paren-in-column-0-is-defun-start is set.
20943
20944 * sun-curs.el: Require CL at compile-time only.
20945
20946 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20947 instead of copy-list which is a function from CL.
20948 (msb--choose-menu, msb--mode-menu-cond)
20949 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20950 (msb--init-file-alist): Use mapcar instead of mapcan.
20951 (msb--aggregate-alist): Use mapcar instead of mapcan.
20952 Fix `(' in column 0 in doc string.
20953 (msb--add-separators): Use mapcar instead of mapcan.
20954
20955 * cus-dep.el: Require CL at compile-time only.
20956
20957 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20958
20959 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20960 (byte-compile-warnings): New warning `noruntime'.
20961 (byte-compile-constants, byte-compile-variables): Fix docstring.
20962 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20963 execute `eval-whenc-compile's body.
20964 (byte-compile-unresolved-functions): Fix docstring.
20965 (byte-compile-eval): New function.
20966 (byte-compile-callargs-warn): Check if the function will be available
20967 at runtime (via property `byte-compile-noruntime').
20968 (byte-compile-print-syms): New function.
20969 (byte-compile-warn-about-unresolved-functions): Also warn about
20970 `noruntime' functions (and use `byte-compile-print-syms').
20971 (byte-compile-file): Capitalize the message.
20972
20973 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20974
20975 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20976 (rmail-expunge): Ask for confirmation depending on the setting
20977 of rmail-confirm-expunge.
20978
20979 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20980
20981 * Makefile (bootstrap-clean): If $(emacs) exists, build
20982 loaddefs.el first. A loaddefs.el that's not up-to-date might
20983 cause a bootstrap failure because things don't autoload as expected.
20984
20985 2000-03-23 Dave Love <fx@gnu.org>
20986
20987 * net/browse-url.el: Restore previous use of
20988 browse-url-maybe-new-window.
20989
20990 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20991
20992 * ps-print.el: Skip banner page fix.
20993 (ps-print-version): New version number (5.1.2).
20994 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20995
20996 2000-03-23 Dave Pearson <davep@davep.org>
20997
20998 * net/quickurl.el Changed the type of parameter passed to the
20999 function defined by `quickurl-format-function'. Before only the
21000 text of the URL was passed. Now the whole URL structure is passed
21001 and the function is responsible for extracting the parts it requires.
21002 Changed the default of `quickurl-format-function' accordingly.
21003 (quickurl-insert): Changed the `funcall' of
21004 `quickurl-format-function' to match the above change.
21005 (quickurl-list-insert): Changed the `url' case so that it makes
21006 use of `quickurl-format-function', previous to this the format was
21007 hard wired.
21008
21009 2000-03-22 Gerd Moellmann <gerd@gnu.org>
21010
21011 * startup.el: Change some spellings for the X Window System.
21012
21013 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
21014
21015 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
21016 Clean up the code and the regexp and make sure the cursor is
21017 temporarily moved to the suspicious line while querying the user.
21018
21019 2000-03-22 Jason Rumney <jasonr@gnu.org>
21020
21021 * w32-fns.el (w32-charset-info-alist): Initialize.
21022
21023 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21024
21025 * ps-print.el: N-up last page fix.
21026 (ps-print-version): New version number (5.1.1).
21027 (ps-end-file, ps-end-job, ps-generate): Code fix.
21028
21029 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21030
21031 * files.el (find-file-run-dired): Update docstring.
21032 (find-directory-functions): New hook.
21033 (find-file-noselect): Run find-directory-functions rather than
21034 calling dired directly.
21035
21036 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
21037
21038 * pcvs.el: Add a minimal leading commentary.
21039 (cvs-make-cvs-buffer): Change the header part by removing the startup
21040 message and adding a `Module' entry. Also replace the FOOTER and
21041 HEADER special fileinfos with the new support in ewoc for updating
21042 its own footer and header.
21043 (cvs-update-header): Update to use the header/footer of the ewoc.
21044 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
21045 (cvs-is-within-p): New function.
21046 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
21047 to only examine some subset of the buffers.
21048
21049 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21050 `format' instead of our own ad-hoc functions.
21051 Remove HEADER and FOOTER cases, now handled in the EWOC.
21052 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21053
21054 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21055 output to avoid scaring the user.
21056 (cvs-parse-table): Catch message for non-up-to-date commits.
21057
21058 * pcvs-defs.el (cvs-startup-message): Remove.
21059 (cvs-global-menu): New autoloaded menu.
21060
21061 * pcvs-util.el (cvs-string-fill): Remove.
21062
21063 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21064 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21065 PP part of it and also make it work for footers and headers.
21066 (ewoc-create): Drop POS and BUFFER arguments.
21067 Use the DLL's dummy node to store the end-of-footer position.
21068 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21069 (ewoc-refresh): Remove unused `header' variable.
21070 (ewoc-(get|set)-hf): New functions.
21071
21072 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21073 log-view-*-(message|file) and use easy-mmode-define-navigation.
21074 (log-view-message-re): Match SCCS format as well.
21075 And match the revision line rather than the dashed separator line.
21076 (log-view-mode): Use the new define-derived-mode.
21077 (log-view-current-tag): Fill in with an actual implementation.
21078
21079 * cvs-status.el (cvs-status-(prev|next)): Rename from
21080 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21081 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21082 to let the output "breathe" a little more (more readable).
21083 (cvs-status-mode): Use the new define-derived-mode.
21084
21085 * smerge-mode.el (smerge-auto-leave): New function and variable.
21086 (smerge-basic-map): Rename from smerge-basic-keymap.
21087 Change the bindings for smerge-diff-*.
21088 (smerge-*-map): Use easy-mmode-defmap.
21089 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21090 (smerge-keep-*): Use smerge-auto-leave.
21091
21092 2000-03-21 Jason Rumney <jasonr@gnu.org>
21093
21094 * cus-edit.el (custom-button-face): Use 3D look for w32.
21095 (custom-button-pressed-face): Likewise.
21096
21097 2000-03-21 Gerd Moellmann <gerd@gnu.org>
21098
21099 * progmodes/etags.el (tags-case-fold-search): New user-option.
21100 (tags-loop-eval): New function. Bind case-fold-search around eval
21101 depending on the value of tags-case-fold-search.
21102 (tags-loop-continue): Use tags-loop-eval.
21103 (find-tag-in-order): Bind case-fold-search depending on the value
21104 of tags-case-fold-search.
21105
21106 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21107
21108 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
21109 (diff-end-of-hunk): Return the end position for use in
21110 `easy-mmode-define-navigation'.
21111 (diff-recenter): Remove.
21112 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21113 of `easy-mmode-define-navigation'.
21114 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21115 previous renaming) and fix to use new names.
21116 (diff-merge-strings): Use \n as separator: simpler, faster.
21117 (diff-mode): Use `define-derived-mode'.
21118
21119 * derived.el (define-derived-mode): Don't autoload anymore.
21120 Prefer the macro-only version provided by easy-mmode.el.
21121
21122 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
21123 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
21124 (easy-mmode-define-navigation): New macro.
21125
21126 * subr.el (combine-run-hooks): New function.
21127
21128 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
21129
21130 * term/x-win.el: Fontsets related initialization is simplified.
21131
21132 * international/mule-diag.el (describe-font): Don't refer to
21133 global-fontset-alist, instead call font-list.
21134 (describe-fontset, list-fontsets, mule-diag): Likewise.
21135 (print-fontset): Adjusted for the change of fontset implementation.
21136
21137 * international/fontset.el (x-charset-registries): Variable removed,
21138 instead the corresponding data is stored in the default fontset.
21139 (register-alternate-fontnames): Function removed.
21140 (resolved-ascii-font): Variable removed.
21141 (x-compose-font-name): Ignore the second argument REDOCE.
21142 (x-complement-fontset-spec): Complement only an ASCII font and
21143 element for those charsets than can use that ASCII font.
21144 (generate-fontset-menu): Don't refer to global-fontset-alist,
21145 instead call fontset-list.
21146 (uninstantiated-fontset-alist): Variable removed.
21147 (x-style-funcs-alist): Likewise.
21148 (fontset-default-styles): Likewise.
21149 (x-modify-font-name): Function removed.
21150 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
21151 (create-fontset-from-ascii-font): Docsting adjusted for the above
21152 change.
21153 (instantiate-fontset, resolve-fontset-name): Functions removed.
21154 (fontset-list): Now implemented by C code.
21155
21156 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21157 (describe-face): Include `font' attribute in the description.
21158
21159 2000-03-21 Kenichi Handa <handa@etl.go.jp>
21160
21161 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21162
21163 2000-03-20 Gerd Moellmann <gerd@gnu.org>
21164
21165 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21166 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21167 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21168
21169 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21170 about behavior of set-buffer-modified-p wrt redisplay.
21171
21172 2000-03-19 Richard M. Stallman <rms@gnu.org>
21173
21174 * view.el (view-mode-disable): Kill local binding of view-read-only.
21175
21176 2000-03-18 Gerd Moellmann <gerd@gnu.org>
21177
21178 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
21179 is a string, convert it to a syntax cell using string-to-syntax.
21180
21181 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21182 (string-to-syntax): New function.
21183
21184 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21185 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21186 try to use passive ftp mode.
21187
21188 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21189
21190 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21191
21192 * simple.el (append-to-buffer): Update point of windows after
21193 insertion.
21194
21195 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21196 forward then moving backward. Reindent.
21197
21198 * frame.el (other-frame): Call x-focus-frame only if
21199 focus-follows-mouse is off.
21200
21201 2000-03-17 Dave Love <fx@gnu.org>
21202
21203 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21204
21205 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21206
21207 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21208 regexp for labels cannot span several lines.
21209
21210 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21211 `(setq :<key> ':<key>)' to the macro expansion.
21212
21213 2000-03-16 Dave Love <fx@gnu.org>
21214
21215 * progmodes/f90.el (f90): Put custom group under `languages', not
21216 `fortran'.
21217 (f90-mode-hook): Customize.
21218 (f90-mode): Set add-log-current-defun-function.
21219 (f90-current-defun): New function.
21220
21221 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21222
21223 * cus-edit.el (custom-variable-tag-face): Handle case that
21224 default face's height is not a number.
21225 (custom-face-tag-face, custom-group-tag-face-1)
21226 (custom-group-tag-face): Ditto.
21227 (custom-group-tag-face-1): Add :group.
21228
21229 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21230
21231 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21232
21233 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21234 requiring easymenu.
21235
21236 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21237
21238 * ps-print.el: PostScript user-defined prologue, PostScript error
21239 handler, doc fix.
21240 (ps-print-version): New version number (5.1).
21241 (ps-user-defined-prologue, ps-error-handler-message)
21242 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21243 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21244 (ps-insert-string): New function.
21245
21246 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21247
21248 * international/ccl.el (ccl-compile-expression): Don't generate
21249 invalid self-assignment code.
21250
21251 2000-03-14 Dave Love <fx@gnu.org>
21252
21253 * subr.el (replace-regexp-in-string): Renamed from
21254 replace-regexps-in-string. Doc fix.
21255
21256 2000-03-12 Dave Love <fx@gnu.org>
21257
21258 * cus-edit.el: Doc fixes.
21259 (customize-set-variable, customize-save-variable): Rename args for doc.
21260 (custom-variable-tag-face, custom-face-tag-face)
21261 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21262 style which user identify as hyperlink.
21263 (hook): Don't add undefined functions to the hook.
21264 (debug-ignored-errors): Transfer message from bindings.el.
21265
21266 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21267
21268 * recentf.el (recentf-keep-non-readable-files-p):
21269 Remove double/nested definition.
21270
21271 2000-03-12 Dave Love <fx@gnu.org>
21272
21273 * facemenu.el (facemenu-get-face): Use display-color-p.
21274 * enriched.el (enriched-decode-foreground): Likewise.
21275 (enriched-decode-background): Likewise.
21276 * isearch.el (isearch-highlight): Likewise.
21277 * info-look.el (info-lookup): Likewise.
21278 * simple.el (completion-setup-function): Likewise.
21279
21280 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21281 :options.
21282
21283 * bindings.el (mode-line-format): Fix line-number and
21284 column-number items. Add help-echo for the background.
21285 (mode-line-mule-info): Modify help-echo.
21286
21287 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21288
21289 * files.el (load-file): Allow completion to .elc.
21290
21291 * man.el: Doc fixes.
21292 (Man-init-defvars): Use display-color-p to set fontification.
21293
21294 * play/hanoi.el (hanoi-internal): Don't use oddp.
21295
21296 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21297
21298 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21299
21300 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21301
21302 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21303
21304 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21305 Fix comment.
21306
21307 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21308
21309 * font-lock.el (font-lock-keywords): Fix the doc now that
21310 regexp-opt-depth is unnecessary.
21311 (save-buffer-state): Set an edebug spec.
21312 (font-lock-fontify-anchored-keywords): Properly handle the case when
21313 the matcher goes past the limit.
21314
21315 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21316 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21317
21318 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21319 dll.el and cookie.el (from Elib) with heavy renaming and other
21320 massaging.
21321
21322 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21323 Autoload the functions used.
21324 (easy-mmode-define-syntax): Fix CL typo.
21325 (easy-mmode-define-derived-mode): Improve the docstring generation.
21326
21327 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21328
21329 * textmodes/texinfo.el (texinfo-version): Variable and function
21330 removed.
21331
21332 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21333
21334 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21335 allow more flexibility.
21336 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21337 (easy-mmode-defmap, easy-mmode-defsyntax)
21338 (easy-mmode-define-derived-mode): New macros.
21339
21340 2000-03-09 Didier Verna <didier@xemacs.org>
21341
21342 * rect.el (replace-rectangle): New function.
21343
21344 2000-03-09 Dave Love <fx@gnu.org>
21345
21346 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21347 (fortran-comment-line-start-skip): Don't match cpp stuff.
21348 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21349 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21350 (fortran-mode): Don't set fortran-comment-line-start-skip,
21351 fortran-comment-line-start here. Set comment-start,
21352 add-log-current-defun.
21353 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21354 (fortran-current-defun): New function.
21355
21356 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21357
21358 * emacs-lisp/re-builder.el: New file.
21359
21360 * mouse.el (mouse-drag-region): Don't run up-event handler
21361 if hscroll has changed.
21362
21363 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21364 builtin operators, use `font-lock-builtin-face' for Emacs and
21365 `font-lock-preprocessor-face' otherwise.
21366
21367 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21368 `(defun (setf foo)' differently.
21369
21370 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21371
21372 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21373 (regexp-opt): Update comment and adapt the code the new meaning of
21374 the `paren' argument of regex-opt-group for shy-groups.
21375 (regexp-opt-depth): Handle shy groups as well as backslashed
21376 backslashes.
21377 (regexp-opt-group): Turn the leading comment into a docstring.
21378 Allow `paren' to be a string (the string to use to open a group).
21379 Remove open-presuf and close-presuf. Instead of checking for `all
21380 one-char' and then later on check for `several one-char', handle
21381 both cases close together. Also apply a more generic algorithm
21382 for suffixes (the mirror image of the algorithm used for
21383 prefixes). Use shy-groups. Use nreverse rather than reverse.
21384 (regexp-opt-try-suffix): Removed.
21385
21386 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21387 from comint-mode-map, so we can just inherit from it. Also, move
21388 the initialization into the `defvar' since there's no docstring
21389 anyway and it's fairly short.
21390 (inferior-scheme-mode): Define it as derived-mode: the code is
21391 shorter and this way we inherit from comint-mode-map rather than
21392 copying it.
21393
21394 * subr.el (replace-regexps-in-string): Properly handle the case
21395 where we match an empty string.
21396
21397 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21398 when the command has a directory component (such as "./testml").
21399 Also fix a typo in the comment.
21400
21401 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21402
21403 * Makefile (compile-files): Compile files one by one because
21404 that's the only way to ensure a clean compilation environment for
21405 each individual file.
21406
21407 * frame.el (other-frame): Call x-focus-frame.
21408
21409 2000-03-07 Dave Love <fx@gnu.org>
21410
21411 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21412 :require to defcustom.
21413
21414 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21415
21416 * files.el (auto-mode-alist): Add configure.in.
21417
21418 * progmodes/autoconf.el: New file.
21419
21420 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21421
21422 * mail/mh-e.el: Change maintainer to `none'.
21423
21424 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21425 to remove-hook and add-hook.
21426
21427 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21428
21429 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21430 it as the default.
21431 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21432 (sendmail-send-it): Conditionally add MIME headers specifying the
21433 used character set.
21434
21435 2000-03-07 Dave Love <fx@gnu.org>
21436
21437 * winner.el: Fix keywords, autoload cookies.
21438 Split eval-when-compile form to avoid compilation failure.
21439
21440 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21441
21442 * international/mule.el: Modify comment about coding system
21443 property `coding-category'.
21444 (make-coding-system): New argument EOL-TYPE. Pay attention to
21445 coding-category property of PROPERTIES.
21446
21447 * international/mule-conf.el (coding-category-utf-8)
21448 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21449 categories. Include them in the argument for set-coding-priority.
21450
21451 * international/mule-cmds.el (reset-language-environment):
21452 Include coding-category-utf-8, coding-category-utf-16-be, and
21453 coding-category-utf-16-le in the argument for set-coding-priority.
21454 (reset-language-environment): Initialize coding-category-utf-8,
21455 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21456
21457 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21458
21459 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21460 code abstracted out of `bookmark-jump-noselect'. Now tries info
21461 extensions as well as compression extensions.
21462 (bookmark-jump-noselect): Use above new func.
21463
21464 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21465
21466 * strokes.el: Change maintainer's mail address.
21467
21468 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21469
21470 * international/mule-diag.el (list-character-sets): Make help-echo
21471 string by substitute-command-keys.
21472 (list-character-sets): Likewise.
21473 (sort-listed-character-sets): Call help-setup-xref.
21474
21475 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21476
21477 * time.el (display-time-mail-file): Add `none' to the list of choices.
21478
21479 2000-03-01 Dave Love <fx@gnu.org>
21480
21481 * help.el (help-xref-go-back): Don't try to set position.
21482
21483 * international/mule-diag.el (list-character-sets):
21484 Call help-setup-xref. Add help-echo to xrefs.
21485 (list-character-sets-1): Add help-echo to xrefs.
21486
21487 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21488
21489 * frame.el (blink-cursor-mode): Switch cursor on when turning
21490 the mode off.
21491
21492 * add-log.el (add-log-current-defun): Add support for
21493 Autoconf mode.
21494
21495 * mail/rmail.el (rmail-quit-hook): New variable.
21496
21497 2000-03-01 Dave Love <fx@gnu.org>
21498
21499 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21500
21501 * help.el (help-xref-button): Add help-echo arg.
21502 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21503
21504 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21505
21506 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21507
21508 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21509
21510 * image.el (defimage): Look for image files in load-path.
21511
21512 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21513
21514 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21515
21516 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21517
21518 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21519
21520 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21521 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21522 action to select/unselect a file.
21523 (recentf-edit-list): Code cleanup and improvement.
21524 (recentf-open-more-files-action): `recentf-open-more-files' button
21525 widget action to open a file.
21526 (recentf-open-more-files): No more use standard completion but widgets.
21527 (recentf-more-collection): Deleted.
21528 (recentf-more-history): Deleted.
21529 (recentf-setup-more-completion): Deleted.
21530
21531 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21532
21533 * recentf.el (recentf-mode): No more needs that Emacs is running
21534 under a window-system.
21535
21536 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21537
21538 * recentf.el (recentf-edit-list): New command to edit the recent
21539 list which allow the user to remove files.
21540 (recentf-edit-selected-items): New global variable, used by
21541 `recentf-edit-list' to hold the list of files to be removed from
21542 the recent list.
21543 (recentf-make-menu-items): Updated to display a "Edit list..."
21544 menu item. Minor code cleanup.
21545
21546 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21547
21548 * recentf.el (recentf-open-more-files): New command to open files
21549 that are not displayed in the menu.
21550 (recentf-more-collection): New global variable holding the set of
21551 permissible completions used by `recentf-open-more-files'.
21552 (recentf-more-history): New global variable holding the history list
21553 used by `recentf-open-more-files' completion.
21554 (recentf-setup-more-completion): New function to setup completion for
21555 `recentf-open-more-files'.
21556 (recentf-make-menu-items): Updated to display a "More..." menu item.
21557
21558 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21559
21560 * recentf.el (recentf-menu-action): Doc fixed.
21561
21562 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21563
21564 * recentf.el (recentf-menu-filter): Doc updated.
21565 (recentf-update-menu-hook): Allow menu filters to force menu update.
21566 (recentf-make-menu-items): New menu filter handling.
21567 (recentf-make-menu-item): New helper function.
21568 (recentf-menu-elements): New menu handling function.
21569 (recentf-sort-ascending): Updated to new menu filter handling.
21570 (recentf-sort-descending): Updated to new menu filter handling.
21571 (recentf-sort-basenames-ascending): New menu filter function.
21572 (recentf-sort-basenames-descending): New menu filter function.
21573 (recentf-show-basenames): New menu filter function.
21574 (recentf-show-basenames-ascending): New menu filter function.
21575 (recentf-show-basenames-descending): New menu filter function.
21576
21577 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21578
21579 * diary-lib.el (list-diary-entries): Don't try to go forward at
21580 the end of the buffer.
21581
21582 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21583
21584 * international/mule-diag.el (list-character-sets):
21585 Completely rewritten.
21586 (sort-listed-character-sets): New function.
21587 (list-character-sets-1): Completely rewritten.
21588 (list-character-sets-2): New function.
21589 (non-iso-charset-alist): New variable.
21590 (decode-codepage-char): New function.
21591 (charset-history): New variable.
21592 (read-charset) (list-block-of-chars)
21593 (list-iso-charset-chars)
21594 (list-non-iso-charset-chars)
21595 (list-charset-chars): New functions.
21596 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21597 (dump-charsets): Likewise.
21598
21599 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21600
21601 * dired-x.el (dired-filename-at-point): Add `@' to valid
21602 file name characters.
21603 (dired-filename-at-point): Handle ange-ftp file names.
21604
21605 * frame.el (frame-notice-user-settings): Use assq-delete-all
21606 instead of assoc-delete-all.
21607 (frame-notice-user-settings): Ditto.
21608
21609 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21610 Don't copy alist.
21611
21612 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21613
21614 * calculator.el (calculator-use-menu): New option.
21615 (calculator-initial-bindings): Changed some bindings to work as macros.
21616 (calculator-forced-input): Removed.
21617 (calculator-restart-other-mode): New variable.
21618 (calculator-mode-map): Set up menu.
21619
21620 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21621
21622 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21623
21624 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21625
21626 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21627 translate all ESC key sequences.
21628 (viper-goto-mark-subr): Restore markers for files for which
21629 they were saved.
21630 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21631 * viper-util.el (viper-set-replace-overlay-glyphs)
21632 (viper-set-replace-overlay): Always check if the replacement
21633 overlay is live.
21634 * viper.el (viper-vi-state-mode-list): Add major modes.
21635 * ediff-wind.el: Minor comment changes.
21636 * ediff.el: Copyright notice date fix.
21637
21638 2000-02-27 Jason Rumney <jasonr@gnu.org>
21639
21640 * faces.el (face-font-family-alternatives): Add arial to helv.
21641 (mode-line, header-line, tool-bar): Same default as x for w32.
21642 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21643 face-font-family-alternatives from working.
21644 * term/w32-win.el (mouse-set-font): Do not build fontset from
21645 chosen font.
21646
21647 2000-02-25 Sam Steingold <sds@goems.com>
21648
21649 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21650 properly.
21651
21652 2000-02-25 Richard M. Stallman <rms@gnu.org>
21653
21654 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21655
21656 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21657
21658 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21659
21660 * frame.el (busy-cursor-delay-seconds): New option.
21661
21662 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21663
21664 * frame.el (show-cursor-in-non-selected-windows): New option.
21665
21666 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21667
21668 * diary-lib.el (include-other-diary-files): Undo the selective
21669 display in any included file and don't kill it.
21670
21671 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21672
21673 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21674 Menu items converted to (menu-item format, help strings added.
21675 [downcase, upcase]: Don't enable on MS-DOS.
21676 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21677 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21678
21679 2000-02-23 Dave Love <fx@gnu.org>
21680
21681 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21682 (backward-kill-word): Revert addition of * to interactive spec --
21683 it's a feature.
21684
21685 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21686 (backward-kill-sentence, kill-sentence): Likewise.
21687
21688 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21689 scratch buffer name.
21690 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21691
21692 * term/w32-win.el (internal-face-interactive): Update prompt for
21693 new read-face-name.
21694
21695 * mail/footnote.el (footnote): Add :version to defgroup.
21696 (footnote-section-tag-regexp): Customize.
21697 (footnote-start-tag, footnote-end-tag): New option.
21698 (footnote-latin-regexp): New variable.
21699 (Footnote-latin): New function.
21700 (footnote-style-alist): Add element for latin style.
21701 (footnote-style): Moved.
21702 (Footnote-goto-footnote): Use eq to test arg.
21703
21704 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21705
21706 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21707 (byte-compile-trueconstp): Include keywords.
21708 (byte-optimize-quote, byte-optimize-lapcode):
21709 Use byte-compile-const-symbol-p.
21710 (byte-optimize-char-before): New optimization.
21711
21712 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21713 (byte-compile-const-symbol-p): New function.
21714 (byte-compile-constp, byte-compile-out-toplevel)
21715 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21716 Use it.
21717
21718 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21719
21720 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21721
21722 * international/encoded-kb.el: Be sure to update minor-mode-alist
21723 and minor-mode-map-alist.
21724 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21725 codes SS2 and SS3 correctly.
21726 (encoded-kbd-self-insert-ccl): New function.
21727 (encoded-kbd-setup-keymap): New function.
21728 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21729 by calling encoded-kbd-setup-keymap.
21730
21731 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21732 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21733
21734 2000-02-22 Dave Love <fx@gnu.org>
21735
21736 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21737 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21738 (lisp-mode-syntax-table): Set up for #|...|# comments.
21739 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21740 classes. Match `defface'.
21741 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21742 (eval-defun-1): Fix for defcustom.
21743 (lisp-indent-region): Doc fix.
21744
21745 * subr.el (when, unless, split-string): Doc fix.
21746 (read-passwd): Move call of clear-this-command-keys to the right place.
21747 (replace-regexps-in-string): New function.
21748
21749 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21750
21751 * help.el (describe-variable): Set syntax table to
21752 emacs-lisp-mode-syntax-table when moving forward over the
21753 symbol's name.
21754
21755 2000-02-22 Dave Love <fx@gnu.org>
21756
21757 * xt-mouse.el: Doc fixes.
21758 (xterm-mouse-position-function): New function, replacing advice of
21759 mouse-position.
21760 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21761
21762 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21763
21764 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21765
21766 * format.el (format-annotate-single-property-change):
21767 Handle properties.with dotted-list values.
21768 (format-proper-list-p): New function.
21769
21770 * enriched.el (enriched-face-ans): Handle '(foreground-color
21771 . COLOR) and (background-color . COLOR).
21772
21773 2000-02-20 Dave Love <fx@gnu.org>
21774
21775 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21776 and assignments to it.
21777 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21778 current local map.
21779 (make-flyspell-overlay): Use it.
21780 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21781
21782 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21783 (lm-get-header-re): Defun, not defsubst.
21784 (lm-get-package-name): Defun, not defsubst. Simplify.
21785 (lm-version): Doc fix. Simplify.
21786 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21787 (lm-crack-address, lm-last-modified-date, lm-commentary)
21788 (lm-verify, lm-synopsis): Simplify.
21789 (lm-report-bug): Require emacsbug. Use compose-mail.
21790
21791 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21792
21793 * dired.el (dired-mode): Call propertized-buffer-identification
21794 to set mode-line-buffer-identification to something having
21795 the right text properties.
21796
21797 * bindings.el (propertized-buffer-identification): New function.
21798
21799 2000-02-20 Dave Love <fx@gnu.org>
21800
21801 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21802 check for t-mouse too.
21803
21804 * cus-start.el: Make echo-keystrokes `number'.
21805
21806 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21807
21808 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21809 Don't call ring-empty-p unless tags-location-ring is bound.
21810 From Noah Friedman <friedman@splode.com>.
21811
21812 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21813
21814 * progmodes/hideshow.el (hs-flag-region): No longer use
21815 `intangible' overlay property.
21816
21817 (hs-toggle-hiding): New command.
21818 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21819
21820 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21821 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21822 and deactivation.
21823
21824 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21825
21826 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21827
21828 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21829
21830 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21831
21832 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21833 of `*' to handle `(* ... *)' comments.
21834
21835 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21836
21837 * faces.el (list-faces-display): Use display-mouse-p instead of
21838 window-system.
21839
21840 * menu-bar.el (global-map): Menu-bar items converted to the new
21841 format (menu-item..., rearranged for better CUA compliance, and
21842 their names changed for better clarity. Help strings added.
21843
21844 * international/mule-cmds.el (mule-menu-keymap)
21845 (describe-language-environment-map, set-coding-system-map)
21846 (setup-language-environment-map): Convert to new (menu-item...
21847 form, add help strings. Change names of menu items for better clarity.
21848 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21849
21850 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21851
21852 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21853 within the code.
21854
21855 2000-02-16 Dave Love <fx@gnu.org>
21856
21857 * faces.el: Don't require custom. Add more specific :groups to
21858 various deffaces.
21859 (set-face-attribute): Purecopy args.
21860 (read-face-name): Default to name at point and use it in prompt.
21861 Remove colon from arg in all callers.
21862 (list-faces-display): Hyperlink to face descriptions and customize
21863 buffers.
21864
21865 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21866
21867 * wid-edit.el (widget-match-inline): An atom never matches a list.
21868
21869 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21870
21871 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21872 at ':' characters by call to split-string.
21873
21874 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21875
21876 * textmodes/bibtex.el: Added RCS version identification.
21877
21878 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21879
21880 * textmodes/bibtex.el: Some temporary comments removed.
21881 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21882 (bibtex-field-const): Allow capital letters.
21883 (bibtex-start-of-string): Deleted because unused.
21884
21885 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21886 use the term 'reference' to describe a bibtex entry as a whole.
21887 Further, reference keys are no longer called 'labels'.
21888 (bibtex-keys): Renamed to bibtex-reference-keys.
21889 (bibtex-reformat-previous-labels): Renamed to
21890 bibtex-reformat-previous-reference-keys.
21891 (bibtex-reference-type): Renamed to bibtex-entry-type.
21892 (bibtex-reference-head): Renamed to bibtex-entry-head.
21893 (bibtex-reference-maybe-empty-head): Renamed to
21894 bibtex-entry-maybe-empty-head.
21895 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21896 (bibtex-search-reference): Renamed to bibtex-search-entry.
21897 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21898 bibtex-enclosing-entry-maybe-empty-head.
21899 (bibtex-entry-field-alist, bibtex-entry-head)
21900 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21901 (bibtex-map-entries, bibtex-search-entry)
21902 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21903 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21904 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21905 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21906 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21907 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21908 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21909
21910 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21911
21912 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21913 comment.
21914 (bibtex-format-field-delimiters): New function, functionality
21915 extracted from bibtex-format-entry.
21916 (bibtex-autokey-get-yearfield-digits): New function, functionality
21917 extracted from bibtex-autokey-get-yearfield.
21918
21919 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21920 entries in order to avoid stack overflow in the regexp matcher if
21921 field contents become large.
21922 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21923 (bibtex-field-string-part-not-braced)
21924 (bibtex-field-string-part-no-inner-braces)
21925 (bibtex-field-string-part-1-inner-brace)
21926 (bibtex-field-string-part-2-inner-braces)
21927 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21928 (bibtex-field-string-quoted, bibtex-field-string)
21929 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21930 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21931 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21932 Deleted as parsing is now performed by the following functions.
21933 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21934 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21935 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21936 (bibtex-parse-association, bibtex-field-name-for-parsing)
21937 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21938 (bibtex-search-forward-field, bibtex-search-backward-field)
21939 (bibtex-start-of-field, bibtex-end-of-field)
21940 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21941 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21942 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21943 (bibtex-parse-string, bibtex-search-forward-string)
21944 (bibtex-search-backward-string, bibtex-start-of-string)
21945 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21946 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21947 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21948 entries. Instead of reporting the results of the parsing by
21949 match-beginning or match-end, these functions return data structures
21950 that hold the corresponding positions.
21951 (bibtex-enclosing-field): Changed to also report field boundaries by
21952 return values rather than by match-beginning or match-end.
21953 The following functions have been adapted to use the new
21954 parsing functions.
21955 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21956 (bibtex-enclosing-field, bibtex-format-entry)
21957 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21958 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21959 (bibtex-print-help-message, bibtex-end-of-entry)
21960 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21961 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21962 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21963 Use the new method for parsing.
21964 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21965 (bibtex-map-entries, bibtex-flash-head)
21966 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21967 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21968 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21969 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21970 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21971 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21972 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21973 order to make the new binding of case-fold-search immediately visible.
21974
21975 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21976
21977 * textmodes/bibtex.el: Copyright notice is up to date.
21978 Added constant 'bibtex-maintainer-salutation.
21979
21980 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21981 than make-temp-name, use match-string-no-properties and eliminate
21982 a quadratic behavior when building bibtex-strings.
21983
21984 * bibtex.el (bibtex-reference-key): Accept string entries whose
21985 reference key contains upper case letters.
21986
21987 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21988
21989 * bibtex.el (bibtex-reference-head): Allow entries to start with
21990 a new line.
21991
21992 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21993
21994 * bibtex.el: Hiding of entry bodies is not longer provided by
21995 bibtex.el directly. Instead the hideshow package can be used.
21996 Added a special bibtex entry to hs-special-modes-alist.
21997 (bibtex-hs-forward-sexp): Added for hideshow.el.
21998
21999 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
22000
22001 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
22002 proceedings entry type (for cross referencing). Thanks to Wagner
22003 Toledo Correa for the suggestion.
22004
22005 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
22006
22007 2000-02-14 Kenichi Handa <handa@etl.go.jp>
22008
22009 * international/characters.el: Setup case table for Vietnamese.
22010
22011 2000-02-12 Gerd Moellmann <gerd@gnu.org>
22012
22013 * uniquify.el (toplevel): Require CL at compile time.
22014 (uniquify-push): Removed.
22015
22016 * shadowfile.el (shadow-when): Removed.
22017
22018 * tempo.el (tempo-dolist, tempo-mapc): Removed.
22019 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
22020
22021 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
22022 regexp for paragraph-start.
22023
22024 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
22025 commas as well.
22026
22027 2000-02-10 Dave Love <fx@gnu.org>
22028
22029 * wid-edit.el: (widgets) [defgroup]: Remove url link.
22030 (widget-color-choice-list, widget-color-history, widget-mouse-help):
22031 Deleted.
22032 (widget-specify-field, widget-specify-button): Don't use
22033 widget-mouse-help as help-echo property.
22034 (default): Use #'ignore for :validate and :mouse-down-action.
22035 (checkbox): Add help-echo.
22036 (widget-sexp-validate): Rewritten to clarify error messages.
22037 (character): Use char-valid-p in :match function.
22038 (widget-color-complete): Use facemenu-color-alist.
22039 (widget-color-action): Use facemenu-read-color.
22040
22041 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
22042 set up `caar' &c that we now have.
22043
22044 2000-02-09 Ray Blaak <blaak@gnu.org>
22045
22046 * delphi.el: Make resourcestring a declaration region, like const
22047 and var.
22048
22049 2000-02-09 Dave Love <fx@gnu.org>
22050
22051 * bindings.el (mode-line-input-method-map): New variable.
22052 (mode-line-mule-info): Use it; fix last change.
22053 (mode-line-mode-menu): Move definition.
22054 (mode-line-mouse-sensitive-p): Deleted.
22055 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
22056 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
22057
22058 * startup.el (command-line-1): Don't call
22059 make-mode-line-mouse-sensitive.
22060
22061 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22062
22063 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22064 before rmail-toggle-header, because the former toggles headers.
22065
22066 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22067
22068 * diff-mode.el (diff-kill-junk): New interactive function.
22069 (diff-reverse-direction): Use delete-and-extract-region.
22070 (diff-post-command-hook): Restrict the area so that the hook also works
22071 outside of any diff hunk. This is necessary for the minor-mode.
22072 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22073 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22074
22075 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22076 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22077 so that it can be used more easily in <foo>-mode-hook. Also make sure
22078 to avoid duplicate entries.
22079 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22080 (font-lock-remove-keywords): Just as was done for `add', allow it to
22081 work even if font-lock-mode is nil. Also make sure we don't modify
22082 any pre-existing list by forcing a copy-sequence. Finally rename
22083 `major-mode' to `mode'.
22084 (font-lock-fontify-syntactic-anchored-keywords)
22085 (font-lock-fontify-anchored-keywords)
22086 (font-lock-fontify-keywords-region): Use line-end-position.
22087 Don't make `font-lock-multiline' local (it's now done in
22088 font-lock-set-defaults).
22089 (font-lock-set-defaults): Make `font-lock-multiline' local.
22090 Move the `font-lock-fontified' creation to inside the `unless'.
22091
22092 2000-02-06 Andrew Innes <andrewi@gnu.org>
22093
22094 * term/w32-win.el (x-handle-args): Comment out call to message,
22095 which occurs before window system is initialized.
22096
22097 * makefile.nt: Add support for recompiling lisp code.
22098
22099 2000-02-04 Dave Love <fx@gnu.org>
22100
22101 * bindings.el (mode-line-mule-info): Fix/extend last change.
22102
22103 * completion.el: Replace completion-dolist with dolist.
22104
22105 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
22106
22107 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22108
22109 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
22110 environment names before they go into the section regexp.
22111
22112 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
22113 char class in regexp.
22114
22115 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22116 Bind `case-fold-search' to nil.
22117
22118 * progmodes/idlwave.el (idlwave-template):
22119 Respect `idlwave-abbrev-change-case'.
22120 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22121 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22122 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
22123 (idlwave-rw-case): New function.
22124 (idlwave-statement-match): Fixed problem with assignment regexp.
22125 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
22126 (idlwave-surround): New argument LENGTH to support padding of
22127 operators longer than 1 char.
22128
22129 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22130 idlwave-shell-expression-overlay. Implemented printing of
22131 expressions on higher levels of the calling stack.
22132 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
22133 (idlwave-retrieve-expression-from-level): New function.
22134 (idlwave-shell-last-calling-stack): Variable removed.
22135 (idlwave-shell-reset): Argument action reversed (`visible' to
22136 `hidden'). Also remove stop-line overlay.
22137 (idlwave-shell-calling-stack-routine): New variable.
22138 (idlwave-shell-parse-stack-and-display): Messages now display
22139 negative level numbers.
22140 (idlwave-shell-mode): Set `modeline-format'.
22141 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
22142 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
22143 (idlwave-shell-print-expression-function): New option.
22144
22145 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22146 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
22147 `tool-bar' instead of `toolbar'.
22148
22149 2000-02-02 Dave Love <fx@gnu.org>
22150
22151 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22152 emacs-lisp-mode-hook. Don't check for defalias being defined.
22153
22154 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
22155 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22156 Use the new builtins directly.
22157
22158 * whitespace.el (whitespace): Add :version to defgroup.
22159
22160 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22161 Doc fix.
22162
22163 * thingatpt.el (sexp-at-point, symbol-at-point)
22164 (number-at-point, list-at-point): Add autoload cookie.
22165
22166 * recentf.el (recentf): Add :version to defgroup.
22167
22168 * quickurl.el (quickurl): Add :version to defgroup.
22169
22170 * elide-head.el (elide-head): Use point-marker more.
22171
22172 * bs.el (bs): Add :version to defgroup.
22173
22174 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22175
22176 * progmodes/delphi.el (delphi): Add :version to defgroup.
22177
22178 2000-02-02 Gerd Moellmann <gerd@gnu.org>
22179
22180 * ange-ftp.el (ange-ftp-write-region): Handle case that
22181 succeeding process operation sets a different coding system.
22182
22183 * calculator.el: New file.
22184
22185 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22186
22187 * frame.el (frames-on-display-list, framep-on-display): New functions.
22188 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22189 (display-selections-p, display-screens, display-pixel-width)
22190 (display-pixel-height, display-mm-width, display-mm-height)
22191 (display-backing-store, display-save-under, display-planes)
22192 (display-color-cells, display-visual-class): New functions.
22193
22194 * term/tty-colors.el (tty-color-gray-shades): New function.
22195
22196 * faces.el (display-color-p): Use framep-on-display.
22197 (display-grayscale-p): New function.
22198
22199 2000-01-31 Dave Love <fx@gnu.org>
22200
22201 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22202 (create-fontset-from-x-resource): Don't concat integers.
22203
22204 2000-01-31 Inge Frick <inge@nada.kth.se>
22205
22206 * view.el: Some changes in documentation. Removed some trailing
22207 whitespace. Changed some parameter names to agree with documentation.
22208 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22209 window is not deleted. Modifies change 1998-04-26.
22210
22211 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22212
22213 * windmove.el: New file.
22214
22215 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22216 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22217 progmodes/ebnf-yac.el: Update copyright and license info.
22218
22219 * jit-lock.el (jit-lock-function): Widen before calculating
22220 end position.
22221 (jit-lock-stealth-chunk-start): Rewritten.
22222
22223 * info.el (Info-title-face-alist): Removed.
22224 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22225 (Info-fontify-node): Use these faces.
22226
22227 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22228
22229 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22230 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22231 `&allow-other-keywords'.
22232
22233 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22234 the list of directories scanned heuristically.
22235
22236 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22237
22238 2000-01-30 Jason Rumney <jasonr@gnu.org>
22239
22240 * w32-fns.el: Define w32-tty-standard-colors.
22241
22242 * startup.el (command-line): Use w32-tty-standard-colors when in
22243 w32 console mode.
22244
22245 2000-01-30 Dave Love <fx@gnu.org>
22246
22247 * jka-compr.el (jka-compr-load): Fix up load-history.
22248
22249 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22250
22251 * emacs-lisp/cl-macs.el: Revert previous change.
22252
22253 2000-01-29 Dave Love <fx@gnu.org>
22254
22255 * facemenu.el: Purecopy various strings.
22256
22257 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22258 years. Deal with three-digit years.
22259
22260 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22261 Use defconst, purecopy.
22262 (help-back-label): Purecopy it.
22263
22264 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22265
22266 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22267 variable. If non-nil, order the buffer list according to the
22268 currently selected frame.
22269 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22270 non-nil, pass the selected frame to function buffer-list.
22271
22272 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22273
22274 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22275
22276 2000-01-28 Dave Love <fx@gnu.org>
22277
22278 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22279
22280 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22281 Don't use lisp-indent-hook property.
22282 (cl-abs): Remove.
22283
22284 * subr.el: Move out indent and edebug specs for when and unless.
22285
22286 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22287 when, unless.
22288
22289 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22290 unless, when.
22291
22292 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22293
22294 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22295 `collecting' as synonym for `collect'.
22296
22297 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22298 for the case it contains spaces.
22299
22300 * simple.el (what-cursor-position): Change formatting of messages.
22301
22302 * frame.el (delete-other-frames): New function.
22303 (toplevel): Bind it to C-x 5 1.
22304
22305 * sort.el (sort-numeric-base): New option.
22306 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22307 interpret it as octal or hexadecimal. Use sort-numeric-base
22308 as default base.
22309
22310 * progmodes/glasses.el: New file.
22311
22312 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22313
22314 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22315 userids differently.
22316
22317 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22318 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22319 progmodes/ebnf-yac.el: New files.
22320
22321 2000-01-26 Dave Love <fx@gnu.org>
22322
22323 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22324 on a function with an empty body. [From Eric Ludlam.]
22325
22326 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22327
22328 * vc.el (vc-version-diff): Make sure file name is expanded.
22329
22330 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22331
22332 * scroll-bar.el (scroll-bar-timer): Variable removed.
22333 (scroll-bar-toolkit-scroll): Don't use a timer.
22334
22335 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22336
22337 * language/thai-util.el (thai-composition-function):
22338 Delete superfluous `a'.
22339
22340 2000-01-24 Dave Love <fx@gnu.org>
22341
22342 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22343 end-of-defun-function.
22344
22345 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22346
22347 2000-01-22 Jason Rumney <jasonr@gnu.org>
22348
22349 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22350 conflicts with new face support.
22351
22352 2000-01-22 Richard M. Stallman <rms@gnu.org>
22353
22354 * replace.el (query-replace): Rename last arg to DELIMITED.
22355 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22356 (query-replace-regexp): Likewise.
22357
22358 2000-01-20 Richard M. Stallman <rms@gnu.org>
22359
22360 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22361
22362 * emacs-lisp/lisp.el (beginning-of-defun-function):
22363 Variable renamed from beginning-of-defun.
22364 Do not call make-variable-buffer-local.
22365 (beginning-of-defun-raw): Use new variable name; doc fix.
22366 (beginning-of-defun): Doc fix.
22367 (end-of-defun-function): Variable renamed from end-of-defun.
22368 Do not call make-variable-buffer-local.
22369 (end-of-defun): Use new variable name; doc fix.
22370
22371 * subr.el (dolist, dotimes): Copied from cl-macs.el
22372 and made to work.
22373
22374 * mail/undigest.el (rmail-digest-end-regexps):
22375 Variable replaces rmail-digest-end-regexp.
22376 Allows multiple regexps for detecting the end line.
22377 (undigestify-rmail-message): Corresponding changes.
22378
22379 2000-01-19 Dave Love <fx@gnu.org>
22380
22381 * files.el (user-init-file): Don't declare here -- is primitive.
22382
22383 * startup.el (command-line): Check for compiled user-init-file and
22384 set to uncompiled version if necessary.
22385
22386 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22387
22388 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22389 (undigestify-rmail-message): Use it.
22390
22391 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22392
22393 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22394
22395 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22396 of mini-buffer.
22397
22398 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22399
22400 * emacs-lisp/copyright.el (copyright-update): Removed the
22401 requirement for a trailing space from `copyright-regexp', to
22402 support copyrights with owner specified on a separate line..
22403
22404 * align.el: New file.
22405
22406 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22407
22408 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22409
22410 2000-01-13 Dave Love <fx@gnu.org>
22411
22412 * ph.el: Removed. (Obsoleted by EUDC.)
22413
22414 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22415
22416 * net/eudc.el (toplevel): Remove autoloaded code installing
22417 menu with easymenu, because that causes build problems.
22418
22419 * frame.el (frame-notice-user-settings): New variable.
22420 (frame-notice-user-settings): Don't modify frame parameters
22421 if called a second time.
22422
22423 2000-01-13 Richard M. Stallman <rms@gnu.org>
22424
22425 * frame.el (frame-notice-user-settings):
22426 Notice default-frame-parameters even for non-window frames.
22427
22428 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22429
22430 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22431 for Emacs.
22432 (eudc-bob-can-display-inline-images): Extend for Emacs.
22433 (eudc-bob-toggle-inline-display): Ditto.
22434 (eudc-bob-display-jpeg): Ditto.
22435
22436 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22437
22438 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22439 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22440 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22441
22442 * add-log.el (add-change-log-entry): Fix error trying an
22443 `(insert nil)'.
22444
22445 * subdirs.el: Add `net' directory.
22446
22447 * net: New directory.
22448
22449 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22450 eval-last-sexp. Don't bind debug-on-error here.
22451 (eval-last-sexp): New function. Bind debug-on-error if
22452 eval-expression-debug-on-error is non-nil.
22453 (eval-defun-2, eval-defun): Likewise.
22454
22455 * simple.el (eval-expression): Don't bind debug-on-error if
22456 eval-expression-debug-on-error is nil. Detect changed
22457 debug-on-error, and propagate new value to global binding, if
22458 eval-expression-debug-on-error is non-nil,
22459 (eval-expression-debug-on-error): Change doc string.
22460
22461 2000-01-11 Richard M. Stallman <rms@gnu.org>
22462
22463 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22464
22465 * emacs-lisp/lisp-mode.el (with-syntax-table):
22466 Set up lisp-indent-function property.
22467
22468 * subr.el (with-syntax-table): Moved from simple.el.
22469
22470 * simple.el (with-syntax-table): Moved to subr.el.
22471
22472 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22473
22474 * tmm.el (tmm-shortcut): Delete region after prompt instead
22475 of erasing buffer.
22476
22477 * textmodes/fill.el (fill-common-string-prefix): New function.
22478 (fill-context-prefix): Use the longest common prefix of first
22479 and second line fill prefix, if there is one.
22480
22481 2000-01-11 Richard M. Stallman <rms@gnu.org>
22482
22483 * array.el (array-mode): Don't use make-variable-buffer-local.
22484 Use make-local-variable for `truncate-lines'.
22485
22486 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22487
22488 * add-log.el (add-log-current-defun): Handle user-defined
22489 add-log-current-function returning nil,
22490
22491 * add-log.el (add-change-log-entry): Insert version number
22492 if having found a current function
22493
22494 * add-log.el (add-log-current-defun):
22495 Call `add-log-current-defun-function'. Try matches at level 0 and
22496 level 1. Strip whitespace from defun found.
22497
22498 2000-01-10 John Wiegley <johnw@gnu.org>
22499
22500 * allout.el (isearch-done/outline-provisions): Added `edit'
22501 argument to correspond with the current definition of `isearch-done'.
22502
22503 2000-01-10 Dave Love <fx@gnu.org>
22504
22505 * elide-head.el (elide-head): Use point-marker, not point.
22506
22507 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22508
22509 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22510 before and after the year 2000.
22511
22512 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22513 Add ispell- prefix.
22514
22515 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22516
22517 * ispell.el: Only define dictionaries in menus when they exist.
22518 (version18p): New variable.
22519 (version20p): New variable.
22520 (xemacsp): New variable.
22521 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22522 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22523 (ispell-dictionary-alist6): Russian command lines no longer accept
22524 run-together words.
22525 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22526 (ispell-dictionary-alist): Add koi8-r to customize definition.
22527 (check-ispell-version): Added documentation string. Return library
22528 path when called non-interactively.
22529 (ispell-menu-map-needed): Uses new variables.
22530 (ispell-library-path): New variable.
22531 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22532 (ispell-word): Improved documentation string. Test for valid
22533 character mappings. Correctly check typed in word changes that can
22534 result in single words split into multiple words.
22535 Return replacement word.
22536 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22537 replace in recursive query replace mode. Help message for
22538 recursive edit mode.
22539 (ispell-show-choices): Protect against bad framepop bindings.
22540 (ispell-help): Fix to work with XEmacs.
22541 (ispell-highlight-spelling-error): Use new variables.
22542 (ispell-overlay-window): Fix to work with XEmacs.
22543 (ispell-parse-output): Passed and returns location information
22544 tracking spelling corrections. Doesn't recheck same word on
22545 current line.
22546 (ispell-init-process): Protect against bogus XEmacs variable binding.
22547 Fix call to single argument in sleep-for. Use new variables.
22548 (ispell-region): Passed and returns location information tracking
22549 spelling corrections. Doesn't check same word on current line.
22550 Improved documentation string. Doesn't resend a line already
22551 checked to the ispell process - fixes bug in LaTeX parsing.
22552 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22553 (ispell-skip-region): No longer skips <TT> in SGML.
22554 (ispell-process-line): Tracks location information with spelling
22555 corrections. Added documentation string. Accounts for words
22556 already accepted on this line. Don't allow query-replace on line
22557 starting with math characters. Doesn't resend a line already sent
22558 to ispell process. Fixes alignment error bug.
22559
22560 2000-01-10 Richard M. Stallman <rms@gnu.org>
22561
22562 * dired-x.el (dired-guess-shell-alist-default):
22563 Suggest xloadimage, which is free, not xv, which isn't.
22564
22565 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22566 Don't ever include the host name or user name in the value.
22567
22568 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22569
22570 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22571 of a real newline.
22572
22573 2000-01-09 Stephen Eglen <stephen@gnu.org>
22574
22575 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22576 for .png files.
22577
22578 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22579
22580 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22581
22582 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22583
22584 * progmodes/cperl-mode.el: Replace ^F with ^L.
22585
22586 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22587 `require'ing rmail and mailalias to prevent infinite recursion.
22588
22589 2000-01-08 Dave Love <fx@gnu.org>
22590
22591 * emacs-lisp/backquote.el: Remove inappropriate customization
22592 (allowing custom.el to use backquote).
22593
22594 2000-01-07 Dave Love <fx@gnu.org>
22595
22596 * add-log.el (add-log-debugging): Deleted.
22597 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22598 file. Remove debugging code.
22599 (change-log-get-method-definition, change-log-name): Add doc.
22600 (change-log-sortable-date-at): New function.
22601 (change-log-merge): New command.
22602
22603 * time.el (display-time-string-forms): Make the Mail string active.
22604 (display-time-update): Provide help-echo for load average.
22605
22606 * bindings.el (make-mode-line-mouse2-map): New function.
22607 (mode-line-modified): Use it and simplify.
22608 (mode-line-mule-info): Provide help-echo info.
22609 (minor-mode-alist): Activate the strings.
22610 (make-mode-line-mouse-sensitive): Simplify for
22611 mode-line-buffer-identification.
22612
22613 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22614
22615 * play/pong.el: New file.
22616
22617 2000-01-06 Dave Love <fx@gnu.org>
22618
22619 * array.el: Assorted cleanups for compiler warnings, doc strings,
22620 `array-' prefix for symbols.
22621
22622 2000-01-05 Dave Love <fx@gnu.org>
22623
22624 * textmodes/outline.el (outline-mode-menu-bar-map):
22625 Add outline-headers-as-kill.
22626 (outline-mode): Define imenu-generic-expression.
22627 (outline-headers-as-kill): New command.
22628
22629 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22630 from paragraph-start.
22631 (paragraph-indent-minor-mode): New command.
22632
22633 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22634 M-C-e, M-C-h, C-j, C-xnd, TAB.
22635 (fortran-mode): Set beginning-of-defun, end-of-defun.
22636 (fortran-column-ruler): Simplify.
22637 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22638 (fortran-with-subprogram-narrowing): Likewise.
22639 (fortran-indent-subprogram): Call mark-defun.
22640 (fortran-check-for-matching-do): Change narrowing.
22641
22642 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22643 (cl-lucid-hash-tag): Delete.
22644 (cl-hash-table-p): Correct test for native table.
22645 (cl-hash-table-count): Use hash-table-count.
22646
22647 * browse-url.el (browse-url): Fix case of
22648 browse-url-browser-function being an alist.
22649
22650 2000-01-05 Carsten Dominik <cd@gnu.org>
22651
22652 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22653 (reftex-index-phrase-file-extension): New options.
22654
22655 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22656 Use new option `reftex-index-phrase-file-extension'.
22657
22658 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22659 `reftex-parse-file-extension'.
22660
22661 2000-01-05 Dave Love <fx@gnu.org>
22662
22663 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22664 (beginning-of-defun-raw): Use it.
22665 (end-of-defun): New variable.
22666 (end-of-defun): Use it.
22667 (check-parens): New command.
22668
22669 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22670
22671 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22672 (hs-show-block): Don't use `mapcar' when not accumulating.
22673
22674 Fix buglet in local variables initialization.
22675
22676 2000-01-05 Andreas Schwab <schwab@suse.de>
22677
22678 * hscroll.el (hscroll): Doc fix.
22679
22680 2000-01-05 Carsten Dominik <cd@gnu.org>
22681
22682 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22683 Require idlw-toolbar.
22684
22685 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22686 file idlw-rinfo.el.
22687 (idlwave-customize): Load must read file idlw-shell.el.
22688 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22689
22690 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22691
22692 * progmodes/idlw-shell.el: Also provide idlwave-shell
22693 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22694 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22695
22696 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22697 both reftex-dcr and reftex-vcr.
22698
22699 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22700
22701 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22702
22703 * ps-print.el: PostScript code now is in separate files, doc fix.
22704 (ps-print-version): New version number (5.0.3).
22705 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22706 local.
22707 (ps-spool-config): Initialization fix.
22708 (ps-print-prologue-1, ps-print-prologue-2)
22709 (ps-print-duplex-feature): PostScript code moved to separated file.
22710 (ps-background-image): Little code reformating.
22711 (ps-begin-file, ps-begin-job): Fix code.
22712 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22713 (ps-prologue-file): New fun.
22714
22715 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22716
22717 * ps-vars.el: Eliminated.
22718
22719 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22720 `;;;###autoload'.
22721
22722 * ps-print.el: ps-vars eliminated, doc fix.
22723 (ps-print-version): New version number (5.0.2).
22724 (ps-spool-config): Initialization fix.
22725 (ps-print-customize): New fun.
22726
22727 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22728
22729 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22730
22731 2000-01-04 Dave Love <fx@gnu.org>
22732
22733 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22734 menu items.
22735
22736 2000-01-03 Dave Love <fx@gnu.org>
22737
22738 * elide-head.el (elide-head) [defgroup]: Add :version.
22739
22740 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22741 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22742 Use `cl-hash-table-p', not `hash-table-p'.
22743 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22744
22745 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22746
22747 * faces.el (face-read-integer, read-face-attribute)
22748 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22749
22750 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22751
22752 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22753 at comment end, and re-insert them after filling.
22754
22755 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22756
22757 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22758 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22759 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22760
22761 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22762
22763 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22764 the new name of face-color-supported-p.
22765
22766 * term/w32-win.el (xw-defined-colors): Likewise.
22767
22768 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22769
22770 * simple.el (completion-setup-function): Count completion-size
22771 from minibuffer-prompt-end, not from point-min.
22772
22773 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22774
22775 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22776 Pass the frame to tty-color-* functions.
22777 (display-color-p, frame-set-background-mode): Pass the frame to
22778 tty-display-color-p.
22779
22780 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22781 tty-color-alist.
22782 (tty-color-alist, tty-modify-color-alist): New functions.
22783 (tty-color-define, tty-color-clear, tty-color-approximate)
22784 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22785 optional parameter FRAME.
22786
22787 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22788
22789 * image.el (create-image, defimage): Don't assume image data is
22790 a string.
22791
22792 * image.el (defimage): Handle specifications containing :data
22793 instead of :file.
22794 (image-type-from-data): New function.
22795 (image-type-from-file-header): Use it.
22796 (create-image): Add parameter DATA-P.
22797
22798 See ChangeLog.8 for earlier changes.
22799
22800 ;; Local Variables:
22801 ;; coding: iso-2022-7bit
22802 ;; End:
22803
22804 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22805 Copying and distribution of this file, with or without modification,
22806 are permitted provided the copyright notice and this notice are preserved.