]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(c-submit-bug-report): Make sure that the arguments to `insert' are strings.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-26 Sam Steingold <sds@gnu.org>
2
3 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
4 arguments to `insert' are strings.
5
6 2001-11-26 Richard M. Stallman <rms@gnu.org>
7
8 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
9
10 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
11
12 * loaddefs.el: Regenerated.
13
14 * international/mule-diag.el: Require help-fns instead of
15 help-funs.
16
17 * help-fns.el: Renamed from help-funs.el.
18
19 * startup.el (command-line-1): Don't try to call process-list if
20 it is not fboundp.
21
22 2001-11-26 Sam Steingold <sds@gnu.org>
23
24 * frame.el (show-trailing-whitespace): Remove :set argument (the
25 value was essentially identical to the defalt).
26
27 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
28
29 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
30
31 * icomplete.el (icomplete-minibuffer-setup): Likewise.
32
33 * hilit-chg.el (hilit-chg-set): Likewise.
34
35 * speedbar.el (speedbar-mode): Likewise.
36
37 * calendar/calendar.el (calendar-mode): Likewise.
38
39 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
40 insert-string.
41
42 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
43
44 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
45
46 * term/sun-mouse.el (sun-yank-selection): Likewise.
47
48 * textmodes/bib-mode.el (return-key-bib): Likewise.
49
50 * calendar/appt.el (appt-disp-window): Likewise.
51
52 * calendar/diary-lib.el (list-diary-entries): Likewise.
53
54 * array.el (array-reconfigure-rows): Likewise.
55
56 * filecache.el (file-cache-minibuffer-complete): Likewise.
57
58 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
59
60 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
61
62 * allout.el (outline-version, outline-open-topic)
63 (outline-rebullet-heading, outline-insert-listified)
64 (outline-latex-verbatim-quote-curr-line)
65 (outline-latexify-one-item, outlineify-sticky): Likewise.
66
67 * vc.el (vc-next-action-on-file): Likewise.
68 (vc-dired-mode): Remove make-local-hook.
69
70 2001-11-26 Andre Spiegel <spiegel@gnu.org>
71
72 * vc.el (vc-find-version): New function.
73 (vc-version-other-window): Redefined in terms of the above.
74
75 * log-view.el (log-view-find-version): New function.
76 (log-view-mode-map): Bind it to `f'.
77
78 2001-11-26 Gerd Moellmann <gerd@gnu.org>
79
80 * language/devan-util.el (dev-char-glyph): Escape `"' in
81 string literals.
82 (dev-glyph-glyph, dev-glyph-glyph-2)
83 (devanagari-compose-syllable-region): Likewise.
84
85 2001-11-26 Richard M. Stallman <rms@gnu.org>
86
87 * window.el (save-selected-window): No error if saved window is dead.
88
89 * help-funs.el (describe-syntax): Put (interactive) after doc string.
90
91 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
92
93 * international/quail.el (quail-help): Require help-mode in
94 top-level instead.
95
96 * iswitchb.el (iswitchb-exhibit): Use insert instead of
97 insert-string.
98
99 * icomplete.el (icomplete-exhibit): Likewise.
100
101 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
102
103 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
104 (diff-hunk-kill): Simplify.
105 (diff-post-command-hook): Only apply to a single hunk.
106 (diff-hunk-text): Make `char-offset' non-optional.
107 (diff-find-text): Return a cons cell.
108 (diff-find-approx-text): New fun.
109 (diff-find-source-location): Use it.
110 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
111 Adapt to new retval of diff-find-text.
112
113 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
114 rather than integer- representation of dates.
115
116 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
117
118 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
119 (syntax-after): New fun.
120
121 * help-funs.el (describe-syntax): New fun.
122
123 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
124 (font-lock-ppss-stats, font-lock-ppss): Remove.
125 (font-lock-fontify-syntactically-region): Remove tuning code.
126 (font-lock-compile-keywords): Fix off-by-one bug.
127 (font-lock-set-defaults): Don't set removed vars.
128 (c-keywords): Add `inline'.
129 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
130
131 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
132 Set syntax-begin-function.
133 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
134 (lisp-interaction-mode): Don't set local-abbrev-table any more.
135 (lisp-mode-auto-fill): Use syntax-ppss and obey
136 comment-auto-fill-only-comments.
137 (lisp-fill-paragraph): Use syntax-ppss.
138
139 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
140
141 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
142 version of rmail-enable-mime.
143 (rmail-forward): Use it.
144
145 2001-11-25 Richard M. Stallman <rms@gnu.org>
146
147 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
148
149 * international/quail.el (quail-keyboard-layout-button):
150 Define button type.
151 (quail-keyboard-customize-button): Likewise.
152 (quail-help): Use those button types. Require `help-mode'.
153 Avoid altering the argument `package'.
154
155 * help-mode.el (help-function, help-variable, help-face)
156 (help-coding-system, help-input-method, help-character-set):
157 Define each button type with its own explicit define-button-type.
158
159 * language/devan-util.el: Comment out parts of the file
160 which apparently are garbled.
161
162 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
163
164 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
165 insert-string.
166
167 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
168
169 * play/snake.el (snake-mode): Remove make-local-hook.
170
171 * play/tetris.el (tetris-mode): Likewise.
172
173 * play/decipher.el (decipher-mode): Likewise.
174
175 * tmm.el (tmm-add-prompt): Likewise.
176
177 2001-11-25 Sam Steingold <sds@gnu.org>
178
179 * menu-bar.el (menu-bar-apropos-menu): New variable.
180 Moved all `apropos' bindings to this menu.
181 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
182
183 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
184
185 The following changes are for new indian languages support based
186 on Unicode charset and CDAC fonts.
187
188 * international/mule-conf.el: Change indian-1-column charset to
189 indian-glyph charset.
190
191 * international/characters.el: Adjusted for the change of
192 indian-1-column -> indian-glyph.
193
194 * international/fontset.el: Delete the setting for indian-1-column
195 and add the setting for indian-glyph in the default fontset.
196
197 * language/indian.el: Completely re-written.
198
199 * language/devanagari.el: Completely re-written.
200
201 * language/devan-util.el: Completely re-written.
202
203 * language/ind-util.el: New file.
204
205 2001-11-24 Richard M. Stallman <rms@gnu.org>
206
207 * startup.el (command-line-1): Don't do startup screen
208 if a subprocess is running. Call the startup screen buffer
209 "GNU Emacs". Make a special mode-line-format for it.
210
211 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
212 (browse-url-galeon): Use that variable.
213
214 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
215 eval-expression. Eval and set the variable simply.
216
217 * files.el (temporary-file-directory): Use defcustom.
218 (small-temporary-file-directory): Likewise.
219 (normal-backup-enable-predicate): Move down in file
220 after definition of temporary-file-directory.
221
222 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
223
224 2001-11-24 Colin Walters <walters@debian.org>
225
226 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
227 autoload names to match files renamed on initial calc import.
228
229 * calc/calc.el (Commentary): Cleanup, and add logistic curve
230 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
231
232 2001-11-23 Colin Walters <walters@debian.org>
233
234 * Makefile.in (finder_setwins, setwins): Include Calc again.
235
236 * calc/calc-rules.el: Add header comment.
237
238 2001-11-23 Andre Spiegel <spiegel@gnu.org>
239
240 * vc.el (with-vc-properties): Don't bind `filename' locally.
241 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
242 to avoid name clashes. Fix `lisp-indent-function' property for
243 both.
244
245 2001-11-23 Francesco Potorti` <pot@gnu.org>
246
247 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
248
249 2001-11-22 Colin Walters <walters@debian.org>
250
251 * calc/calc-misc.el (report-calc-bug):
252 Use `reporter-prompt-for-summary-p'.
253
254 * calc/INSTALL, calc/Makefile: Remove.
255
256 2001-11-22 Miles Bader <miles@gnu.org>
257
258 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
259 (reb-match-2, reb-match-3): Add dark-background variants.
260
261 2001-11-22 Colin Walters <walters@debian.org>
262
263 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
264 (info "Calc").
265 (report-calc-bug): Use reporter.el.
266
267 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
268
269 2001-11-21 Richard M. Stallman <rms@gnu.org>
270
271 * which-func.el (which-function): Call imenu--make-index-alist
272 if necessary to get a list of functions.
273 (which-function-imenu-failed): New variable.
274 (which-func-update): Handle all visible windows.
275 (which-func-update-1): New subroutine broken out of which-func-update.
276
277 * files.el (temporary-file-directory, null-device)
278 (small-temporary-file-directory): Definitions moved up.
279
280 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
281 (cperl-non-problems, cperl-praise): Doc fixes.
282
283 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
284 (sh-mode-syntax-table): Function restored.
285 Variable set up for use by function sh-mode-syntax-table.
286 (sh-set-shell): Set the syntax table.
287
288 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
289
290 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
291
292 * international/encoded-kb.el: Don't alter minor-map-alist.
293
294 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
295
296 * files.el (auto-save-file-name-transforms): Put remote files in
297 temporary-file-directory rather than /tmp.
298
299 2001-11-21 Colin Walters <walters@debian.org>
300
301 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
302 of (function ...) wrapper.
303
304 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
305
306 * derived.el (define-derived-mode): Create the abbrev-table
307 from inside the `defvar'.
308
309 * jit-lock.el (jit-lock-defer-time): New var.
310 (jit-lock-defer-timer, jit-lock-buffers): New vars.
311 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
312 (jit-lock-function): Defer fontification if requested.
313 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
314 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
315 text property.
316 (jit-lock-deferred-fontify): New fun.
317
318 2001-11-20 Richard M. Stallman <rms@gnu.org>
319
320 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
321 Set local-abbrev-table to lisp-mode-abbrev-table.
322
323 * emacs-lisp/re-builder.el (reb-mode):
324 Don't use define-derived-mode. Call kill-all-local-variables.
325
326 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
327 Don't use define-derived-mode.
328
329 * help-mode.el (help-mode): Undo 2001-10-07 change.
330
331 * replace.el (occur-mode): Undo 2001-5-20 change.
332
333 2001-11-20 Jason Rumney <jasonr@gnu.org>
334
335 * w32-fns.el (w32-system-coding-system): Change to an alias for
336 locale-coding-system.
337 (set-w32-system-coding-system): Document the above change.
338 Set locale-coding-system instead.
339
340 2001-11-20 Richard M. Stallman <rms@gnu.org>
341
342 * ruler-mode.el: Add pagination.
343 (ruler-mode-toggle-show-tab-stops): No need to
344 test `ruler-mode' variable.
345
346 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
347
348 * play/landmark.el: Mark lm-mode as special.
349
350 * play/gomoku.el: Mark gomoku-mode as special.
351
352 2001-11-20 Juanma Barranquero <lektu@terra.es>
353
354 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
355 (top-level): Bind it to C-c C-b.
356 (re-builder): Don't re-enter RE Builder Mode.
357
358 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
359
360 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
361
362 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
363 `manual-program'.
364
365 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
366 to a line without a comment.
367
368 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
369
370 * dired.el (dired-listing-switches): Mention in the doc string
371 that some switches are not supported by ls-lisp.el
372
373 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
374
375 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
376 (imenu--create-keymap-2): Remove.
377 (imenu--create-keymap-1): Simplify, remove third argument.
378 (imenu--generic-function): Use dolist.
379 (imenu-find-default): New function.
380 (imenu--completion-buffer): Use it.
381 (imenu--mouse-menu): Use popup-menu.
382 (imenu--menubar-select): Return t rather than calling imenu.
383
384 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
385 New functions, extracted from fill-region-as-paragraph.
386 (fill-region-as-paragraph): Use them.
387 Use an end marker instead of eob.
388 Ignore whitespace-only fill-prefixes when indenting according to mode.
389 Simplify the loop that searches for spaces backwards.
390
391 * textmodes/picture.el (picture-vertical-step)
392 (picture-horizontal-step): Don't use defconst for variables.
393
394 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
395 (mail-extract-address-components): Downcase domain names.
396 (mail-extr-delete-char): Remove. Use delete-char instead.
397
398 * emulation/pc-select.el: Doc string fixes.
399 (pc-selection-mode): Don't treat macos as a tty.
400
401 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
402
403 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
404
405 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
406 (mouse-wheel-progessive-speed): New var.
407 (mwheel-scroll): Use it and handle float values.
408
409 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
410
411 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
412 (iswitchb): Fix the case where the result was selected with the mouse.
413 (iswitchb-completion-help): Use the normal *Completions* now that
414 mouse selection works.
415 (iswitchb-minibuffer-setup): Simplify.
416
417 * newcomment.el (comment-column, comment-style, comment-multi-line)
418 (comment-auto-fill-only-comments): Remove :group arg.
419 (comment-padding): Add :type.
420 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
421 if called interactively.
422
423 2001-11-19 Colin Walters <walters@verbum.org>
424
425 * calc/calc.el (toplevel): Add comment and version header.
426 (calc-init-base): Bump version to 2.02f, update date.
427
428 2001-11-19 Richard M. Stallman <rms@gnu.org>
429
430 * net/browse-url.el: Support Mozilla and Galeon.
431 By default, find the installed browser whichever it is.
432 (browse-url-mozilla): New function.
433 (browse-url-mozilla-sentinel): New function.
434 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
435 (browse-url-default-browser): New function.
436 (browse-url-process-environment): Use browse-url-browser-display.
437 (browse-url-browser-display): Renamed from browse-url-netscape-display.
438 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
439 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
440 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
441 (browse-url-browser-function): New default, new options.
442
443 2001-11-19 Sam Steingold <sds@gnu.org>
444
445 * bindings.el (last-buffer, unbury-buffer): New function.
446 (mode-line-unbury-buffer): Use `unbury-buffer'.
447
448 2001-11-18 Stephen Eglen <stephen@gnu.org>
449
450 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
451 control behaviour when no further completion is possible.
452
453 2001-11-19 Colin Walters <walters@verbum.org>
454
455 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
456 (math-showing-full-precision, math-with-extra-prec, math-working)
457 (calc-with-default-simplification)
458 (calc-with-trail-buffer): Use backtick.
459 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
460 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
461 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
462 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
463 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
464 (Math-num-integerp, Math-bignum-test, Math-equal-int)
465 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
466 (calc-record-compilation-date-macro): Deleted. Callers updated.
467 (math-format-radix-digit): Move to calc-bin.el.
468
469 * calc/calc.el (calc-record-compilation-date): Remove.
470 (calc-bug-address): Update.
471 (calc-settings-file): Use `user-init-file'.
472
473 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
474 Handle null `calc-settings-file'.
475
476 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
477 * calc/calc-keypd.el (calc-keypad-mode): New.
478 (calc-do-keypad): Use it.
479 (calc-keypad-map): Move into `calc-keypad-mode'.
480
481 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
482 to defalias argument.
483
484 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
485 (calcFunc-floor): Ditto.
486
487 * calc-units.el (calcFunc-usimplify): Ditto.
488
489 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
490 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
491 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
492 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
493 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
494 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
495 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
496 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
497 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
498 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
499 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
500 and move them before their first use. Use `when', `unless'.
501 Remove trailing periods from error forms. Add description and
502 headers suggested by Emacs Lisp coding conventions.
503
504 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
505
506 * newcomment.el (comment-indent):
507 Fix misindentation for comment-only lines.
508 (comment-indent-new-line): Only obey comment-multi-line if the
509 comment-ender is not the end-of-line.
510
511 2001-11-19 Richard M. Stallman <rms@gnu.org>
512
513 * net/net-utils.el (network-connection-service-abbrev-alist):
514 New variable.
515
516 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
517 Advance to start of 3rd sexp by moving fwd and backing over it.
518 At first three elements, act like defun.
519
520 * delsel.el (delete-selection-pre-hook): Handle and resignal
521 file-supersession errors to interact properly with userlock.el.
522
523 2001-11-18 Richard M. Stallman <rms@gnu.org>
524
525 * progmodes/fortran.el (fortran-mode-syntax-table):
526 Specify punctuation syntax for backslash.
527
528 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
529 All calls deleted.
530
531 * international/mule-util.el (string-to-sequence): Make it obsolete.
532 (string-to-list, string-to-vector): Implement them directly
533 using append and vconcat, not with string-to-sequence.
534
535 * startup.el (command-line): Set abbrevs-changed to nil after
536 reading the init file and the abbrevs file.
537
538 * isearch.el (isearch): Use magenta2 as bg for (background light)
539
540 2001-11-17 Richard M. Stallman <rms@gnu.org>
541
542 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
543
544 * simple.el (minibuffer-history-sexp-flag): Doc fix.
545
546 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
547
548 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
549 If set and if applicable, add a regexp to highlight defun-like
550 text inside comments and strings.
551 (font-lock-fontify-keywords-region): Pass that new arg.
552 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
553 to the end and pass that new arg.
554 (c-font-lock-keywords-2): Fix regex for labels.
555 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
556 Make it work when LIMIT is several lines further.
557 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
558 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
559 Use backquote and make the regexes for `int a, b, c;' work on
560 multiple lines.
561
562 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
563 (font-lock-defaults-alist): Don't change it any more.
564 (reb-subexp-mode-map): Cleanup.
565
566 * custom.el (custom-current-group-alist): New var.
567 (custom-declare-group): Set it.
568 (custom-current-group): New fun.
569 (custom-declare-variable, custom-handle-all-keywords):
570 Use it as a default if no :group argument is specified.
571
572 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
573 (standard-keyboard-coding-systems): New var.
574 (set-locale-environment): Use it to decide whether or not to call
575 set-keyboard-coding-system.
576 (locale-language-names): Use \"French\" for "fr".
577
578 2001-11-17 Richard M. Stallman <rms@gnu.org>
579
580 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
581 (add-to-list): Delete compatibility code.
582 (checkdoc-next-message-error): Doc fix.
583
584 2001-11-17 Stephen Eglen <stephen@gnu.org>
585
586 * locate.el (locate): Show default locate pattern within the
587 prompt, but don't insert it into the minibuffer contents.
588 Catch the case when pattern is the empty string.
589
590 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
591
592 * language/european.el ("French"): New language environment.
593
594 2001-11-16 Richard M. Stallman <rms@gnu.org>
595
596 * calendar/todo-mode.el (todo-save): Fix previous change.
597
598 * subr.el (functionp): Do use cdr-safe on object.
599
600 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
601
602 * bindings.el (mode-line-mode-name): Only put the help-echo property
603 if the local-map property was put as well.
604 (global-map): Bind switch-frame, delete-frame, iconify-frame
605 and make-frame-visible events.
606
607 * emacs-lisp/elp.el (elp-not-profilable): New var.
608 (elp-not-profilable-p): New function.
609 (elp-instrument-function): Use it. Use backquotes and push.
610
611 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
612 (byte-stack+-info, byte-compile-last-warned-form)
613 (byte-compile-last-logged-file): Don't defconst a variable.
614 (no-byte-compile): Declare.
615 (byte-compile-file): Don't boundp-check no-byte-compile any more.
616 (byte-compile-defvar): Leave defconst as is.
617
618 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
619 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
620 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
621 (edebug-best-error): Don't defconst a variable.
622 (edebug-read-syntax-table): Use a char-table.
623 (edebug-lemacs-specific): Remove.
624 Toplevel: Eliminate check for Lucid Emacs.
625
626 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
627
628 * rect.el (move-to-column-force): Mark obsolete.
629 (operate-on-rectangle, delete-extract-rectangle-line)
630 (insert-rectangle, delete-whitespace-rectangle-line)
631 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
632 (string-rectangle-history): New var.
633 (string-rectangle, string-insert-rectangle): Use it.
634 (delete-rectangle-line): Fix pos/column mixup and simplify.
635
636 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
637 (normal-top-level, command-line, command-line-1): Simplify.
638
639 * tar-mode.el (tar-mode): Use define-derived-mode.
640
641 * view.el (view-mode-enable): Don't use make-local-hook.
642
643 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
644
645 2001-11-16 Richard M. Stallman <rms@gnu.org>
646
647 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
648 if it doesn't make sense as anything else.
649 Don't recognize a "telephone number" at the beginning of the name.
650 (mail-extr-leading-garbage): Match non-word characters only.
651
652 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
653
654 * startup.el (command-line-processed): Doc fix.
655
656 * apropos.el (apropos-next-label-button): Doc fix.
657
658 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
659
660 * comint.el (comint-mode): Simplify.
661 (make-comint-in-buffer): Run `comint-mode' only if necessary.
662
663 * subr.el (eval-after-load): Make it work with features as well.
664
665 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
666
667 * international/mule-cmds.el (describe-input-method): Setup xref.
668 (set-language-environment): Use functionp.
669 (locale-language-names, locale-charset-language-names)
670 (locale-preferred-coding-systems): Defconst and purecopy.
671
672 * language/european.el (mac-roman): Add mime-charset property.
673
674 2001-11-15 Richard M. Stallman <rms@gnu.org>
675
676 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
677 (multiple-value-apply, nth-value): Use defsubst rather than defalias
678 to get better doc strings.
679
680 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
681
682 * derived.el: Fix autoload cookie.
683
684 2001-11-15 Richard M. Stallman <rms@gnu.org>
685
686 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
687
688 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
689
690 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
691
692 2001-11-15 Richard M. Stallman <rms@gnu.org>
693
694 * dired.el (dired-undo): Display a message to explain
695 that this does not undo file system changes.
696
697 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
698
699 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
700 into `unread-command-events' instead of trying keymap
701 lookups ourselves. This makes mouse-clicks do the right
702 thing even when keymaps of overlays are involved.
703 (mouse-drag-drag): Likewise.
704
705 2001-11-15 Andreas Schwab <schwab@suse.de>
706
707 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
708 characters and append anchor to pattern added to auto-mode-alist.
709
710 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
711
712 * server.el (server-process-filter): Run pore/post-comment-hook
713 before/after visiting the file.
714
715 * info-look.el (makefile-mode): Add info for automake.
716 (autoconf-mode): Fix the name of the index for automake.
717
718 * international/latin-9.el: Give pilcrow punctuation syntax.
719
720 2001-11-15 Andre Spiegel <spiegel@gnu.org>
721
722 * vc.el: Documentation fixes.
723
724 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
725
726 * smerge-mode.el (smerge-match-conflict): Fix typo.
727 (smerge-diff): Be careful to read match-data early enough.
728
729 2001-11-14 Colin Walters <walters@verbum.org>
730
731 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
732 (calcFunc-subst): Use `defalias' instead of `fset' and
733 `symbol-function'.
734
735 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
736 (calcFunc-ceil, calcFunc-round): Ditto.
737
738 * calc/calc-bin.el (calcFunc-clip): Ditto.
739
740 * calc/calc-ext.el (calcFunc-evalv): Ditto.
741
742 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
743
744 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
745 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
746
747 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
748
749 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
750 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
751 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
752 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
753 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
754 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
755 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
756 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
757 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
758 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
759 * calcsel2.el: Style cleanup; don't put closing parens on their
760 own line, add "foo.el ends here" to each file, and update
761 copyright date.
762
763 * README: Update maintainer.
764
765 2001-11-13 Alan Shutko <ats@acm.org>
766
767 * compile.el (recompile): Use compilation-arguments if set, so as
768 to be able to M-x recompile the exact command which created a
769 compilation-mode buffer.
770
771 2001-11-13 Richard M. Stallman <rms@gnu.org>
772
773 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
774
775 2001-11-13 Gerd Moellmann <gerd@gnu.org>
776
777 * mouse.el (mouse-drag-region): Don't run the up-event
778 handler if window start changed due to the down-mouse event.
779
780 2001-11-13 Richard M. Stallman <rms@gnu.org>
781
782 * mouse.el (mouse-show-mark): Either move point to the mark
783 or use highlighting, never both.
784 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
785
786 2001-11-13 Simon Josefsson <jas@extundo.com>
787
788 * mail/smtpmail.el (top-level): Change maintainer to Simon
789 Josefsson, cleanup the smtpmail.el header.
790
791 * mail/smtpmail.el (top-level): Don't require cl or base64.
792 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
793 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
794 Defsubst instead of defmacro.
795 (smtpmail-intersection): Return value in reverse order.
796 (smtpmail-open-stream): Use stringp instead of string-to-list.
797 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
798 separated from smtpmail-via-smtp.
799
800 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
801 rfc2104. Require base64 and cl.
802 (smtpmail-smtp-service): Doc fix. :type fix.
803 (smtpmail-debug-info): Doc fix.
804 (smtpmail-debug-verb, smtpmail-auth-credentials)
805 (smtpmail-starttls-credentials, smtpmail-auth-supported):
806 New variables.
807 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
808 mail-utils (it is autoloaded).
809 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
810 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
811 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
812 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
813 (smtpmail-via-smtp): Support AUTH.
814 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
815
816 2001-11-13 Richard M. Stallman <rms@gnu.org>
817
818 * ebuff-menu.el (electric-buffer-update-highlight): New function.
819 (electric-buffer-overlay): New variable.
820 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
821 (electric-buffer-list): Likewise.
822
823 2001-11-13 Per Starback <starback@ling.uu.se>
824
825 * isearch.el (isearch-whitespace-chars): Doc fix.
826 (isearch-mode): Handle negative search-slow-window-lines correctly.
827
828 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
829
830 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
831
832 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
833 From Emmanuel Briot <briot@act-europe.fr>.
834
835 2001-11-13 Colin Walters <walters@debian.org>
836
837 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
838
839 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
840 "~/.emacs"; use `read-file-name'.
841
842 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
843 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
844 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
845 * calc/calc.el: Use `frame-width' instead of `screen-width',
846 `frame-height' instead of `screen-height', and,
847 `executing-kbd-macro' instead of `executing-macro'.
848
849 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
850 correct number of arguments.
851
852 * calc/calc-aent.el (calc-do-alg-entry):
853 Use `blink-paren-function' instead of `blink-paren-hook'.
854
855 2001-11-12 Richard M. Stallman <rms@gnu.org>
856
857 * calendar/todo-mode.el (todo-save): Add save-excursion
858 and save-restriction.
859
860 * server.el (server-edit, server-done): Doc fix.
861
862 * simple.el (clone-indirect-buffer): Error if major mode symbol
863 has a no-clone-indirect property.
864 (clone-buffer): Check for obvious errors before reading clone name.
865
866 * info.el (Info-mode): Add a no-clone-indirect property.
867
868 2001-11-12 Sam Steingold <sds@gnu.org>
869
870 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
871 set-buffer-modified-p to nil after `vc-exec-after'.
872 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
873 (log-view-mode): Make read-only.
874 (log-view-current-file): Do final `expand-file-name' in the
875 current `default-directory'.
876 (log-view-current-tag): Take an optional `where' arg.
877 (log-view-diff): New user command.
878
879 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
880
881 * progmodes/cpp.el (cpp-choose-face): Fix typo.
882
883 2001-11-12 Sam Steingold <sds@gnu.org>
884
885 * emacs-lisp/cl-indent.el (toplevel): Indent properly
886 `generic-flet', `generic-labels', `with-accessors',
887 `with-condition-restarts'.
888
889 2001-11-12 Richard M. Stallman <rms@gnu.org>
890
891 * dired.el: Many trivial doc fixes.
892 (dired-get-file-for-visit): New function.
893 (dired-find-alternate-file, dired-mouse-find-file-other-window):
894 (dired-view-file, dired-find-file-other-window, dired-display-file):
895 (dired-find-file): Use dired-get-file-for-visit.
896
897 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
898
899 * sql.el (sql-mode): Doc change.
900
901 * sql.el (sql-mode-syntax-table): The backslash is no longer an
902 escape character.
903
904 2001-11-12 Colin Walters <walters@debian.org>
905
906 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
907 (calc-do-keypad): Don't attempt to use nonexistent global
908 mouse-map, use calc-keypad-map.
909 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
910 (calc-keypad-left-click): Don't use mouse-map; update to new event
911 interface.
912 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
913 (calc-keypad-press): Use `unread-command-events' instead of
914 `unread-command-char'.
915
916 * calc/calc-ext.el (calc-init-extensions): Update autoload names
917 to match files renamed on initial calc import.
918
919 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
920
921 * textmodes/flyspell.el (flyspell-default-dictionary):
922 Fix previous change.
923
924 2001-11-12 Richard M. Stallman <rms@gnu.org>
925
926 * textmodes/flyspell.el (flyspell-default-dictionary):
927 Fix custom type.
928
929 2001-11-11 Richard M. Stallman <rms@gnu.org>
930
931 * calendar/solar.el (solar-sunrise-and-sunset):
932 Exchange the two extreme values of day-length.
933
934 * progmodes/sh-script.el (sh-must-be-shell-mode):
935 Allow modes derived from sh-mode.
936
937 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
938 Turn off error in some re-search-forward calls.
939
940 * replace.el (query-replace-skip-read-only): New variable.
941 (perform-replace): If that variable is non-nil, ignore matches
942 that have a read-only property.
943
944 * derived.el (define-derived-mode): Doc fix.
945
946 * server.el (server-buffer-done): Test of server-existing-buffer
947 was backwards.
948 (server-existing-buffer): Doc fix.
949
950 * textmodes/flyspell.el (flyspell-default-dictionary):
951 Allow nil as value, and make nil the default.
952
953 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
954
955 * subdirs.el: Regenerated.
956
957 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
958 it is not fboundp.
959 (clipboard-yank): Ditto.
960
961 2001-11-11 Colin Walters <walters@verbum.org>
962
963 The following changes are based on patches from
964 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
965 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
966
967 * calc/calc.el (toplevel): Require calc-macs.
968 (calc-minibuffer-size): New.
969 (calcDigit-nondigit): Use it instead of `buffer-size'.
970 (calcDigit-backspace): Likewise.
971 (calcDigit-nondigit): Use `minibuffer-contents' instead of
972 `buffer-string'.
973 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
974 `point-min'.
975 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
976 `save-excursion'.
977
978 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
979 simple `setq' form.
980
981 * calc/calc-ext.el: (toplevel): Require calc.
982 (calc-fancy-prefix-map): New.
983 (calc-fancy-prefix): Use it.
984 (calc-fancy-prefix-other-key): New.
985
986 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
987 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
988 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
989 (calcAlg-enter): Likewise.
990 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
991
992 2001-11-10 Richard M. Stallman <rms@gnu.org>
993
994 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
995 (quietly-read-abbrev-file): Doc fix.
996
997 * startup.el (command-line): Read standard abbrev
998 file (abbrev-file-name), if it exists.
999
1000 * files.el (save-abbrevs): Default value is t.
1001
1002 * progmodes/compile.el (compile-goto-error): Fix previous change
1003 in the case where subsequent errors have not been parsed yet
1004 because they are in a different source file.
1005
1006 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1007
1008 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1009 Merge two regular expressions into one.
1010 (ps-mode): Make local bindings for `comment-start' and
1011 `comment-start-skip'.
1012 (ps-mode-looking-at-nested): Simplify an if-else construct;
1013 use `set-match-data' to set the result.
1014
1015 2001-11-10 Richard M. Stallman <rms@gnu.org>
1016
1017 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1018 Function deleted.
1019 (flyspell-correct-word): Old definition deleted.
1020 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1021 All references renamed too.
1022
1023 2001-11-10 Gerd Moellmann <gerd@gnu.org>
1024
1025 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1026
1027 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1028
1029 * wid-edit.el (checklist): Removed `:menu-tag'.
1030 (radio-button-choice): Ditto.
1031 (editable-list): Ditto.
1032
1033 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1034
1035 * play/gomoku.el: Move definitions of constants to the beginning
1036 of file, before their use.
1037
1038 2001-11-09 Richard M. Stallman <rms@gnu.org>
1039
1040 * textmodes/flyspell.el: Use the keymap property
1041 instead of local-map, and don't use a minor-mode map.
1042 (flyspell-mode-map): Variable deleted.
1043 Don't mess with minor-mode-map-alist.
1044 (calling add-minor-mode): Specify nil for keymap.
1045 And always use add-minor-mode, now that it exists.
1046 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1047 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1048 or flyspell-local-mouse-map.
1049 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1050 (flyspell-mode): Doc fix.
1051 (flyspell-mode-on): Don't call make-local-hook.
1052
1053 2001-11-09 Sam Steingold <sds@gnu.org>
1054
1055 * emacs-lisp/debug.el (debugger-make-xrefs):
1056 Add buttons to all symbols.
1057
1058 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1059
1060 * vc.el: Add John David Smith to credits.
1061
1062 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1063
1064 * vc-hooks.el (vc-error-occured): Backquotified.
1065 (vc-file-prop-obarray): Use prime length for better efficiency.
1066
1067 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1068
1069 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1070
1071 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1072
1073 2001-11-09 Miles Bader <miles@gnu.org>
1074
1075 * subr.el (functionp): Don't consider macros as functions.
1076
1077 2001-11-08 Miles Bader <miles@gnu.org>
1078
1079 * subr.el (functionp): Make work correctly for macros and unbound
1080 symbols.
1081
1082 * comint.el (comint-send-input): Fix description of
1083 `comint-process-echoes' in the doc-string.
1084
1085 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1086
1087 * international/mule.el (make-translation-table): Doc fix.
1088 Suggested by Alex Schroeder <alex@gnu.org>.
1089
1090 2001-11-07 Richard M. Stallman <rms@gnu.org>
1091
1092 * info.el (Info-fontify-node): Highlight every third menu item.
1093
1094 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1095
1096 * cus-edit.el (custom-face-value-create): Don't ignore the
1097 `customized-face' attribute when finding the current face spec.
1098
1099 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1100
1101 * subr.el (with-local-quit): New macro.
1102 (make-syntax-table): Always inherit.
1103 (functionp): Be more careful when `object' is a symbol.
1104
1105 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1106
1107 2001-11-07 Paul Eggert <eggert@twinsun.com>
1108
1109 * dired.el (dired-move-to-filename-regexp):
1110 Do not distinguish between ASCII letters and non-ASCII characters.
1111 Don't allow comma except in the form "month day, year".
1112 Don't allow space between month name and comma.
1113 Clean up the code that checks for trailing period, comma, and space.
1114 Remove now-obsolete comments, and add more commentary about
1115 Japanese dates.
1116 Always gobble up trailing spaces, instead of doing it only sometimes.
1117
1118 2001-11-07 Miles Bader <miles@gnu.org>
1119
1120 * paren.el (show-paren-match-face): Add dark-background variant.
1121
1122 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1123
1124 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1125 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1126 Don't disable adaptive-fill-mode.
1127 (lisp-fill-paragraph): Use tab-width rather than 8.
1128 Prevent filling the first line of docstrings.
1129
1130 2001-11-06 Richard M. Stallman <rms@gnu.org>
1131
1132 * play/gomoku.el (gomoku): Doc fix.
1133
1134 * jka-compr.el (jka-compr-partial-uncompress):
1135 Support an alternative of not using dd.
1136 (jka-compr-dd-program): Use defcustom to define this.
1137 (jka-compr-load-suffixes): Use defcustom.
1138 (jka-compr-mode-alist-additions): Use defcustom.
1139
1140 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1141
1142 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1143 Also work when LIMIT is further than the end of line.
1144
1145 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1146
1147 * international/quail.el (quail-update-leim-list-file): Print the
1148 offending file name if some of its quail-define-package forms is broken.
1149
1150 2001-11-05 Richard M. Stallman <rms@gnu.org>
1151
1152 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1153 of the evaluated form.
1154
1155 2001-11-05 Paul Eggert <eggert@twinsun.com>
1156
1157 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1158 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1159 stamps always line up by default. Also, it uses a slightly
1160 different window to determine whether files are "recent".
1161
1162 2001-11-05 Andrew Innes <andrewi@gnu.org>
1163
1164 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1165 Don't attempt to remake autoloads before nuking .elc files.
1166
1167 2001-11-04 Richard M. Stallman <rms@gnu.org>
1168
1169 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1170 previous-single-property-change or next-single-char-property-change
1171 returns nil.
1172
1173 * international/mule-cmds.el (set-locale-environment):
1174 Make it interactive; make arg optional.
1175
1176 * international/mule-diag.el (help-funs): Require help-funs.
1177
1178 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1179
1180 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1181
1182 2001-11-04 Miles Bader <miles@gnu.org>
1183
1184 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1185 shadow of the splash image grey on a dark background instead of black.
1186
1187 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1188
1189 * term.el (all faces): Don't (copy-face 'default <foo>).
1190
1191 * term/xterm.el (function-key-map):
1192 Add entry for `ESC [ 3 ~' -> <delete>
1193 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1194 Use inheritance so that .emacs and terminfo take precedence.
1195
1196 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1197
1198 * tooltip.el (tooltip-delay): Decrease to 0.7.
1199 (tooltip-hide-delay): Enlarge to 10.
1200
1201 2001-11-03 Richard M. Stallman <rms@gnu.org>
1202
1203 * startup.el (fancy-splash-tail): Explain how to recover
1204 from a crash, if there was a crash.
1205 (command-line-1): Reorganize display of startup screen,
1206 to simplify the logic. Use a temp buffer for it.
1207
1208 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1209
1210 * frame.el (set-background-color, set-foreground-color):
1211 Call face-set-after-frame-default, to propagate the new colors to
1212 the frame's parameters alist.
1213
1214 * calendar/timeclock.el (timeclock-out): Signal an error if
1215 timeclock-last-event is nil.
1216
1217 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1218
1219 * textmodes/fill.el (fill-context-prefix): Fix braino.
1220
1221 * international/quail.el (quail-help):
1222 Use `help-buffer' and move `help-setup-xref' to beginning.
1223
1224 * international/mule-cmds.el (describe-language-environment):
1225 Use `help-buffer' and move `help-setup-xref' to beginning.
1226
1227 * international/mule-diag.el (list-character-sets)
1228 (sort-listed-character-sets, describe-character-set)
1229 (describe-coding-system, describe-fontset, list-fontsets):
1230 Use `help-buffer' and move `help-setup-xref' to beginning.
1231 (describe-char-after): Use `internal-describe-syntax-value'.
1232
1233 2001-11-02 Richard M. Stallman <rms@gnu.org>
1234
1235 * mouse.el (popup-menu): If the user refuses to select
1236 from a menu, don't try to invoke the menu.
1237
1238 2001-11-02 Miles Bader <miles@gnu.org>
1239
1240 * help-mode.el (help-xref): New button type.
1241 (help-function, help-variable, help-face, help-coding-system)
1242 (help-input-method, help-character-set, help-type, help-symbol)
1243 (help-back, help-info, help-customize-variable, help-customize-face)
1244 (help-function-def, help-variable-def): Use it as a supertype.
1245 Remove `action' property.
1246
1247 * international/mule-diag.el (describe-character-set)
1248 (describe-coding-system): Pass correct args to `help-xref-button'.
1249 (sort-listed-character-sets): New button type.
1250 (list-character-sets): Use it.
1251 (list-charset-chars): New button type.
1252 (list-character-sets-1): Use it.
1253
1254 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1255
1256 * indent.el (tab-always-indent, indent-for-tab-command):
1257 Remove redundant `never' setting.
1258
1259 * fill.el (fill-region-as-paragraph): Don't forget to skip
1260 over current whitespace before looking for a preceding space.
1261
1262 2001-11-01 Richard M. Stallman <rms@gnu.org>
1263
1264 * files.el (file-newest-backup): Don't pass backup file name
1265 thru file-name-sans-versions, because it never has version numbers.
1266
1267 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1268 to avoid ambiguous nested loops.
1269
1270 * files.el (find-file-noselect): Offer to change buffer-read-only
1271 only when the file's read-only status has changed from before
1272 as well as disagreeing with the buffer's current status.
1273 (buffer-file-read-only): New var, local in all buffers.
1274
1275 * buff-menu.el (buffer-menu): Doc fix.
1276 (buffer-menu-other-window): Doc fix.
1277 (list-buffers, list-buffers-noselect): Doc fix.
1278
1279 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1280
1281 * startup.el (command-line): If the terminal Emacs is running on
1282 has erase char set to ^H, use the Backspace key for deleting
1283 backward, and the Delete key for deleting forward.
1284
1285 2001-11-01 Miles Bader <miles@gnu.org>
1286
1287 * button.el (define-button-type): Make sure every user-defined
1288 button type has a supertype.
1289
1290 2001-10-31 Jason Rumney <jasonr@gnu.org>
1291
1292 * international/mule-cmds.el (locale-language-names): Add chs and
1293 cht as aliases for Chinese-GB and Chinese-BIG5.
1294
1295 2001-10-31 Richard M. Stallman <rms@gnu.org>
1296
1297 * bindings.el (mode-line-frame-identification): Add doc string.
1298 (mode-line-position, mode-line-modes): New variables.
1299 (mode-line-format): Use mode-line-position for the part
1300 that displays the position-in-buffer info.
1301 Use mode-line-modes for the part that displays major and minor modes.
1302
1303 2001-10-31 Sam Steingold <sds@gnu.org>
1304
1305 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1306 (debugger-setup-buffer): Call it.
1307 (debugger-mode-map): Bind RET and mouse-2.
1308
1309 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1310
1311 * startup.el: Document command line option --no-window-system
1312 instead of --no-windows.
1313
1314 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1315
1316 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1317
1318 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1319 (font-lock-defaults-alist): Use it.
1320 From David Ponce <david.ponce@wanadoo.fr>
1321
1322 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1323 output of `char-after'.
1324
1325 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1326
1327 * simple.el (reindent-then-newline-and-indent): Insert the newline
1328 before indenting the first line.
1329 (undo-get-state, undo-revert-to-state): New funs.
1330 (shell-command): Don't kill the buffer even if empty.
1331 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1332 (transpose-subr-end2): Remove.
1333 (transpose-subr): Add `special' arg and simplify.
1334 (transpose-subr-1): Rewrite.
1335 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1336 (rfc822-goto-eoh): Simplify.
1337
1338 2001-10-30 Richard M. Stallman <rms@gnu.org>
1339
1340 * enriched.el (enriched-face-ans): FIx previous change.
1341
1342 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1343
1344 * international/iso-acc.el (iso-accents-compose): Remove a
1345 superfluous setq.
1346
1347 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1348
1349 * buff-menu.el (list-buffers-noselect): If the buffer's name
1350 starts with a blank, but it visits a file, do show it (for files
1351 whose names start with a blank).
1352
1353 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1354
1355 * textmodes/fill.el (sentence-end-double-space)
1356 (sentence-end-without-period): Move to paragraphs.el.
1357 (fill-indent-according-to-mode): Change default to t.
1358 (fill-context-prefix): Simplify control-flow and use a more
1359 sophisticated merge that unifies both previous checks.
1360 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1361 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1362 (fill-nobreak-p): New fun.
1363 (fill-region-as-paragraph): Use it.
1364 Handle `fill-indent-according-to-mode' slightly differently.
1365 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1366 (fill-individual-paragraphs-citation): Fix.
1367
1368 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1369 (paragraph-start): Change default to the `text-mode' value.
1370 (sentence-end-double-space, sentence-end-without-period):
1371 Move from fill.el.
1372 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1373 rather than rebinding `paragraph-start' and `paragraph-separate'.
1374
1375 * indent.el (indent-line-function): Change default to indent-relative.
1376 (tab-always-indent): Add an `never' setting.
1377 (indent-according-to-mode): Handle `indent-relative' and
1378 `indent-relative-maybe' specially.
1379 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1380 Handle the `never' case for `tab-always-indent'.
1381 Don't call indent-according-to-mode for indent-relative' and
1382 `indent-relative-maybe'.
1383 (insert-tab): Rename `prefix-arg' to `arg'.
1384 (indent-region): Indent the first line as well.
1385 (indent-relative): Don't mark the buffer modified if the indentation
1386 is unchanged.
1387
1388 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1389 Don't set paragraph-separate. Set paragraph-start more carefully.
1390 Set indent-line-function.
1391 (paragraph-indent-text-mode): Use it and define-derived-mode.
1392 (text-mode-map): Remove the \t binding.
1393 (text-mode): Simplify now that the default is more favorable.
1394
1395 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1396
1397 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1398 If the regexp doesn't match, use a looser one.
1399 (find-variable-noselect): Add `file' argument.
1400
1401 * pcvs.el (cvs-mode-commit-hook): New hook.
1402 (cvs-mode-commit): Run it.
1403
1404 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1405
1406 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1407 (edebug-instrument-function): Use `find-function-noselect'.
1408
1409 2001-10-29 Richard M. Stallman <rms@gnu.org>
1410
1411 * term.el (term-if-emacs19): Macro deleted.
1412 Callers changed to use progn instead.
1413
1414 * frame.el (blink-cursor-mode): Doc fix.
1415
1416 * files.el (find-backup-file-name): Use make-backup-file-name.
1417
1418 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1419 window-live-p.
1420 (edebug-set-conditional-breakpoint): Unconditionally use
1421 the former Emacs >=19 definition.
1422 (edebug-mark): Define unconditionally.
1423 (edebug-eval-expression): Always call read-from-minibuffer
1424 and specify history list.
1425 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1426 edebug-set-conditional-breakpoint.
1427 (edebug-emacs-version-specific): Function deleted;
1428 do the job at top level.
1429 (edebug-emacs-19-specific): Function deleted, this is the default.
1430
1431 2001-10-29 Sam Steingold <sds@gnu.org>
1432
1433 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1434 "/cygdrive/LETTER/" pathnames.
1435
1436 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1437
1438 * faces.el (invert-face): Check for 'unspecified, not for nil,
1439 when testing whether face colors are not specified.
1440 From David.Kastrup@t-online.de (David Kastrup).
1441 (read-face-name): Doc fix.
1442 (make-face-bold, make-face-unbold, make-face-italic)
1443 (make-face-unitalic, make-face-bold-italic, invert-face):
1444 Remove trailing blank from the prompt passed to read-face-name.
1445
1446 2001-10-29 Sam Steingold <sds@gnu.org>
1447
1448 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1449 Report numbers of files skipped and failed too.
1450 (byte-compile-file): Return 'no-byte-compile for skipped files.
1451
1452 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1453
1454 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1455 and `M p'.
1456
1457 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1458
1459 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1460 as is on unread-command-events instead of `(SECOND-CHAR)'.
1461
1462 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1463
1464 * vc.el: Mention vc-*-switches in backend API documentation.
1465 (vc-annotate): Adapt doc string to recent change.
1466
1467 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1468
1469 * enriched.el (enriched-face-ans): Handle face attributes
1470 of the form `(FACE1 FACE2 ...)'.
1471
1472 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1473
1474 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1475
1476 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1477
1478 * progmodes/sql.el (sql-db2): Doc change.
1479 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1480 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1481
1482 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1483
1484 * env.el (substitute-env-vars): Don't quote argument to `rx';
1485 it's a macro.
1486
1487 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1488
1489 * cus-start.el (recursive-load-depth-limit): Added.
1490
1491 2001-10-28 Richard M. Stallman <rms@gnu.org>
1492
1493 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1494 All uses removed--assume Emacs version is >= 20.
1495
1496 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1497 by really checking that it is not version 18.
1498
1499 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1500
1501 2001-10-28 Miles Bader <miles@gnu.org>
1502
1503 * faces.el (face-attribute): Add INHERIT argument, consider face
1504 inheritance if it's non-nil.
1505 (face-attribute-merged-with): New function.
1506 (face-attribute-specified-or): New macro.
1507 (face-foreground, face-background, face-stipple): Add INHERIT
1508 argument. Use `face-attribute-specified-or'.
1509
1510 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1511
1512 * font-lock.el: Require `syntax'.
1513 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1514 Use `c-font-lock-syntactic-face-function' for c languages.
1515 (font-lock-mode): Don't unset vars when turning the mode off.
1516 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1517 (font-lock-extra-managed-props): New var.
1518 (font-lock-default-unfontify-region): Use it.
1519 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1520 Don't eval the value when there's no match.
1521 (font-lock-ppss-stats): New var.
1522 (font-lock-ppss): New fun.
1523 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1524 (font-lock-apply-highlight): Allow `highlight' to set several props.
1525 (font-lock-set-defaults): Use dolist.
1526 (font-lock-unset-defaults): Remove.
1527 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1528 Try to recognize prototypes using `foo P_ ((args))'.
1529 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1530 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1531 (c-font-lock-syntactic-face-function): New function.
1532 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1533 (c++-keywords): Use a more sophisticated regexp to handle
1534 shallowly nested templates.
1535
1536 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1537
1538 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1539 (sgml-tag): Use it. Cleanup with `cond'.
1540 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1541 Mark the overlays and only delete those that are marked.
1542 (sgml-skip-close-p): Remove.
1543 (sgml-value): Replace sgml-skip-close-p with its definition.
1544 (html-tag-alist): Use sgml-xml a bit more.
1545 (html-mode): Set sgml-empty-tags.
1546
1547 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1548 (texinfo-update-node, texinfo-sequential-node-update):
1549 Don't bind the obsolete `auto-fill-hook'.
1550 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1551 Use `set-buffer' rather than `switch-to-buffer'.
1552 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1553 Use `set-buffer' rather than `switch-to-buffer'.
1554
1555 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1556 text-mode-syntax-table.
1557 (mail-mode): Use define-derived-mode.
1558 Fix ordering of alternatives in adaptive-fill-regexp.
1559 (mail-mode-map): Don't rely on keymap's internal representation.
1560
1561 2001-10-27 Sam Steingold <sds@gnu.org>
1562
1563 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1564 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1565 (sgml-mode-common): Call it.
1566 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1567 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1568 (html-horizontal-rule, html-image, html-ordered-list):
1569 (html-unordered-list, html-list-item, html-paragraph):
1570 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1571 `html-xhtml'.
1572
1573 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1574
1575 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1576 (ifnothtml): New alias.
1577
1578 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1579
1580 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1581 (toggle-text-mode-auto-fill): Use derived-mode-p.
1582
1583 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1584
1585 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1586 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1587
1588 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1589
1590 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1591 Add make-obsolete cookies, to follow faces.el.
1592
1593 These changes avoid warnings from the byte compiler in faces.el:
1594
1595 * faces.el (internal-get-face): Use facep instead of the obsolete
1596 internal-find-face.
1597 (internal-frob-font-weight, internal-frob-font-slant):
1598 New defaliases for obsolete functions.
1599 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1600 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1601 (x-make-font-bold-italic): Use internal-frob-font-weight and
1602 internal-frob-font-slant aliases instead of the obsolete
1603 x-frob-... functions.
1604
1605 2001-10-26 Sam Steingold <sds@gnu.org>
1606
1607 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1608 DOCTYPE; set `mode-name' based on it.
1609 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1610 (sgml-tag): Close empty tags in XHTML.
1611
1612 2001-10-26 Jason Rumney <jasonr@gnu.org>
1613
1614 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1615 when UNICODE is not defined.
1616
1617 2001-10-26 Sam Steingold <sds@gnu.org>
1618
1619 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1620 be alone on the line.
1621
1622 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1623
1624 * button.el (button): Special face definition for MS-DOS terminals.
1625
1626 2001-10-26 Sam Steingold <sds@gnu.org>
1627
1628 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1629 Protect the /= test by checking that the args are non-nil.
1630 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1631
1632 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1633
1634 * textmodes/artist.el (artist-version): 1.2.4.
1635 (artist-butlast-fn): New variable.
1636 (artist-butlast): New function.
1637 (artist-ellipse-mirror-quadrant): Use it.
1638 (artist-mouse-draw-poly): Use nil for `point-list'.
1639 (artist-mouse-draw-poly): Check for point-list being nil.
1640
1641 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1642
1643 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1644 lambda expression.
1645 (ps-mode-menu-main): Submenu with options on/off was replaced with
1646 a toggle button.
1647 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1648 (ps-mode): Autoload cookie added on same line as comment
1649 (ps-mode-tabkey, ps-mode-backward-delete-char):
1650 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1651 `indent-to' with `indent-line-to'
1652 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1653 instead of `eval'.
1654 (ps-mode-print-region): Use `with-temp-buffer'.
1655 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1656 (numerous places): Add back-tick and tick around names in
1657 docstrings, fix punctuation in docstrings, remove trailing spaces.
1658
1659 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1660
1661 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1662 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1663 (sgml-font-lock-syntactic-keywords): New var.
1664 (sgml-mode-common): Drop the two args.
1665 Don't make buffer-local variables that aren't used.
1666 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1667 Don't set `before-string' props from sgml-display-text.
1668 (sgml-mode): Use define-derived-mode.
1669 (sgml-tags-invisible): Use sgml-display-text.
1670 (sgml-quote): New command.
1671 (html-tag-alist): Add args for `span'.
1672 (html-mode): Use define-derived-mode.
1673 Set sgml-display-text and sgml-tag-face-alist.
1674
1675 2001-10-25 Sam Steingold <sds@gnu.org>
1676
1677 * add-log.el (add-log-always-start-new-record): New user option.
1678 (add-change-log-entry): Use it.
1679
1680 2001-10-25 Richard M. Stallman <rms@gnu.org>
1681
1682 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1683 bind case-fold-search if FROM is not all lower case.
1684
1685 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1686
1687 * startup.el (normal-top-level): Check for frame-initial-frame
1688 only if it's really used.
1689
1690 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1691
1692 * progmodes/compile.el (compilation-parse-errors-filename-function):
1693 New variable.
1694 (compilation-parse-errors): Use it.
1695
1696 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1697
1698 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1699 interactively so that C-u M-C-x still does edebug.
1700 (checkdoc-sentencespace-region-engine): Don't force a double-space
1701 after `.' if it doesn't look like an end-of-sentence.
1702 (debug-ignored-errors): Add `disambiguate ...'.
1703
1704 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1705
1706 * textmodes/texinfo.el (texinfo-environments)
1707 (texinfo-environment-regexp): Hoist.
1708 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1709 Only highlight the menu name in menu items.
1710 Setup `@foo ... @end foo' as text clones.
1711 (texinfo-clone-environment): New function.
1712 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1713 (texinfo-insert-block): Simplify.
1714 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1715 the command is repeated.
1716 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1717 (texinfo-insert-@end): Simplify.
1718
1719 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1720 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1721 (texinfo-subsubsection-level-regexp)
1722 (texinfo-update-menu-same-level-regexps)
1723 (texinfo-update-menu-higher-regexps)
1724 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1725
1726 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1727 (derived-mode-p): Autoload.
1728
1729 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1730 New vars and functions.
1731 (text-clone-maintain, text-clone-create): New functions.
1732
1733 2001-10-25 Miles Bader <miles@gnu.org>
1734
1735 * facemenu.el (facemenu-add-new-face): Fix variable names.
1736
1737 2001-10-24 Richard M. Stallman <rms@gnu.org>
1738
1739 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1740 of t and nil values.
1741 (facemenu-set-face): Handle START and END interactively.
1742 (facemenu-set-foreground): Don't use a face; specify color directly.
1743 (facemenu-set-background): Likewise.
1744 (facemenu-set-face-from-menu): Doc fix.
1745 (facemenu-active-faces): Use face-attribute-vector
1746 to handle bare attributes not in faces.
1747 (facemenu-get-face): Don't handle face names fg:... and bg:...
1748 specially.
1749 (facemenu-add-new-face): New argument MENU.
1750 New way to handle adding colors to the color menus.
1751
1752 * env.el (substitute-env-vars): Quote the arg to rx.
1753
1754 2001-10-24 Sam Steingold <sds@gnu.org>
1755
1756 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1757 Control" and "SGML" groups.
1758
1759 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1760
1761 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1762 Better handling of C++ template args to avoid confusion with `<'
1763 and `>' used as operators in member init expressions.
1764
1765 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1766
1767 * replace.el (perform-replace): Move START and END parameters
1768 to the end of the argument list and make them optional.
1769
1770 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1771 perform-replace.
1772
1773 * international/fontset.el (x-must-resolve-font-name): New function.
1774 (x-complement-fontset-spec): Use it.
1775
1776 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1777
1778 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1779
1780 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1781 Turn caadr into caar of cdr.
1782
1783 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1784
1785 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1786 of mouse-{1,2} since dragging is on the down event.
1787
1788 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1789
1790 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1791 if ARG is nil.
1792
1793 * desktop.el (desktop-last-buffer): New variable.
1794 (desktop-create-buffer): Set it.
1795 (desktop-read): Bind it and switch to that buffer.
1796
1797 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1798
1799 * progmodes/compile.el (compilation-set-window-height):
1800 Select old window only if it's still live.
1801
1802 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1803
1804 * help-mode.el (help-buffer): Remove debugging code.
1805 From Stefan Monnier <monnier@cs.yale.edu>.
1806
1807 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1808
1809 * files.el (file-name-sans-extension, file-name-extension):
1810 Don't count the leading dots in file names as signaling an extension.
1811
1812 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1813
1814 * vc.el (vc-diff-switches): Doc rewritten.
1815
1816 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1817
1818 * tooltip.el (tooltip-set-param): Doc fix.
1819
1820 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1821 127 to sgml-maybe-name-self.
1822 (sgml-name-8bit-mode): Doc fix.
1823 (sgml-char-names-table): New variable.
1824 (sgml-name-char): Support non-ASCII and mule-unicode-*
1825 characters. Doc fix.
1826 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1827
1828 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1829 doc string the effect of `left' and `top' parameters in
1830 tooltip-frame-parameters, the default values, and the units.
1831 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1832 (tooltip-show): Mention in the doc string the `top' and `left'
1833 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1834
1835 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1836
1837 Add autoscaling support for vc-annotate.
1838 From J.D. Smith <jdsmith@alum.mit.edu>.
1839
1840 * vc.el (vc-annotate-display-default): Accept colormap scaling
1841 ratio (now deprecated).
1842 (vc-annotate-display-autoscale): Added.
1843 (vc-annotate-add-menu): New autoscaling menu options "Span to
1844 Oldest" and "Span Oldest->Newest". Easymenu support added for
1845 toggle menus driven by customize variable `vc-annotate-display-mode'.
1846 (vc-annotate-display-select): Added.
1847 (vc-annotate): Changed temp-buffer-show-function to
1848 `vc-annotate-display-select'.
1849 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1850 Added argument OFFSET. Instead of backend function, calls now
1851 generic `vc-annotate-difference'.
1852 (vc-annotate-difference): Added as generic function instead of
1853 backend-specific function. No longer takes argument POINT, but
1854 instead accepts a time OFFSET.
1855 (vc-default-annotate-current-time): Added.
1856
1857 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1858 version in vc.el, with
1859 (vc-cvs-annotate-current-time): Added, as override of default.
1860 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1861 `vc-cvs-annotate-difference'.
1862
1863 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1864
1865 * saveplace.el (save-place): Require `saveplace'.
1866
1867 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1868 Use `sexp' for :value-type instead of `face'.
1869
1870 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1871
1872 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1873 regexps due to 5-digit message IDs.
1874
1875 2001-10-21 Jason Rumney <jasonr@gnu.org>
1876
1877 * term/w32-win.el (redisplay-dont-pause): Don't set.
1878
1879 2001-10-21 Miles Bader <miles@gnu.org>
1880
1881 * help-funs.el (help-manyarg-func-alist): Variable removed.
1882
1883 2001-10-21 Miles Bader <miles@gnu.org>
1884
1885 * help-funs.el (help-manyarg-func-alist): Remove entries for
1886 `insert', `insert-and-inherit', `insert-before-markers',
1887 `insert-before-markers-and-inherit', `message', `message-box',
1888 `message-or-box', `propertize', `format', `encode-time', `append',
1889 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1890 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1891 `ml-prefix-argument-loop'.
1892
1893 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1894
1895 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1896 (vc-default-diff-tree): New functions.
1897 (vc-version-diff): Use them. As a result, coding systems are now
1898 set up properly for all sorts of diffs, and tree diffs can now
1899 also be done locally.
1900 (vc-diff): With a prefix argument, don't require that it's called
1901 from a buffer under version control.
1902 (diff-switches): Remove duplicate definition.
1903
1904 * vc-cvs.el (vc-cvs-diff-tree): New function.
1905
1906 2001-10-21 Miles Bader <miles@gnu.org>
1907
1908 * help-funs.el (help-manyarg-func-alist): Remove entries for
1909 `list', `vector', `make-byte-code', `call-process',
1910 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1911 `logand', `logior', and `logxor'.
1912
1913 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1914 image bits to compensate. Use `make-string' instead of
1915 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1916
1917 2001-10-20 Kim F. Storm <storm@cua.dk>
1918
1919 * simple.el (kill-ring-save): Don't show extent of copied region
1920 if using transient-mark-mode and region is fully visible.
1921
1922 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1923
1924 * (Version 21.1 released.)
1925
1926 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1927
1928 * files.el (auto-mode-alist): Associate .indent.pro with
1929 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1930
1931 2001-10-18 Sam Steingold <sds@gnu.org>
1932
1933 Put the *Compile-Log* buffer in `compilation-mode'.
1934 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1935 (byte-compile-log-1, byte-compile-log-file)
1936 (displaying-byte-compile-warnings): Use it
1937
1938 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1939
1940 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1941
1942 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1943
1944 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1945
1946 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1947
1948 * obsolete/hilit19.el (hilit-lookup-face-create):
1949 Call set-face-font only if display-graphic-p.
1950 (toplevel): Remove references to window-system.
1951
1952 2001-10-18 Miles Bader <miles@gnu.org>
1953
1954 * simple.el (what-line): Avoid problems with field properties.
1955
1956 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1957
1958 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1959 Define special colors for a tty.
1960
1961 2001-10-17 Francesco Potorti` <pot@gnu.org>
1962
1963 * comint.el (comint-password-prompt-regexp): Make it less
1964 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1965
1966 2001-10-17 John Wiegley <johnw@gnu.org>
1967
1968 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1969 a regular file, before checking if it is a directory or symlink.
1970 This avoids a call to eshell-file-attributes, which can be
1971 expensive in some situations.
1972
1973 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1974 customization variable, to differentiate ls-in-dired from regular
1975 uses of ls.
1976
1977 2001-10-17 Miles Bader <miles@gnu.org>
1978
1979 * custom.el (defface): Mention `:inherit' in doc-string.
1980
1981 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1982
1983 * paren.el: Update the Commentary with installation instructions.
1984
1985 2001-10-15 Dave Love <fx@gnu.org>
1986
1987 * international/mule.el (set-auto-coding): Fix regexps for local
1988 variables section not to eat newlines.
1989
1990 2001-10-15 Miles Bader <miles@gnu.org>
1991
1992 * simple.el (display-message-or-buffer): Pass the correct buffer
1993 to `display-buffer'.
1994
1995 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1996
1997 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1998 (executable-find): Use exec-suffixes.
1999 (executable-set-magic): Don't use make-local-hook.
2000
2001 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2002
2003 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2004
2005 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2006 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2007 Add .so to the Unix and GNU branch.
2008
2009 * international/latin-1.el:
2010 * international/latin-2.el:
2011 * international/latin-3.el:
2012 * international/latin-4.el:
2013 * international/latin-5.el:
2014 * international/latin-8.el:
2015 * international/latin-9.el: Add no-byte-compile: t, since
2016 Makefile.in instructs make-docfile to look at .el files.
2017
2018 2001-10-14 Miles Bader <miles@gnu.org>
2019
2020 * button.el (define-button-type): Allow supertype property to be
2021 specified with a keyword `:supertype' too.
2022 (button-put, make-text-button): Allow button type property to be
2023 specified using the keyword `:type' too.
2024 (button-type): New function.
2025 (button): Add `button-category-symbol' property.
2026
2027 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2028
2029 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2030 indent-new-comment-line from comment-indent-new-line.
2031
2032 * textmodes/refill.el (refill-mode):
2033 Bind DEL to backward-delete-char-untabify.
2034 Set backward-delete-char-untabify-method to `hungry'.
2035
2036 * textmodes/bib-mode.el (bib-mode):
2037 * play/gomoku.el (gomoku-mode):
2038 * textmodes/page-ext.el (pages-directory-mode):
2039 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2040
2041 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2042
2043 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2044
2045 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2046 Handle here-docs differently.
2047 (sh-font-lock-heredoc): Remove.
2048 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2049 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2050 (sh-font-lock-open-heredoc): New functions.
2051 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2052 (sh-font-lock-keywords-1): Use regexp-opt.
2053 (sh-in-comment-or-string): Use syntax-ppss.
2054 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2055 (sh-select, sh-tmp-file): Add explicit terminating \n.
2056
2057 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2058 Use with-current-buffer.
2059 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2060 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2061 filename), catch any error that occurs in `ange-ftp-cd'.
2062 If an error happened, don't bother sending `cmd' at all.
2063 Fix a parenthesis typo.
2064 (ange-ftp-write-region): Don't blindly use binary if the remote host
2065 is unix-like.
2066
2067 * play/pong.el (pong-init): Don't use make-local-hook.
2068
2069 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2070
2071 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2072 (viper-get-ex-address-subr): More precise addr for the $ marker
2073
2074 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2075
2076 * version.el (emacs-version): Bump to 21.1.50.
2077
2078 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2079
2080 * mail/mailalias.el (mail-directory-stream): Do not double
2081 variables in the lambda-list.
2082
2083 * play/gomoku.el (gomoku-init-display): Ditto.
2084
2085 * play/landmark.el (lm-init-display): Ditto.
2086
2087 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2088 (delimit-columns-rectangle-line): Ditto.
2089
2090 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2091
2092 * newcomment.el (comment-region-internal): Don't rebind
2093 invisibility_spec now that the C routines handle it correctly.
2094
2095 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2096
2097 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2098 and `same-frame'.
2099
2100 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2101
2102 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2103
2104 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2105 C-p and C-r. Remove redundant bindings from inheriting maps.
2106
2107 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2108 After 4.23 and: After 4.24:
2109 (cperl-contract-levels): Restore position.
2110 (cperl-beautify-level): Likewise.
2111 (cperl-beautify-regexp): Likewise.
2112 (cperl-commentify): Rudimental support for length=1 runs
2113 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2114 After 4.25:
2115 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2116 (imenu-example--create-perl-index): Was not enforcing
2117 syntaxification-to-the-end.
2118 (cperl-invert-if-unless): Allow `for', `foreach'.
2119 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2120 Mark qw(), m()x as indentable.
2121 (cperl-init-faces): Highlight `sysopen' too.
2122 Highlight $var in `for my $var' too.
2123 (cperl-invert-if-unless): Was leaving whitespace at end.
2124 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2125 (cperl-calculate-indent): Remove old commented out code.
2126 Support (primitive) indentation of qw(), m()x.
2127 After 4.26:
2128 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2129 q [] with intervening newlines.
2130 (cperl-autoindent-on-semi): New customization variable.
2131 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2132 (cperl-tips): Mention how to make CPerl the default mode.
2133 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2134 (cperl-outline-level): New function.
2135 (cperl-highlight-variables-indiscriminately): New customization var.
2136 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2137 From Sean Kamath <kamath@pogo.wv.tek.com>.
2138 (cperl-after-block-p): Support CHECK and INIT.
2139 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2140 From Doug MacEachern <dougm@covalent.net>.
2141 After 4.27:
2142 (cperl-find-pods-heres): Recognize \"" as a string.
2143 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2144 Allow whitespace between << and "FOO".
2145 (cperl-problems): Remove \"" and q [] with intervening newlines.
2146 Mention multiple <<EOF as unsupported.
2147 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2148 (cperl-indent-parens-as-block): New configuration variable.
2149 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2150 Use `cperl-indent-parens-as-block'.
2151 (cperl-find-pods-heres): Test for =cut without empty line instead of
2152 complaining about no =cut.
2153 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2154 (cperl-find-pods-heres): Likewise.
2155 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2156 POD could've been marked as comment already.
2157 (cperl-unwind-to-safe): Unwind before start of POD too.
2158 After 4.28:
2159 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2160 After 4.29:
2161 (x-color-defined-p): Make an extra case to peacify the warning.
2162 Toplevel: `defvar' to peacify the warnings.
2163 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2164 No -nw-compile time warnings now.
2165 (cperl-find-tags): TAGS file had too short substring-to-search.
2166 Be less verbose in non-interactive mode
2167 (imenu-example--create-perl-index): Set index-marker after name
2168 (cperl-outline-regexp): New variable.
2169 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2170 (cperl-mode): Made use `cperl-outline-regexp'.
2171 After 4.30:
2172 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2173 (cperl-outline-level): Make start-of-file same level as `package'.
2174 After 4.31:
2175 (cperl-electric-pod): `head1' and `over' electric only if empty.
2176 (cperl-unreadable-ok): New variable.
2177 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2178 on an unreadable file.
2179 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2180 on an unreadable directory.
2181
2182 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2183 Consider the text between two errors as belonging to the first error.
2184 (compilation-goto-locus): Use pop-to-buffer rather than
2185 switch-to-buffer-other-frame.
2186
2187 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2188 (awk-font-lock-syntactic-keywords): New var.
2189 (awk-mode): Use it.
2190
2191 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2192
2193 * faces.el (describe-face): Call help-setup-xref earlier.
2194
2195 * jka-compr.el (jka-compr-load-suffixes): New var.
2196 (jka-compr-install): Add its content to load-suffixes.
2197 (jka-compr-uninstall): Remove its content from load-suffixes.
2198
2199 2001-10-12 Sam Steingold <sds@gnu.org>
2200
2201 * bindings.el (completion-ignored-extensions): CL-related
2202 extensions are platform-independent.
2203
2204 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2205 asynchronous multiple file copying.
2206
2207 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2208
2209 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2210 Turn error for repeated variables into warning.
2211
2212 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2213 New function checking that lambda-list consists of non-constant
2214 symbols, that &rest and &optional are followed by variable names,
2215 that &rest VAR is the last element, and that variables aren't doubled.
2216 (byte-compile-lambda): Use it.
2217
2218 2001-10-12 Eli Barzilay <eli@barzilay.org>
2219
2220 * calculator.el (calculator-eng-display): Don't call concat
2221 with an integer argument.
2222
2223 2001-10-12 Miles Bader <miles@gnu.org>
2224
2225 * help-mode.el (help-customize-face): New button-type.
2226
2227 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2228 (describe-face): Fix args to `help-xref-button'.
2229 Don't switch to help-buffer around call to `help-setup-xref'.
2230 Use `help-buffer' instead of hard-wired "*Help*".
2231 Require `help-mode'.
2232
2233 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2234
2235 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2236
2237 * help-mode.el (help-buffer): New function.
2238 Returns the buffer-name to use for help output.
2239 Change all the code to use it instead of hard-coding *Help*.
2240 (help-mode-map): Put back the mouse-2 binding.
2241 (help-xref-stack): Change the format and make buffer-local.
2242 (help-xref-stack-item): Make buffer-local.
2243 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2244 (help-xref-interned): Display the face doc as well.
2245 (help-follow-mouse): Re-introduce.
2246 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2247 (help-do-xref): Don't `push' any more.
2248 (help-follow): Also follow face names.
2249
2250 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2251 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2252 Autoload and cleanup.
2253 (describe-function): Call help-setup-xref.
2254 (describe-variable): Call help-setup-xref earlier.
2255
2256 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2257 (view-lossage): Call help-setup-xref correctly and earlier.
2258 (describe-bindings): Call help-setup-xref earlier.
2259 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2260 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2261
2262 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2263
2264 * master.el (master-mode): Use define-minor-mode instead of
2265 easy-mmode-define-minor-mode. Add autload cookie.
2266 (Commentary): Remove the line showing how to autoload master-mode,
2267 since it's always autoloaded.
2268
2269 * master.el: New file.
2270
2271 2001-10-11 Dave Love <fx@gnu.org>
2272
2273 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2274 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2275 <const-C varset-X const-C>: Fix car/cdr typo.
2276
2277 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2278
2279 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2280 New function extracted from byte-compile-log-1.
2281 (byte-compile-log-1): Change output to be more in line with
2282 the output of other GNU tools.
2283 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2284 (byte-compile-report-error): Downcase error message.
2285 Use `error' instead of `!!' for error messages.
2286 (byte-compile-print-syms): Treat non-interactive case specially.
2287 (displaying-byte-compile-warnings): Use backquote.
2288 (byte-compile-from-buffer): Bind byte-compile-last-line.
2289 (batch-byte-compile): Remove `Done' message.
2290
2291 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2292
2293 * emacs-lisp/copyright.el (copyright): Add final \n.
2294
2295 2001-10-11 Miles Bader <miles@gnu.org>
2296
2297 * diff.el (diff): Display default values in prompts as
2298 `(default ...)', not `(...)'.
2299
2300 * info.el (Info-follow-reference): Likewise.
2301
2302 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2303
2304 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2305
2306 * newcomment.el (comment-indent): Be a little more robust in case
2307 comment-indent-function does funny things.
2308 (comment-normalize-vars): Autoload.
2309 (comment-region-internal): Fiddle with the visibility spec.
2310 (comment-valid-prefix): New function.
2311 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2312 that would turn comment-text into non-comment-text.
2313
2314 * emacs-lisp/syntax.el: New file.
2315
2316 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2317 compatibility cruft.
2318 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2319 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2320 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2321 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2322 tcl-submit-bug-report.
2323 (tcl-mode-syntax-table): Leave \f alone.
2324 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2325 tcl-end-of-defun, tcl-submit-bug-report.
2326 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2327 (tcl-add-emacs-menu): Remove.
2328 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2329 (tcl-keyword-list): Add `chain'.
2330 (tcl-font-lock-syntactic-keywords): New variable.
2331 (tcl-pps-has-arg-6): Remove.
2332 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2333 (tcl-internal-mark-defun): Remove.
2334 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2335 (tcl-mode): Use define-derived-mode. Simplify.
2336 Set comment-indent-function.
2337 (tcl-indent-command): Use line-beginning-position and comment-indent.
2338 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2339 (tcl-indent-line): Use tcl-calculate-indent.
2340 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2341 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2342 (tcl-filter): Use with-current-buffer, simplify.
2343 (inferior-tcl-mode): Use define-derived-mode.
2344 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2345 (tcl-simple-in-comment, tcl-in-comment): Removed.
2346 (tcl-files-alist): New function.
2347 (tcl-help-snarf-commands): Use it and return the result directly
2348 rather than through a global variable.
2349 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2350 (tcl-help-on-word): Provide the default value to completing-read.
2351 (tcl-hilit): Remove.
2352 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2353 (tcl-comment-indent): New function.
2354 (tcl-submit-bug-report): Remove.
2355 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2356 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2357 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2358
2359 2001-10-10 Miles Bader <miles@gnu.org>
2360
2361 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2362 (Info-fontify-node): Don't fontify the node if it's already been done.
2363
2364 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2365
2366 * international/iso-transl.el (iso-transl-e-caret)
2367 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2368 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2369
2370 * simple.el (end-of-buffer): Fix code scrolling specially
2371 for the buffer end.
2372
2373 * startup.el (command-line-1): Bind tab-width to 8.
2374
2375 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2376
2377 * emulation/tpu-edt.el: Use defalias instead of fset for
2378 user-visible commands. From Rob Riepel
2379 <riepel@Networking.Stanford.EDU>.
2380
2381 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2382
2383 * ruler-mode.el: New file.
2384
2385 2001-10-09 Miles Bader <miles@gnu.org>
2386
2387 * apropos.el (button): New require.
2388
2389 * help-funs.el: New file, contents mostly from `help.el'.
2390 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2391
2392 * help-mode.el: New file, contents mostly from `help.el'.
2393
2394 * help.el: Don't require `view' when compiling.
2395 (help-with-tutorial, describe-function, describe-function-1)
2396 (variable-at-point, describe-variable, locate-library):
2397 Functions moved into `help-funs.el'.
2398 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2399 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2400 (help-setup-xref, help-xref-following, help-make-xrefs)
2401 (help-xref-button, help-insert-xref-button, help-xref-interned)
2402 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2403 (help-xref-on-pp): Functions moved into `help-mode.el'
2404 (help-mode-map, help-xref-stack, help-xref-stack-item)
2405 (help-highlight-p, help-highlight-face, help-back-label)
2406 (help-xref-symbol-regexp, help-xref-mule-regexp)
2407 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2408 (help-symbol, help-back, help-info, help-customize-variable)
2409 (help-function-def, help-variable-def):
2410 Button-types moved into `help-mode.el'.
2411 (load-symbol-file-load-history, symbol-file):
2412 Functions moved into `subr.el'.
2413 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2414 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2415
2416 * subr.el (symbol-file-load-history-loaded)
2417 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2418
2419 * loadup.el ("button"): Load removed.
2420
2421 * button.el (define-button-type): Respect any `supertype' property.
2422 (button-type-subtype-p, button-has-type-p): New functions.
2423
2424 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2425 dollar-signs.
2426
2427 * comint.el (comint-insert-previous-argument): New function.
2428 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2429 (comint-insert-previous-argument-last-start-pos)
2430 (comint-insert-previous-argument-last-index): New variables.
2431
2432 * apropos.el (apropos-next-label-button): Use the presence of a
2433 `apropos-label' property to detect label buttons.
2434
2435 2001-10-08 Miles Bader <miles@gnu.org>
2436
2437 * button.el (next-button, previous-button): Remove N and WRAP
2438 parameters. Don't pay attention to `skip' properties.
2439 (forward-button): Implement wrapping, iterating, and skipping here
2440 instead.
2441 (button-activate): USE-MOUSE-ACTION is optional.
2442 (button-nop): Function removed.
2443 (default-button): Use `ignore' as default button action.
2444
2445 * apropos.el (apropos-next-label-button): Update arguments to
2446 `next-button'.
2447 (apropos-symbol): Add `skip' property.
2448 (apropos-function, apropos-macro, apropos-command)
2449 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2450 (apropos-plist): New button types.
2451 (apropos-label-properties): Variable removed.
2452 (apropos-print): Pass button-type to apropos-print-doc, rather
2453 than help function and label text.
2454 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2455 Get button label from TYPE.
2456
2457 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2458
2459 * help.el (help-mode): Use define-derived-mode.
2460 (describe-mode): Add optional `buffer' arg.
2461 Use it instead of going through help-xref-mode.
2462 Avoid doubling the word `minor' when prettifying.
2463 (describe-function-1): List the corresponding key bindings.
2464 (describe-variable): Say if the var is automatically buffer-local.
2465 If the source is `loaddefs.el', look for the real source.
2466 (help-xref-mode): Remove.
2467
2468 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2469 the file says no-byte-compile.
2470
2471 2001-10-08 Miles Bader <miles@gnu.org>
2472
2473 * button.el (next-button, previous-button): Respect `skip' property.
2474
2475 2001-10-07 Miles Bader <miles@gnu.org>
2476
2477 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2478 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2479 `woman-follow-word' instead of `woman-mouse-2'.
2480 (woman-follow-word): Renamed from `woman-mouse-2'.
2481 Follow current unconditionally, since this function is now only
2482 bound to M-mouse-2. Use accessor functions.
2483 (WoMan-highlight-references): Use `make-text-button'.
2484 (woman-xref): New button type.
2485
2486 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2487 ("button"): New load, just before "help" (which uses it).
2488
2489 * help.el (help-mode-map): Make button-buffer-map our parent.
2490 Don't bind mouse events or tab/backtab.
2491 (help-function, help-variable, help-face, help-coding-system)
2492 (help-input-method, help-character-set, help-back, help-info)
2493 (help-customize-variable, help-function-def, help-variable-def):
2494 New button types.
2495 (help-button-action): New function.
2496 (describe-function-1): Pass help button-types to
2497 `help-xref-button' rather than help function and help-echo string.
2498 Don't put multiple help-function args in a list to pass them to
2499 help-xref-button, just pass them as multiple arguments.
2500 Use `help-insert-xref-button' to make [back]-button, rather than
2501 `help-xref-button'.
2502 (help-xref-button): Take a button-type TYPE as a parameter rather
2503 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2504 and add a &rest parameter ARGS to serve the same purpose.
2505 Use `make-text-button' to add the button.
2506 (help-insert-xref-button): Use `insert-text-button' to add the button.
2507 (help-follow-mouse, help-next-ref, help-previous-ref):
2508 Functions removed.
2509 (help-do-xref): New function.
2510 (help-follow): Use `push-button' and `help-do-xref' to do most of
2511 the work.
2512
2513 * apropos.el (apropos-symbol, apropos-label): New button types.
2514 (apropos-symbol-button-display-help)
2515 (apropos-label-button-display-help, apropos-next-label-button):
2516 New functions.
2517 (apropos-mode-map): Make button-buffer-map our parent.
2518 Don't bind mouse events.
2519 (apropos-print, apropos-print-doc): Create buttons instead of text
2520 properties.
2521 (apropos-mouse-follow): Function removed.
2522 (apropos-follow): Use buttons.
2523
2524 * button.el: New file.
2525
2526 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2527
2528 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2529 Remove.
2530
2531 2001-10-05 Richard M. Stallman <rms@gnu.org>
2532
2533 * add-log.el (add-change-log-entry): Skip copyright notice
2534 and copying permission notice at start of file, if any.
2535 Make use of terms "entry" and "item" accord with Emacs manual.
2536 Simplify the logic for moving point while entering or creating
2537 an entry and then an item.
2538 (add-change-log-entry-other-window): Doc fix.
2539
2540 2001-10-06 Miles Bader <miles@gnu.org>
2541
2542 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2543 removed; they apparently don't work with faces.
2544
2545 2001-10-05 Sam Steingold <sds@gnu.org>
2546
2547 * textmodes/sgml-mode.el (html-xhtml): New user option.
2548 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2549 (html-ordered-list, html-unordered-list, html-list-item)
2550 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2551 (sgml-skip-close-p): New function.
2552 (sgml-value): Use it.
2553
2554 2001-10-05 Sam Steingold <sds@gnu.org>
2555
2556 * calendar/diary-lib.el (diary-entry-compare): When times are
2557 identical, compare the entries lexicographically.
2558
2559 2001-10-06 Miles Bader <miles@gnu.org>
2560
2561 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2562 Use `minibuffer-prompt-end'.
2563
2564 * simple.el (previous-matching-history-element): Fix misplaced
2565 parentheses.
2566
2567 2001-10-05 Miles Bader <miles@gnu.org>
2568
2569 * rfn-eshadow.el: New file.
2570
2571 2001-10-05 Miles Bader <miles@gnu.org>
2572
2573 * cus-face.el (custom-face-attributes): Make sure each attribute
2574 has a valid default value. Remove hacks that mapped `nil' to
2575 `off' and used nil to mean `unspecified'. Remove `unspecified'
2576 choices from all attributes (unspecified is handled by the parent
2577 checklist).
2578 * cus-edit.el (custom-face-edit-convert-widget)
2579 (custom-face-edit-deactivate, custom-face-edit-activate)
2580 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2581 New functions.
2582 (custom-face-edit): Specify a custom :convert-widget.
2583 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2584 Don't pass in default filters that map between `nil' and `off' and
2585 `unspecified' and `nil'.
2586
2587 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2588
2589 * progmodes/compile.el (compilation-buffer-name): New function.
2590 (compile-internal): Use it to determine the name of the
2591 compilation buffer.
2592
2593 2001-10-05 Miles Bader <miles@gnu.org>
2594
2595 * progmodes/compile.el (grep-use-null-device): New variable.
2596 (grep-command): Mention `grep-use-null-device'.
2597 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2598 Make computation of `grep-command' respect `grep-use-null-device'.
2599 (grep): Respect `grep-use-null-device'.
2600 Call `grep-compute-defaults' even if grep-command is set, if
2601 grep-use-null-device is still tentative.
2602
2603 * subr.el (call-process-shell-command): New function.
2604
2605 2001-10-05 Miles Bader <miles@gnu.org>
2606
2607 * simple.el (previous-matching-history-element)
2608 (next-history-element, next-complete-history-element): Use
2609 `minibuffer-' functions instead of calling `field-' functions directly.
2610 (minibuffer-prompt-end, minibuffer-contents):
2611 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2612 Functions removed (now subrs).
2613 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2614
2615 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2616 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2617 instead of calling `field-' functions directly.
2618 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2619
2620 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2621
2622 * files.el (find-file-noselect): If file's read-only status has
2623 changed on disk, ask if buffer's read-only status should be
2624 changed, unless NOWARN is set.
2625
2626 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2627 alias for define-setf-method.
2628
2629 * bindings.el: Remove no-byte-compile from file local variables
2630 to enable bootstrapping.
2631
2632 2001-10-04 Andrew Innes <andrewi@gnu.org>
2633
2634 * faces.el (face-font-registry-alternatives) [windows-nt]:
2635 Make gb2312 an alias for gb2312.1980.
2636
2637 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2638
2639 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2640 (uniquify-reverse-components): Remove.
2641
2642 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2643 Make sure the file is readable.
2644 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2645 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2646 (batch-byte-recompile-directory): Pass arg=0.
2647
2648 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2649 (perl-calculate-indent): Use it.
2650 (perl-backward-to-noncomment): Use forward-comment.
2651
2652 * derived.el (define-derived-mode, derived-mode-make-docstring):
2653 Allow `parent' to be nil.
2654
2655 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2656 Use define-derived-mode.
2657 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2658
2659 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2660
2661 * emacs-lisp/lselect.el: Use facep iso find-face.
2662
2663 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2664 Use regexp-opt.
2665 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2666 (lisp-font-lock-syntactic-face-function): New function.
2667 (lisp-mode-variables): Use it. Make arg optional.
2668 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2669 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2670 Set comment-start-skip.
2671
2672 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2673
2674 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2675 (ignore-errors): Don't bother using a `err' symbol.
2676
2677 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2678 (autoload-insert-section-header, autoload-before-p)
2679 (autoload-remove-section): New functions.
2680 (generate-file-autoloads): Use them.
2681 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2682 Make sure the autoload file is properly formatted when creating it.
2683 (update-autoloads-from-directories): Use them as well.
2684 Only update autoloads for files whose timestamp has changed.
2685 Add a dummy entry to remember the files which had no autoload cookies.
2686
2687 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2688
2689 * subr.el (define-key-after): Allow `key' to be longer than 1.
2690 (make-local-hook): Make obsolete.
2691 (add-hook, remove-hook): Don't use make-local-hook any more.
2692 (make-syntax-table): Inherit all chars from s-s-t.
2693
2694 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2695
2696 This is a fix for a report saying that resuming a search with C-s
2697 C-s doesn't use the case-fold-search setting of the previous
2698 search (C-s ... M-c ... then C-s C-s).
2699
2700 * isearch.el (isearch-last-case-fold-search): New variable.
2701 (isearch-mode): Remember value of isearch-case-fold-search
2702 in isearch-last-case-fold-search.
2703 (isearch-done): Quote value of isearch-case-fold-search.
2704 (isearch-repeat): When resuming a search, restore
2705 isearch-case-fold-search from isearch-last-case-fold-search.
2706
2707 Added to NEWS.
2708
2709 * startup.el (inhibit-startup-buffer-menu): New user-option.
2710 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2711 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2712
2713 This allows upto 99999 messages in the summary without screwing up
2714 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2715
2716 * mail/rmailsum.el (rmail-make-summary-line)
2717 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2718 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2719 Allow 5-digit message ids instead of 4.
2720
2721 This adds expansion of environment variables in the value
2722 specified with M-x setenv. Added to NEWS.
2723
2724 * env.el (substitute-env-vars): New function.
2725 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2726 environment variables in VALUE. Return VALUE.
2727
2728 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2729
2730 * Branch for 21.1.
2731
2732 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2733
2734 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2735
2736 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2737
2738 * emulation/tpu-edt.el: Make messages match original TPU/edt
2739 editor. From riepel@Stanford.EDU (Rob Riepel).
2740
2741 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2742
2743 * rect.el: Update maintainer's email address.
2744
2745 2001-10-02 Andreas Schwab <schwab@suse.de>
2746
2747 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2748 and Extended Passive Mode, resp.
2749
2750 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2751
2752 These changes add support for Calendar-related items in the
2753 menu bar on tty's as well:
2754
2755 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2756 unconditionally.
2757 (calendar-mode): Set up activate-menubar-hook unconditionally.
2758
2759 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2760 calls x-popup-menu only if popup menus are supported.
2761 (calendar-mouse-insert-hebrew-diary-entry)
2762 (calendar-mouse-insert-islamic-diary-entry)
2763 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2764 (calendar-mouse-view-other-diary-entries)
2765 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2766 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2767 Call cal-menu-x-popup-menu instead of x-popup-menu.
2768
2769 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2770
2771 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2772
2773 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2774
2775 * emacs-lisp/rx.el: New file.
2776
2777 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2778
2779 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2780
2781 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2782
2783 * frame.el (select-frame-by-name, other-frame): Doc fix.
2784
2785 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2786
2787 * play/snake.el (snake-score-file): Use temporary-file-directory
2788 instead of a literal "/tmp". Suggested by Robert
2789 <robert@chezmarshall.freeserve.co.uk>.
2790
2791 * play/tetris.el (tetris-score-file): Ditto.
2792
2793 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2794
2795 * apropos.el (apropos-print): Make the directions inserted at the
2796 beginning of the *Apropos* buffer more clear.
2797
2798 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2799
2800 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2801 Added comments.
2802
2803 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2804
2805 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2806 "\\s-" when defining comment-end-skip.
2807
2808 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2809
2810 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2811 Call get-buffer-window first second arg `visible'.
2812
2813 * international/mule-diag.el (list-input-methods-1):
2814 Output something that's independent of Emacs' version.
2815
2816 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2817 calling byte-to-position with a nil tar-header-offset.
2818
2819 2001-09-27 Simon Josefsson <jas@extundo.com>
2820
2821 * mail/sendmail.el (send-mail-function): Doc fix.
2822 (mail-do-fcc): Error if header-end is not a marker.
2823 (mail-do-fcc): Add a comment.
2824 (mail-reply-to): Doc fix.
2825 (mail-signature): Make ATPOINT optional.
2826 (mail-yank-original): Use cond instead of nestled if.
2827
2828 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2829
2830 * info.el (Info-on-current-buffer): Default arg to "Top".
2831
2832 2001-09-25 Eli Barzilay <eli@barzilay.org>
2833
2834 * calculator.el (calculator-copy-displayer): New user-option.
2835 (calculator-displayer-prev, calculator-displayer-next):
2836 Renamed from calculator-displayed-{left,right}.
2837 (calculator, calculator-standard-displayer)
2838 (calculator-num-to-string, calculator-update-display)
2839 (calculator-copy, calculator-put-value): Bug and display fixes.
2840
2841 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2842
2843 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2844 (ebnf-version): New version (3.6.1).
2845
2846 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2847 (ebnf-bnf-non-terminal-chars): New internal const.
2848 (ebnf-bnf-lex): Fix code.
2849
2850 * ebnf-iso.el: Fix character range regexp. Doc fix.
2851 (ebnf-iso-non-terminal-chars): New internal const.
2852 (ebnf-iso-lex): Fix code.
2853
2854 * ebnf-yac.el: Fix character range regexp. Doc fix.
2855 (ebnf-yac-skip-chars): New internal const.
2856 (ebnf-yac-skip-code): Fix code.
2857
2858 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2859
2860 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2861
2862 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2863 passing it to VC.
2864
2865 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2866 case where the file is relative.
2867
2868 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2869
2870 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2871 same on each side. Make sure we properly handle simple quotes.
2872 From Daiki Ueno <ueno@unixuser.org>.
2873
2874 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2875
2876 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2877 <jas@extundo.com>.
2878
2879 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2880 some items of the Options menu.
2881
2882 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2883
2884 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2885
2886 * vc-hooks.el (vc-delete-automatic-version-backups):
2887 Don't fail if the directory doesn't exist.
2888
2889 * diff-mode.el (diff-default-read-only): New var.
2890 (diff-mode): Use it.
2891
2892 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2893
2894 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2895 Use make-keymap instead of copy-keymap, since copying the global
2896 keymap messes up the menu bar.
2897
2898 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2899 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2900
2901 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2902
2903 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2904
2905 * dired-aux.el (dired-insert-subdir): Pass switches to
2906 dired-build-subdir-alist.
2907
2908 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2909
2910 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2911 caused %#a and %#b to be mis-formatted.
2912
2913 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2914
2915 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2916 ccmode, emacs-mime, and eudc manuals.
2917
2918 2001-09-19 Sam Steingold <sds@gnu.org>
2919
2920 w32 find cannot be used with `grep-find'.
2921 * progmodes/compile.el (find-program): New variable.
2922 (grep-compute-defaults): Use it to set `grep-find-command'.
2923
2924 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2925
2926 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2927
2928 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2929
2930 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2931 programming. Doc fix.
2932 (ebnf-version): New version (3.6).
2933 (ebnf-eps-begin): Data fix.
2934 (ebnf-begin-file): Code fix.
2935
2936 * ebnf-bnf.el: Doc fix.
2937 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2938
2939 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2940
2941 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2942
2943 * ps-print.el: Better face mapping for black/white PostScript printers.
2944 Check if mark is active when printing a region. Doc fix.
2945 (ps-print-version): New version number (6.5.5).
2946 (ps-print-color-p): Customization fix.
2947 (ps-black-white-faces): New option.
2948 (ps-black-white-faces-alist): New internal var.
2949 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2950 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2951 (ps-nb-pages-region): Interactive fix.
2952 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2953 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2954
2955 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2958 numeric month value, and allow the Kanji character after the it to
2959 be missing (happens with ls-lisp's output on Japanese versions of
2960 MS-Windows).
2961
2962 2001-09-18 Miles Bader <miles@gnu.org>
2963
2964 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2965 it's empty (and thus probably a new patch file about to be edited).
2966
2967 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2968
2969 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2970 Check for '(' in column 0 of doc string.
2971
2972 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2973 of `nth' so that using a vector as bounding-box works.
2974 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2975
2976 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2977
2978 * vc.el (vc-annotate): Use current workfile version explicitly as
2979 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2980
2981 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2984 convert-standard-filename doesn't guarantee that the .el extension
2985 is preserved.
2986
2987 * dos-fns.el (convert-standard-filename): Replace invalid
2988 characters only after converting dash/underscore to a period.
2989 (original-make-auto-save-file-name): New.
2990 (make-auto-save-file-name): New function, overrides the definition
2991 on files.el and calls the original function via
2992 original-make-auto-save-file-name.
2993
2994 * mail/rmail.el (top-level): Require mule-utils when compiling.
2995 (rmail-decode-babyl-format): Use detect-coding-with-priority
2996 instead of detect-coding-region, to favor detection of emacs-mule
2997 encoded Babyl files written by rmailout.el etc. Suggested by
2998 Kenichi Handa <handa@etl.go.jp>.
2999
3000 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3001
3002 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3003 Use `equal', not `=', since the device number can be a cons cell.
3004
3005 2001-09-14 Gerd Moellmann <gerd@gnu.org>
3006
3007 * simple.el: Comment out change of 2001-09-13.
3008
3009 2001-09-13 Milan Zamazal <pdm@zamazal.org>
3010
3011 * progmodes/compile.el (grep-compute-defaults): Don't set
3012 grep-command/grep-find-command when it is already non-nil.
3013 (grep-command): Make it a user option.
3014 (grep-find-command): Likewise.
3015
3016 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
3017
3018 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3019 inhibit quit.
3020
3021 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3022
3023 * files.el (make-auto-save-file-name): If long file names are not
3024 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3025 generating an auto-save file name from it.
3026
3027 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3028
3029 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3030 (ps-nb-pages-region): Signal an error if called interactively
3031 and the mark is not active.
3032
3033 * simple.el (minibuffer-prompt-modification)
3034 (minibuffer-prompt-insertion): New functions.
3035 (minibuffer-prompt-properties): Use `modification-hooks' and
3036 `insert-in-front-hooks'.
3037
3038 2001-09-12 Richard M. Stallman <rms@gnu.org>
3039
3040 * textmodes/outline.el (outline-regexp): Doc fix.
3041 Initialize it in the defcustom, the usual way.
3042
3043 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3044
3045 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3046 from `ediff-meta-info' properties need not be an overlay.
3047 From David Ponce <dponce@voila.fr>.
3048
3049 * isearch.el (isearch-intersects-p): Fix end checks.
3050
3051 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3052
3053 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3054 `t' branch of `cond', since Irix 6.1 and up is a special case of
3055 the standard dbx interface.
3056
3057 2001-09-11 Miles Bader <miles@gnu.org>
3058
3059 * comint.el (comint-send-input): When waiting for echoed input,
3060 don't save the expected end position in `echo-end', so that things
3061 work properly even if the buffer is modified elsewhere at the same
3062 time [this happens if `comint-truncate-buffer' is used].
3063
3064 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3065
3066 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3067 when constructing imenu-generic-expression from outline-regexp.
3068
3069 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3070
3071 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3072 `equal' instead of `=', since they can be cons cells. From Nils
3073 Goesche <cartan@cartan.de>.
3074
3075 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3076
3077 * vc.el (vc-annotate): Rewrote doc string.
3078
3079 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3080
3081 * time-stamp.el: Update Stephen Gildea's email address.
3082
3083 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3084
3085 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3086 enable-multibyte-characters = nil. From Hallvard B Furuseth
3087 <h.b.furuseth@usit.uio.no>.
3088
3089 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3090
3091 * ediff-init.el (ediff-highest-priority): Bug fix.
3092
3093 * viper-cmd.el (viper-special-read-and-insert-char): New function
3094 that reads a character and uses the current input method or
3095 iso-accents when appropriate.
3096
3097 * viper.el and all others: Corrections to the comment blocks at
3098 the top.
3099
3100 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3101
3102 * info.el (Info-goto-node): Doc fix.
3103
3104 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3105
3106 * isearch.el (isearch-intersects-p): New function.
3107 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3108 use isearch-intersects-p, and clean up.
3109
3110 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3111
3112 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3113 and "german8", for the new German orthography dictionaries,
3114 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3115 the entries, to keep the line length balanced for loaddefs.el.
3116
3117 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3118
3119 * comint.el (comint-send-input): Handle comint-process-echoes
3120 differently.
3121
3122 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3123
3124 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3125
3126 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3127
3128 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3129
3130 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3131
3132 * server.el (server-switch-buffer):
3133 * textmodes/refer.el (refer-find-entry-internal):
3134 * term/sup-mouse.el (sup-pos-to-window):
3135 * term/bg-mouse.el (bg-window-from-x-y):
3136 * emacs-lisp/edebug.el (edebug-window-live-p):
3137 Use get-window-with-predicate.
3138
3139 * window.el (get-window-with-predicate): Renamed from some-window.
3140 (some-window): Make it an alias.
3141
3142 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3143
3144 * simple.el (undo): Remove positions from buffer-undo-list up to
3145 the next undo boundary only.
3146
3147 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3148
3149 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3150 Kim <ryk@dspwiz.com>
3151
3152 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3153 the message "Creating customization items...done".
3154
3155 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3156
3157 * font-lock.el (toplevel): Require `jit-lock' only if
3158 font-lock-support-mode is set to jit-lock-mode.
3159
3160 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3161
3162 * international/quail.el (quail-use-package, quail-inactivate)
3163 (quail-activate): Mention the hooks these functions run in their
3164 doc strings.
3165
3166 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3167
3168 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3169 of file in header of menu.
3170
3171 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3172
3173 * env.el (setenv): Interactively, if VARIABLE has a current value,
3174 add that to the front of the history, as the doc string says.
3175
3176 * comint.el (comint-send-input): Change help-echo.
3177 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3178
3179 * bookmark.el (bookmark-write-file): Bind print-length and
3180 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3181
3182 * obsolete/uncompress.el: Moved there from lisp/.
3183
3184 * comint.el (comint-insert-clicked-input): Goto point-max before
3185 deleting previous input. From "Dr Francis J. Wright"
3186 <F.J.Wright@qmw.ac.uk>.
3187
3188 * simple.el (backward-word): Doc fix.
3189
3190 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3191
3192 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3193 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3194 * w32-fns.el: Add Keywords header.
3195
3196 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3197
3198 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3199 "Text Properties". Suggested by Simon Marshall
3200 <Simon.Marshall@midas-kapiti.com>.
3201
3202 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3203
3204 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3205 consulting the value of file-name-coding-system.
3206
3207 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3208
3209 * help.el (describe-function-1): Save precomputed `file-name' rather
3210 than recomputing it (incorrectly) with `symbol-file'.
3211
3212 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3213
3214 * international/isearch-x.el (isearch-exit-recursive-edit):
3215 Take three parameters, since it's used as an after-change-function.
3216
3217 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3218 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3219 from doc strings.
3220
3221 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3222
3223 * progmodes/glasses.el (glasses-convert-to-unreadable):
3224 Consider underscores as in `glasses-make-readable'.
3225
3226 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3227
3228 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3229 MS-DOS, since cpp might not be available.
3230
3231 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3232 Mention "yank" in the help-echo text.
3233 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3234
3235 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3236
3237 * newcomment.el (comment-indent): Insert spaces more carefully.
3238
3239 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3240
3241 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3242 exists. From Andy Petrusenco <andy@int.spb.ru>.
3243
3244 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3245 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3246 <andy@int.spb.ru>.
3247
3248 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3249
3250 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3251 Instead of running mouse-yank-at-click, see what the event is
3252 bound to outside Isearch and run that.
3253
3254 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3255
3256 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3257 Fix the menu entry to mention transient-mark-mode.
3258
3259 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3260
3261 * simple.el (eval-expression-print-level): Fix last change.
3262
3263 * bindings.el (mode-line-coding-system-map): New variable.
3264 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3265
3266 * simple.el (eval-expression-print-level): Change the type
3267 of the defcustom to allow nil.
3268
3269 * emacs-lisp/find-gc.el: Moved here from lisp/.
3270
3271 * international/quail.el (quail-completion-1):
3272 Reverse the ((CHAR . DEFN) ...) list before processing it.
3273 From Kenichi Handa <handa@etl.go.jp>.
3274
3275 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3276 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3277
3278 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3279
3280 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3281 aren't supported. This avoids the annoying gray strip drawn by
3282 the Windows version instead of the missing tool bar.
3283
3284 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3285
3286 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3287 and tooltips more consistent. From "Marshall, Simon"
3288 <Simon.Marshall@midas-kapiti.com>.
3289
3290 * startup.el (fancy-splash-screens): Temporarily set
3291 minor-mode-map-alist to nil while displaying splash screens.
3292
3293 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3294
3295 * buff-menu.el: Add Keywords header.
3296 Doc fix (C-x C-b is bound to list-buffers).
3297
3298 * dired-x.el: Add keyword files to get listed in finder.
3299 Remove confusing notes about GNU Emacs 19.
3300
3301 * dired.el, dired-aux.el: Add Keywords header.
3302
3303 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3304
3305 * vc.el (vc-revert-file): Call the backend even if the FILE's
3306 contents can be reverted locally; pass new arg CONTENTS-DONE
3307 down to the backend.
3308
3309 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3310 optional arg CONTENTS-DONE.
3311
3312 2001-08-28 Andrew Innes <andrewi@gnu.org>
3313
3314 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3315
3316 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3317
3318 * makefile.nt (install): Copy more *.el files.
3319
3320 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3321
3322 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3323 instead of `w' which is already in use.
3324
3325 * gs.el (gs-load-image): Use sleep-for.
3326 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3327
3328 2001-08-28 Miles Bader <miles@gnu.org>
3329
3330 * replace.el (query-replace-regexp-eval): Return args from
3331 `interactive' form in correct order.
3332
3333 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3334
3335 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3336 major modes, don't create panes for modes for which
3337 mouse-buffer-menu-alist returns an empty alist.
3338
3339 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3340
3341 * progmodes/hideshow.el: Update first-line description.
3342 Sync comments w/ maintainer version 5.31.
3343
3344 (hs-isearch-open): Default value now `code'.
3345 Fix docstring to use "code blocks" vs "comment blocks",
3346 as opposed to "block" vs "comment".
3347 (hs-flag-region): Accept `hs-isearch-open' value
3348 of `block' as synonymous w/ `code'.
3349 (hs-hide-block-at-point): For code blocks, pass `code'
3350 to `hs-flag-region' instead of `block'.
3351
3352 2001-08-28 Miles Bader <miles@gnu.org>
3353
3354 * comint.el (comint-next-prompt): Don't loop infinitely if
3355 {next,previous}-single-char-property-change returns its input
3356 position when the search fails.
3357
3358 2001-08-27 Miles Bader <miles@gnu.org>
3359
3360 * comint.el (comint-get-old-input-default): Don't signal an error
3361 if point is not on an input field; instead, return the current
3362 line (using `comint-bol' to skip any prompt, in case we're not
3363 using fields at all).
3364
3365 * man.el (Man-mode-line-format): Variable removed.
3366 (Man-mode): Change `mode-line-buffer-identification' instead of
3367 `mode-line-format'.
3368
3369 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3370
3371 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3372 From Simon Josefsson <jas@extundo.com>.
3373
3374 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3375
3376 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3377 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3378
3379 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3380 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3381
3382 * emacs-lisp/lselect.el: Ditto.
3383
3384 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3385 Remove periods from the end of error message strings.
3386 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3387
3388 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3389 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3390
3391 * net/telnet.el: Ditto.
3392
3393 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3394
3395 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3396 KEYMAP to the call to define-minor-mode.
3397
3398 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3399
3400 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3401 Replace some of the undefined characters with emulations of bidi
3402 formatting characters and Niqud as per SI 1311-1.
3403 (IT-unicode-translations): Ditto.
3404 (IT-display-table-setup, IT-setup-unicode-display):
3405 Fill characters without translations with dos-unsupported-char-glyph.
3406
3407 2001-08-24 Simon Josefsson <jas@extundo.com>
3408
3409 * hl-line.el (hl-line-mode): Don't be a global mode.
3410 (global-hl-line-mode): New function.
3411
3412 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3413
3414 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3415 being reset by Ghostscript. Don't kill the gs process.
3416 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3417
3418 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3419
3420 * term/mac-win.el: Require scroll-bar.
3421
3422 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3423
3424 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3425
3426 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 * hexl.el (hexl-insert-multibyte-char) New function.
3429 (hexl-quoted-insert, hexl-self-insert-command)
3430 (hexl-insert-hex-char, hexl-insert-decimal-char)
3431 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3432 Fix the doc strings accordingly.
3433 (hexl-insert-char): Reject characters whose code is above 255.
3434 Doc fix.
3435 (hexl-mode-map): Copy the global keymap instead of creating a
3436 sparse keymap, and bind all self-inserting characters to
3437 hexl-self-insert-command.
3438
3439 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3440
3441 * wid-edit.el (text): Re-order docstring correctly.
3442
3443 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3444
3445 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3446
3447 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3448
3449 * simple.el (line-number-mode): Mention the variable
3450 line-number-display-limit-width in the doc string.
3451
3452 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3453
3454 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3455 Temporarily select EVENT's window for switching buffers.
3456 (mode-line-bury-buffer): New function.
3457 (mode-line-buffer-identification-keymap): Use it instead of
3458 bury-buffer. Bind down-mouse events to prevent global down-mouse
3459 events from shining through.
3460
3461 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * newcomment.el (comment-beginning): Make sure the comment-start
3464 we found isn't a comment-end (in cases where confusion is possible).
3465
3466 2001-08-22 Miles Bader <miles@gnu.org>
3467
3468 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3469 before writing it, so that hard-links don't see new version.
3470
3471 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3472
3473 * gs.el (gs-set-ghostview-colors-window-prop):
3474 Call x-change-window-property with 3rd arg FRAME.
3475 (gs-load-image): Wait for a previous Ghostscript process
3476 to complete before starting a new one.
3477
3478 * image.el (image-type-regexps): Make sure that the TIFF
3479 pattern is only matched at the beginning of a string.
3480 From Markus Rost <rost@math.ohio-state.edu>.
3481
3482 * international/swedish.el: Pre-Mule file removed. From Jonas
3483 Oberg <jonas@gnu.org>.
3484
3485 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3486
3487 * whitespace.el (whitespace-abort-on-error): Add custom variable
3488 to whitespace to abort a write-file if whitespace is detected in file.
3489
3490 * whitespace.el (whitespace-write-file-hook): Hook to be called
3491 when writing a file. If `whitespace-abort-on-error' is set, the
3492 write will abort on detecting whitespaces.
3493 If `whitespace-auto-cleanup' is set, the file will be cleaned
3494 automatically prior to writing.
3495
3496 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3497 whitespaces in the error output!
3498
3499 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3500 `indent-tabs-mode', since the latter notes user preferences on
3501 TABs anyway.
3502
3503 * whitespace.el (whitespace-version): 3.1. All of the above issues
3504 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3505
3506 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3507
3508 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3509 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3510
3511 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3512
3513 2001-08-20 Alex Schroeder <alex@gnu.org>
3514
3515 * sql.el (sql-db2): Doc change.
3516
3517 2001-08-20 Alex Schroeder <alex@gnu.org>
3518
3519 * sql.el (sql-postgres): Add the database at the end of the
3520 parameters instead of at the beginning.
3521 (sql-postgres-options): Doc change.
3522
3523 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3524
3525 * custom.el (defcustom): Doc fix.
3526
3527 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3528
3529 * ps-mule.el (find-composition): Check if (char-after POS)
3530 returns a valid character.
3531
3532 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3533
3534 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3535 original-point for extra CR characters that are added/removed when
3536 the buffer is written/read whose EOL type is -dos.
3537
3538 2001-08-16 Miles Bader <miles@gnu.org>
3539
3540 * simple.el (line-move): Undo previous change.
3541
3542 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3543 property to input-terminating `boundary' overlays to avoid
3544 line-move wierdness.
3545
3546 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3547
3548 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3549 buffer in a save-restriction. Under one test case with Ediff,
3550 window-scroll-functions are run with a window start that's
3551 temporarily outside of the restriction.
3552
3553 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3554
3555 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3556 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3557 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3558 (texinfo-update-menu-region-beginning)
3559 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3560 command, @ifnottex, to regexps, so it is found.
3561
3562 2001-08-16 Andrew Innes <andrewi@gnu.org>
3563
3564 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3565 (DONTCOMPILE): Omit sc.el.
3566
3567 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3568 (DONTCOMPILE): Omit sc.el.
3569
3570 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3571
3572 * replace.el (occur): Bind inhibit-read-only to t.
3573
3574 2001-08-16 Miles Bader <miles@gnu.org>
3575
3576 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3577 calling `constrain-to-field', to avoid problems with comint prompts.
3578
3579 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3580
3581 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3582 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3583
3584 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3585 of a while-loop.
3586
3587 * Makefile.in (DONTCOMPILE): Remove sc.el.
3588
3589 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3590 Don't include term/.
3591
3592 * mail/sc.el: Moved to obsolete/.
3593
3594 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3595
3596 * ps-print.el: Change error function arguments to follow Emacs
3597 message convention. Doc fix.
3598 (ps-print-version): New version number (6.5.4).
3599 (coding-system-for-write): Change declaration position to avoid
3600 XEmacs compilation gripes.
3601 (coding-system-for-read, buffer-file-coding-system):
3602 Declarations to avoid XEmacs compilation gripes.
3603
3604 * ps-mule.el: Doc fix.
3605 (ps-mule-encode-header-string): If STRING is not a string, replace
3606 STRING by empty string.
3607
3608 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3609
3610 * frame.el (show-trailing-whitespace): Doc fix.
3611
3612 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3613
3614 * desktop.el (desktop-save): Insert the coding: tag before
3615 desktop-header.
3616
3617 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3618
3619 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3620 its path from $els.
3621
3622 * image.el (image-jpeg-p): Fix call of substring.
3623
3624 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3625
3626 * play/animate.el (animate-string): Doc fix. Use a buffer
3627 name with stars in it.
3628 (animate-sequence): New function.
3629 From Richard Stallman <rms@gnu.org>.
3630
3631 * frame.el (select-frame-set-input-focus): New function
3632 extracted from other-frame.
3633 (other-frame): Use it.
3634 (next-multiframe-window, previous-multiframe-window): Use it.
3635
3636 * isearch.el (isearch-other-meta-char): Don't switch to the
3637 buffer of a window clicked on, when the current buffer is
3638 in Isearch mode.
3639
3640 * image.el (image-jpeg-p): Test for APPn markers in the range
3641 #xe0..#xef.
3642
3643 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3644
3645 * desktop.el (desktop-save): Don't use concat to form a file
3646 name, use expand-file-name.
3647
3648 * mouse.el (mouse-delete-window): Do nothing if frame has just
3649 one window.
3650
3651 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3652 for the minor mode name.
3653
3654 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3655 minor mode name.
3656
3657 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3658 instead of make-mode-line-mouse2-map.
3659
3660 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3661 the minor mode name.
3662
3663 * emacs-lisp/easy-mmode.el (define-minor-mode):
3664 Use mode-line-minor-mode-keymap for the minor mode name.
3665
3666 * calendar/calendar.el (calendar-mode-line-format):
3667 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3668
3669 * bindings.el (make-mode-line-mouse-map): Renamed from
3670 make-mode-line-mouse2-map. Take additional arg MOUSE.
3671 (mode-line-modified): Use mouse-3 instead of mouse-2.
3672 (mode-line-buffer-identification-keymap): Bind keys differently.
3673 (propertized-buffer-identification): Adapt help-echo to new bindings.
3674
3675 * bindings.el (mode-line-format): Specify help-echo for line
3676 number, column number and buffer-percent part of the mode-line.
3677
3678 * image.el (image-type-regexps): Allow whitespace at the start
3679 of the image data for XPM, XBM and Postscript, which are
3680 text files.
3681 (image-jpeg-p): Correct calculation of next field offset.
3682
3683 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3684
3685 * battery.el: Fix typo.
3686
3687 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3688
3689 * image.el (image-type-regexps): Allow predicates. Change the way
3690 JPEG images are recognized.
3691 (image-jpeg-p): New function.
3692 (image-type-from-data): Handle predicates in image-type-regexps.
3693
3694 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3695 #:, #x, #o, and similar constructs.
3696
3697 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3698
3699 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3700
3701 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3702 instead of `progn'.
3703
3704 * tar-mode.el (tar-extract): Avoid generating a new buffer
3705 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3706
3707 * textmodes/paragraphs.el (forward-sentence): Avoid building
3708 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3709
3710 * progmodes/executable.el (executable-set-magic):
3711 If executable-find returns a quoted file name, unquote it before
3712 inserting it.
3713
3714 * image.el (image-type-regexps): For JPEG files, use a regexp
3715 derived from the JFIF spec.
3716
3717 * image.el (image-type-regexps): Use `\`' instead of `^' in
3718 most regular expressions.
3719
3720 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3721
3722 * play/animate.el: Re-insert a reference to re-inserted function.
3723
3724 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3725
3726 * help.el (describe-function-1): Use find-function-search-for-symbol
3727 instead of find-function-noselect because the latter follows aliases.
3728
3729 * play/animate.el (animate-birthday-present): Re-insert.
3730
3731 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3732 Handle old-style menu definitions.
3733
3734 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3735
3736 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3737 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3738
3739 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3740 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3741 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3742
3743 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3744
3745 * textmodes/tildify.el: Milan Zamazal has new address.
3746
3747 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3748
3749 * custom.el (custom-set-variables): Don't test `custom-requests'
3750 properties, check the third element of the options passed to
3751 custom-set-variables instead.
3752
3753 * info.el (info-insert-file-contents): Use info-file-exists-p
3754 instead of file-exists-p.
3755
3756 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3757 the mode-line face is restored. Fix several bugs.
3758
3759 * replace.el (perform-replace): Doc fix.
3760
3761 2001-08-02 Francesco Potorti` <pot@gnu.org>
3762
3763 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3764 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3765 (uniquify-fix-item-base, uniquify-fix-item-filename)
3766 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3767 Callers changed.
3768 (uniquify-set-proposed): Changed to work with a vector item.
3769 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3770 the fix list, and a list of strings for the non-file buffer
3771 names. Both changes reduce consing.
3772 (uniquify-rationalize-a-list): Local variable renaming.
3773 (uniquify-rationalize-conflicting-sublist): Use member instead of
3774 assoc.
3775 (uniquify-rename-buffer): Use unless instead of if not.
3776
3777 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3778
3779 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3780
3781 * custom.el (custom-set-variables): Set options with :require
3782 clauses last.
3783
3784 * custom.el (defcustom): Doc fix.
3785
3786 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3787
3788 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3789
3790 * man.el (man): Mention Man-switches in the doc string.
3791 (Man-switches): Mention -a in the doc string.
3792
3793 * textmodes/ispell.el (ispell-alternate-dictionary):
3794 Add /usr/share/lib/dict/words, for Irix.
3795
3796 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3797 corresponding non-kp keys. Suggested by Stephen Gildea
3798 <gildea@stop.mail-abuse.org>.
3799
3800 2001-08-01 Francesco Potorti` <pot@gnu.org>
3801
3802 * uniquify.el: These changes correct a corner case that the old
3803 code managed correctly.
3804 (uniquify-fix-item-proposed): Renamed from
3805 uniquify-fix-item-min-proposed.
3806 (uniquify-set-proposed): New function.
3807 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3808 clarity and speed.
3809 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3810 This is equivalent to what the old code did.
3811 (uniquify-rationalize-a-list): Never recompute the proposed
3812 name. Sort the conflicting sublist before rationalising it: this
3813 is equivalent to what the old code did, but one directory element
3814 at a time, and only when necessary.
3815 (uniquify-rationalize-conflicting-sublist): Recompute here the
3816 proposed name.
3817
3818 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3819
3820 * play/animate.el: Add Keywords and Maintainer. Remove a
3821 reference to a removed function.
3822
3823 * play/animate.el (animate-string): Handle case that the string is
3824 longer than the window is wide.
3825
3826 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3827
3828 * desktop.el (desktop-save): Bind coding-system-for-write to
3829 `emacs-mule' for write-region.
3830
3831 * delsel.el (delete-selection-pre-hook): Don't set this-command
3832 to `ignore' if the region is empty.
3833
3834 * international/mule.el (set-keyboard-coding-system):
3835 Set keyboard-coding-system.
3836
3837 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3838 before accessing it.
3839
3840 2001-07-30 Andreas Schwab <schwab@suse.de>
3841
3842 * menu-bar.el (toggle-highlight-paren-mode):
3843 Use `(show-paren-mode)' as body.
3844
3845 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3846
3847 * vc.el (vc-checkout-hook): New hook.
3848 (vc-checkout): Run it.
3849
3850 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3851
3852 * progmodes/make-mode.el (makefile-macroassign-regex):
3853 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3854
3855 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3856
3857 * vc.el (vc-switch-backend): Fix autoload cookie.
3858
3859 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3860 the desktop file.
3861
3862 2001-07-30 Simon Josefsson <jas@extundo.com>
3863
3864 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3865 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3866
3867 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3868
3869 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3870 (last-sexp-toggle-display): Renamed from last-sexp-print.
3871 (last-sexp-toggle-display, eval-last-sexp-1):
3872 Use last-sexp-setup-props.
3873
3874 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3875 New user-options.
3876 (mouse-wheel-change-button): New function.
3877 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3878 (mwheel-scroll): Ditto.
3879
3880 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3881
3882 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3883 `...', compare with unabbreviated printed representation instead.
3884 (last-sexp-print): Bind print-length and print-level to nil.
3885
3886 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3887 before assigning text properties. Make properties rear-nonsticky.
3888
3889 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3890 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3891 <mouse-2> and <RET> in that map to a function printing the
3892 unabbreviated value.
3893
3894 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3895 is a buffer, put a text property `printed-value' on the printed
3896 representation, with the Lisp object printed as value.
3897
3898 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3899
3900 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3901 Mention the effect of eval-expression-print-length and
3902 eval-expression-print-level in the doc strings. Suggested by
3903 Kevin Gallagher <kevingal@onramp.net>.
3904
3905 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3906
3907 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3908 for buttons > 3.
3909 (xterm-mouse-translate): Handle the case that we don't get a
3910 down-event.
3911
3912 * emacs-lisp/find-func.el (find-function-regexp):
3913 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3914 in front of the function name.
3915
3916 * isearch.el (isearch-other-meta-char): Fix last change.
3917
3918 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3919 similar events for which fake prefix keys are generated. It's no
3920 longer necessary since read_key_sequence doesn't modify these
3921 events for internal purposes anymore.
3922
3923 * files.el (auto-mode-alist): Use nroff-mode for files ending
3924 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3925
3926 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3927
3928 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3929 tool-bar-lines parameter, behave as if its value were zero.
3930 (mouse-avoidance-set-pointer-shape): Don't do anything if
3931 x-pointer-shape is not boundp.
3932
3933 2001-07-23 Francesco Potorti` <pot@gnu.org>
3934
3935 * uniquify.el: Overall speedup changes when using many buffers.
3936 (uniquify-fix-item-base, uniquify-fix-item-filename)
3937 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3938 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3939 place in the item, but was never used.
3940 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3941 in the item is now used as cache for the proposed name.
3942 (uniquify-rationalize-file-buffer-names): Move computation made on
3943 newbuffile out of the loop, in the newbuffile-nd local var.
3944 Use dolist (cosmetic change). Compute the proposed name for the most
3945 common case and cache it in the fourth place in the item.
3946 (uniquify-rationalize-file-buffer-names): Used to return a a list
3947 of buffer whose name was changed, but that return value was never used.
3948 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3949 the cached proposed name, does much less consing and is quicker.
3950 (uniquify-filename-lessp): Deleted.
3951 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3952 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3953 cached proposed name is possible.
3954 (uniquify-get-proposed-name): Arguments changed, callers changed.
3955 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3956 uniquify-possibly-resolvable flag, which is no more bound locally.
3957 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3958 flag, which does not exist any more.
3959
3960 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3961
3962 * term/internal.el (IT-unicode-translations): Fix the appearance of
3963 "6`".
3964
3965 * progmodes/compile.el (compile-internal): If EMACS is already
3966 defined in the environment, don't override its value.
3967
3968 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3969
3970 * play/fortune.el: Undo change of 2001-07-13.
3971 Fix autoload cookies. Add types to defcustoms.
3972 (fortune) <defgroup>: Add :link.
3973 (fortune-from-region): Use eq, not eql.
3974 From Dave Love <fx@gnu.org>.
3975
3976 * play/animate.el (animate-birthday-present): Function removed.
3977
3978 * play/animate.el: New file.
3979
3980 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3981
3982 * startup.el (normal-top-level-add-subdirs-to-load-path):
3983 On Windows, put into normal-top-level-add-subdirs-inode-list the
3984 canonicalized names of the directories instead of inode numbers.
3985
3986 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3987
3988 * ediff-util.el: Copyright years.
3989 (ediff-choose-syntax-table): New function.
3990 (ediff-setup): Use ediff-choose-syntax-table.
3991 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3992 vc-state is available.
3993 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3994
3995 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3996 with-syntax-table.
3997 (ediff-coding-system-for-read): From ediff-diff.el
3998 (ediff-coding-system-for-write): New variable.
3999 (ediff-highest-priority): Fixed the bug having to do with disappearing
4000 overlays.
4001 (ediff-file-remote-p): Use file-remote-p, if available.
4002 (ediff-listable-file): New function.
4003 (ediff-file-attributes): Use ediff-listable-file.
4004
4005 * ediff-mult.el (ediff-meta-insert-file-info1):
4006 Use ediff-listable-file.
4007
4008 * ediff-ptch.el (ediff-prompt-for-patch-file):
4009 Use ediff-coding-system-for-read.
4010 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4011
4012 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4013 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4014
4015 * ediff.el: Date of last update, copyright years.
4016
4017 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4018
4019 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4020 of Scott Bronson.
4021 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4022 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4023 Deleted functions.
4024 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4025 ex-token-list.
4026 (viper-get-ex-address-subr): Convert registers to char data type.
4027
4028 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4029 (viper-memq-char): Use viper-int-to-char.
4030 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4031 vc-locking-state.
4032 (viper-read-key): Use viper-read-key-sequence.
4033
4034 * viper.el (viper-major-mode-modifier-list):
4035 Added inferior-emacs-lisp-mode.
4036 (this-major-mode-requires-vi-state): New function that uses simple
4037 heuristics to decide if vi state is appropriate.
4038 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4039 (viper-non-hook-settings): Don't advise read-key-sequence.
4040 (viper-read-key-sequence): New function that replaces the
4041 previously used advice to read-key-sequence.
4042
4043 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4044 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4045 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4046 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4047 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4048 Got rid of the negative character hack.
4049 (viper-escape-to-state,viper-replace-state-exit-cmd):
4050 Use viper-read-key-sequence.
4051 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4052 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4053 Don't override existing minibuffer-setup-hook.
4054 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4055 Convert registers to char data type.
4056 (viper-autoindent): Use viper-indent-line.
4057
4058 * viper-keym.el: Use viper-exec-key-in-emacs.
4059
4060 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4061
4062 * server.el (server-visit-files): Fix variable name typo.
4063
4064 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4065
4066 * simple.el (delete-trailing-whitespace): Save match data
4067 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4068
4069 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4070
4071 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4072 return a this-error using the alternative format (a pair of markers).
4073
4074 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4075
4076 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4077
4078 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4079 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4080
4081 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4082
4083 * international/iso-transl.el: Fix typo in the header of the file.
4084
4085 * textmodes/picture.el (picture): Doc fix.
4086
4087 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4088 follow coding conventions in generated files.
4089
4090 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4091
4092 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4093 (tool-bar-add-item): Don't call image-related primitives if the
4094 display doesn't support images.
4095
4096 * frame.el (display-images-p): New function.
4097
4098 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4099
4100 * server.el (server-visit-files): Handle the case the specified
4101 column number is <= 0.
4102
4103 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4104
4105 * startup.el (command-line-1): Add support for +LINE:COLUMN
4106 command line argument.
4107
4108 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4109
4110 * server.el (server-process-filter, server-visit-files):
4111 Add support for +LINE:COLUMN style emacsclient calls.
4112
4113 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4114
4115 * emacs-lisp/easy-mmode.el: Add Keywords header.
4116
4117 * play/pong.el: Author has new address.
4118
4119 * play/landmark.el: Author is no more reachable.
4120
4121 * play/handwrite.el: Author is no more reachable.
4122
4123 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4124
4125 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4126 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4127 Complete bindings for F<1..12> keys.
4128 (global-map): Remove `undo' binding (already in the default).
4129 Replace `t<n>' bindings with `f<n>' bindings.
4130
4131 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4132
4133 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4134 (tcl-mode): Use tcl-add-log-defun.
4135 (tcl-indent-line): Use tcl-calculate-indent.
4136 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4137 (tcl-indent-exp): Renamed from indent-tcl-exp.
4138 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4139 (tcl-indent-for-comment): Call comment-indent-function properly
4140 and handle the case where it returns nil.
4141
4142 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4143
4144 * calendar/cal-islam.el (calendar-goto-islamic-date):
4145 Remove autoload cookie.
4146
4147 * calendar/calendar.el (calendar-goto-islamic-date):
4148 Add call to autoload.
4149
4150 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4151
4152 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4153 Don't change compile-auto-highlight globally.
4154 Don't bother with `font-lock-defaults' property since XEmacs
4155 also understands the `font-lock-defaults' variable.
4156 Use make-local-variable rather than make-variable-buffer-local.
4157 Don't `defconst' comment-indent-function: keep the default.
4158 Call easy-menu-add unconditionally.
4159 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4160 (ada-create-menu): Use :included for Emacs as well.
4161
4162 * vc.el (vc-do-command): Autoload.
4163
4164 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4165
4166 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4167
4168 * ps-print.el: Fix Author: header.
4169
4170 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4171
4172 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4173 mouse-1 etc., bind them to `ignore'.
4174
4175 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4176 send-invisible, which is already defined in Comint.
4177 (eshell-watch-for-password-prompt): Use it.
4178
4179 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4180
4181 * which-func.el (which-func-mode): Doc fix.
4182
4183 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4184 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4185 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4186 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4187 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4188 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4189 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4190 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4191 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4192 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4193 * emulation/edt-mapper.el, emulation/edt-pc.el,
4194 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4195 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4196 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4197 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4198 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4199 * international/isearch-x.el, international/iso-cvt.el,
4200 * international/ogonek.el, international/quail.el,
4201 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4202 * language/devanagari.el, language/ethio-util.el,
4203 * language/ethiopic.el, language/european.el, language/indian.el,
4204 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4205 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4206 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4207 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4208 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4209 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4210 * progmodes/autoconf.el, progmodes/cmacexp.el,
4211 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4212 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4213 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4214 * progmodes/ebnf2ps.el, progmodes/executable.el,
4215 * progmodes/fortran.el, progmodes/idlw-shell.el,
4216 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4217 * progmodes/m4-mode.el, progmodes/mantemp.el,
4218 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4219 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4220 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4221 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4222 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4223 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4224 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4225 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4226 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4227 * textmodes/two-column.el, time-stamp.el, timezone.el,
4228 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4229 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4230 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4231 conventions.
4232
4233 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4234
4235 * simple.el (set-variable): Require 'cus-edit' instead of
4236 `wid-edit', so that the Custom widgets get defined.
4237
4238 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4239
4240 * allout.el: A fix to follow coding conventions.
4241
4242 * find-lisp.el: A fix to follow coding conventions.
4243
4244 * term/w32-win.el: A fix to follow coding conventions.
4245
4246 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4247
4248 * term/xterm.el: A fix to follow coding conventions.
4249
4250 * term/news.el: A fix to follow coding conventions.
4251
4252 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4253 header line fixed.
4254
4255 * sun-curs.el: Fix Maintainer: header line.
4256
4257 * emacs-lisp/easymenu.el: Address of the author added.
4258
4259 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4260
4261 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4262 property.
4263
4264 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4265
4266 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4267 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4268 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4269 Some fixes to follow coding conventions.
4270
4271 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4272
4273 * which-func.el (which-func-mode): Doc fix.
4274
4275 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4276
4277 * net/rcompile.el (remote-compile): Use make-local-variable.
4278
4279 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4280
4281 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4282
4283 * mail/reporter.el (reporter-submit-bug-report):
4284 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4285
4286 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4287
4288 * calendar/cal-china.el, calendar/cal-coptic.el,
4289 * calendar/cal-dst.el, calendar/cal-french.el,
4290 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4291 * calendar/cal-iso.el, calendar/cal-julian.el,
4292 * calendar/cal-mayan.el, calendar/cal-persia.el,
4293 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4294 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4295 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4296 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4297 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4298 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4299 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4300 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4301 * progmodes/ada-xref.el, progmodes/cc-align.el,
4302 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4303 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4304 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4305 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4306 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4307 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4308 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4309 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4310 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4311 * textmodes/reftex.el: Some fixes to follow coding
4312 conventions in Eshell files with known maintainers.
4313
4314 * emulation/viper.el: A fix to follow coding conventions.
4315
4316 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4317 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4318 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4319 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4320 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4321 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4322 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4323 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4324 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4325 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4326 conventions in Eshell files.
4327
4328 * composite.el, diff.el, emacs-lisp/levents.el,
4329 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4330 * emulation/pc-mode.el, emulation/viper-cmd.el,
4331 * emulation/viper-ex.el, emulation/viper-init.el,
4332 * emulation/viper-keym.el, emulation/viper-macs.el,
4333 * emulation/viper-mous.el, emulation/viper-util.el,
4334 * emulation/viper.el, forms-pass.el, international/ccl.el,
4335 * international/characters.el, international/encoded-kb.el,
4336 * international/fontset.el, international/ja-dic-cnv.el,
4337 * international/ja-dic-utl.el, international/kinsoku.el,
4338 * international/kkc.el, international/mule-cmds.el,
4339 * international/mule-diag.el, international/mule-util.el,
4340 * international/mule.el, international/titdic-cnv.el,
4341 * language/china-util.el, language/chinese.el,
4342 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4343 * language/greek.el, language/hebrew.el, language/japan-util.el,
4344 * language/japanese.el, language/korea-util.el, language/korean.el,
4345 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4346 * language/slovak.el, language/thai-util.el, language/thai.el,
4347 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4348 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4349 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4350 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4351 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4352 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4353 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4354 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4355 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4356 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4357 to follow coding conventions in files without maintainer or in files
4358 with clear maintainer (but without Maintainer header stating so).
4359
4360 * emacs-lisp/elp.el: A fix to follow coding conventions.
4361
4362 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4363 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4364 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4365 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4366 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4367 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4368 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4369 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4370 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4371 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4372 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4373 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4374 conventions in files from Gnus.
4375
4376 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4377 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4378 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4379 * echistory.el, electric.el, emacs-lisp/authors.el,
4380 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4381 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4382 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4383 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4384 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4385 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4386 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4387 * international/codepage.el, international/iso-ascii.el,
4388 * international/iso-insert.el, international/iso-transl.el,
4389 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4390 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4391 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4392 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4393 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4394 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4395 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4396 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4397 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4398 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4399 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4400 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4401 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4402 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4403 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4404 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4405 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4406 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4407 * textmodes/tex-mode.el, textmodes/text-mode.el,
4408 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4409 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4410 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4411 files maintained by FSF.
4412
4413 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4414
4415 * arc-mode.el: A fix to follow coding conventions.
4416
4417 * bindings.el: Ditto.
4418
4419 * cdl.el: Ditto.
4420
4421 * comint.el: Ditto.
4422
4423 * cus-start.el: Ditto.
4424
4425 * shell.el: Ditto.
4426
4427 * skeleton.el: Ditto.
4428
4429 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4430
4431 * info.el (Info-build-node-completions):
4432 Make Info-current-file-completions buffer local.
4433
4434 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4435
4436 * which-func.el (which-func-mode, which-func-ff-hook)
4437 (which-function-mode): Remove references to which-func-mode-global.
4438
4439 * calendar/cal-islam.el (calendar-goto-islamic-date):
4440 Add autoload cookie.
4441
4442 * play/fortune.el: Add types to defcustoms.
4443
4444 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4445
4446 * language/czech.el: A fix to follow coding conventions.
4447
4448 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4449
4450 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4451 to the extension list, for antlr-mode. From Christoph Wedler
4452 <Christoph.Wedler@sap.com>.
4453
4454 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4457 (vc-dired-mode-map): Fix the madness.
4458
4459 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4460 (vc-prefix-map): Moved back from vc.el.
4461
4462 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4463
4464 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4465 Increase the size of the obarray.
4466 (mail-extr-all-top-level-domains): Add more toplevel domains,
4467 add more long names.
4468 From: Per Starback <starback@ling.uu.se>.
4469
4470 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4471
4472 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4473 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4474
4475 * progmodes/ada-mode.el: Ditto.
4476
4477 * progmodes/ada-xref.el: Ditto.
4478
4479 2001-07-11 Miles Bader <miles@gnu.org>
4480
4481 * finder.el (finder-insert-at-column): Also move to the next line
4482 if exactly at COLUMN.
4483
4484 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4485
4486 * help.el (describe-function-1): When printing FUNCTION's
4487 documentation, don't assume FUNCTION is a symbol.
4488
4489 * startup.el (normal-top-level): Don't operate on the initial
4490 frame if we failed to create one.
4491
4492 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4493
4494 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4495 itself, i.e. only indent the contents in it.
4496
4497 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4498
4499 * mail/rmail.el (rmail-show-message): Show beginning of message in
4500 all windows containing it.
4501
4502 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4503
4504 * term/tty-colors.el: Fix the header line and copyright years.
4505
4506 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4507
4508 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4509 original definition has an interactive form, but is Elp
4510 instrumented, use the interactive form of the function called by
4511 elp-wrapper.
4512
4513 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4514 configurations with compare-window-configuration; they aren't
4515 window configurations.
4516
4517 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4518 from the server for the format we expect. Don't use it if it
4519 doesn't look like what the Internet draft for FTP extensions specifies.
4520
4521 * toolbar/*.pbm: Cleaned up.
4522 From Luis Fernandes <elf@ee.ryerson.ca>.
4523
4524 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4525
4526 * cc-cmds.el: Extended the kludge to interoperate with the
4527 delsel and pending-del packages wrt to the new function
4528 `c-electric-delete-forward'.
4529
4530 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4531
4532 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4533 to delay the call to <mode> for global minor modes.
4534 (easy-mmode-define-navigation): Only recenter if interactive.
4535
4536 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4537
4538 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4539 to lisp-indent-line.
4540
4541 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4542 from the server. Call encode-time only when we are sure that we
4543 got a 213 response.
4544
4545 2001-07-06 Simon Josefsson <jas@extundo.com>
4546
4547 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4548 (mail-envelope-from): New user option.
4549 (sendmail-send-it): Use it.
4550
4551 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4552
4553 * ps-print.el: Use locale dependant date to print date in header.
4554 Doc fix.
4555 (ps-print-version): New version number (6.5.3).
4556 (ps-right-header, ps-right-footer): Initialization and doc fix.
4557 (ps-time-stamp-locale-default): New fun.
4558
4559 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4560
4561 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4562 field problem with MIME-mode.
4563
4564 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4565
4566 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4567
4568 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4569 MIME-mode.
4570
4571 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4572
4573 * bindings.el (mode-line-mule-info): Don't show the tip with
4574 buffer-file-coding-system if that is nil.
4575
4576 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4577
4578 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4579 instead of kill-line.
4580
4581 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4582 <Pavel@Janik.cz>.
4583
4584 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4585 <Pavel@Janik.cz>.
4586
4587 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4588
4589 * font-lock.el (c-font-lock-keywords-3): When matching something
4590 like `struct X Y', finish with point after Y.
4591
4592 2001-07-04 Simon Josefsson <jas@extundo.com>
4593
4594 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4595 in caller buffer.
4596
4597 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4598
4599 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4600 instead of string-match to find the basename of the file.
4601 From Pascal Obry <p.obry@wanadoo.fr>.
4602
4603 * net/browse-url.el (browse-url-default-windows-browser):
4604 Support the MS-DOS port when it runs on Windows.
4605 (browse-url-browser-function) [ms-dos]: Default to
4606 browse-url-default-windows-browser.
4607
4608 * help.el (locate-library): Enable code that looks for compressed
4609 libraries if auto-compression-mode is on.
4610
4611 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4612
4613 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4614
4615 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4616
4617 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4618
4619 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4620
4621 * allout.el: Fix the header line, so that finder.el recognizes it.
4622 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4623
4624 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4625 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4626
4627 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4628
4629 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4630
4631 * ps-bdf.el (bdf-directory-list): Use the value relative to
4632 installation-directory for MS-Windows as well.
4633
4634 2001-06-29 Richard M. Stallman <rms@gnu.org>
4635
4636 * wid-edit.el (widget-color-sample-face-get):
4637 Return ((foreground-color . COLOR)) instead of constructing a face.
4638
4639 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * faces.el (region): Change the background color for the
4642 light-background color display to lightgoldenrod2, to make it
4643 visible on some laptops.
4644
4645 2001-06-28 Richard M. Stallman <rms@gnu.org>
4646
4647 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4648 (rmail-msg-restore-non-pruned-header): Likewise.
4649 If point was in the old pruned header, put it at the top.
4650 (rmail-msg-prune-header): If point was at the top, keep it there.
4651
4652 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4653 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4654
4655 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4656
4657 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4658
4659 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4660
4661 * saveplace.el: Update maintainer email address.
4662
4663 2001-06-27 Francesco Potorti` <pot@gnu.org>
4664
4665 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4666 Undo previous change.
4667
4668 2001-06-27 Francesco Potorti` <pot@gnu.org>
4669
4670 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4671 preliminary quick reordering. Can speed things up dramatically.
4672
4673 2001-06-26 Richard M. Stallman <rms@gnu.org>
4674
4675 * dired.el (dired-get-filename): A file name starting with ~
4676 is not absolute in this context.
4677
4678 * which-func.el (which-func-maxout): Increase default to 500000.
4679 (which-function-mode): This is now the "real" name of the function.
4680 (which-func-mode): Now an alias.
4681 (which-func-mode-global): Name deleted.
4682
4683 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4684 button-2, when binding hs-mouse-toggle-hiding.
4685
4686 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4687
4688 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4689 (rmail-msg-prune-header): Likewise.
4690 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4691 and `rmail-msg-prune-header'.
4692
4693 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4694
4695 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4696 back than LINEBEG.
4697
4698 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4699
4700 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4701 window where they clicked the mouse has a header line, adjust
4702 vertical movement by one.
4703
4704 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4705
4706 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4707 too when separating a parenthesis.
4708
4709 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4710
4711 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4712 (bookmark-bmenu-hide-filenames): Add help-echo to
4713 mouse-highlighted text.
4714 (bookmark-bmenu-show-filenames): Remove help-echo property from
4715 the whitespace.
4716
4717 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4718
4719 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4720 From Karl Eichwalder <ke@suse.de>.
4721
4722 2001-06-23 Richard M. Stallman <rms@gnu.org>
4723
4724 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4725
4726 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4727 contents for completing-read.
4728
4729 2001-06-22 Richard M. Stallman <rms@gnu.org>
4730
4731 * menu-bar.el (menu-bar-make-toggle): Construct the
4732 function's doc string from HELP, not DOC, and make it accurate by
4733 adding "Toggle whether to " at the front and downcasing the initial.
4734 Change the HELP arg in some calls to make it fit this usage.
4735
4736 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4737 Undo previous change.
4738
4739 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4740
4741 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4742
4743 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4744
4745 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4746
4747 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4748
4749 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4750
4751 2001-06-20 Richard M. Stallman <rms@gnu.org>
4752
4753 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4754 broken out from dabbrev--find-expansion. Handle minibuffer
4755 specially here.
4756 (dabbrev--find-expansion): Simplify code in various ways.
4757 Don't treat minibuffers specially.
4758 Call dabbrev--make-friend-buffer-list.
4759 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4760 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4761
4762 2001-06-19 John Wiegley <johnw@gnu.org>
4763
4764 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4765 Also, added a comment describing how to greatly speedup Eshell
4766 loadup time, by concatenating together all of Eshell's .elc files.
4767
4768 2001-06-19 John Wiegley <johnw@gnu.org>
4769
4770 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4771
4772 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4773
4774 * woman.el (WoMan-highlight-references): Add help-echo to
4775 mouse-highlighted text.
4776
4777 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4778
4779 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4780
4781 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4782
4783 * international/quail.el (quail-start-conversion):
4784 Reset quail-translating to nil.
4785
4786 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4787 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4788
4789 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4790
4791 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4792 mouse-highlighted text.
4793
4794 * dired.el (dired-mark-pop-up): Fix last change.
4795
4796 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4797
4798 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4799 mouse-highlighted text.
4800
4801 * net/quickurl.el (quickurl-url-file): Run through
4802 convert-standard-filename.
4803 (quickurl-list-populate-buffer): Add help-echo to
4804 mouse-highlighted text.
4805 (top-level): Update Dave's URL.
4806
4807 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4808 mouse-highlighted text.
4809
4810 * textmodes/page-ext.el (pages-copy-header-and-position):
4811 Add help-echo to mouse-highlighted text.
4812
4813 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4814 mouse-highlighted text.
4815
4816 * replace.el (occur): Add help-echo to mouse-highlighted text.
4817
4818 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4819 mouse-highlighted text.
4820
4821 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4822 mouse-highlighted text.
4823
4824 * progmodes/compile.el (compile-reinitialize-errors):
4825 Add help-echo to mouse-highlighted messages.
4826 (compilation-forget-errors): Remove help-echo property as well.
4827
4828 * play/landmark.el (lm-plot-square, lm-init-display):
4829 Add help-echo to mouse-highlighted text.
4830
4831 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4832 Add help-echo to mouse-highlighted text.
4833
4834 * dired.el (dired-insert-set-properties): Add help-echo to
4835 mouse-highlighted text.
4836 (dired-mark-pop-up): Remove help-echo property from the file name.
4837
4838 * comint.el (comint-send-input): Add help-echo to
4839 mouse-highlighted text.
4840
4841 * buff-menu.el (list-buffers-noselect): Add help-echo to
4842 mouse-highlighted text.
4843
4844 * arc-mode.el (archive-summarize-files): Add help-echo to
4845 mouse-highlighted text.
4846
4847 * ffap.el (ffap-machine-p): Always return nil if
4848 open-network-stream is not fboundp.
4849
4850 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4851
4852 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4853 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4854 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4855 incorrectly binding chars between 128 and 256 to it.
4856 (sgml-maybe-name-self): Handle latin-1 chars properly.
4857 (sgml-tags-invisible): Bind buffer-file-name to nil.
4858 Use unwind-protect and restore-buffer-modified-p.
4859 (sgml-point-entered): Use buffer-substring-no-properties.
4860 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4861 (html-mode): Don't force `imenu-sort-function'.
4862
4863 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4864
4865 * tar-mode.el: Fix the copyright notice.
4866
4867 * font-lock.el (font-lock-comment-face): For tty's with dark
4868 background, use "red1", since "lightred" is not one of the colors
4869 recognized by tty-colors.el.
4870
4871 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4872 create a buffer for extracted file, in case there's more than one
4873 file by that name in an archive, possibly in different
4874 directories. From Kevin Rodgers <kevinr@ihs.com>.
4875
4876 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4877 <alex@gnu.org>.
4878
4879 2001-06-15 Miles Bader <miles@gnu.org>
4880
4881 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4882 Revert previous change.
4883
4884 2001-06-14 Richard M. Stallman <rms@gnu.org>
4885
4886 * replace.el (keep-lines-read-args): Return just a regexp.
4887 Provide nil for the region args.
4888 (keep-lines, flush-lines, how-many):
4889 Calculate the defaults for the region here, when args are nil.
4890
4891 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4892
4893 * rot13.el (rot13-other-window): Some more doc fix.
4894
4895 2001-06-14 Per Starback <starback@ling.uu.se>
4896
4897 * replace.el (case-replace, query-replace-from-history-variable)
4898 (query-replace-to-history-variable, keep-lines-read-args)
4899 (occur-revert-function, query-replace-help): Dox fix.
4900
4901 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4902
4903 * rot13.el (rot13-other-window): Doc fix.
4904
4905 2001-06-14 Miles Bader <miles@gnu.org>
4906
4907 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4908 of " and \ to "." (punctuation).
4909 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4910
4911 2001-06-13 Richard M. Stallman <rms@gnu.org>
4912
4913 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4914
4915 * simple.el (shell-command-on-region): Never kill the
4916 *Shell Command Output* buffer.
4917
4918 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4919
4920 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4921
4922 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4923
4924 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4925 New var, to recognize ${ $' and PODs.
4926 (perl-font-lock-syntactic-face-function): New function.
4927 (perl-mode): Use them.
4928 (perl-continuation-line-p): New function, from perl-calculate-indent.
4929 (perl-calculate-indent): Use it, to properly handle continuation
4930 lines of continuation lines.
4931
4932 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4933
4934 * server.el (server-process, server-buffer-clients): Doc fix.
4935 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4936
4937 2001-06-09 John Wiegley <johnw@gnu.org>
4938
4939 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4940 test if the last command was Lisp or not.
4941 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4942 B x C".
4943
4944 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4945
4946 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4947 general one on compile.el supports drive letters.
4948
4949 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4950
4951 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4952 key description.
4953
4954 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4955
4956 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4957 (reftex-toc-jump): New command.
4958
4959 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4960 to parse international characters as well.
4961
4962 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4963 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4964
4965 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4966
4967 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4968 TAB to the key separators.
4969
4970 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4971
4972 * international/mule.el (auto-coding-alist): Remove redundant
4973 up-cased versions of the extensions (auto-coding-alist-lookup is
4974 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4975 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4976
4977 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4978
4979 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4980
4981 2001-06-01 Richard M. Stallman <rms@gnu.org>
4982
4983 * help.el (describe-variable): Put value on same line
4984 with preceding text, if it is short enough to look good that way.
4985
4986 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4987
4988 * term/internal.el (IT-unicode-translations): New variable.
4989 (IT-setup-unicode-display): New function.
4990
4991 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4992
4993 * ps-print.el: Handle before-string and after-string overlay properties
4994 in ps-print-*-with-faces commands. Doc fix.
4995 (ps-print-version): New version number (6.5.2).
4996 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4997 for XEmacs.
4998 (ps-prefix-quote): Doc fix.
4999 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
5000 (ps-basic-plot-str, ps-plot-string): New funs.
5001
5002 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5003
5004 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5005 and :type spec.
5006
5007 2001-05-31 Gerd Moellmann <gerd@gnu.org>
5008
5009 * international/mule-cmds.el (inactivate-input-method):
5010 Set input-method-function to nil.
5011
5012 * xml.el (xml-parse-tag): The document may contain invalid characters.
5013 From ShengHuo ZHU <zsh@cs.rochester.edu>
5014
5015 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5016
5017 * mail/rmailsum.el (rmail-message-subject-p): Don't call
5018 `rmail-summary-line-decoder' if the message does not have
5019 a Subject: field.
5020
5021 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
5022
5023 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5024 New variable.
5025 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5026 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5027 is non-nil.
5028
5029 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5030
5031 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5032
5033 2001-05-29 Sam Steingold <sds@gnu.org>
5034
5035 * faces.el (face-valid-attribute-values): Bind `valid' directly
5036 instead of using `setq'.
5037
5038 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5039 Use `tex-shell-buf'.
5040 (tex-shell-proc): Use `tex-shell-running'.
5041 (tex-shell-buf-no-error): New function.
5042 (tex-send-tex-command): Use it.
5043 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5044 (tex-kill-job): Check the process before calling `quit-process'.
5045
5046 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5047
5048 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5049 UTF-8 sequences.
5050
5051 2001-05-28 Miles Bader <miles@gnu.org>
5052
5053 * comint.el (comint-carriage-motion): Renamed from
5054 `comint-cr-magic'. Operate on the buffer instead of the string
5055 (for use as a comint post-output filter, instead of as a
5056 pre-output filter). Handle backspaces too. Add to the
5057 `comint-output-filter-functions' hook instead of
5058 `comint-preoutput-filter-functions'.
5059
5060 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5061
5062 * language/japan-util.el (japanese-hankaku): Prefer the charset
5063 `jisx0201' when the optional argument `ascii-only' is not specified.
5064 (japanese-hankaku-region): Ditto.
5065 From Katsumi Yamaoka <yamaoka@jpl.org>
5066
5067 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5068
5069 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5070 (outline-invisible-p): New function.
5071 (hide-leaves): Save excursion.
5072 (hide-other): Stop looping when reaching bobp.
5073
5074 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5075
5076 * cus-edit.el (custom-file): Fix last change.
5077
5078 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5079
5080 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5081 same definition in byte-compile-function-environment as `autoload'
5082 would put in `symbol-function'.
5083
5084 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5085 patch to correct the error message as well.
5086
5087 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5088
5089 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5090 unless ~/.emacs exists.
5091
5092 * novice.el (enable-command): If user-init-file is nil or does not
5093 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5094
5095 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5096
5097 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5098 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5099 Allow spaces around macro arguments.
5100 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5101 indent-for-tab-command.
5102 (latex-mode-map, plain-tex-mode-map): New keymaps.
5103 Inherit from tex-mode-map.
5104 (tex-common-initialization): Don't setup the keymap any more
5105 since it's now done right by define-derived-mode.
5106 (latex-mode): Set skeleton-end-hook to nil.
5107 (latex-skeleton-end-hook): Remove.
5108 (tex-latex-block, latex-insert-item): Simplify.
5109 (latex-syntax-after): Use following-char rather than char-after.
5110 (tex-discount-args-cmds, tex-count-words): New functions.
5111
5112 * textmodes/tildify.el (tildify-ignored-environments-alist):
5113 Recognize \verb* as well.
5114
5115 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5116 (perl-comment-indent): Simplify to let newcomment.el do its job.
5117 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5118 (perl-mark-function): Cleanup the namespace.
5119 (perl-calculate-indent): Don't be fooled by nested functions.
5120
5121 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5122
5123 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5124 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5125
5126 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5127
5128 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5129 actually be `\\'.
5130 (ctlau-b5-converter): Likewise.
5131
5132 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5133
5134 * international/titdic-cnv.el (quail-misc-package-ext-info):
5135 Change CTLauB.el to CTLau-b5.el.
5136
5137 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5138
5139 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5140 rather than beginning-of-line to avoid problems with fields.
5141 (gud-perldb-massage-args): Use unless and push.
5142 (gud-chdir-before-run): New var.
5143 (gud-common-init): Use it.
5144
5145 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5146
5147 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5148 delete entries for chinese-ctlau and chinese-ctlaub.
5149 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5150 chinese-ctlaub.
5151 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5152 New functions.
5153
5154 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5155
5156 * cus-edit.el (custom-comment-show): Remove debug code.
5157
5158 * language/japan-util.el (japanese-symbol-table): Fix handling of
5159 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5160
5161 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5162
5163 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5164 Renamed by removing the silly `-flag' suffix.
5165 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5166
5167 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5168
5169 * replace.el (keep-lines-read-args): Use `copy-marker'.
5170 (how-many): Save excursion properly.
5171 (occur-mode): Use define-derived-mode.
5172 (perform-replace): Use with-current-buffer.
5173
5174 2001-05-20 Richard M. Stallman <rms@gnu.org>
5175
5176 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5177
5178 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5179
5180 * info.el (Info-read-subfile): Widen before finding the
5181 desired node in the subfile.
5182
5183 * startup.el (command-line-1): When >2 files visited,
5184 leave the last one visible, and make that the selected window.
5185
5186 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5187
5188 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5189
5190 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5191
5192 * international/ccl.el (define-ccl-program): Fix a typo.
5193 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5194
5195 * international/mule.el (decode-char): Fix a typo. From Pavel
5196 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5197
5198 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5199 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5200
5201 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5202 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5203
5204 2001-05-18 Sam Steingold <sds@gnu.org>
5205
5206 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5207 and [RET] to `cvs-mode-find-file'.
5208
5209 2001-05-18 John Wiegley <johnw@gnu.org>
5210
5211 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5212 configuration variable, which determines the initial character
5213 that forces use of an external version of a command. The default
5214 is *, but may be set to \, for example.
5215
5216 * eshell/esh-ext.el (eshell-explicit-command):
5217 Use `eshell-explicit-command-char' instead of ?*.
5218
5219 * eshell/esh-cmd.el (eshell/which):
5220 Use `eshell-explicit-command-char' instead of ?*.
5221
5222 * eshell/em-cmpl.el (eshell-completion-command-name)
5223 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5224 instead of ?*.
5225
5226 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5227
5228 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5229 subst-char-in-string.
5230 (ange-ftp-after-parse-ls-hook): New variable.
5231 (ange-ftp-ls): Run that hook.
5232 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5233
5234 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5235 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5236 text into *Completions*.
5237
5238 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5239 part of which look like email addresses.
5240
5241 2001-05-18 Andrew Innes <andrewi@gnu.org>
5242
5243 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5244 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5245 cmd.exe's handling of FOR loops.
5246 (autoloads): Set find-file-suppress-same-file-warnings to t to
5247 avoid slew of spurious messages.
5248
5249 2001-05-18 Simon Josefsson <simon@josefsson.org>
5250
5251 * mail/smtpmail.el (maybe-append-domain): Renamed to
5252 `smtpmail-maybe-append-domain'.
5253 (smtpmail-via-smtp): Use the new name.
5254
5255 * net/browse-url.el (browse-url-browser-function): Add kde.
5256 (browse-url-kde-program, browse-url-kde-args): New variables.
5257 (browse-url-kde): New function.
5258
5259 2001-05-18 Miles Bader <miles@gnu.org>
5260
5261 * simple.el (delete-horizontal-space, just-one-space):
5262 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5263 because it's more efficient for large files.
5264
5265 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5266
5267 * mail/rmail.el (rmail-require-mime-maybe): New function.
5268 (rmail): Use it.
5269 (rmail-mode): Handle the case of finding Rmail files.
5270
5271 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5272 functions.
5273
5274 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5277 text-property after moving to the beginning of line and regardless
5278 of the value of font-lock-multiline.
5279
5280 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5281
5282 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5283
5284 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5285 last coding system used before calling set-buffer-modified-p
5286 because that function changes last-coding-system.
5287
5288 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5289
5290 * files.el (switch-to-buffer-other-window)
5291 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5292 the doc string.
5293
5294 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5295
5296 * language/slovak.el, language/czech.el: New maintainer.
5297
5298 2001-05-16 Sam Steingold <sds@gnu.org>
5299
5300 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5301 sub-form of `defgeneric' correctly.
5302
5303 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5304
5305 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5306 of `c'.
5307
5308 * textmodes/outline.el (outline-font-lock-level): Remove the
5309 condition-case, test what outline-level returns instead, to
5310 ease debugging.
5311
5312 * international/mule.el (auto-coding-regexp-alist): New user-option.
5313 (auto-coding-from-file-contents): New function.
5314 (set-auto-coding): Use it to determine a coding system.
5315
5316 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5317
5318 * mouse.el (mouse-delete-other-windows): Doc fix.
5319
5320 * emacs-lisp/lisp-mode.el (lisp-mode):
5321 Make font-lock-keywords-case-fold-search a buffer-local variable with
5322 make-local-variable before setting it.
5323
5324 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5325
5326 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5327 prefixes.
5328
5329 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5330
5331 * hexl.el (hexl-current-address): Print a message when called
5332 interactively.
5333
5334 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5335
5336 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5337
5338 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5339
5340 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5341
5342 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5343
5344 * startup.el (command-line): If parameters have been changed in
5345 the init files which influence font selection, clear the face
5346 cache so that faces get realized with the new parameters.
5347
5348 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5349
5350 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5351
5352 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5353
5354 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5355
5356 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5357 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5358
5359 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5360
5361 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5362 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5363
5364 2001-05-09 John Wiegley <johnw@gnu.org>
5365
5366 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5367 Annotated the documentation string to tell users about
5368 `eshell-no-numeric-conversions'.
5369
5370 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5371 conversions if a Lisp function has the property
5372 `eshell-no-numeric-conversions' set to a non-nil value.
5373
5374 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5375 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5376 property `eshell-no-numeric-conversions' on the following
5377 functions (which all deal with filesystem entities, and never Lisp
5378 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5379 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5380 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5381 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5382 eshell/which, eshell/addpath.
5383
5384 2001-05-09 John Wiegley <johnw@gnu.org>
5385
5386 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5387 encountered as an argument, don't convert it right away, but tag
5388 the first character of the string with the text properties
5389 `number', which signifies to `eshell-lisp-command' that the
5390 argument should be passed through `string-to-number' if it is
5391 actually used in the call to a Lisp function.
5392
5393 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5394 function, convert any string arguments that have been tagged as
5395 "numbers", by calling string-to-number.
5396
5397 * eshell/esh-util.el (eshell-number-regexp): Now that number
5398 conversions only happen for Lisp function calls, the number regexp
5399 should now match all integer and floating point forms.
5400
5401 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5402 `eshell-continue-process', since they are both nonfunctional at
5403 the moment.
5404 (eshell-proc-initialize): Don't bind keys for
5405 `eshell-stop-process' or `eshell-continue-process'.
5406
5407 * eshell/em-unix.el (eshell-shuffle-files):
5408 Apply `directory-file-name' before calling `file-name-directory'.
5409
5410 * eshell/em-hist.el (eshell-add-to-history): Reference to
5411 `eshell-history-ring' needed to be `eshell-history-index'.
5412
5413 * calendar/timeclock.el (timeclock-find-discrep):
5414 Initialize `elapsed' to 0.
5415 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5416 it's still nil.
5417
5418 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5419
5420 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5421 (archive-mode): Use capitalize.
5422 (archive-unique-fname): Use make-temp-file.
5423
5424 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5425
5426 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5427
5428 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5429
5430 * tar-mode.el (tar-extract): Pay attention to the value of
5431 coding-system-for-read, if it is non-nil.
5432
5433 * calendar/holidays.el (holidays): Add an autoload cookie.
5434 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5435
5436 2001-05-08 John Wiegley <johnw@gnu.org>
5437
5438 * calendar/timeclock.el (timeclock-workday-remaining):
5439 Changed logic for determining how much time is remaining.
5440 (timeclock-workday-elapsed): Don't accept a "relative" argument
5441 for the current day's elapsed time. What could that have meant?
5442 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5443 (timeclock-when-to-leave): Changed logic, similarly to what was
5444 done for `timeclock-workday-remaining'.
5445 (timeclock-find-discrep): Removed "today-only" argument, which had
5446 no meaning. Fixed some more math problems. The function now
5447 returns a three member list: (TOTAL-TIME-DISCREPANCY
5448 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5449
5450 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5451
5452 * w32-fns.el (convert-standard-filename): Start replacing slashes
5453 from the beginning of the file name, not from where the last
5454 invalid character was. From "Andrew Maguire (SWW)"
5455 <Andrew.Maguire@Smallworld.co.uk>
5456
5457 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5458
5459 The following changes are to provide infrastructure for handling
5460 MIME messages to rmail. They don't affect the original behaviour
5461 if rmail-enable-mime is nil.
5462
5463 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5464 (rmail-search-mime-message-function)
5465 (rmail-search-mime-header-function): New variables.
5466 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5467 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5468 `rmail-view-buffer' is hidden.
5469 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5470 call rmai-show-mime-function.
5471 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5472 mode-line-process of rmail-view-buffer.
5473 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5474 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5475 buffer.
5476 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5477 set-buffer to the Rmail buffer.
5478 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5479 rmail-search-mime-header-function.
5480 (rmail-search-message): New function.
5481 (rmail-search): Call rmail-search-message to check if a message
5482 matches REGEXP, lastly update point after calling
5483 rmail-show-message.
5484 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5485 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5486 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5487 header region, refer to rmail-msgref-vector while setting the
5488 current buffer to rmail-buffer temporarily.
5489 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5490 If rmail-enable-mime is non-nil, call
5491 rmail-insert-mime-forwarded-message-function instead of inserting
5492 forwarded message by itself.
5493
5494 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5495 Rmail buffer.
5496 (rmail-set-label, rmail-next-labeled-message): Likewise.
5497
5498 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5499 set-buffer to the Rmail buffer.
5500 (rmail-output-to-rmail-file): Likewise.
5501 (rmail-output): Likewise.
5502
5503 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5504 of mail-fetch-field by rmail-summary-line-decoder.
5505 (rmail-new-summary): Be sure to go to the Rmail buffer.
5506 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5507 rmail-view-buffer to nil.
5508 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5509 rmail-view-buffer.
5510 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5511 rmail-buffer.
5512 (rmail-summary-scroll-msg-down): Likewise.
5513 (rmail-summary-beginning-of-message): Likewise.
5514 (rmail-summary-wipe): Likewise.
5515 (rmail-summary-toggle-header): Use save-window-excursion, not
5516 save-excursion. Update point in rmail-view-buffer, not in
5517 rmail-buffer.
5518 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5519 rmail-view-buffer, not rmail-buffer.
5520
5521 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5522
5523 * cus-edit.el (custom-file): Signal an error if user-init-file is
5524 nil (running -q).
5525
5526 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5527
5528 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5529 Add :version.
5530
5531 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5532 New option.
5533 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5534 only if smtpmail-warn-about-unknown-extensions is set.
5535
5536 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5537 instead of rmail-sort-by-keywords.
5538
5539 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5540 rmail-sort-by-keywords.
5541
5542 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5543 rmail-summary-sort-by-keywords. Doc fix.
5544 (rmail-summary-mode): Doc fix.
5545
5546 * mail/rmail.el (rmail-edit): New Custom group.
5547
5548 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5549 (rmail-edit-mode-hook): New user-option.
5550
5551 2001-05-05 Richard M. Stallman <rms@gnu.org>
5552
5553 * help.el (help-xref-symbol-regexp): Recognize "source of"
5554 and friends, meaning make a link to the source file.
5555 (help-make-xrefs): Handle "source of" and friends
5556 by constructing a link that visits the source file.
5557
5558 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5559
5560 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5561
5562 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5563 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5564 Renamed from perl-font-lock-keywords to avoid clashes.
5565 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5566 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5567 Updated correspondingly.
5568
5569 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5570 Typo `nonexistant' -> `nonexistent'.
5571
5572 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5573
5574 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5575 Split `c-electric-delete' into two functions where
5576 `c-electric-delete-forward' always deletes forward and
5577 `c-electric-delete' only contains the code necessary for XEmacs to
5578 choose between backward and forward deletion.
5579
5580 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5581 get the electric behavior on that key too.
5582 (c-fill-paragraph): Fixed bogus direct use of
5583 c-comment-prefix-regexp, which caused an error when it's a list.
5584
5585 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5586
5587 * dired-aux.el (dired-diff): Doc fix.
5588
5589 * dired.el (dired-diff): Likewise.
5590
5591 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5592
5593 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5594
5595 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5596
5597 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5598 if both the buffer and the file are read-only.
5599
5600 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5601 rather than font-lock-string-face.
5602 (sh-get-indent-info): Treat heredocs like strings.
5603
5604 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5605
5606 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5607 a newline following `}'.
5608 (texinfo-format-email): New function.
5609 (toplevel): Use texinfo-format-email for @email.
5610 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5611 Add `display'.
5612 (texinfo-sort-region): Goto point-min before sorting.
5613 (texinfo-set): Remove leading white space from value.
5614 From yagi@is.titech.ac.jp.
5615
5616 * replace.el (query-replace-regexp-eval): Doc fix.
5617
5618 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5619
5620 * diff-mode.el (diff-nonexistant-face): New face.
5621 (diff-font-lock-keywords): Use it.
5622
5623 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5624
5625 * font-lock.el (font-lock-mode): Doc fix.
5626
5627 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5628 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5629
5630 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5631
5632 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5633 backslash at the start of the here-document delimiter.
5634 (sh-font-lock-syntactic-keywords): Likewise.
5635
5636 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5637
5638 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5639
5640 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5641 (tty-color-translate, tty-color-by-index, tty-color-values)
5642 (tty-color-desc): Doc fix.
5643
5644 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5645
5646 * dired-aux.el (dired-do-create-files, dired-do-copy)
5647 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5648 Mention dired-dwim-target in the doc string.
5649
5650 2001-04-28 Miles Bader <miles@gnu.org>
5651
5652 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5653 (dabbrev--find-expansion): Use it.
5654 (dabbrev--select-buffers): Don't select ignored buffers.
5655
5656 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5657
5658 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5659
5660 2001-04-26 Richard M. Stallman <rms@gnu.org>
5661
5662 * dabbrev.el: Add doc strings for some functions.
5663 (dabbrev--eliminate-newlines): New variable.
5664 (dabbrev--substitute-expansion): Convert newlines to spaces
5665 if dabbrev--eliminate-newlines is set.
5666 If abbrev and expansion are both all-lower-case,
5667 leave dabbrev--last-case-pattern nil.
5668
5669 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5670
5671 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5672 if necessary, like in rmail-show-message.
5673
5674 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5675
5676 * ps-print.el: Color specified by number is forced to be float number.
5677 (ps-print-version): New version number (6.5.1.1).
5678 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5679 initialization.
5680 (ps-prefix-quote): New internal var.
5681 (ps-print-quote): New fun.
5682 (ps-setup, ps-output-frame-properties, ps-float-format)
5683 (ps-format-color): Code fix.
5684 (ps-plot-region): Eliminate redundant foreground color text setting.
5685
5686 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5687
5688 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5689
5690 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5691
5692 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5693
5694 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5695
5696 * info.el (Info-additional-directory-list): Doc fix.
5697
5698 * find-lisp.el (find-lisp-find-dired-filter)
5699 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5700 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5701
5702 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5703
5704 * progmodes/make-mode.el (makefile-font-lock-keywords):
5705 Rationalize the rules for includes and conditionals and use the
5706 keyword face for them.
5707
5708 * faces.el (modify-face): Add compatibility for non-interactive use.
5709
5710 2001-04-24 John Wiegley <johnw@gnu.org>
5711
5712 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5713 fix from last night, since it wasn't finding eshell/cd.
5714
5715 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5716
5717 * rect.el (string-rectangle): Revert to 20.x behaviour.
5718 (replace-rectangle): Make it an alias for string-rectangle.
5719 (string-insert-rectangle): New function.
5720
5721 2001-04-23 John Wiegley <johnw@gnu.org>
5722
5723 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5724 occurring with Emacs 21's diff.el/compile.el interaction layer.
5725
5726 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5727
5728 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5729 case where the function was defined in a file, but not part of an
5730 eshell module.
5731
5732 2001-04-23 John Wiegley <johnw@gnu.org>
5733
5734 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5735 code to work around a redisplay problem I've been having.
5736
5737 2001-04-23 John Wiegley <johnw@gnu.org>
5738
5739 * calendar/timeclock.el (timeclock-day-required): If the time
5740 required for a particular day is not set, use `timeclock-workday'.
5741 (timeclock-find-discrep): Added some sample code in a comment.
5742
5743 * eshell/eshell.el (eshell-command): Made a few changes so that
5744 `eshell-command' could be called programmatically.
5745
5746 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5747
5748 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5749
5750 2001-04-23 John Wiegley <johnw@gnu.org>
5751
5752 * calendar/timeclock.el: Updated copyright.
5753 (timeclock-generate-report): Don't report the daily or two-week
5754 total, if no time has been worked in that period.
5755 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5756 final computational form, which was unnecessary; corrected a
5757 parsing problem when timeclock-relative was nil.
5758
5759 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5760
5761 * calendar/timeclock.el (timeclock-modeline-display): Check if
5762 `list-entry' is null.
5763 (timeclock-use-display-time): The first argument to `set-variable'
5764 must be a symbol.
5765
5766 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5767
5768 * calendar/calendar.el (diary-entry-marker)
5769 (calendar-today-marker, calendar-holiday-marker):
5770 Use display-color-p instead of window-system.
5771 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5772 instead of window-system.
5773 (calendar-hide-window): Use display-multi-frame-p instead of
5774 window-system.
5775
5776 * calendar/cal-x.el (calendar-two-frame-setup)
5777 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5778 Use display-multi-frame-p instead of window-system.
5779
5780 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5781
5782 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5783
5784 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5785 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5786
5787 2001-04-23 Alex Schroeder <alex@gnu.org>
5788
5789 * goto-addr.el: Instead of defining line-beginning-position and
5790 line-end-position a defalias is used for point-at-bol and point-at-eol.
5791
5792 2001-04-23 Alex Schroeder <alex@gnu.org>
5793
5794 * goto-addr.el: Added XEmacs compatibility code.
5795 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5796
5797 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5798
5799 * textmodes/paragraphs.el (sentence-end): Doc fix.
5800
5801 2001-04-20 Alex Schroeder <alex@gnu.org>
5802
5803 * sql.el (sql-escape-newlines-and-send): New function.
5804 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5805
5806 2001-04-20 Alex Schroeder <alex@gnu.org>
5807
5808 * sql.el (sql-db2-program): New option.
5809 (sql-db2-options): New option.
5810 (sql-db2): New function.
5811
5812 2001-04-20 Alex Schroeder <alex@gnu.org>
5813
5814 * sql.el (sql-mode-menu): Added highlighting entries.
5815 (sql-highlight-oracle-keywords): New function.
5816 (sql-highlight-postgres-keywords): New function.
5817 (sql-highlight-ansi-keywords): New function.
5818
5819 2001-04-20 Alex Schroeder <alex@gnu.org>
5820
5821 * sql.el (sql-help): Doc change.
5822
5823 2001-04-19 Karl Fogel <kfogel@collab.net>
5824
5825 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5826 that inserted file content only to delete it immediately.
5827 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5828 <lektu@uol.com.br> for the patch.
5829
5830 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5831
5832 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5833
5834 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5835
5836 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5837 for defmethod.
5838
5839 * comint.el (comint-cr-magic): New function.
5840 (toplevel): Add it to comint-preoutput-filter-functions.
5841
5842 2001-04-18 Andrew Innes <andrewi@gnu.org>
5843
5844 * makefile.w32-in (EMACSLOADPATH): Define.
5845 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5846 (recompile): Remove stuff to set EMACSLOADPATH.
5847
5848 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5849
5850 * language/slovak.el ("Slovak"): Add tutorial entry.
5851
5852 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5853 browse-url-new-window-p.
5854
5855 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5856
5857 * info.el (Info-menu-update): When there are no menus and/or no
5858 cross references in the node, make the respective items of the
5859 Info menu-bar menu inactive.
5860
5861 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5862
5863 * indent.el (indent-for-tab-command): Call indent-line-function
5864 with no argument if PREFIX-ARG is non-nil.
5865
5866 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5867
5868 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5869
5870 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5871 an async subprocess if start-process is unavailable. Suggested by
5872 Tim Van Holder <tim.van.holder@pandora.be>.
5873
5874 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5875
5876 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5877 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5878
5879 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5880
5881 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5882 manual.
5883
5884 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5885
5886 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5887 (cvs-menu): Add a few entries.
5888
5889 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5890 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5891 lock file appears to be reachable from Emacs.
5892 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5893 (cvs-mode-find-file): Look for cvs-header-face rather than
5894 cvs-dirname-face (which doesn't exist).
5895 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5896
5897 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5898
5899 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5900
5901 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5902 normal-erase-is-backspace on a tty. Instead, bind some keys such
5903 as [delete] directly, like pc-select.el did before
5904 normal-erase-is-backspace was invented.
5905
5906 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5907
5908 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5909
5910 2001-04-11 John Wiegley <johnw@gnu.org>
5911
5912 * eshell/em-ls.el (eshell-ls-insert-directory):
5913 Set font-lock-defaults to nil, to prevent fontification in dired
5914 buffers, if Eshell's ls is being used.
5915
5916 2001-04-11 John Wiegley <johnw@gnu.org>
5917
5918 * calendar/timeclock.el (timeclock-completing-read): New function.
5919 (timeclock-ask-for-project, timeclock-ask-for-reason):
5920 Call `timeclock-completing-read'.
5921
5922 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5923 required where `member' was being used.
5924
5925 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5926
5927 * eshell/em-hist.el (eshell-previous-matching-input):
5928 Don't display "History item" if the the minibuffer is active.
5929
5930 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5931
5932 * startup.el (command-line): Output a newline after printing
5933 an error from loading the window system's init file.
5934
5935 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5936
5937 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5938 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5939 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5940 keywords whose arguments routinely include @@.
5941
5942 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5943
5944 * emacs-lisp/advice.el (ad-make-advised-definition):
5945 Construct advice for subrs differently.
5946
5947 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5948 regexp in parentheses when building the regexp for searching backwards.
5949
5950 * simple.el (completion-list-mode-finish): New function.
5951 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5952
5953 * language/european.el ("Polish"): Change sample text.
5954 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5955
5956 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5957 parameter.
5958
5959 * faces.el (menu): Doc fix.
5960
5961 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5962
5963 * ps-print.el: Footer implementation. Doc fix.
5964 (ps-print-version): New version number (6.5.1).
5965 (ps-header-frame-alist): New customization var for header frame
5966 properties.
5967 (ps-line-number-color): New customization var for line number color.
5968 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5969 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5970 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5971 (ps-right-footer): New customization vars for footers.
5972 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5973 footers.
5974 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5975 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5976 Code fix.
5977 (ps-prologue-file): Indentation fix.
5978 (ps-print-quote): Fun eliminated.
5979 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5980 (ps-output-frame-properties): New fun.
5981 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5982 (ps-skip-newline): Replace defun by defsubst.
5983
5984 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5985
5986 * eshell/eshell.el (eshell-command): Needed a "%s" format
5987 specifier, in case the buffer contains percent characters.
5988
5989 2001-04-10 John Wiegley <johnw@gnu.org>
5990
5991 * calendar/timeclock.el (timeclock-generate-report): Added a
5992 missing insert of the project name.
5993
5994 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5995
5996 * obsolete/profile.el: Moved from emacs-lisp/.
5997
5998 * Makefile.in (nonobsolete_setwins): New macro.
5999 (finder-data): Use it instead of `setwins'.
6000 From: Dave Love <fx@gnu.org>.
6001
6002 * server.el (server-visit-files): Set server-existing-buffer correctly.
6003 (server-visit-files): Run server-visit-hook after going to
6004 line 1 so that the hook can set point as it sees fit.
6005
6006 * bindings.el (mode-line-modified): Unify help messages.
6007
6008 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6009
6010 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6011 All callers changed.
6012
6013 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6014
6015 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6016 long file names aren't supported, truncate the file names in
6017 quail-misc-package-ext-info to 8+3 before matching them against
6018 FILENAME.
6019
6020 * dos-fns.el (dos-truncate-to-8+3): New function.
6021
6022 * progmodes/compile.el (grep-compute-defaults): Use null-device
6023 instead of literal /dev/null. Reported by Jens Schmidt
6024 <schmidt@mathematik.uni-kl.de>.
6025
6026 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6027
6028 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6029
6030 * textmodes/sgml-mode.el: Add unknown maintainer.
6031 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6032 (html-mode-map): Use set-keymap-parent.
6033
6034 2001-04-06 Dave Love <fx@gnu.org>
6035
6036 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6037 Remove redundant string-to-list.
6038
6039 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6040
6041 * composite.el (reference-point-alist): Doc fix.
6042
6043 2001-04-05 Sam Steingold <sds@gnu.org>
6044
6045 * font-lock.el (font-lock-keywords-case-fold-search):
6046 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6047 file made font-lock case-insensitive.
6048
6049 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6050
6051 * faces.el (defface menu): Doc fix.
6052
6053 * wid-edit.el (widget-color-sample-face-get): Don't make
6054 faces for undefined colors.
6055
6056 * version.el (emacs-version): Include LessTif/Motif version info.
6057
6058 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6059
6060 * ps-mule.el: Eliminate cl package dependence.
6061 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6062 if they aren't defined yet.
6063 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6064 Eliminate cl package dependence.
6065
6066 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6067
6068 * progmodes/cc-cmds.el (c-outline-level):
6069 Bind buffer-invisibility-spec. Originally from Dave Love, but
6070 got lost when incorporating version 5.26.
6071
6072 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6073
6074 * emulation/pc-select.el (pc-selection-mode):
6075 Call normal-erase-is-backspace-mode instead of binding
6076 keys individually.
6077
6078 * cus-load.el (normal-erase-is-backspace): Use it instead of
6079 delete-key-deletes-forward.
6080
6081 * startup.el (command-line): Use normal-erase-is-backspace and
6082 normal-erase-is-backspace-mode.
6083
6084 * simple.el (normal-erase-is-backspace): Rename from
6085 delete-key-deletes-forward. Doc fix.
6086 (normal-erase-is-backspace-mode): Rename from
6087 delete-key-deletes-forward-mode. Doc fix.
6088 Run normal-erase-is-backspace-hook.
6089
6090 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6091 ``human-readable'' format produced by GNU `ls'.
6092 (dired-move-to-filename-regexp): Recognize ISO format dates.
6093 From Paul Eggert <eggert@twinsun.com>.
6094
6095 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6096
6097 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6098 New functions.
6099 (lm-verify): Check keywords.
6100 From Eric M. Ludlam <eric@siege-engine.com>.
6101
6102 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6103
6104 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6105 `xemacs' feature instead of for the function `set-extent-property'.
6106
6107 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6108
6109 * mail/mh-utils.el (mh-folder-hist): New var.
6110 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6111
6112 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6113
6114 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6115 region, position point on the first or last 16-byte group.
6116 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6117 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6118 hexl-beginning-of-line.
6119
6120 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6121
6122 * icomplete.el (icomplete-mode): Treat an argument like other
6123 modes do.
6124
6125 * startup.el (fancy-splash-head): Use splash8.xpm for color
6126 depth 8.
6127
6128 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6129 Add an antry for ``converts''.
6130
6131 * language/slovak.el ("Slovak"): Add documentation string.
6132 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6133
6134 * language/czech.el ("Czech"): Add documentation string.
6135 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6136
6137 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6138 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6139
6140 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6141
6142 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6143 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6144 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6145 Use `defsubst' rather than a macro to ease debugging.
6146 (mail-extr-last): Remove (use `last' instead).
6147 (mail-extract-address-components): Properly reset the syntax-table
6148 after parsing an address. Use `last' rather than mail-extr-last.
6149 Make sure the end marker stays at the very end.
6150
6151 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6152
6153 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6154 last change.
6155
6156 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6157
6158 * ps-print.el: Line and paragraph spacing feature. Region to cut
6159 out when printing. Doc fix.
6160 (ps-print-version): New version number (6.5).
6161 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6162 New vars. Line and paragraph spacing feature.
6163 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6164 out when printing.
6165 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6166 (ps-get-font-size, ps-begin-job, ps-continue-line)
6167 (ps-plot-region): Code fix.
6168 (ps-print-prologue-2): Var eliminated.
6169 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6170 New internal vars.
6171 (ps-get-size): New fun.
6172 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6173 (ps-next-line): Replace defun by defsubst.
6174 (ps-mule-plot-string): Autoload doc fix.
6175
6176 * ps-bdf.el: XEmacs compatibility. Doc fix.
6177 (installation-directory, coding-system-for-read): Declare vars if
6178 it's not declared yet.
6179 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6180
6181 * ps-mule.el: XEmacs compatibility. Doc fix.
6182 (leading-code-private-22): Declare var if it's not declared yet.
6183 (charset-bytes, charset-dimension, charset-id, charset-width)
6184 (find-charset-region, split-char, char-width, chars-in-region)
6185 (forward-point, decompose-composite-char, encode-coding-string)
6186 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6187 Define funs if not defined yet.
6188 (encode-composition-rule, find-composition): Define funs if not
6189 loaded yet.
6190 (ps-mule-prologue): PostScript code fix.
6191
6192 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6193
6194 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6195 non-nil, generate font for the header strings.
6196 (ps-mule-prepare-font): Likewise.
6197 (ps-mule-generate-glyphs): Likewise.
6198 (ps-mule-string-encoding): Likewise.
6199 (ps-mule-header-charsets): New variable.
6200 (ps-mule-encode-header-string): New function.
6201 (ps-mule-header-string-charsets): New function.
6202 (ps-mule-begin-job): Check charsets in the header strings. If there
6203 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6204
6205 * ps-print.el (ps-generate-header-line): Encode the header string by
6206 ps-mule-encode-header-string.
6207 (ps-mule-encode-header-string): Declare autoload.
6208
6209 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6210
6211 * frame.el (cursor-in-non-selected-windows):
6212 Replaces show-cursor-in-non-selected-windows.
6213
6214 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6215
6216 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6217 Delete entries for "chinese-py" and "chinese-ziranma".
6218 (quail-misc-package-ext-info): New variable.
6219 (tsang-quick-converter): New function.
6220 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6221 (quick-cns-converter, py-converter, ziranma-converter)
6222 (miscdic-convert, batch-miscdic-convert): New functions.
6223
6224 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6225
6226 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6227 eight-bit-control chars.
6228
6229 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6230 Reduce making temporary vector (suggested by Dave Love).
6231
6232 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6233
6234 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6235 string as well.
6236
6237 2001-03-30 Andreas Schwab <schwab@suse.de>
6238
6239 * files.el (backup-directory-alist): Fix typo.
6240
6241 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6242
6243 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6244 <eggert@twinsun.com>.
6245
6246 2001-03-30 Dave Love <fx@gnu.org>
6247
6248 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6249
6250 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6251
6252 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6253
6254 2001-03-30 Miles Bader <miles@gnu.org>
6255
6256 * subr.el (interactive-form): Fix paren typo.
6257
6258 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6259
6260 * emacs-lisp/profile.el: Say that it's obsolete in the header
6261 line, so that finder.el puts that into its data-base.
6262 Suggested by Alex Schroeder <alex@gnu.org>.
6263
6264 2001-03-29 Paul Eggert <eggert@twinsun.com>
6265
6266 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6267 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6268
6269 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6270
6271 * generic.el (generic-mode-set-comments): Use "" rather than nil
6272 for comment-end.
6273
6274 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6275
6276 * emacs-lisp/advice.el (ad-make-advised-definition):
6277 Call interactive-form to obtain the interactive spec of subrs.
6278
6279 * subr.el (interactive-form): New function.
6280
6281 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6282
6283 * vc-sccs.el (vc-sccs-register): Use relative file names.
6284
6285 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6286
6287 * bookmark.el (bookmark-get-bookmark): Handle case that
6288 BOOKMARK is not a string.
6289
6290 * image.el (image-type-regexps): Change type for PS files
6291 to `postscript'.
6292
6293 * subr.el (read-passwd): Clear command history after each
6294 character entered. From: Stephen Gildea
6295 <gildea@stop.mail-abuse.org>.
6296
6297 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6298
6299 * international/kkc.el (kkc-save-init-file): Locally bind
6300 print-length to nil.
6301
6302 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6303
6304 * textmodes/flyspell.el: Some doc fixes.
6305 (flyspell-maybe-correct-transposition)
6306 (flyspell-maybe-correct-doubling): Use a temporary buffer
6307
6308 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6309
6310 * emacs-lisp/byte-opt.el (byte-optimize-while)
6311 (byte-optimize-form-code-walker): Diagnose too few arguments
6312 for `if' and `while'.
6313
6314 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6315
6316 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6317 Prepend `\' to "\<quail-translation-docstring>".
6318
6319 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6320
6321 * autorevert.el (global-auto-revert-non-file-buffers):
6322 Remove duplicate defcustom.
6323
6324 2001-03-26 Miles Bader <miles@gnu.org>
6325
6326 * international/latin1-disp.el (latin1-char-displayable-p):
6327 Add leading "-" for X font pattern.
6328
6329 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6330
6331 * international/mule-diag.el (describe-coding-system):
6332 For raw-text and emacs-mule, don't add anymore text about what
6333 charsets they can encode.
6334
6335 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6336
6337 * help.el (view-lossage): Mention open-dribble-file in the doc
6338 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6339
6340 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6341
6342 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6343 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6344
6345 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6346
6347 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6348 Call ccl-execute-on-string directly so that CCL program handling
6349 multibyte sequence can work correctly.
6350 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6351 property of the coding system.
6352
6353 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6354
6355 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6356 Fix transcription typo.
6357
6358 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6359
6360 * whitespace.el: Add buffer local variables to toggle testing of
6361 whitespaces in buffers without affecting the default values.
6362 Bump version to 3.0 to account for a few other changes.
6363 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6364 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6365 (whitespace-toggle-spacetab-check): New functions.
6366
6367 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6368
6369 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6370
6371 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6372
6373 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6374 bs-cycle-configuration-name. From Juanma Barranquero
6375 <lektu@uol.com.br>.
6376
6377 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6378 and cc-vars.el.
6379
6380 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6381 headers. Always invoke sendmail with option -t.
6382
6383 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6384
6385 * Release of cc-mode 5.28.
6386
6387 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6388
6389 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6390 Removed the hardcoded switch to "java" style in Java mode.
6391 It's instead taken care of by the default value for c-default-style.
6392
6393 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6394
6395 * cc-align.el (c-lineup-math): Fix bug where lineup was
6396 triggered by equal signs in string literals.
6397
6398 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6399
6400 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6401 limit detection when at the ends of the buffer.
6402
6403 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6404 "for" statement clause in case 7F; a better one is done
6405 earlier in case 7D anyway.
6406
6407 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6408
6409 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6410 somewhat more and did a small optimization.
6411
6412 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6413
6414 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6415 Use the limit argument only to limit the syntactic context
6416 search, not to limit the actual movement.
6417
6418 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6419 inside multiline strings, just like in comments. Also various
6420 fixes to the paragraph and comment prefix recognition, block
6421 comment ender handling etc.
6422
6423 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6424
6425 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6426 the relative position of the point.
6427
6428 * cc-cmds.el (c-electric-continued-statement): New function to
6429 use as abbrev hook to reindent for keywords such as "else"
6430 that continues an earlier statement.
6431
6432 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6433 like classes.
6434
6435 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6436 (pike-mode): Populate the default abbrev tables to reindent for
6437 keywords such as "else" that can continue earlier statements.
6438 Abbrev mode is therefore turned on by default now. (Note that
6439 this doesn't apply to idl-mode, since IDL afaik doesn't have
6440 statements at all.)
6441
6442 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6443
6444 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6445 bracelists where the declaration contains template arguments.
6446
6447 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6448
6449 * cc-cmds.el (c-comment-indent):
6450 Use `c-get-syntactic-indentation' to correctly calculate the
6451 syntactic indentation. Fixes bug with lineup functions that
6452 return vectors.
6453
6454 * cc-engine.el (c-get-syntactic-indentation): Split the
6455 indentation sum calculation from `c-indent-line' to a separate
6456 function.
6457
6458 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6459
6460 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6461 Fixed places where it was assumed that preprocessor directives
6462 have to start in column zero.
6463
6464 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6465 template arguments after a class identifier properly.
6466
6467 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6468 lists for `new Foo[]' constructs in Java as expressions and
6469 not top level definition brace lists on the top level, so that
6470 they'll get indented consistently with the same type of
6471 expression in a normal block.
6472
6473 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6474
6475 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6476 whether the adaptive filling package fails to keep the comment
6477 prefix is now kludged further to check for filladapt-mode
6478 which doesn't have that problem. This is really icky, but it's
6479 the only way that works with the current misfeatures/bugs in
6480 both adaptive-fill-mode and filladapt-mode.
6481
6482 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6483 around point is recognized more robust.
6484
6485 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6486
6487 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6488 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6489 (c-lit-type): Fixed all internal variables used dynamically so
6490 that they are always bound.
6491
6492 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6493 errors:
6494
6495 (c-indent-region): Fixed reporting of syntactic errors so that
6496 the region is fully reindented even when an error occurs.
6497 The last syntactic error is printed afterwards. Also cleanup up a
6498 whole lot of code that tried to optimize indentation of whole
6499 sexps but in reality accomplishes nothing.
6500
6501 (c-indent-sexp): Use c-indent-region.
6502
6503 (c-parsing-error): Changed this variable to hold the message
6504 for any syntactic error that is discovered.
6505
6506 (c-parse-state): Search backward from point instead of the bod
6507 position when the latter is invalid. This makes CC Mode
6508 recover faster when there are unbalanced close braces.
6509
6510 (c-backward-to-start-of-if): Use c-parsing-error to report
6511 dangling "else" clauses instead of throwing an error, and fall
6512 back to a reasonable position.
6513
6514 (c-indent-line): Added argument to avoid reporting syntactic errors.
6515
6516 (c-show-syntactic-information): Don't report any syntactic errors.
6517
6518 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6519
6520 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6521 paragraph recognition when moving by sentence in literals.
6522
6523 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6524 start regexp for javadoc to recognize javadoc markup in general instead
6525 of a specific set of keywords, to be more future-safe.
6526
6527 (c-Pike-pikedoc-paragraph-start)
6528 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6529 pikedoc markup.
6530
6531 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6532
6533 (pike-mode): Initialize paragraph settings pikedoc recognition.
6534
6535 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6536
6537 (c-comment-prefix-regexp): Made it possible to use an
6538 association list on this to specify mode specific regexps.
6539 The default value now use a special regexp in Pike mode to
6540 recognize pikedoc markup.
6541
6542 (c-current-comment-prefix): New variable containing the actual
6543 regexp from c-comment-prefix-regexp for the current buffer.
6544
6545 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6546
6547 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6548 lists: We can't look at the syntax, since a brace list can get
6549 recognized as a plain statement-cont.
6550
6551 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6552 special brace list opener broken over two lines got recognized
6553 as a statement on the second line. Case 9A changed.
6554
6555 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6556
6557 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6558 adjustment after line is reindented.
6559
6560 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6561
6562 * cc-defs.el (c-point): Added optional argument for position
6563 to use instead of the current point.
6564
6565 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6566 the in-expression block symbols when the construct starts at
6567 boi, to avoid the extra level of indentation in that case.
6568 Cases 4, 16A and 17E affected.
6569
6570 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6571
6572 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6573 calls to `c-indent-line', to adhere better to Emacs conventions.
6574
6575 * cc-engine.el (c-indent-line): Use the syntax already bound
6576 to `c-syntactic-context', if there is any.
6577
6578 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6579
6580 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6581 wasn't added up correctly when a lineup function returned nil.
6582
6583 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6584
6585 * cc-engine.el (c-collect-line-comments): Fixed bug where
6586 empty lines were ignored when collecting line comments backwards.
6587
6588 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6589
6590 * cc-align.el (c-lineup-dont-change): Return an absolute
6591 indentation column to work correctly in the case when several
6592 syntactic elements are processed for the same line.
6593
6594 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6595 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6596 (c-set-offset): Added absolute indentation column settings by
6597 using the vector type.
6598
6599 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6600
6601 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6602 Implemented two new cleanups `space-before-funcall' and
6603 `compact-empty-funcall'.
6604
6605 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6606
6607 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6608 helping building regexps.
6609
6610 * cc-engine.el (c-on-identifier): New function for detecting
6611 identifiers. It takes keywords into account.
6612
6613 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6614 lists. `c-keywords' is set to a regexp matching all keywords
6615 in the current language.
6616
6617 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6618
6619 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6620 list of characters to skip backwards over at the beginning of
6621 a statement, since it can precede string literals in Pike.
6622
6623 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6624
6625 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6626 recognition when standing on the last line in a C++ comment
6627 with nothing but whitespace after the prefix.
6628
6629 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6630 given no limit argument.
6631
6632 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6633
6634 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6635 recognition for the `[]= operator symbol in Pike.
6636
6637 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6638
6639 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6640 around a bug in `eval-when-compile' in the byte compiler.
6641
6642 * cc-engine.el (c-forward-token-1): Fixed bug with return
6643 value when count is zero and there's no token start within the limit.
6644
6645 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6646 "prefix comments", i.e. comments which are followed by code on
6647 the same line.
6648
6649 * cc-mode-19.el: Fixes so that checks that must be done at
6650 compile time also are done then.
6651
6652 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6653
6654 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6655 time and at runtime, and only when it's needed.
6656
6657 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6658
6659 Major cleanup for less error prone and more warning free
6660 compilation, including some fixes for bugs due to different
6661 compilation orders. Thanks to Martin Buchholz for providing
6662 the basis for all this.
6663
6664 * cc-bytecomp.el: New file that provides some byte compilation
6665 features: It ensures that files always are loaded from the
6666 current source directory during compilation, and it provides a
6667 set of macros to turn off specific compiler warnings for
6668 specific symbols. (It's not CC Mode specific in any way.)
6669
6670 Fixed a nearly acyclic dependency tree (both runtime and
6671 compile-time) between all files.
6672
6673 * cc-defs.el: Separated all macros before the inline functions,
6674 to ensure correct compilation.
6675
6676 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6677 cc-defs.el to cc-engine.el and made it a function instead.
6678
6679 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6680 about char-after.
6681
6682 * cc-vars.el: Cope even when there isn't a custom package
6683 containing defcustom available.
6684
6685 * cc-make.el: Removed since it's no longer necessary.
6686
6687 README: Updated installation instructions.
6688
6689 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6690
6691 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6692 improve the modularity: Moved all mode init stuff from
6693 cc-langs.el to cc-mode.el, including the keymap
6694 initialization; cc-langs now only contains the various
6695 variables for configuring the language syntax.
6696
6697 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6698 (c-get-offset): Moved from cc-styles to cc-engine since file
6699 dependency analysis suggests they belong there (which also
6700 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6701
6702 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6703
6704 * cc-cmds.el (c-fn-region-is-active-p): New function that
6705 wraps the corresponding macro, for use in places that aren't
6706 compiled. Thanks to Martin Buchholz for pointing out this.
6707
6708 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6709
6710 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6711 add things to the bug report.
6712
6713 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6714
6715 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6716 returned prefix could contain a newline when the search for a
6717 good prefix line failed.
6718
6719 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6720
6721 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6722 (c-toggle-auto-hungry-state): Made the argument optional, as
6723 the documentation says it is.
6724
6725 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6726
6727 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6728 multiline string syntax, #"...", as a cpp macro.
6729
6730 2001-03-21 Paul Eggert <eggert@twinsun.com>
6731
6732 * international/mule-cmds.el (set-locale-environment):
6733 Set system-messages-locale and system-time-locale, but only if the
6734 caller specifies a non-nil locale name.
6735
6736 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6737
6738 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6739 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6740
6741 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6742
6743 * follow.el (follow-avoid-tail-recenter): Doc fix.
6744
6745 * custom.el (custom-set-variables): Avoid reversing the list
6746 of args needlessly.
6747
6748 * startup.el (fancy-splash-head): Don't change the colors of the
6749 XPM image on a dark background.
6750
6751 * comint.el (comint-exec-1): Set columns of the terminal to
6752 window-width instead of frame-width.
6753
6754 * info.el (Info-scroll-down): Add missing WINDOW arg for
6755 pos-visible-in-window-p.
6756
6757 * ehelp.el (electric-help-mode-hook): Add defcustom.
6758
6759 * mail/sendmail.el (mail-mode): Activate case-folding in
6760 font-lock-defaults.
6761
6762 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6763
6764 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6765 (completion-ignored-extensions): Remove duplicate ".class".
6766
6767 2001-03-19 Andreas Schwab <schwab@suse.de>
6768
6769 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6770 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6771
6772 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6773
6774 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6775 methods since there are not prefix input methods.
6776
6777 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6778
6779 * international/mule-cmds.el (read-input-method-name):
6780 Locally bind enable-recursive-minibuffers to t.
6781
6782 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6783
6784 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6785
6786 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6787
6788 * ediff-util.el: Copyright years.
6789 (ediff-choose-syntax-table): New function.
6790 (ediff-setup): Use ediff-choose-syntax-table.
6791
6792 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6793 with-syntax-table.
6794
6795 * ediff.el: Date of last update, copyright years.
6796
6797 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6798
6799 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6800 of Scott Bronson.
6801 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6802 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6803 Deleted functions.
6804 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6805 ex-token-list.
6806
6807 * viper-util.el: Spaces, indentation.
6808
6809 * viper.el: Changed version, modification time.
6810
6811 2001-03-16 John Wiegley <johnw@gnu.org>
6812
6813 * calendar/timeclock.el (timeclock-workday-remaining):
6814 Check whether `discrep' is non-null before using it.
6815
6816 2001-03-16 John Wiegley <johnw@gnu.org>
6817
6818 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6819 first-time checkins.
6820 (timeclock-log-data): Fixed problem with reading timelog log file.
6821 Resulting data in the "day list" was incorrect.
6822 (timeclock-find-discrep): Check if `timeclock-file' is readable
6823 before opening it.
6824 (timeclock-time-less-p): New function.
6825 (timeclock-day-base): New function.
6826 (timeclock-geometric-mean): New function.
6827 (timeclock-generate-report): Generate a summary report based on
6828 the contents of the log file. This uses `timeclock-log-data', and
6829 is an example of writing a timelog manipulation function.
6830 (timeclock-visit-timelog): A quick command for opening the timelog
6831 file.
6832 (timeclock-log-data): Bound the variable event.
6833
6834 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6835
6836 * international/mule-cmds.el (select-safe-coding-system):
6837 Fix typo: symbol-name -> symbol-value.
6838
6839 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6840 before substitute-in-file-name to handle double slashes in FILE
6841 correctly.
6842
6843 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6844
6845 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6846 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6847
6848 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6849
6850 * bindings.el (features): Add `md5' and `overlay' to the list.
6851
6852 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6853 bound before using it. It's not bound when configured without X,
6854 for instance.
6855
6856 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6857
6858 * progmodes/hideshow.el: Update copyright.
6859 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6860 (hs-minor-mode-hook): Include `:version' in defcustom form.
6861
6862 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6863
6864 * help.el (string-key-binding): Don't call event-start on
6865 a non-list.
6866
6867 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6868
6869 * startup.el (fancy-splash-tail, command-line-1): Fix the
6870 copyright year.
6871
6872 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6873
6874 * term.el: These changes are based on a patch sent from Yong Lu
6875 <lyongu@yahoo.com>.
6876 (term-set-escape-char): Bind M-x to execute-extended-command in
6877 term-raw-escape-map.
6878 (term-move-columns): Don't try to move to negagive column.
6879 (term-emulate-terminal): Insert a string before deleting a text to
6880 overwrite.
6881
6882 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6883
6884 * play/life.el (life): Rearrange code so that all calls to
6885 life-display-generation are in a catch-form.
6886
6887 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6888 file that isn't interesting. In an interesting file, push the old
6889 value of point on the mark ring.
6890
6891 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6892 New function.
6893 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6894 Use it.
6895
6896 * emacs-lisp/autoload.el (generate-file-autoloads):
6897 Remove warning about line lengths.
6898
6899 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6900
6901 * progmodes/etags.el (tags-compression-info-list): New variable.
6902 (find-tag-in-order): Use it to deal with compressed source files.
6903 (tag-file-name-match-p): New function.
6904 (etags-recognize-tags-table): Use it for better match of file names.
6905
6906 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6907
6908 * international/mule-cmds.el (register-input-method): Doc fix.
6909
6910 * international/quail.el (quail-translate-key): Fix condition to
6911 check if there's another breaking point in the current key.
6912
6913 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6914
6915 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6916 Babyl header to the newly-created output file, bind
6917 coding-system-for-write to either rmail-file-coding-system or
6918 emacs-mule-unix.
6919
6920 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6921
6922 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6923 Fix the name and regexp used for subsubsections.
6924
6925 2001-03-10 Dave Love <fx@gnu.org>
6926
6927 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6928 and save-buffer if buffer-file-name non-nil. From rms.
6929
6930 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6931
6932 * vc.el (vc-do-command): If the destination buffer is already
6933 current, don't set it up and don't erase it. Updated doc string
6934 to reflect that.
6935 (vc-version-diff): When doing a single file diff, don't switch to the
6936 *vc-diff* buffer before the command. This is to preserve local
6937 variable bindings that might affect the diff command.
6938 (vc-print-log): Don't switch to the *vc* buffer before the
6939 command, so that local variable bindings are preserved.
6940
6941 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6942 not the current buffer.
6943 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6944
6945 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6946 make output go to buffer *vc*, not the current buffer.
6947
6948 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6949
6950 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6951 so ^, $, *, ? and + are interpreted correctly.
6952
6953 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6954
6955 * help.el (string-key-binding): Renamed from
6956 mode-line-key-binding. Handle any event on a string.
6957 Check for `keymap' properties as well as `local-map' properties.
6958
6959 * comint.el (comint-insert-clicked-input): Use the last key
6960 from this-command-keys to lookup the global key definition.
6961
6962 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6963
6964 * international/characters.el: Add category `j' for
6965 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6966
6967 * international/mule-conf.el (no-conversion): Fix docstring.
6968 (raw-text): Fix docstring.
6969
6970 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6971
6972 * simple.el (choose-completion-string): When not leaving the
6973 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6974 is set.
6975
6976 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6977 parameter `(minibuffer . t)'.
6978
6979 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6980
6981 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6982 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6983 (sh-mode): Remove `make-local-variable' for unused var
6984 `font-lock-unfontify-region-function'.
6985
6986 2001-03-07 Richard M. Stallman <rms@gnu.org>
6987
6988 * info.el (Info-scroll-down): Fix previous change.
6989
6990 * mail/rmail.el (rmail-toggle-header): Use a window which
6991 is showing the Rmail buffer, rather than the selected window.
6992
6993 2001-03-07 Dave Love <fx@gnu.org>
6994
6995 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6996 now, to avoid problems with binding imenu directly to a mouse event.
6997
6998 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6999
7000 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7001 second arg t.
7002
7003 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7004
7005 * log-edit.el (log-edit-common-indent): New var.
7006 (log-edit-set-common-indentation): Renamed from
7007 log-edit-delete-common-indentation. Use the new var.
7008 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7009
7010 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7011 (cvs-mode-add-change-log-entry-other-window):
7012 Don't presume change-log-default-name is defined.
7013
7014 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7015
7016 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7017 the "tree" operation as well.
7018
7019 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7020
7021 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7022 to match paragraph-start.
7023
7024 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7025 comment-start-skip and set comment-end-skip as well.
7026 (sgml-comment-indent): Fix for new value of comment-start-skip.
7027 (html-autoview-mode): Don't bother using make-local-hook.
7028
7029 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7030
7031 * cus-edit.el (custom-save-delete): Move in front of local
7032 variables, otherwise long Custom entries would make them ineffective.
7033
7034 * uniquify.el: Set maintainer to FSF.
7035
7036 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7037
7038 * dired-aux.el (dired-do-shell-command): Doc fix.
7039
7040 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7041
7042 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7043
7044 * which-func.el (which-func-modes): Add cperl-mode.
7045 (which-func-mode-global): Use define-minor-mode.
7046
7047 * info-look.el: Docstring fixes and dead code eliminated.
7048 (cperl-mode): Add support.
7049 (emacs-lisp-mode): List all entries from elisp manual, whether
7050 or not they are currently (f)bound or not. Update regexp.
7051
7052 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7053
7054 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7055 so that C-h m shows the correct information.
7056 Use make-local-variable rather than make-variable-buffer-local.
7057 (cperl-info-buffer, cperl-setup-tmp-buf):
7058 Use make-local-variable rather than make-variable-buffer-local.
7059 (cperl-msb-fix, cperl-get-help-defer):
7060 Check major-mode for `cperl-mode' as well.
7061
7062 * progmodes/cperl-mode.el: Updated to author version 4.23.
7063 (cperl-electric-pod): SYNOPSIS was misspelled.
7064 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7065 (cperl-after-expr-p): Make true after __END__.
7066
7067 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7068
7069 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7070 bookmark-completion-ignore-case is t.
7071
7072 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7073 switch, like xterm, and concat resource strings, with a newline
7074 between them.
7075
7076 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7077
7078 * international/codepage.el (cp770-decode-table)
7079 (cp773-decode-table, cp774-decode-table): New variables.
7080
7081 * man.el (Man-hyphenated-reference-regexp): New variable.
7082 (Man-build-references-alist): Use it to search for referenced
7083 manpages. If hyphenated is non-nil, record a concatenated word in
7084 Man-refpages-alist only if it matches Man-reference-regexp.
7085 Update word's length when it is concatenated. Reverse the list,
7086 to get the first manpage at the head.
7087 (Man-possibly-hyphenated-word): New function.
7088 (Man-follow-manual-reference): Use it instead of current-word to
7089 find a manpage at point, in a way that accounts for hyphenated
7090 references.
7091
7092 2001-03-06 Alex Schroeder <alex@gnu.org>
7093
7094 * sql.el (sql-interbase): New function.
7095 (sql-interbase-program): New option.
7096 (sql-interbase-options): New option.
7097 And some typos fixed: "customise" to "customize".
7098
7099 2001-03-06 Dave Love <fx@gnu.org>
7100
7101 * textmodes/flyspell.el (flyspell-region):
7102 Set up flyspell-local-mouse-map.
7103
7104 2001-03-05 Richard M. Stallman <rms@gnu.org>
7105
7106 * mail/rmail.el (rmail-retry-failure):
7107 Don't call rmail-beginning-of-message.
7108 Don't discard From: field. Do discard Received: field.
7109 Use unwind-protect to re-prune.
7110 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7111
7112 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7113
7114 * international/quail.el (quail-title): Add autoload cookie.
7115
7116 2001-03-05 Dave Love <fx@gnu.org>
7117
7118 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7119 new defs.
7120
7121 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7122
7123 * language/ethio-util.el (ethio-toggle-space):
7124 Update current-input-method-title if necessary.
7125 (ethio-toggle-punctuation): Likewise.
7126
7127 * international/quail.el (quail-title): Fix for the case that a
7128 title of an input method is specified by a list of the same form
7129 as used in mode-line-format.
7130
7131 * international/mule-cmds.el (activate-input-method):
7132 If current-input-method-title is set by activating INPUT-METHOD,
7133 respect that value.
7134
7135 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7136
7137 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7138
7139 2001-03-05 Alex Schroeder <alex@gnu.org>
7140
7141 * sql.el (sql-sybase): Fix typo (was: query user about server two
7142 times instead of server and database).
7143
7144 * sql.el (sql-sybase): Doc change.
7145 (sql-mysql): Doc change.
7146 (sql-postgres): Doc change.
7147
7148 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7149
7150 * international/mule-conf.el (emacs-mule, raw-text):
7151 Docstring modified.
7152
7153 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7154
7155 * term/internal.el: Update copyright notice.
7156
7157 * term/pc-win.el: Update copyright notice.
7158
7159 2001-03-02 Dave Love <fx@gnu.org>
7160
7161 * files.el (insert-file-contents-literally):
7162 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7163 not jka-compr-compression-info-list.
7164
7165 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7166
7167 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7168 spaces in default comment-start-skip settings rather than \s-.
7169
7170 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7171
7172 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7173 default-frame-alist as well.
7174
7175 2001-03-01 Dave Love <fx@gnu.org>
7176
7177 * textmodes/reftex.el (defvar): Wrap some defvars in
7178 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7179
7180 * subr.el (event-basic-type): Doc fix.
7181
7182 * international/quail.el: Doc fixes.
7183
7184 * international/utf-8.el: Doc fixes.
7185
7186 * international/mule-cmds.el: Doc fixes.
7187 (leim-list-header): Fix header text.
7188
7189 * international/mule.el (coding-system-category): Doc fix.
7190
7191 * international/ccl.el (ccl-compile): Doc fix.
7192
7193 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7194
7195 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7196 rather than (before|after)-change-functions.
7197
7198 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7199
7200 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7201 scroll-left and scroll-right being called interactively so that
7202 they set the window's min_hscroll.
7203
7204 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7205
7206 * info.el (info-insert-file-contents-1): Accept an additional
7207 argument `lfn': if it is non-nil, concatenate `filename' and
7208 `suffix'; otherwise use the complicated MS-DOS code.
7209 All callers changed.
7210 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7211 can access long file names, try the long file-name version of
7212 `info-insert-file-contents-1', then the short file-name version.
7213
7214 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7215
7216 * language/ethio-util.el (setup-ethiopic-environment-internal):
7217 Change bindings of functions keys to conform to "Emacs Lisp Coding
7218 Convention".
7219
7220 * language/ethiopic.el ("Ethiopic"): Add documentation.
7221
7222 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7223
7224 * international/utf-8.el (mule-utf-8): Set coding-category
7225 property to coding-category-utf-8.
7226
7227 2001-02-27 Richard M. Stallman <rms@gnu.org>
7228
7229 * lpr.el (lpr-page-header-switches, print-region-1):
7230 Undo 2000-07-06 change.
7231 (lpr-add-switches): Default to t on gnu/linux.
7232
7233 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7234
7235 * bs.el (bs-attributes-list): Doc fix.
7236
7237 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7238
7239 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7240
7241 * help.el (view-order-manuals): Use goto-address.
7242
7243 * startup.el (command-line-1): Add info about ordering manuals
7244 to the not so fancy splash screens.
7245
7246 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7247
7248 * vc.el (vc-default-workfile-unchanged-p)
7249 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7250
7251 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7252
7253 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7254 fontify in the right buffer.
7255
7256 * allout.el (outline-flag-region): Move macro in front of first
7257 use to avoid a run-time error.
7258
7259 2001-02-24 Andrew Innes <andrewi@gnu.org>
7260
7261 * makefile.w32-in: Fix copyright notice.
7262
7263 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7264
7265 * international/utf-8.el (mule-utf-8): Set correct value for
7266 valid-codes property.
7267
7268 * international/fontset.el (x-complement-fontset-spec): In the
7269 case that we use ASCII font for the other charsets, use only
7270 family and registry part of it.
7271
7272 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7273
7274 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7275 (shrink-window-if-larger-than-buffer): Doc fix.
7276
7277 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7278
7279 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7280 predicate passed to completing-read.
7281
7282 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7283
7284 * startup.el (command-line): Fix last change.
7285
7286 2001-02-23 Jason Rumney <jasonr@gnu.org>
7287
7288 * startup.el (tool-bar-originally-present): New variable.
7289 (command-line): Set it if the tool-bar is switched on at startup.
7290
7291 * frame.el (frame-notice-user-settings): Only adjust frame height
7292 for no tool-bar case if tool-bar was originally switched on.
7293 From E. Jay Berkenbilt.
7294
7295 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7296
7297 * server.el (server-switch-buffer): Only switch window if the
7298 current one is dedicated.
7299
7300 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7301 rather than using (match-beginning 0) when searching for break point.
7302
7303 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7304
7305 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7306 @ follows an accent command such as @'. Support optional braces
7307 in commands that insert accents, like makeinfo does.
7308
7309 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7310
7311 * startup.el (fancy-splash-text): Add a line for ordering
7312 manuals. Reverse order of splash screens shown.
7313 (use-fancy-splash-screens-p): Adapt to the text line added.
7314
7315 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7316 manuals from the FSF.
7317
7318 * help.el (view-order-manuals): New function.
7319 (toplevel): Bind C-h C-m to this function.
7320
7321 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7322
7323 * newcomment.el (comment-forward): Skip the comment-start before
7324 searching for the comment-end.
7325
7326 2001-02-21 Dave Love <fx@gnu.org>
7327
7328 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7329
7330 * international/mule-cmds.el, international/mule.el: Doc fixes.
7331
7332 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7333
7334 * startup.el (fancy-splash-screens): Use display-hourglass
7335 instead of display-busy-cursor.
7336
7337 * frame.el (display-hourglass): Renamed from busy-cursor.
7338 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7339 (show-cursor-in-non-selected-windows): Doc fix.
7340
7341 2001-02-20 Dave Love <fx@gnu.org>
7342
7343 * international/utf-8.el: Doc and commentary fixes.
7344
7345 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7346
7347 * ehelp.el (with-electric-help): Doc fix.
7348
7349 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7350
7351 * msb.el (msb-mode): Call the update-buffers function explicitly
7352 with a FORCE argument.
7353
7354 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7355 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7356 returns nil.
7357
7358 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7359
7360 * ps-print.el: Timestamp package replacement. Some enhancements.
7361 Some XEmacs compatibility. Doc fix.
7362 (ps-print-version): New version number (6.4).
7363 (ps-printer-name): Initialization fix.
7364 (ps-zebra-stripe-follow): Funcionality enhancement.
7365 (ps-prologue-file): Code enhancement.
7366 (ps-right-header): Timestamp package replacement.
7367 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7368 (ps-get-page-dimensions)
7369 (ps-generate-header, ps-begin-file, ps-begin-job)
7370 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7371 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7372 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7373 (coding-system-for-write): Var declaration (XEmacs compatibility).
7374
7375 2001-02-20 Miles Bader <miles@gnu.org>
7376
7377 * image-file.el (image-file-name-extensions): Add "tif".
7378
7379 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7380
7381 * wid-edit.el (widget-button-click): Save the selected window
7382 around the code handling clicks on buttons.
7383
7384 2001-02-18 Dave Love <fx@gnu.org>
7385
7386 * imenu.el (imenu--generic-function): Use mapc to iterate over
7387 syntax characters.
7388
7389 2001-02-17 Richard M. Stallman <rms@gnu.org>
7390
7391 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7392
7393 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7394
7395 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7396
7397 * mouse.el (mouse-save-then-kill): If the distance from the new
7398 point to the mark is equal to the distance of point from the new
7399 point, move point instead of the mark.
7400
7401 2001-02-16 Dave Love <fx@gnu.org>
7402
7403 * textmodes/flyspell.el (flyspell-get-word): Return string without
7404 properties.
7405
7406 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7407
7408 * generic.el (generic-find-file-regexp): Doc fix.
7409 (generic-ignore-files-regexp): New defcustom.
7410 (generic-mode-find-file-hook): If the file's name matches the
7411 regexp in `generic-ignore-files-regexp', don't enter
7412 default-generic-mode. Doc fix.
7413
7414 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7415
7416 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7417 Add autoload cookies.
7418
7419 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7420 of cal-tex-24.
7421
7422 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7425
7426 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7427 the character class after the (optional) drive, to support file
7428 names with embedded blanks.
7429
7430 2001-02-15 Sam Steingold <sds@gnu.org>
7431
7432 * textmodes/tex-mode.el (tex-shell-running):
7433 Check the process buffer too.
7434
7435 2001-02-15 Dave Love <fx@gnu.org>
7436
7437 * battery.el (battery-status-function): Fix doc, :type.
7438
7439 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7440
7441 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7442
7443 * subr.el (read-passwd): Clear Lisp memory holding password.
7444
7445 2001-02-15 Miles Bader <miles@gnu.org>
7446
7447 * info.el (Info-copy-current-node-name): New function.
7448 (Info-mode-menu): Add it to the menu.
7449
7450 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7451
7452 * international/mule-cmds.el (toggle-input-method): Doc fix.
7453
7454 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7455
7456 * replace.el (occur): Stop at end of buffer.
7457
7458 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7459
7460 * international/mule-cmds.el (set-input-method): Another doc fix.
7461
7462 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7463
7464 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7465
7466 2001-02-13 Miles Bader <miles@gnu.org>
7467
7468 * faces.el (set-face-background, set-face-foreground)
7469 (set-face-stipple): Treat a value of nil as being `unspecified'.
7470
7471 2001-02-12 Dave Love <d.love@dl.ac.uk>
7472
7473 * international/latin1-disp.el: Doc fixes.
7474 (latin1-display) <defgroup>: Add :link.
7475 (latin1-display) <function>: Set variable latin1-display.
7476
7477 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7478
7479 * international/mule-cmds.el (set-input-method): Doc fix.
7480
7481 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7482
7483 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7484 (speedbar-line-file): Return nil if not a file.
7485 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7486
7487 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7488
7489 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7490 for remote files.
7491 (ediff-coding-system-for-read): Replaced the no-conversion default
7492 with raw-text.
7493
7494 * ediff-init.el: Removed :version from defcustom vars.
7495
7496 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7497 Better handling of the diff mode.
7498
7499 * ediff.texi: Added ediff-coding-system-for-read.
7500
7501 * viper.texi: Fix typos.
7502
7503 2001-02-11 Dave Love <fx@gnu.org>
7504
7505 * shadowfile.el: Doc fixes.
7506 (shadow) <defgroup>: Add :link.
7507 (shadowfile-unload-hook): New function.
7508 (shadow-initialize): Use defalias, not fset.
7509 (shadow-define-cluster, shadow-define-literal-group)
7510 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7511
7512 * international/mule.el: Doc and message fixes.
7513
7514 * international/ccl.el (define-ccl-program): Doc fix.
7515
7516 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7517
7518 * faces.el (mode-line): Set :line-width property to -1.
7519
7520 2001-02-10 Richard M. Stallman <rms@gnu.org>
7521
7522 * complete.el (partial-completion-mode): Doc fix.
7523
7524 * simple.el (delete-key-deletes-forward-mode):
7525 Change `let' to `let*' to fix gross bug in last change.
7526
7527 * repeat.el (repeat): Don't let execute-kbd-macro alter
7528 real-last-command.
7529
7530 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7531
7532 * simple.el (eval-expression): Doc fix.
7533
7534 2001-02-09 Dave Love <fx@gnu.org>
7535
7536 * imenu.el (imenu-generic-expression): Doc fix.
7537
7538 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7539 From Juanma Barranquero.
7540
7541 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7542
7543 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7544
7545 * faces.el (set-face-attribute): Describe the case of a negative
7546 value specified for :line-width.
7547
7548 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7549
7550 * which-func.el (which-func-mode): Invert which-func-mode-global.
7551 From Juanma Barranquero <lektu@uol.com.br>.
7552
7553 2001-02-08 Dave Love <fx@gnu.org>
7554
7555 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7556 widget-plist-value-type.
7557 (widget-alist-convert-widget): Replace binding of
7558 widget-alist-value-type.
7559
7560 * textmodes/paragraphs.el (sentence-end): Doc fix.
7561
7562 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7563 Remove `backward-line'.
7564
7565 * play/pong.el (pong-blank-color, pong-bat-color)
7566 (pong-ball-color, pong-border-color, pong-left-key)
7567 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7568 (pong-pause-key, pong-resume-key, pong-timer-delay):
7569 * mail/mh-comp.el (mh-compose-letter-function):
7570 * eshell/esh-mode.el (eshell-skip-prompt-function):
7571 * emulation/viper-ex.el (ex-unix-type-shell-options):
7572 * recentf.el (recentf-menu-filter):
7573 * ps-print.el (ps-print-region-function):
7574 * lpr.el (print-region-function):
7575 * forms.el (forms-mode-hooks):
7576 * dirtrack.el (dirtrack-directory-change-hook):
7577 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7578 * textmodes/spell.el (spell-filter):
7579 * textmodes/fill.el (adaptive-fill-function):
7580 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7581 * progmodes/etags.el (find-tag-default-function):
7582 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7583 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7584
7585 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7586
7587 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7588 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7589 Meyering <jim@meyering.net>.
7590
7591 * loadup.el: Revert last change.
7592
7593 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7594
7595 * international/mule.el (transform-make-coding-system-args):
7596 Make it work also for coding systems not using CCL.
7597
7598 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7599
7600 * simple.el (previous-matching-history-element)
7601 (next-matching-history-element): Doc fix.
7602
7603 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7604 specific part.
7605
7606 2001-02-06 Dave Love <fx@gnu.org>
7607
7608 * add-log.el (add-log-current-defun-function)
7609 (add-log-buffer-file-name-function, add-log-file-name-function):
7610 Fix :type.
7611 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7612
7613 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7614
7615 * info.el (info-initialize): Remove the test for system-type when
7616 invocation-directory is non-nil.
7617
7618 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7619 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7620
7621 2001-02-06 Andrew Innes <andrewi@gnu.org>
7622
7623 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7624 absolute.
7625
7626 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7627
7628 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7629 buffers. When hi-lock turned on rather than only checking current
7630 buffer for regexps, all buffers are checked. Moved activation of
7631 font-lock to hi-lock-refontify. When font-lock turned off rather
7632 than removing added highlighting just in current buffer, remove it
7633 in all buffers. Changed edit menu text from "Automatic
7634 Highlighting" to "Regexp Highlighting" Documentation for
7635 highlighting phrases, minor documentation changes.
7636 (hi-lock-set-file-patterns): Execute only if there are new or
7637 existing file patterns.
7638 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7639 unfontify and, if a support mode is active, will not refontify the
7640 whole buffer. If necessary, turn on font lock. (Removed
7641 font-lock-unfontify and font-lock support-mode-specific calls,
7642 such as lazy-lock-fontify-window.)
7643 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7644 patterns are found. Not useful now since find-file-hook is removed
7645 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7646 (hi-lock-face-phrase-buffer): New function. Also added related
7647 menu item and keybinding.
7648 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7649 (hi-lock-process-phrase): New function.
7650 (hi-lock-line-face-buffer): Doc fixes.
7651 (hi-lock-face-buffer): Doc fixes.
7652 (hi-lock-unface-buffer): Doc fixes.
7653
7654 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7655
7656 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7657 dabbrev-ignored-regexps.
7658
7659 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7660
7661 * simple.el (kill-line): Doc fix.
7662
7663 2001-02-05 Dave Love <fx@gnu.org>
7664
7665 * loadup.el: Revert last two changes -- bootstrapping works with
7666 regenerated loaddefs.
7667
7668 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7669
7670 * isearch.el (isearch-forward): Doc fix.
7671
7672 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7673 of font-lock-defaults to backward-paragraph.
7674
7675 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7676
7677 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7678 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7679
7680 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7681
7682 * ebnf2ps.el: Eliminate time-stamp functions.
7683 (ebnf-version): New version (3.5).
7684 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7685 format-time-string.
7686
7687 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7688
7689 * simple.el (next-line): Goto end-of-line before inserting a newline.
7690
7691 2001-02-05 Miles Bader <miles@gnu.org>
7692
7693 * image-file.el (insert-image-file): When visiting an image, also
7694 set `truncate-lines' to t so that any fringe arrow looks correct.
7695
7696 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7697
7698 * isearch.el (isearch-forward): Add description about input method
7699 in the docsting.
7700
7701 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7702
7703 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7704
7705 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7706
7707 * info.el (info-initialize): If installation-directory is nil, for
7708 DOS/Windows systems try looking in a sibling of invocation-directory.
7709
7710 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7711
7712 * wid-edit.el (widget-button-click): Fix last change.
7713
7714 * frame.el (frame-notice-user-settings): When resizing the initial
7715 frame because the tool bar is off, also change the frame's top
7716 position if a negative top position was specified.
7717
7718 2001-02-02 Miles Bader <miles@gnu.org>
7719
7720 * image-file.el (insert-image-file): When visiting an image,
7721 suppress the cursor in the image buffer.
7722
7723 2001-02-01 Dave Love <fx@gnu.org>
7724
7725 * progmodes/f90.el (f90-mode): Remove startup message.
7726
7727 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7728
7729 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7730
7731 * startup.el (command-line): Fix code determining whether or not
7732 to use delete-key-deletes-forward-mode.
7733
7734 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7735
7736 * vc.el (vc-diff-switches): New user option.
7737 (vc-version-diff): Use it.
7738 (vc-diff-switches-list): New macro.
7739
7740 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7741 New customization options.
7742 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7743
7744 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7745
7746 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7747
7748 * msb.el (toplevel): Quote hook symbols.
7749
7750 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7751
7752 * international/mule.el (make-coding-system): Add description
7753 about recognized properties in the docstring.
7754
7755 * international/mule-conf.el: Remove unused charsets
7756 mac-roman-lower and mac-roman-upper.
7757
7758 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7759
7760 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7761 is in front of the left-margin, if any.
7762
7763 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7764 like `delete'.
7765
7766 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7767
7768 * term/w32-win.el (mouse-set-font): Doc fix.
7769
7770 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7771
7772 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7773 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7774 on already.
7775
7776 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7777
7778 * files.el (save-buffer): Don't give message if (buffer-file-name)
7779 returns nil.
7780
7781 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7782
7783 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7784
7785 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7786 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7787
7788 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7789 display problems.
7790
7791 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7792
7793 * international/mule.el (charset-info): Fix docstring.
7794
7795 * international/mule-diag.el (describe-character-set): Check final
7796 char valid before printing it.
7797
7798 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7799
7800 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7801
7802 * frame.el (frame-notice-user-settings): Do the tool-bar
7803 stuff only for graphical displays. Fix a braino.
7804
7805 * frame.el (frame-initialize): Create initial frame visible.
7806 (frame-notice-user-settings): When tool-bar has been switched off,
7807 correct the frame size and sync tool-bar-mode.
7808
7809 * startup.el (command-line): Remove manipulation of frame
7810 height for tool bars.
7811
7812 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7813
7814 * lpr.el: Compatibility with XEmacs and doc fixes.
7815 (lpr-windows-system, lpr-lp-system): New vars.
7816 (lpr-printer-switch): New defcustom.
7817 (printer-name, lpr-command): Customization fix.
7818 (print-region-1): Code fix.
7819 (print-region-new-buffer, printify-region): Indentation fix.
7820 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7821 New functions.
7822
7823 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7824
7825 * msb.el (toplevel): Fix the eval-after-load.
7826
7827 2001-01-29 Dave Love <fx@gnu.org>
7828
7829 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7830
7831 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7832
7833 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7834 (tcl-using-emacs-19-23): Consider Emacs 21+.
7835 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7836 (tcl-add-emacs-menu): Supply menu name.
7837 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7838
7839 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7840
7841 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7842
7843 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7844
7845 * pcvs.el (cvs-mark-fis-dead): New function.
7846 (cvs-mode-add): Use it.
7847 (cvs-mode-add-change-log-entry-other-window):
7848 Rebind change-log-default-name to itself rather than to nil.
7849
7850 2001-01-29 Sam Steingold <sds@gnu.org>
7851
7852 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7853 `autoload' statements.
7854
7855 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7856
7857 * files.el (confirm-kill-emacs): Doc fix.
7858
7859 * frame.el (frame-initialize): Doc fix.
7860
7861 * time-stamp.el (time-stamp-string): Doc fix.
7862
7863 * woman.el (WoMan-log-1): Make the log buffer writable.
7864 From Markus Rost <rost@math.ohio-state.edu>.
7865
7866 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7867
7868 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7869 the `make-variable-buffer-local'.
7870
7871 2001-01-29 Dave Love <fx@gnu.org>
7872
7873 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7874 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7875 Add autoload cookie.
7876 (ansi-color-apply-sequence): Fix typo.
7877
7878 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7879
7880 * menu-bar.el (menu-bar-files-menu): Add menu items for
7881 Postscript printing in black and white.
7882
7883 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7884 X-Mailman-Version, Precedence, List-Help, List-Post,
7885 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7886 Content-Type, Content-Length.
7887
7888 2001-01-29 Dave Love <fx@gnu.org>
7889
7890 * elide-head.el (elide-head): Make overlay evaporate.
7891
7892 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7893
7894 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7895
7896 * isearch.el (isearch-highlight): Don't punt if the display
7897 doesn't support colors, since isearch faces are defined for
7898 monochrome displays as well.
7899
7900 2001-01-27 Sam Steingold <sds@gnu.org>
7901
7902 * shell.el (shell-write-history-on-exit): Make sure that we are in
7903 the shell buffer (M-x tex-file RET inserted the error message into
7904 the TeX buffer).
7905
7906 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7907
7908 * simple.el (transient-mark-mode): Doc fix.
7909
7910 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7911
7912 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7913
7914 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7915
7916 * shell.el (shell-unquote-argument): If the shell is one of the
7917 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7918 quote character.
7919 (shell-dumb-shell-regexp): Document that the shells which match
7920 this regexp are supposed to not treat a backslash as a quote character.
7921
7922 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7923 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7924
7925 2001-01-27 Richard M. Stallman <rms@gnu.org>
7926
7927 * dabbrev.el (dabbrev--substitute-expansion):
7928 Treat a one-capital-letter abbrev as "not all upper case",
7929 so as to force preservation of the expansion's pattern
7930 if the expansion starts with a capital letter.
7931
7932 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7933
7934 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7935 Doc fix.
7936
7937 * simple.el (transient-mark-mode): Document the fact that many
7938 commands act on the region when mark is active.
7939
7940 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7941
7942 * international/quail.el (quail-setup-completion-buf): Make the
7943 multibyteness of current buffer inherited to Quail completion buffer.
7944 (quail-show-guidance-buf): Make the multibyteness of current
7945 buffer inherited to Quail guidance buffer.
7946 (quail-help): Make the multibyteness of current buffer inherited
7947 to Quail help buffer.
7948
7949 2001-01-26 Dave Love <fx@gnu.org>
7950
7951 * time-stamp.el: Doc fixes.
7952
7953 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7954 (delphi-keyword-face, delphi-other-face): Fix :type.
7955
7956 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7957
7958 * mail/feedmail.el (feedmail): Add :link.
7959 (feedmail-send-it): Doc fix.
7960
7961 * mail/sendmail.el: Doc fixes.
7962 (sendmail-send-it): Fix the non-ASCII regexp and use
7963 rfc2047-encode-string.
7964
7965 * dired.el, dired-aux.el: Revert last change.
7966
7967 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7968
7969 * makefile.w32-in (DONTCOMPILE): Add various term files.
7970
7971 2001-01-26 Dave Love <fx@gnu.org>
7972
7973 * Makefile.in (DONTCOMPILE): Add various term files.
7974
7975 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7976
7977 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7978
7979 * startup.el (display-startup-echo-area-message): Make sure
7980 the echo area is resized to fit the size of the startup message.
7981
7982 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7983 part of which is a constant.
7984
7985 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7986
7987 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7988
7989 2001-01-26 Richard M. Stallman <rms@gnu.org>
7990
7991 * simple.el (next-line): Don't let `newline' expand abbrevs.
7992 Simplify slightly.
7993 (open-line): Don't let `newline' expand abbrevs.
7994
7995 2001-01-25 John Wiegley <johnw@gnu.org>
7996
7997 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7998 to `repeat' in the :type field.
7999
8000 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8001 allow a choice of regexp or nil.
8002 (pcomplete-dir-ignore): Same.
8003
8004 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8005 a command) to always fail.
8006
8007 2001-01-25 Gerd Moellmann <gerd@gnu.org>
8008
8009 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8010 discard the result.
8011 (iswitchb-to-end): Likewise.
8012
8013 2001-01-25 Sam Steingold <sds@gnu.org>
8014
8015 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
8016 Require vc.
8017
8018 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8019
8020 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8021
8022 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8023
8024 2001-01-25 Dave Love <fx@gnu.org>
8025
8026 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8027 (describe-coding-system): Tweak the English text.
8028
8029 * loadup.el: Preload international/ccl for utf-8.
8030
8031 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8032
8033 * mail/rmail.el (rmail-redecode-body): Doc fix.
8034
8035 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8036
8037 * international/mule-cmds.el (reset-language-environment):
8038 Reset coding-category-utf-8 to mule-utf-8.
8039
8040 * international/mule-conf.el (coding-category-utf-8):
8041 Initialize to mule-utf-8.
8042
8043 * loadup.el: Preload international/utf-8.
8044
8045 * international/utf-8.el: New file.
8046
8047 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8048
8049 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8050
8051 2001-01-24 Sam Steingold <sds@gnu.org>
8052
8053 * dired.el (dired-replace-in-string): Removed.
8054 (dired-sort-toggle): Use `replace-regexps-in-string'
8055 instead of `dired-replace-in-string'.
8056
8057 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8058 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8059
8060 * gs.el (gs-replace-in-string): Removed.
8061 (gs-options): Use `replace-regexps-in-string'
8062 instead of `gs-replace-in-string'.
8063
8064 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8065
8066 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8067 bug report is mailed to an email list and posted to a news group.
8068
8069 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8070
8071 * comint.el (comint-replace-by-expanded-history-before-point):
8072 Fix change of 2000-08-03 to move point to the start of the line again.
8073
8074 * startup.el (tool-bar-images-pixel-height): New variable.
8075 (command-line): After loading the user's init file, when
8076 tool-bar-mode is on, increase the frame's size by some lines for
8077 the tool-bar.
8078
8079 * frame.el (frame-initialize): Create the initial frame invisible.
8080
8081 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8082
8083 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8084 (chinese-big5): MIME:Big5.
8085
8086 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8087
8088 * international/mule-cmds.el (universal-coding-system-argument):
8089 Handle commands with prefix args.
8090
8091 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8092
8093 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8094 being a list of numbers.
8095 (diary-mail-entries): Rewritten.
8096
8097 2001-01-23 Dave Love <fx@gnu.org>
8098
8099 * international/mule.el (make-coding-system): Fix typo.
8100
8101 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8102 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8103
8104 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8105
8106 * font-lock.el (font-lock-mode): Doc fix.
8107
8108 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8109
8110 * international/mule.el (make-translation-table): Fix docstring.
8111
8112 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8113
8114 * mail/rmail.el (rmail-redecode-body): New function.
8115
8116 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8117
8118 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8119
8120 * isearch.el (isearch-lazy-highlight-case-fold-search)
8121 (isearch-lazy-highlight-regexp): New variables.
8122 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8123 case-fold search or regexp search has been toggled.
8124
8125 * wid-edit.el (widget-button-click): Avoid a save-excursion
8126 around running a global binding.
8127
8128 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8129 to 0.25.
8130
8131 2001-01-20 Miles Bader <miles@gnu.org>
8132
8133 * cus-edit.el (custom-face-save): Do post-processing on the face's
8134 new value like `custom-face-set' does.
8135
8136 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8137
8138 * mail/emacsbug.el (report-emacs-bug): Report the value of
8139 LC_CTYPE, not LC_TYPE.
8140
8141 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8142 isearch-toggle-regexp and isearch-edit-string to doc string.
8143
8144 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8145
8146 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8147 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8148
8149 * jit-lock.el (jit-lock-fontify-now): Don't bind
8150 font-lock-beginning-of-syntax-function to nil.
8151
8152 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8153
8154 * mail/emacsbug.el (report-emacs-bug): Report values of
8155 locale-coding-system, default-enable-multibyte-characters, and the
8156 environment variables LC_ALL, LC_TYPE, and LANG.
8157
8158 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8159
8160 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8161
8162 * font-lock.el (font-lock-multiline): Default to nil.
8163 (font-lock-default-fontify-region): If font-lock-multiline is
8164 nil, don't check the property `font-lock-multiline'.
8165
8166 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8167 is nil, don't check the `font-lock-multiline' text property.
8168
8169 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8170
8171 * viper.el: Call initial-major-mode on startup.
8172
8173 * ediff.el (ediff-patch-file): Use better defaults.
8174
8175 * ediff-vers.el: Fix for 8+3 DOS file systems.
8176
8177 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8178
8179 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8180 diff mode, if available.
8181
8182 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8183
8184 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8185
8186 * ediff-init.el (subst-char-in-string): Define and use it, unless
8187 it's already defined.
8188
8189 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8190
8191 * tooltip.el (tooltip-hide-delay): New user-option.
8192 (tooltip-show): Use tooltip-hide-delay instead of the default.
8193
8194 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8195
8196 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8197 kill-local-variable doesn't work for enable-multibyte-characters.
8198
8199 2001-01-17 Dave Love <fx@gnu.org>
8200
8201 * ediff-init.el (ediff-before-setup-hook)
8202 (ediff-merge-filename-prefix): Add :version.
8203
8204 * international/latin1-disp.el: Require disp-table.
8205 (latin1-display): Fix :set.
8206
8207 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8208
8209 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8210
8211 * isearch.el (isearch-lazy-highlight-initial-delay)
8212 (isearch-lazy-highlight-interval): Default to 0.
8213
8214 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8215
8216 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8217 1 here rather than each time through
8218 isearch-lazy-highlight-new-loop.
8219 (isearch-lazy-highlight-max): Variable deleted.
8220 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8221 isearch-lazy-highlight-max but controls a single invocation of
8222 isearch-lazy-highlight-update.
8223 (isearch-lazy-highlight-wrapped): Variable recreated.
8224 (isearch-lazy-highlight-window-start): New variable.
8225 (isearch-lazy-highlight-cleanup): Restored to behavior of
8226 before 2-Jan.
8227 (isearch-lazy-highlight-remove-overlays): Function deleted;
8228 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8229 behavior removed.
8230 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8231 isearch-lazy-highlight-update in a loop rather than just once.
8232 Test isearch-invalid-regexp here and decide not to start a new
8233 loop, rather than testing it each time through
8234 isearch-lazy-highlight-update.
8235 (isearch-lazy-highlight-search): Function restored.
8236 (isearch-lazy-highlight-update): Get called in a timer loop again,
8237 but this time highlight more than one match each time through.
8238 Only highlight matches in the visible part of the window.
8239 Start at point, move in the direction of the search, and wrap around at
8240 the edge of the window. Use sit-for to force redisplay and ensure
8241 window-start is credible. "Face suppressing" behavior removed;
8242 overlay priorities should make it unnecessary, right?
8243 (isearch-highlight): Face suppressing behavior removed.
8244 (isearch-dehighlight): Face suppressing behavior removed.
8245 (isearch-set-lazy-highlight-faces-at): Removed.
8246
8247 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8248
8249 * language/european.el ("Latin-1"): Make the format of description
8250 about additional language environments same as that of Latin-2.
8251
8252 2001-01-16 Dave Love <fx@gnu.org>
8253
8254 * isearch.el (isearch-lazy-highlight): Add :version.
8255
8256 * simple.el (backward-delete-char-untabify-method)
8257 (next-line-add-newlines): Add :version.
8258
8259 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8260
8261 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8262 Don't bind <delete> otherwise.
8263
8264 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8265 and <delete> via function-key-map.
8266
8267 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8268 Subject line only if point is after the `Subject:'.
8269
8270 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8271
8272 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8273 japanese-jisx0213-2 in `charset' property of this lang. env.
8274
8275 * language/european.el ("Latin-1"): Add description for Dutch and
8276 Spanish lang. env.
8277
8278 * international/mule.el (decode-char): Fix conditions.
8279 (encode-char): Handle eight-bit-control too.
8280 (transform-make-coding-system-args): New function.
8281 (make-coding-system): Accept XEmacs style arguments for CCL base
8282 coding system.
8283
8284 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8285
8286 * progmodes/etags.el (find-tag-noselect): Save the value of
8287 tags-file-name before switching buffers, for the case it has a
8288 buffer-local value.
8289
8290 2001-01-15 Alex Schroeder <alex@gnu.org>
8291
8292 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8293 From Dave Love <fx@gnu.org>.
8294 (ansi-color-for-comint-mode): Fix :version.
8295
8296 2001-01-15 Alex Schroeder <alex@gnu.org>
8297
8298 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8299
8300 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8301
8302 * dired.el (dired-insert-directory): If file-system-info fails,
8303 remove the " free " part, but don't signal an error.
8304
8305 2001-01-12 Sam Steingold <sds@gnu.org>
8306
8307 * bookmark.el (bookmark-maybe-historicize-string):
8308 Use new backquote syntax.
8309
8310 2001-01-12 Richard M. Stallman <rms@gnu.org>
8311
8312 * subr.el (last): Handle a list that doesn't end in nil.
8313
8314 2001-01-12 Sam Steingold <sds@gnu.org>
8315
8316 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8317 to `backward-delete-char-untabify'.
8318
8319 2001-01-12 Dave Love <fx@gnu.org>
8320
8321 * cus-edit.el (customize-menu-create): Fix the :filter following
8322 easymenu change.
8323
8324 * wid-edit.el (function): Add :match-alternatives.
8325 (widget-color-action): Doc fix.
8326
8327 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8328
8329 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8330
8331 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8332
8333 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8334
8335 * international/ccl.el (define-ccl-program): Fix docstring.
8336
8337 2001-01-11 Dave Love <fx@gnu.org>
8338
8339 * international/mule-cmds.el (standard-display-european-internal):
8340 Set display table for 2208 as for 160.
8341
8342 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8343
8344 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8345 entry for custom-menu-create change.
8346 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8347 don't cons it in the search loop.
8348
8349 * imenu.el (imenu--truncate-items): Revert last change.
8350
8351 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8352
8353 * info.el (Info-setup-header-line): If the node header includes
8354 either Next: or Prev: links, don't show the File: and Node: parts
8355 in the header line.
8356
8357 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8358
8359 * comint.el (comint-goto-process-mark): Don't print a message
8360 when running in batch mode.
8361
8362 * isearch.el (isearch-search): In the condition-case handler for
8363 `error', set isearch-invalid-regexp to the whole error message.
8364
8365 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8366 ensure that eval-after-load works for files dumped with Emacs.
8367
8368 * help.el (load-symbol-file-load-history): New function extracted
8369 from function symbol-file.
8370 (symbol-file): Use it.
8371
8372 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8373
8374 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8375
8376 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8377 behave as if there were no prefix argument.
8378 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8379 argument were nil.
8380
8381 2001-01-11 Richard M. Stallman <rms@gnu.org>
8382
8383 * isearch.el (isearch-lazy-highlight-update):
8384 Don't look for more potential matches once maximum is exceeded.
8385 Use overlays-in to check correctly for overlap with current match.
8386 Ignore empty matches.
8387
8388 2001-01-11 Miles Bader <miles@gnu.org>
8389
8390 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8391 (ispell-overlay-window, ispell-help, ispell-show-choices)
8392 (ispell-command-loop): Use it instead of `window-height'.
8393
8394 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8395
8396 * files.el (confirm-kill-emacs): New user-option.
8397 (save-buffers-kill-emacs): Ask for final confirmation before
8398 killing Emacs.
8399
8400 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8401 to nil.
8402
8403 2001-01-10 Dave Love <fx@gnu.org>
8404
8405 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8406
8407 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8408
8409 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8410
8411 * calculator.el (calculator-number-digits): Fix :type.
8412
8413 * vc-cvs.el (vc-cvs-header): Fix :type.
8414 * vc-rcs.el (vc-rcs-header): Fix :type.
8415 * vc-sccs.el (vc-sccs-header): Fix :type.
8416
8417 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8418
8419 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8420
8421 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8422
8423 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8424
8425 * simple.el (set-variable): Force a thorough redisplay for the
8426 case that the variable has an effect on the display, like
8427 `tab-width' has.
8428
8429 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8430
8431 * vc.el: Add documentation for backend interface.
8432
8433 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8434
8435 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8436
8437 * international/mule-conf.el (latin-extra-code-table): Set to t
8438 for \223 and \224.
8439
8440 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8441
8442 * international/mule-cmds.el (locale-language-names): Map "es" to
8443 "Spanish" and "nl" to "Dutch".
8444
8445 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8446
8447 * bindings.el (global-map): Bind <home> to beginning-of-line,
8448 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8449 C-<end> to end-of-buffer.
8450
8451 * language/european.el: Add Dutch and Spanish language info
8452 to be able to use the appropriate tutorials.
8453
8454 2001-01-09 Alex Schroeder <alex@gnu.org>
8455
8456 * ansi-color.el (ansi-color-process-output): Use markers instead
8457 of positions for start and end of region.
8458 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8459 Previously, occasional mistakes happend when fontifying many
8460 chunks of output (eg. ls --color=yes /dev). This happened
8461 whenever an overlay was created up to the end of the region, which
8462 coincided with the process-mark. New text would then be added
8463 within that overlay instead of after it.
8464 (ansi-color-make-extent): Overlays are created with the property
8465 `modification-hooks' set to '(ansi-color-freeze-overlay).
8466 (ansi-color-freeze-overlay): New function. When inserting text at
8467 the end of the overlay, the overlay will resize.
8468
8469 2000-01-09 Alex Schroeder <alex@gnu.org>
8470
8471 * ansi-color.el (ansi-color-process-output): Doc change.
8472 (ansi-color-unfontify-region): Doc change. No longer installed
8473 automatically in font-lock-unfontify-region-function.
8474 (ansi-color-apply): Doc change.
8475 (ansi-color-apply-on-region): Use extents or overlays instead of
8476 text-properties.
8477 (ansi-color-make-extent): New function.
8478 (ansi-color-set-extent-face): New function.
8479
8480 2000-01-09 Alex Schroeder <alex@gnu.org>
8481
8482 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8483 both use ansi-color-process-output, now.
8484 (ansi-color-process-output): Doesn't return string anymore. It is
8485 installed in comint-output-filter-functions for both Emacs and
8486 XEmacs, now.
8487 (ansi-color-unfontify-region): Simplified code removing variables
8488 pos and start-ansi.
8489 (ansi-color-apply): Put text-property ansi-color before putting
8490 text-property face because ansi-color-unfontify-region is called
8491 immediately after the call to put-text-property.
8492 (ansi-color-context-region): Doc change.
8493 (ansi-color-filter-region): Simplified code.
8494 (ansi-color-apply-on-region): Changed start to start-marker, using
8495 a marker explicitly. Put text-property ansi-color before putting
8496 text-property face because ansi-color-unfontify-region is called
8497 immediately after the call to put-text-property.
8498
8499 2000-01-09 Alex Schroeder <alex@gnu.org>
8500
8501 * ansi-color.el (ansi-color-faces-vector): Doc change.
8502 (ansi-color-for-comint-mode): Changed :type property to choice.
8503 (ansi-color-last-context): Removed.
8504 (ansi-color-process-output): Don't use ansi-color-last-context, as
8505 the main functions will store their context now.
8506 (ansi-color-context): Doc change.
8507 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8508 Uses ansi-color-context such that repeated calls will strip
8509 partial escape sequences, too.
8510 (ansi-color-apply): Simplified code. Colorize end of string if
8511 face is not null. Store context in new (FACE STRING) format, such
8512 that repeated calls will strip partial escape sequences, too.
8513 Append faces to face property using ansi-color-apply-sequence such
8514 that cumulative mode actually works.
8515 (ansi-color-context-region): New variable.
8516 (ansi-color-filter-region): Rewrote it based on
8517 ansi-color-apply-on-region. Uses ansi-color-context-region such
8518 that repeated calls will strip partial escape sequences, too.
8519 (ansi-color-apply-on-region): Simplified code. Colorize end of
8520 region if face is not null. Store context in new (FACE POS)
8521 format, such that repeated calls will strip partial escape
8522 sequences, too. Append faces to face property using
8523 ansi-color-apply-sequence such that cumulative mode actually works.
8524 (ansi-color-apply-sequence): New function.
8525 (ansi-color-get-face): When the default face is added to the list
8526 of faces, all previous settings are discarded and the list of
8527 faces is set to '(default).
8528
8529 2000-01-09 Alex Schroeder <alex@gnu.org>
8530
8531 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8532 face, such that ansi-color-apply and ansi-color-apply-on-region
8533 will do the right thing.
8534 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8535 returns nil, set the list of faces back to nil instead of
8536 appending the result of ansi-color-get-face to the front of the list.
8537
8538 2000-01-09 Alex Schroeder <alex@gnu.org>
8539
8540 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8541 (ansi-color-process): Doc change.
8542 (ansi-color-last-context): New buffer-local variable.
8543 (ansi-color-process-output): New function. It is automatically
8544 added to comint-output-filter-functions if this is XEmacs.
8545 (ansi-color-unfontify-region): New optional parameter for XEmacs
8546 compatibility. Check wether font-lock-syntactic-keywords is
8547 boundp before removing the syntax table text property, as XEmacs
8548 doesn't have it.
8549 (ansi-color-filter-region): Doc change.
8550 (ansi-color-apply-on-region): Doc change.
8551 (ansi-color-make-face): New function. Compatibility layer for
8552 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8553 (ansi-color-make-color-map): Use ansi-color-make-face.
8554 (ansi-color-get-face): Avoid face text property '(nil) as results
8555 in an errow for XEmacs.
8556
8557 2000-01-09 Alex Schroeder <alex@gnu.org>
8558
8559 * ansi-color.el (ansi-color-unfontify-region): New function.
8560 Uses text-property ansi-color in order to preserve fontification by
8561 ansi-color. When the package is loaded, a lambda expression is
8562 put onto font-lock-mode-hook. This lambda expression will check
8563 font-lock-unfontify-region-function and replace
8564 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8565 (ansi-color-apply): Add text-property ansi-color in addition to
8566 text-property face.
8567 (ansi-color-apply-on-region): Add text-property ansi-color in
8568 addition to text-property face.
8569 (save-buffer-state): Copy of the macro that is also used by
8570 lazy-lock and font-lock.
8571
8572 (ansi-color-for-comint-mode): New option.
8573 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8574 (ansi-color-for-comint-mode-off): Ditto.
8575 (ansi-color-for-comint-mode-filter): Ditto.
8576 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8577 decide what to do. This function is added to
8578 comint-preoutput-filter-functions when the package is loaded.
8579
8580 (ansi-color-for-shell-mode-set): Removed.
8581 (ansi-color-for-shell-mode): Removed.
8582
8583 2000-01-09 Alex Schroeder <alex@gnu.org>
8584
8585 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8586 the lambda expression from the ansi-color-for-shell-mode :set
8587 property. Additionally, modify shell-mode-hook to enable or
8588 disable font-lock-mode for future shell buffers.
8589 (ansi-color-for-shell-mode): The :set property calls
8590 ansi-color-for-shell-mode-set instead of a lambda expression.
8591
8592 2000-01-09 Alex Schroeder <alex@gnu.org>
8593
8594 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8595 (ansi-color-context): New variable.
8596 (ansi-color-apply): Save context between calls.
8597
8598 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8599
8600 * isearch.el (isearch, isearch-lazy-highlight-face):
8601 New definitions for face colors and attributes.
8602
8603 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8604 of display-mouse-p.
8605
8606 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8607
8608 * international/mule.el (make-coding-system): If the coding system
8609 accepts extra latin codes, register such codes as safe for the
8610 coding system.
8611
8612 2001-01-08 Richard M. Stallman <rms@gnu.org>
8613
8614 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8615 don't mention the file name or the date here, because they are
8616 logged at the start of the file.
8617
8618 2001-01-08 Richard M. Stallman <rms@gnu.org>
8619
8620 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8621 Change screen-width to frame-width.
8622
8623 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8624
8625 * info.el (Info-search): Print the default as part of the prompt.
8626
8627 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8628
8629 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8630 constant implementations in backends.
8631
8632 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8633 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8634
8635 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8636 WRITABLE to EDITABLE.
8637
8638 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8639 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8640 to EDITABLE.
8641
8642 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8643
8644 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8645 (copyright, copyright-update): Compute the current year at run time.
8646
8647 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8648
8649 * isearch.el (isearch-old-signal-hook): Removed.
8650 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8651 instead of setting signal-hook-function.
8652 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8653
8654 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8655
8656 * emulation/edt.el: Update to version 4.0. Provide support for
8657 EDT scroll margins at top and bottom of the window. Provide an
8658 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8659 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8660 user when file-related buffer modifications exist.
8661 Provide support for running EDT Emulation in XEmacs.
8662 Provide customize access to some user updatable variables.
8663 Add Commentary section to file header.
8664 Fixed a few minor bugs and cleaned up some code.
8665
8666 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8667 for detecting a keypress that generates an ASCII key sequence.
8668 (Previously, only a keypress that generates a vector was
8669 recognized.) Embed Window Manager name into name of the generated
8670 EDT Emulation initialization file since the initialization file is
8671 Window Manager specific. Add Commentary section to file header.
8672
8673 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8674
8675 * mail/sendmail.el (mail-mode): Doc fix.
8676
8677 * info.el (Info-goto-emacs-command-node): Doc fix.
8678 (Info-goto-emacs-key-command-node): Doc fix.
8679
8680 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8681
8682 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8683 systems without long file-name support.
8684
8685 2001-01-06 Andrew Innes <andrewi@gnu.org>
8686
8687 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8688
8689 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8690
8691 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8692 (isearch-lazy-highlight-update): Doc fix.
8693
8694 * ffap.el (ffap-bindings): Doc fix.
8695
8696 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8697
8698 2001-01-05 Dave Love <fx@gnu.org>
8699
8700 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8701
8702 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8703
8704 * mouse-drag.el (mouse-drag-safe-scroll):
8705 Bind scroll-preserve-screen-position to nil.
8706
8707 * isearch.el (isearch-old-signal-hook): New variable.
8708 (isearch-mode): Set signal-hook-function to isearch-done.
8709 (isearch-done): Restore old signal-hook-function.
8710
8711 * info.el (Info-fontify-node): Mark one more char as intangible.
8712
8713 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8714
8715 * composite.el (compose-last-chars): New argument COMPONENTS.
8716 If it is non-nil, compose preceding characters by compose-region with
8717 COMPONENTS.
8718
8719 * international/quail.el (quail-input-string-to-events): New function.
8720 (quail-input-method): Convert input string to events here.
8721 (quail-start-translation): Return input string, not event list.
8722 (quail-start-conversion): Likewise.
8723
8724 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8725
8726 * tooltip.el (tooltip-cancel-delayed-tip)
8727 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8728 and tooltip-add-timeout.
8729 (tooltip-show): Set border color from faces's foreground.
8730 (tooltip-show-help-function): If called with the same help string
8731 as last time, do nothing.
8732 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8733
8734 * startup.el (fancy-splash-screens): Don't bind show-help-function
8735 to nil.
8736
8737 * tooltip.el (tooltip-frame-parameters): Remove colors.
8738 (tooltip): New face
8739 (tooltip-set-param): New function.
8740 (tooltip-show): Set up color frame parameters from face `tooltip'.
8741 Display the tooltip text in face `tooltip'.
8742
8743 2001-01-04 Dave Love <fx@gnu.org>
8744
8745 * whitespace.el (whitespace-global-mode): Fix typo.
8746
8747 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8748
8749 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8750
8751 * help.el (help-for-help): Fix a typo in a doc string.
8752 From kwzh@gnu.org (Karl Heuer).
8753
8754 2001-01-03 Dave Love <fx@gnu.org>
8755
8756 * dired-x.el: Doc fixes. Maintainer change.
8757 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8758 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8759 (dired-guess-shell-alist-user): Customize.
8760 (dired-x-help-address): Set to bug-gnu-emacs.
8761 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8762 (dired-default-directory): Renamed from default-directory.
8763
8764 * hl-line.el (hl-line): Doc fix.
8765
8766 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8767
8768 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8769
8770 2001-01-02 Richard M. Stallman <rms@gnu.org>
8771
8772 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8773 to remove all the current alternative-match highlighting.
8774 If nil, remove only what's outside the current window.
8775 (isearch-lazy-highlight-remove-overlays): Take optional
8776 region within which NOT to remove them.
8777 (isearch-lazy-highlight-new-loop): Greatly simplified.
8778 (isearch-lazy-highlight-update): Find all the other occurrences
8779 visible in the window, in just one call.
8780 (isearch-lazy-highlight-start): Now holds start of region to scan.
8781 (isearch-lazy-highlight-end): Now holds end of region to scan.
8782 (isearch-lazy-highlight-wrapped): Variable deleted.
8783 (isearch-lazy-highlight-search): Function deleted.
8784
8785 2000-01-02 Andrew Innes <andrewi@gnu.org>
8786
8787 * w32-fns.el (convert-standard-filename): Do length check on name
8788 before aref.
8789
8790 2001-01-02 Dave Love <fx@gnu.org>
8791
8792 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8793 value.
8794 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8795
8796 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8797
8798 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8799 read syntax.
8800
8801 * calendar/todo-mode.el (todo): Add :link, :version.
8802 (todo-save-top-priorities): Remove autoload cookie.
8803 (todo-add-category, todo-add-item-non-interactively)
8804 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8805
8806 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8807
8808 * comint.el (comint-input-history-ignore): New variable.
8809 (comint-read-input-ring): Ignore entries matching
8810 comint-input-history-ignore.
8811
8812 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8813
8814 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8815 (lm-copyright-mark): New function.
8816 (lm-crack-copyright): New function.
8817 (lm-verify): Check that the file has a copyright.
8818 Check that the file is copyright Free Software Foundation.
8819
8820 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8821
8822 * international/mule-diag.el (print-fontset): Indent font name by
8823 24 columns, not 25.
8824
8825 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8826
8827 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8828 in Subject line.
8829
8830 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8831 Use mail-mode-hook instead of mail-setup-hook.
8832 Otherwise continuing an interrupted message with C-u C-x m for
8833 instance, winds up in Mail mode without abbrevs.
8834
8835 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8836
8837 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8838 non-nil. Adding almost all customization variables on ps-setup.
8839 Doc fix.
8840 (ps-print-version): New version number (6.3.3).
8841 (ps-end-with-control-d): Initialization fix.
8842 (ps-lines-printed): New var.
8843 (ps-skip-newline): New fun.
8844 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8845 (ps-next-line, ps-continue-line, ps-plot-region)
8846 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8847
8848 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8849
8850 * international/fontset.el (x-complement-fontset-spec):
8851 Resolve ASCII font name so that the same family name is used for fonts
8852 registered in x-font-name-charset-alist.
8853 (create-fontset-from-fontset-spec): Adjusted for the above change.
8854 The name of fontset alias should be a unresolved ASCII font name.
8855
8856 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8857
8858 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8859 and delete in isearch-mode-map.
8860
8861 2000-12-28 Richard M. Stallman <rms@gnu.org>
8862
8863 * dired-x.el (dired-guess-shell-alist-default):
8864 Use xpdf instead of acroread.
8865
8866 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8867
8868 * textmodes/artist.el (artist-butlast): Deleted.
8869 (artist-ellipse-mirror-quadrant): Use butlast instead of
8870 artist-butlast.
8871
8872 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8873
8874 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8875
8876 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8877
8878 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8879
8880 * ls-lisp.el: Better support for the Mac and MS-Windows.
8881 (ls-lisp): New defgroup.
8882 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8883 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8884 (ls-lisp-support-shell-wildcards): New defcustoms.
8885 (ls-lisp-parse-symlink): New function.
8886 (insert-directory): Code to convert switches to a list and set up
8887 the wildcard argument copied from ls-lisp-insert-directory.
8888 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8889 for -C and -R switches.
8890 (ls-lisp-column-format): New function.
8891 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8892 (ls-lisp-format-time): Add doc strings.
8893 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8894 Support ls-lisp-dirs-first.
8895 (ls-lisp-classify, ls-lisp-extension): New functions.
8896 (ls-lisp-format): Optionally support emulation of symlinks.
8897 Support -i, -s, and -G switches.
8898
8899 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8900
8901 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8902
8903 * version.el (emacs-version): Print X scroll bar information.
8904
8905 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8906 instead of x-toolkit-scroll-bars-p.
8907
8908 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8909 of x-toolkit-scroll-bars-p.
8910
8911 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8912
8913 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8914 (ffap-bindings): Doc fix, to reflect the above change.
8915
8916 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8917
8918 * term.el (term-char-mode): Define all non-ascii self-inserting
8919 characters to 'term-send-raw in term-raw-map.
8920
8921 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8922
8923 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8924
8925 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8926 Changed initialization; use add-hook.
8927 (ediff-file-remote-p): Use file-local-copy.
8928
8929 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8930
8931 * ediff.el (ediff-patch-buffer): Bug fix.
8932 (ediff-revision): Allow selection of the file at the prompt.
8933
8934 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8935
8936 * subr.el (combine-run-hooks): Remove.
8937
8938 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8939 and remove the rogue second spec.
8940
8941 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8942
8943 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8944
8945 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8946
8947 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8948 Use minibuffer menu prompt for the `=' prefix.
8949 (smerge-command-prefix): Change default to C-^.
8950 (smerge-mode): Don't assume font-lock doesn't move point.
8951
8952 * skeleton.el (skeleton-internal-1): Make sure the first line of
8953 the region is also re-indented.
8954 (skeleton-end-newline): New var.
8955 (skeleton-end-hook): Use it.
8956
8957 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8958
8959 * comint.el (comint-password-prompt-regexp): Support CVS.
8960
8961 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8962
8963 * simple.el (delete-key-deletes-forward-mode): Simplify.
8964 Also backspace key combinations, depending on
8965 delete-key-deletes-forward.
8966
8967 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8968
8969 * simple.el (delete-key-deletes-forward): Doc fix.
8970
8971 2000-08-22 Emmanuel Briot <briot@gnat.com>
8972
8973 * xml.el (top level comment): Updated to reflect the fact that
8974 white spaces are relevant in the XML file.
8975 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8976 to parse was already edited. This allows for on-the-fly analysis
8977 of XML files.
8978 (xml-parse-tag): Check that the casing is the same in the start
8979 tag and end tag, since XML is case-sensitive. Allows for spaces
8980 in the end tag, after the name of the tag.
8981 (xml-parse-attlist): Allow for the character '-' in the name of
8982 attributes, as in the standard http-equiv attribute Do not save
8983 the properties in the XML tree, since they are not relevant.
8984
8985 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8986
8987 * generic.el (generic-read-type): Undo last change, inline into
8988 `generic-mode' and then remove.
8989 (generic-mode): Inline generic-read-type.
8990 (define-generic-mode): Push the symbol name rather than the symbol
8991 onto generic-mode-list.
8992
8993 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8994
8995 * generic.el (generic-read-type): Build an alist for
8996 completing-read as in 20.7.
8997
8998 * play/landmark.el (lm): Use interactive spec `P'.
8999 (toplevel): Don't set debug-on-error.
9000
9001 * server.el (server-switch-buffer): Choose a window on a visible frame.
9002
9003 2000-12-21 Dave Pearson <davep@davep.org>
9004
9005 * quickurl.el: Commentry change, I've moved my web site.
9006
9007 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9008
9009 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9010 ranges like \177-\237, but accepts the character sequence from \177 to
9011 \237. Doc fix.
9012 (ebnf-version): New version (3.4).
9013 (ebnf-setup): Code fix.
9014 (ebnf-range-regexp): New fun.
9015 (ebnf-8-bit-chars): Const fix.
9016
9017 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9018 entry. Doc fix.
9019 (ebnf-bnf-lex): Code fix.
9020 (ebnf-bnf-comment-chars): Const fix.
9021
9022 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9023 entry. Doc fix.
9024 (ebnf-iso-comment-chars): Const fix.
9025
9026 * ebnf-otz.el: Doc fix.
9027
9028 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9029 entry. Doc fix.
9030 (ebnf-yac-skip-code): Code fix.
9031 (ebnf-yac-comment-chars): Const fix.
9032
9033 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9034
9035 * files.el (insert-directory-safely): New function.
9036 (recover-file): Use it instead of insert-directory.
9037 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9038
9039 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9040
9041 * international/mule-cmds.el (select-safe-coding-system):
9042 Check coding-category-list more rigidly. Improve help message.
9043
9044 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9045
9046 2000-12-21 Miles Bader <miles@gnu.org>
9047
9048 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9049
9050 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9051
9052 * international/mule-diag.el (describe-char-after): Make *Help*
9053 buffer inherit multibyteness of the current buffer.
9054
9055 * international/mule.el (make-char): Docstring adjusted for the
9056 change of make-char-internal.
9057
9058 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9059
9060 * international/iso-cvt.el: Docstrings fix.
9061
9062 2000-12-20 Dave Love <fx@gnu.org>
9063
9064 * subr.el (eval-after-load): Doc fix.
9065
9066 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9067
9068 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9069 for numbers.
9070
9071 2000-12-20 Miles Bader <miles@gnu.org>
9072
9073 * international/quail.el (quail-help): Resize the help window
9074 again after it has all its contents. Remove unneeded progn.
9075
9076 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9077
9078 * pcmpl-linux.el: Fix copy/paste error.
9079
9080 2000-12-19 Andrew Innes <andrewi@gnu.org>
9081
9082 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9083
9084 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9085
9086 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9087
9088 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9089
9090 * progmodes/idlw-shell.el: Fixed copyright notice.
9091
9092 * progmodes/idlwave.el: Fixed copyright notice.
9093
9094 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9095 TAB as key separators.
9096
9097 2000-12-19 Alex Schroeder <alex@gnu.org>
9098
9099 * sql.el (sql-sybase-options): New option.
9100 (sql-sybase): Use it. Add sql-database to the list of parameters
9101 provided for login. The options -w 2048 -n are not used any more.
9102 (sql-postgres-options): Changed default from "--pset" to "-P".
9103 (sql-mysql-options): Doc change.
9104 (sql-stop): Doc change.
9105
9106 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9107
9108 * international/quail.el (quail-input-method): Always hide
9109 the guidance buffer on exiting.
9110
9111 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9112
9113 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9114 isn't fboundp.
9115
9116 * server.el (server-buffer-done): Bury the buffer before
9117 killing it.
9118
9119 * faces.el (face-spec-set): Interpret a nil in specs for
9120 foreground and background colors as `unspecified', for
9121 compatibility with 20.x.
9122
9123 2000-12-18 Dave Love <fx@gnu.org>
9124
9125 * simple.el (mail-user-agent): Doc fix.
9126 (input-mode-8-bit): Removed.
9127
9128 * international/mule.el (set-keyboard-coding-system): Doc fix.
9129 (keyboard-coding-system): New option.
9130
9131 * mail/sendmail.el (send-mail-function): Customize.
9132
9133 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9134
9135 * international/codepage.el (cp866-decode-table): New table.
9136
9137 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9138
9139 * version.el (emacs-version): Remove `%a' from the time format
9140 because the weekday doesn't fit well into each locale.
9141
9142 2000-12-18 Miles Bader <miles@gnu.org>
9143
9144 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9145
9146 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9147 Check that emacs-major-version is `=' to 20, not `>='.
9148 (artist-replace-chars): Use `make-string' instead of a loop.
9149
9150 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9151
9152 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9153 (cvs-execute-single-file): Don't change directory.
9154 Patch from Per Cederqvist.
9155
9156 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9157
9158 * textmodes/ispell.el (check-ispell-version):
9159 If `ispell-program-name' is "aspell", pass it the -v switch instead
9160 of -vv.
9161
9162 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9163
9164 * international/mule-diag.el (mule-diag): Insert information about
9165 configure options, multibyte awareness, language env.
9166
9167 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9168 regexp to search for candidates.
9169
9170 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * info.el (Info-forward-node): If the node has an
9173 Info-header-line, widen the buffer before searching for "next:"
9174 and "up:" pointers, and set the search limit to stay in the
9175 current node.
9176
9177 2000-12-16 Miles Bader <miles@gnu.org>
9178
9179 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9180
9181 2000-12-15 Miles Bader <miles@gnu.org>
9182
9183 * comint.el (comint-send-string, comint-send-region): Also accept
9184 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9185 process-send-string/region.
9186
9187 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9188
9189 * isearch.el (isearch-lazy-highlight-max): New user-option.
9190 (isearch-lazy-highlight-update): Don't highlight more than
9191 isearch-lazy-highlight-max matches.
9192
9193 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9194
9195 2000-12-15 Richard M. Stallman <rms@gnu.org>
9196
9197 * sort.el (sort-columns): Fix error message.
9198
9199 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9200 `upcase' or `downcase' or nil.
9201 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9202 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9203 (dabbrev--substitute-expansion): New arg record-case-pattern.
9204 If it is non-nil, set dabbrev--last-case-pattern.
9205 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9206
9207 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9208
9209 2000-12-15 Miles Bader <miles@gnu.org>
9210
9211 * paths.el (Info-default-directory-list): Don't delete
9212 configure-info-directory from the list of standard info
9213 directories when appending it to the end -- their order is important.
9214
9215 * faces.el (read-face-attribute): If there's no entry for the
9216 user's input in VALID, just use it as-is (this will often result
9217 in an error, but it may be OK for e.g. colors using hexadecimal
9218 notation, and at least will yield a better error message).
9219
9220 * window.el (mode-line-window-height-fudge): Function removed.
9221 (height-affecting-face-attributes, mode-line-window-height-fudge):
9222 Variables removed.
9223 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9224 window is really the right size. Use vertical-motion
9225 rather than forward-line.
9226 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9227 (ispell-command-loop, ispell-show-choices): Use the variable
9228 ispell-choices-win-default-height, rather than the function.
9229 (ispell-choices-win-default-height): Function removed.
9230 (ispell-mode-line-window-height-fudge): Function removed.
9231
9232 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9233
9234 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9235
9236 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9237
9238 * paths.el (Info-default-directory-list):
9239 If configure-info-directory is not one of the standard directories,
9240 put it first in the list; otherwise put it last. Doc string
9241 changed accordingly.
9242
9243 * info.el (Info-directory-list): Change doc string to reflect the
9244 change in Info-default-directory-list.
9245
9246 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9247 windows-nt as windowed environments, even under -nw.
9248
9249 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9250 if not fboundp. Switch delete-forward mode for the <delete> key
9251 on all PC platforms, even under -nw.
9252
9253 * term/internal.el ([M-delete]): Remap to M-d.
9254
9255 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9256
9257 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9258
9259 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9260
9261 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9262
9263 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9264
9265 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9266 if appropriate.
9267
9268 * simple.el (delete-key-deletes-forward): New user-option.
9269 (delete-key-deletes-forward-mode): New function.
9270
9271 * bindings.el: Bind `delete' to backward-delete-char.
9272
9273 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9274 Test if symbol is bound before getting its value.
9275
9276 * tooltip.el (tooltip-show): If an error is signaled in
9277 x-show-tip, display that error, and display the help in the
9278 echo area.
9279
9280 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9281
9282 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9283 Show "... entries" messages for every 10000 entries, not 10.
9284
9285 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9286
9287 * bookmark.el: Provide a generic exit hook, as suggested by
9288 Ovidiu Predescu <ovidiu@cup.hp.com>:
9289 (bookmark-exit-hook): New var.
9290 (bookmark-exit-hook-internal): New func, replaces
9291 old raw lambda form in `kill-emacs-hook', and runs new
9292 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9293 as logically that feature must have been provided if this function
9294 is running.
9295 Removed ;;;###autoload before the `add-hook' call.
9296
9297 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9298
9299 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9300 (easy-menu-current-active-maps): New function.
9301 (easy-menu-get-map): Use it.
9302 Make a proper menu entry when creating a new keymap.
9303
9304 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9305
9306 * international/characters.el: Fix cases and syntaxes for
9307 mule-unicode-0100-24ff.
9308
9309 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9310 that a Japanese character is not appended after day and year.
9311
9312 * info.el (Info-suffix-list): Change format for a command that
9313 requires arguments.
9314 (info-insert-file-contents): Adjusted for the above change.
9315
9316 2000-12-12 Andreas Schwab <schwab@suse.de>
9317
9318 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9319 on the name of the tar buffer. Verify that the existing buffer is
9320 visiting the same subfile.
9321
9322 2000-12-12 Dave Love <fx@gnu.org>
9323
9324 * subdirs.el: Add obsolete.
9325
9326 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9327
9328 * mail/rmailsum.el (rmail-summary-expunge)
9329 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9330 instead of rmail-confirm-expunge.
9331
9332 * replace.el (perform-replace): Don't use an empty match adjacent
9333 to a non-empty match when computing the next match before the
9334 replacement is performed.
9335
9336 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9337
9338 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9339 definition (patch by Stefan Monnier).
9340 (glasses-mode): Use jit-lock instead of `after-change-functions'
9341 (patch by Stefan Monnier).
9342
9343 2000-12-12 Miles Bader <miles@gnu.org>
9344
9345 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9346 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9347
9348 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9349
9350 * term/mac-win.el: Remove load for ls-lisp.
9351
9352 * loadup.el: Load ls-lisp for system-type `macos'.
9353
9354 2000-12-12 Miles Bader <miles@gnu.org>
9355
9356 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9357 Respect field end too.
9358 (just-one-space): Respect fields as `delete-horizontal-space'.
9359 (newline-and-indent, reindent-then-newline-and-indent):
9360 Use `delete-horizontal-space'.
9361
9362 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9363
9364 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9365 (so as to obey the field property in the minibuffer).
9366
9367 * obsolete/c-mode.el: Moved from lisp/progmodes.
9368 * obsolete/auto-show.el: Moved from lisp.
9369 * obsolete/ooutline.el: Moved from lisp/textmodes.
9370
9371 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9372
9373 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9374 changes to list them here.
9375
9376 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9377 Too many changes to list them here.
9378
9379 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9380 Too many changes to list them here.
9381
9382 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9383
9384 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9385
9386 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9387
9388 * cus-edit.el (custom-save-variables, custom-save-faces):
9389 Comment fix.
9390
9391 * hscroll.el: Moved to `obsolete' subdir.
9392
9393 2000-12-11 Miles Bader <miles@gnu.org>
9394
9395 * window.el (window-text-height): Function removed (now in C).
9396
9397 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9398
9399 * log-edit.el (log-edit-parent-buffer): New var.
9400 (log-edit): Set it. Add BUFFER argument.
9401 (log-edit-done): Use char-before.
9402 Don't bother checking validity of vc-comment-ring.
9403 Only bury the buffer if log-edit popped it up.
9404
9405 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9406 (cvs-mode-diff-help): Remove.
9407 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9408 (cvs-mode-marked): Set up the default for CMD manually.
9409
9410 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9411 Remove binding for ? now made unnecessary.
9412
9413 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9414
9415 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9416 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9417
9418 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9419 when master file is not open.
9420
9421 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9422
9423 * progmodes/ada-stmt.el: Update `maintainer'.
9424
9425 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9426
9427 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9428 choices to match documentation string.
9429
9430 2000-12-09 Miles Bader <miles@gnu.org>
9431
9432 * minibuf-eldef.el: New file.
9433
9434 * window.el (fit-window-to-buffer): Don't pass last argument to
9435 pos-visible-in-window-p, now that its meaning is inverted.
9436
9437 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9438
9439 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9440 <ceder@lysator.liu.se>.
9441
9442 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9443
9444 * autoinsert.el (auto-insert-alist): Add missing final \n.
9445
9446 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9447 (cvs-menu-map): Remove.
9448 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9449 (cvs-mode-quit): Turn it back into a plain function.
9450
9451 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9452 (texinfo-filter): Remove (move to texinfo.el).
9453
9454 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9455 file where it's more visible.
9456 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9457 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9458 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9459 (texinfo-inside-macro-p): Only catch `scan-error's.
9460 (texinfo-inside-env-p): Make better use of the match info.
9461 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9462 (texinfo-insert-@end): Slight re-organization.
9463 Also remove useless `looking-at' call.
9464
9465 2000-12-08 Andrew Innes <andrewi@gnu.org>
9466
9467 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9468 accessible in -nw mode.
9469
9470 * term/w32-win.el: Remove stuff about selection timeout, which is
9471 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9472 it is accessible in -nw mode.
9473
9474 2000-12-08 Dave Love <fx@gnu.org>
9475
9476 * emacs-lisp/lisp-mode.el (lisp-mode):
9477 Set font-lock-keywords-case-fold-search.
9478
9479 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9480
9481 * textmodes/ispell.el (ispell): Doc fix.
9482
9483 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9484
9485 * international/quail.el (quail-insert-decode-map): Check the
9486 frame width of a window displaying the current buffer, not that of
9487 the selected frame.
9488 (quail-help): Make sure that the help buffer has window before
9489 inserting text in it.
9490
9491 2000-12-07 Sam Steingold <sds@gnu.org>
9492
9493 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9494 Backquote is used in isearch.el, so autoloading saves nothing.
9495
9496 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9497
9498 * startup.el (normal-top-level-add-subdirs-to-load-path):
9499 Ignore the CVS and RCS subdirectories case-insensitively.
9500
9501 * dired.el (dired-insert-directory): If file-system-info is
9502 fboundp, call it instead of invoking dired-free-space-program.
9503
9504 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9505
9506 * server.el (server-visit-files): Push files on file-name-history.
9507
9508 * progmodes/cc-langs.el: Update copyright.
9509
9510 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9511
9512 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9513
9514 * bindings.el (mode-line-mode-menu): Reverse the order
9515 of define-keys so that the menu appears in alphabetical order.
9516
9517 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9518
9519 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9520 of the function.
9521
9522 2000-12-07 Dave Love <fx@gnu.org>
9523
9524 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9525
9526 * facemenu.el (facemenu-unlisted-faces): Fix value.
9527
9528 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9529
9530 * font-lock.el (font-lock-default-fontify-region):
9531 Include the terminating \n (off-by-one error).
9532 (font-lock-set-defaults): Use dolist.
9533
9534 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9535
9536 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9537
9538 * international/mule-cmds.el (describe-language-environment):
9539 Fix for the case that an input method title is not string but a list.
9540
9541 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9542 of wrong SIZE record.
9543
9544 2000-12-06 Dave Love <fx@gnu.org>
9545
9546 * newcomment.el (comment-region, comment-dwim): Doc fix.
9547
9548 * textmodes/texinfo.el: Require tex-mode when compiling.
9549 (texinfo-update-node): Doc fix.
9550 (texinfo-imenu-generic-expression): Add @anchor.
9551 (texinfo-font-lock-keywords): Add @uref.
9552 (texinfo-inside-macro-p): Don't use ignore-errors.
9553 (texinfo-insert-quote): Match more contexts.
9554
9555 * international/mule.el (decode-char, encode-char): Doc fix.
9556 (auto-coding-alist): Customize.
9557
9558 * files.el (load-file): Fix change of 2000-03-12.
9559
9560 * wid-edit.el (widget-text-keymap): Doc fix.
9561
9562 2000-12-06 Andrew Innes <andrewi@gnu.org>
9563
9564 * makefile.w32-in (lisp): Set to an absolute directory, namely
9565 $(CURDIR).
9566
9567 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9568
9569 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9570 read generated-autoload-file, and set buffer-file-coding-system to
9571 raw-text-unix after reading the file.
9572
9573 * international/mule-conf.el (file-coding-system-alist):
9574 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9575
9576 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9577
9578 * replace.el (occur): Make line-number-width 1 smaller for the
9579 colon following the line number.
9580
9581 * startup.el (fancy-splash-text, command-line-1):
9582 Use `File' for the menu name instead of `Files'.
9583
9584 * tmm.el: Update copyright.
9585
9586 * cus-start.el: Add entry for even-window-heights.
9587
9588 2000-12-06 Miles Bader <miles@gnu.org>
9589
9590 * faces.el (frame-set-background-mode): Avoid stomping on
9591 locally modified faces.
9592
9593 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9594
9595 * international/fontset.el: Correct the font registries for
9596 japanese-jisx0213-1 and japanese-jisx0213-2.
9597
9598 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9599
9600 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9601
9602 * iswitchb.el: Update customization commentary.
9603
9604 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9605
9606 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9607 (tpu-search-highlight): Fixed comparison of overlay end positions.
9608 (tpu-trim-line-ends): Implemented trimming logic locally.
9609
9610 * emulation/tpu-extras.el (tpu-write-file-hook)
9611 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9612
9613 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9614
9615 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9616 to cn-gb.
9617 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9618
9619 2000-12-04 Dave Love <fx@gnu.org>
9620
9621 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9622
9623 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9624
9625 * mail/rmailsum.el (rmail-summary-expunge)
9626 (rmail-summary-expunge-and-save): Ask for confirmation with
9627 rmail-expunge-confirmed.
9628
9629 * mail/rmail.el (rmail-expunge-confirmed): New function.
9630 (rmail-expunge): Use it.
9631
9632 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9633
9634 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9635 (etags-recognize-tags-table, find-tag-in-order):
9636 New functionality: interpret file names as tags.
9637
9638 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9639
9640 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9641 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9642 the first subnode until the bottom of the current node is visible.
9643
9644 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9645
9646 * format.el (format-decode): Don't change buffer's undo list.
9647
9648 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9649
9650 * faces.el (face-font-registry-alternatives): Add entries for CJK
9651 fonts. Doc-string adjusted for the actual usage of this data.
9652
9653 * international/fontset.el: Change the font registries for CJK
9654 fonts in the default fontset. Don't append '*' to registries.
9655
9656 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9657
9658 * emacs-lisp/easy-mmode.el (define-derived-mode)
9659 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9660
9661 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9662 (derived-mode-p): New function.
9663 (derived-mode-make-docstring): Add `docstring' argument.
9664 Use it if available and complete it if necessary.
9665
9666 2000-12-03 Andreas Schwab <schwab@suse.de>
9667
9668 * type-break.el (type-break): Don't make parent of itself.
9669
9670 2000-12-03 Miles Bader <miles@gnu.org>
9671
9672 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9673
9674 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9675
9676 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9677 (tex-main-file, tex-file): Simplify.
9678 (tex-generate-zap-file-name): Use subst-char-in-string.
9679 (tex-strip-dots): Remove.
9680
9681 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9682
9683 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9684 to check if the match succeeded.
9685
9686 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9687
9688 * startup.el (use-fancy-splash-screens-p): New function.
9689 (command-line-1): Use it to determine whether or not to use
9690 a fancy splash screen.
9691
9692 2000-12-02 Andreas Schwab <schwab@suse.de>
9693
9694 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9695
9696 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9697
9698 * international/mule.el (make-char): Fix last change.
9699
9700 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9701 New defcustoms.
9702 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9703 autoloading tex-mode; instead, do the same manually.
9704 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9705 with numeric argument. Docstring fix.
9706 (toplevel): Require cl when compiling.
9707
9708 * international/mule.el (make-char): Doc fix.
9709
9710 2000-12-02 Jason Rumney <jasonr@gnu.org>
9711
9712 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9713 the Emacs Lisp manual)
9714
9715 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9716
9717 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9718
9719 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9720 the Emacs Lisp manual).
9721
9722 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9723
9724 * simple.el (next-line-add-newlines): Change default to nil.
9725
9726 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9727
9728 * files.el (revert-buffer, recover-file):
9729 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9730
9731 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9732
9733 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9734
9735 2000-12-01 Miles Bader <miles@gnu.org>
9736
9737 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9738
9739 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9740
9741 * international/mule-diag.el (describe-char-after): Fix typo.
9742 (describe-character-set, non-iso-charset-alist): Fix typo.
9743
9744 2000-12-01 Miles Bader <miles@gnu.org>
9745
9746 * image-file.el (image-file-name-regexp): Automatically add
9747 upper-case variants of each filename extension in
9748 `image-file-name-extensions', since they seem to be common.
9749
9750 * simple.el (minibuffer-contents)
9751 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9752 New functions.
9753 * filecache.el (file-cache-directory-name)
9754 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9755
9756 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9757
9758 * filecache.el (file-cache-minibuffer-complete): Don't try to
9759 delete the minibuffer prompt.
9760
9761 2000-11-30 Dave Love <fx@gnu.org>
9762
9763 * cus-start.el: Fix read-buffer-function type.
9764
9765 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9766
9767 * md5.el: Removed. There's a built-in function, now.
9768
9769 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9770
9771 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9772 as dummy 0-th char of rmail-deleted-vector.
9773
9774 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9775
9776 * ps-print.el (ps-end-job): Bind case-fold-search only after
9777 switching to ps-spool-buffer.
9778
9779 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9780
9781 * ps-print.el: Line number font customization. PostScript: Lines and
9782 PageCount are initialized on each page. Doc Fix.
9783 (ps-print-version): New version number (6.3.2).
9784 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9785 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9786 (ps-right-header): Customization fix.
9787 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9788 Fix code.
9789 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9790 New vars.
9791
9792 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9793
9794 * bs.el: Fix typos and spelling errors.
9795 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9796 (bs-configuration): Doc fix.
9797
9798 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9799
9800 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9801
9802 * emulation/tpu-edt.el (tpu-version): New version.
9803 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9804 (tpu-original-mode-line): Variable deleted.
9805 (tpu-mark-flag): New initial value.
9806 (tpu-set-mode-line): Don't redefine mode-line-format.
9807 Add tpu-mark-flag to minor-mode-alist.
9808 (tpu-update-mode-line): New mark flag logic.
9809 (tpu-get): Use find-file-wildcards.
9810 (tpu-search-highlight): Move overlay less, reset overlay properly.
9811 (tpu-unselect): Deactivate mark.
9812 (tpu-lm-replace): Reset overlay properly.
9813 (tpu-forward-line): Use forward-visible-line.
9814 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9815
9816 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9817
9818 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9819
9820 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9821
9822 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9823
9824 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9825 and skip whitespace and newlines.
9826
9827 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9828
9829 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9830
9831 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9832
9833 * help.el (describe-function-1): Regexp-quote function name
9834 when used as part of a regexp.
9835
9836 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9837 Use face-attribute instead of face-foreground and face-background.
9838 (tool-bar-add-item): Likewise, and handle unspecified colors.
9839
9840 * enriched.el (enriched-face-ans): Use face-attribute instead
9841 of face-foreground and face-background.
9842
9843 * faces.el (face-foreground, face-background, face-stipple):
9844 Return nil if attribute is unspecified, for backward compatibility.
9845
9846 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9847
9848 * play/5x5.el: Remove version info.
9849
9850 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9851
9852 * frame.el (blink-cursor-mode): Doc fix.
9853
9854 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9855
9856 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9857 to create Makefile rules.
9858 (antlr-tool-command): New user option.
9859 (antlr-ask-about-save): New user option.
9860 (antlr-makefile-specification): New user option.
9861 (antlr-file-formats-alist): New variable.
9862 (antlr-special-file-formats): New variable.
9863 (antlr-unknown-file-formats): New user option.
9864 (antlr-help-unknown-file-text): New variable.
9865 (antlr-help-rules-intro): New variable.
9866 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9867 (antlr-mode-menu): Add entries.
9868 (antlr-file-dependencies): New function.
9869 (antlr-directory-dependencies): New function.
9870 (antlr-superclasses-glibs): New function.
9871 (antlr-run-tool): New command.
9872 (antlr-makefile-insert-variable): New function.
9873 (antlr-insert-makefile-rules): New function.
9874 (antlr-show-makefile-rules): New command.
9875
9876 * antlr-mode.el: More Emacs/XEmacs stuff.
9877 (antlr-no-action-keywords): New constant with value nil.
9878 (antlr-font-lock-keywords-alist): Use it. Old value would break
9879 syntax highlighting in Emacs-21.0.
9880 (antlr-default-directory): Emacs/XEmacs dependend function.
9881 (antlr-read-shell-command): Ditto.
9882 (antlr-with-displaying-help-buffer): Ditto.
9883
9884 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9885
9886 * antlr-mode.el: imenu, parsing and highlighting changes.
9887 (antlr-imenu-create-index-function): Don't create extra submenus
9888 for definitions in different grammar classes. It is not necessary
9889 for the menu and would make command `imenu' awkward to use.
9890 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9891 header actions and more than one.
9892 (antlr-font-lock-tokendef-face): Changed color.
9893 (antlr-font-lock-tokenref-face): Changed color.
9894 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9895 (antlr-mode-syntax-table): New variable.
9896 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9897 (antlr-with-syntax-table): Don't copy syntax table.
9898
9899 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9900
9901 * antlr-mode.el: Minor changes: language setting.
9902 (antlr-language-alist): The value for file option "language" can
9903 be both an identifier and a string.
9904 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9905 (antlr-language-limit-n-regexp): Change accordingly.
9906
9907 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9908
9909 * antlr-mode.el: Minor changes: tabs, hiding.
9910 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9911 (antlr-action-visibility): Also allow value nil to also hide the
9912 braces. Renamed from `antlr-tiny-action-length'.
9913 Suggested by Jay@aol.com.
9914 (antlr-hide-actions): Change accordingly. Hide line if completely
9915 hidden action is on a line of its own.
9916
9917 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9918
9919 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9920
9921 * sort.el (sort-columns): Don't concat strings with numbers.
9922
9923 2000-11-29 Dave Love <fx@gnu.org>
9924
9925 * cus-edit.el (face): Fix :format.
9926
9927 * mail/feedmail.el: Require smtpmail when compiling.
9928 (mail-do-fcc): Autoload.
9929 (feedmail) <defgroup>: Fix :link.
9930 (feedmail-nuke-body-in-fcc): Fix :type.
9931 (feedmail-send-it): Add autoload cookie.
9932
9933 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9934
9935 * newcomment.el (comment-indent): Save excursion around call to
9936 comment-indent-function.
9937
9938 2000-11-29 Miles Bader <miles@gnu.org>
9939
9940 * subr.el (member-ignore-case): Return the tail of the list who's
9941 car matches, like `member', not the matching element itself.
9942
9943 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9944
9945 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9946 should not contain `\n'.
9947
9948 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9949
9950 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9951
9952 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9953
9954 * dired-aux.el (dired-do-create-files): Construct default file
9955 name for dired-mark-read-file-name so that when the user enters
9956 just RET, the target file will end up in the target directory.
9957
9958 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9959 local-abbrev-table before changing buffers because it might
9960 have a buffer-local binding.
9961
9962 2000-11-28 Miles Bader <miles@gnu.org>
9963
9964 * simple.el (delete-horizontal-space): Handle fields more generally.
9965
9966 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9967
9968 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9969
9970 2000-11-28 Dave Love <fx@gnu.org>
9971
9972 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9973 comment-start-skip locally.
9974
9975 * progmodes/fortran.el (fortran-mode): Don't set
9976 fortran-comment-line-start-skip. Set comment-start to
9977 fortran-comment-line-start.
9978 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9979 (fortran-comment-line-start-skip): Simplify slightly.
9980
9981 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9982
9983 * play/5x5.el: Remove RCS keyword.
9984
9985 * bs.el: Mistaken commit, undone 2000-11-30.
9986
9987 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9988
9989 * textmodes/tildify.el (tildify-string-alist):
9990 Add `plain-tex-mode' here.
9991
9992 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9993
9994 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9995 reference.
9996
9997 2000-11-28 Miles Bader <miles@gnu.org>
9998
9999 * cus-face.el (custom-face-attributes): Add post-filter function
10000 for :box. Make pre-filter function for :box handle all cases.
10001
10002 * wid-edit.el (widget-choose): Make sure pop-up window is large
10003 enough to display all the choices, as there's no way to scroll it.
10004
10005 2000-11-28 Kenichi Handa <handa@etl.go.jp>
10006
10007 * international/mule-conf.el: Make the coding system no-conversion
10008 safe for all characters.
10009
10010 2000-11-27 Dave Love <fx@gnu.org>
10011
10012 * net/ldap.el (ldap) <defgroup>: Add :version.
10013
10014 * tooltip.el (tooltip-use-echo-area): Doc fix.
10015
10016 * cus-start.el <minibuffer-prompt-properties>: Add version.
10017 <read-buffer-function>: Add.
10018
10019 * apropos.el (apropos-print): Add help-echo to active text.
10020
10021 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10022
10023 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10024
10025 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10026 type, group and version.
10027
10028 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10029
10030 * select.el (x-get-selection): Docstring fix.
10031
10032 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10033
10034 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10035
10036 2000-11-27 Andrew Innes <andrewi@gnu.org>
10037
10038 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10039
10040 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10041
10042 2000-11-27 Miles Bader <miles@gnu.org>
10043
10044 * dired.el (dired-get-filename): Return filename verbatim if
10045 LOCALP is `verbatim'.
10046 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10047 `verbatim' so that we don't inadvertently delete a non-existant
10048 directory name.
10049
10050 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10051
10052 * international/characters.el: Specify cases and syntaxes for
10053 mule-unicode-0100-24ff.
10054
10055 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10056
10057 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10058 that foreground and/or background colors of the face `tool-bar'
10059 are unspecified.
10060
10061 2000-11-27 Miles Bader <miles@gnu.org>
10062
10063 * wid-edit.el (widget-field-buffer, widget-field-start)
10064 (widget-field-end): Handle widget field `pseudo-overlays'.
10065 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10066 if it's there instead of in `widget-field-list'.
10067
10068 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10069 (help-make-xrefs): Delete extraneous newlines at the end of the
10070 docstring.
10071
10072 2000-11-25 Jason Rumney <jasonr@gnu.org>
10073
10074 * startup.el (command-line): Call set-locale-environment after
10075 Window System init file is read, as it can result in a call to
10076 redraw-frame.
10077
10078 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10079
10080 * simple.el (shell-command): Mention the effect of the prefix
10081 argument in the doc string.
10082
10083 2000-11-25 Miles Bader <miles@gnu.org>
10084
10085 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10086
10087 * wid-edit.el (widget-field-value-delete): Don't try to delete
10088 overlay when it's the `pseudo-overlay' that exists at some points.
10089
10090 2000-11-24 Jason Rumney <jasonr@gnu.org>
10091
10092 * international/mule-cmds.el (locale-language-names): Add "jp" as
10093 a non-standard alternative for Japanese.
10094
10095 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10096
10097 * vc-hooks.el: Require 'cl during compilation.
10098
10099 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10100
10101 * faces.el (face-set-after-frame-default): Let face attributes
10102 specified for new frames override frame parameters.
10103
10104 * startup.el (command-line): Fix computation of the source file
10105 for user-init-file when user-init-file is a compiled file.
10106
10107 2000-11-24 Miles Bader <miles@gnu.org>
10108
10109 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10110 (custom-post-filter-face-spec): New functions.
10111 (custom-face-set, custom-face-value-create): Filter the face spec
10112 before and after customization.
10113 (custom-face-set): If VALUE specifies a null face, pass a
10114 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10115 * cus-face.el (custom-face-attributes): Remove SET and GET
10116 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10117 cases they're needed.
10118
10119 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10120 that it's distinguishable from the :off-glyph on dark-background
10121 displays. Set its background color too.
10122
10123 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10124 so that people can easily turn it off.
10125
10126 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10127
10128 * ediff-diff.el: Moved variables around to have it compile under NT.
10129
10130 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10131
10132 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10133
10134 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10135 redundant skip-small-frames test.
10136
10137 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10138 (viper-downgrade-to-insert): Protect against errors in hooks.
10139
10140 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10141 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10142 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10143 New functions.
10144
10145 * viper-util.el (viper-memq-char): Bug fixes.
10146
10147 * viper.el (viper-mode): Fix cursor handling.
10148
10149 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10150
10151 * international/mule-diag.el (list-iso-charset-chars):
10152 For two-byte charset, fix the `while' condition.
10153 (list-non-iso-charset-chars): Fix the `while' condition.
10154
10155 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10156
10157 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10158 if the variable is make-variable-buffer-local.
10159
10160 * progmodes/ada-stmt.el (ada-template-map):
10161 Initialize and bind it to C-c t in ada-mode-map.
10162 (ada-stmt-mode-hook): New function extracted from old code.
10163 Only change the buffer-local side of skeleton-*.
10164 (ada-mode-hook): Use it.
10165
10166 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10167
10168 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10169 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10170 we expect to be returned by minibuffer-depth once we prompt the
10171 user in the minibuffer.
10172 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10173 as recorded in iswitchb-minibuf-depth, return non-nil.
10174
10175 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10176
10177 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10178 (hscroll-window-maybe): Docstring fix.
10179
10180 2000-11-23 Dave Love <fx@gnu.org>
10181
10182 * rect.el (string-rectangle): Don't test delete-selection-mode.
10183
10184 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10185
10186 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10187 is in the tool bar.
10188
10189 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10190 with `no-dir'; we want the directory part to be able to remove it.
10191
10192 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10193
10194 * textmodes/outline.el (outline-flag-region):
10195 Don't bind inhibit-read-only since we don't modify the buffer.
10196 (outline-isearch-open-invisible): Don't jump to overlay-start
10197 since we're trying to unhide text around point.
10198 (outline-discard-overlays): Use dolist.
10199
10200 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10201
10202 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10203
10204 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10205
10206 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10207
10208 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10209 Fix ARG regexp to skip quoted braces.
10210 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10211 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10212 are (correctly) handled separately).
10213 Remove `caption' and `footnote' from `citations': they contain text.
10214 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10215 (latex-skeleton-end-hook): New function.
10216 (latex-mode): Use it.
10217 (tex-start-tex-marker): Remove.
10218 (tex-send-tex-command): Don't set tex-start-tex-marker.
10219 (tex-error-parse-syntax-table): New var.
10220 (tex-compilation-parse-errors): Use it.
10221 Ignore tex-start-tex-marker. Don't bother with marker-position.
10222 (tex-validate-buffer): Don't bother with marker-position.
10223
10224 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10225 (flyspell-generic-progmode-verify): Use it.
10226
10227 2000-11-22 Sam Steingold <sds@gnu.org>
10228
10229 * simple.el (delete-trailing-whitespace): New interactive function.
10230
10231 * progmodes/ada-mode.el (ada-mode): Use it instead of
10232 `ada-remove-trailing-spaces'.
10233 (ada-remove-trailing-spaces): Removed.
10234
10235 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10236
10237 * textmodes/picture.el (picture-clean): Removed.
10238 (picture-mode-exit): Call it instead of `picture-clean'.
10239
10240 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10241
10242 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10243
10244 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10245 jit-lock-fontify-buffer; it should anyway be unneccessary to
10246 do anything special when jit-lock is active.
10247 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10248
10249 2000-11-22 Dave Love <fx@gnu.org>
10250
10251 * calendar/todo-mode.el (todo-top-priorities): Use
10252 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10253
10254 * language/chinese.el, language/cyrillic.el:
10255 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10256 * language/hebrew.el, language/indian.el, language/japanese.el:
10257 * language/korean.el, language/lao.el, language/misc-lang.el:
10258 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10259 Use provide.
10260
10261 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10262 (custom-variable-set): Improve validation error mesage.
10263
10264 * rect.el (string-rectangle): Revert last change.
10265 (string-rectangle-line): New arg DELETE.
10266 (string-rectangle): Check delete-selection-mode.
10267
10268 * emacs-lisp/edebug.el (edebug-version)
10269 (edebug-maintainer-address): Deleted.
10270 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10271 (edebug-read-function): Account for other `'#' read forms.
10272 (edebug-mode-menus): Make some items toggles.
10273 (edebug-outside-unread-command-event, unread-command-event):
10274 Remove these to avoid warnings.
10275
10276 2000-11-22 David Ponce <david@dponce.com>
10277
10278 * recentf.el (recentf-menu-items-for-commands)
10279 (recentf-make-menu-items, recentf-make-menu-item)
10280 (recentf-filter-changer): Added :help and :active menu-item properties.
10281
10282 (recentf-build-dir-rules, recentf-dump-variable)
10283 (recentf-edit-list, recentf-open-files-item)
10284 (recentf-open-files): Replaced unnecessary `mapcar' with new
10285 built-in `mapc'.
10286
10287 2000-11-23 Miles Bader <miles@gnu.org>
10288
10289 * faces.el (menu): Make inverse-video on ttys too.
10290
10291 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10292
10293 * simple.el (comment-line-break-function): Use the new name
10294 indent-new-comment-line -> comment-indent-new-line.
10295 (clone-indirect-buffer): Don't ignore NORECORD.
10296 (next-completion): Properly handle the case where items are adjacent.
10297
10298 * mouse.el (popup-menu): Stupid typo.
10299
10300 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10301
10302 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10303 maintainer, keywords tags.
10304
10305 * rect.el (replace-rectangle): Don't call string-rectangle-line
10306 with too many arguments.
10307
10308 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10309
10310 * ediff-util.el (ediff-file-checked-out-p)
10311 (ediff-file-checked-in-p): Call vc-state instead of
10312 vc-locking-user, which no longer exists.
10313
10314 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10315
10316 2000-11-22 Dave Love <fx@gnu.org>
10317
10318 * md5.el (md5): Provide.
10319 (md5): Fix error call.
10320
10321 2000-11-22 Miles Bader <miles@gnu.org>
10322
10323 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10324 (refill-fill-paragraph-at): Remove debugging code.
10325
10326 * calendar/calendar.el (generate-calendar-window): When we don't
10327 call `fit-window-to-buffer', make sure the top line is fully visible.
10328
10329 * image-file.el (insert-image-file): Don't make `read-only'
10330 property rear-nonsticky.
10331
10332 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10333 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10334 stashing away its original value.
10335 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10336 in the recursive edit.
10337 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10338 (isearch-done): Restore `minibuffer-message-timeout'.
10339
10340 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10341
10342 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10343
10344 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10345
10346 * find-lisp.el (find-lisp-find-files-internal):
10347 Use dolist, when and file-name-as-directory.
10348
10349 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10350 (define-derived-mode, define-minor-mode): Add specs.
10351
10352 * window.el: General comment and spacing fixes.
10353 (save-selected-window): Use backquotes.
10354 (window-safely-shrinkable-p): New function.
10355 (shrink-window-if-larger-than-buffer): Use it.
10356
10357 * subr.el (make-local-hook): Docstring fix.
10358
10359 * shell.el (shell-mode): Use define-derived-mode.
10360
10361 * newcomment.el (comment-indent): Insert comment before calling
10362 comment-indent-function. Don't insert in column 0.
10363 (comment-dwim): Indent before inserting comment.
10364
10365 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10366 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10367 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10368 Use mapc rather than map.
10369
10370 * files.el (find-buffer-visiting): Compare all attributes before
10371 declaring two files identical (rather than just their inode-no).
10372 (auto-mode-alist): Use \' rather than $.
10373
10374 * which-func.el: Update maintainer line.
10375
10376 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10377 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10378 (uniquify-buffer-file-name): Use it.
10379
10380 2000-11-22 Miles Bader <miles@gnu.org>
10381
10382 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10383 * simple.el (minibuffer-avoid-prompt): New function.
10384
10385 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10386
10387 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10388
10389 2000-11-21 Miles Bader <miles@gnu.org>
10390
10391 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10392 inclusion of `track-mouse'.
10393
10394 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10395 (refill-adjust-ignorable-overlay): New function.
10396 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10397 only the paragraph's tail if possible.
10398 Update `refill-ignorable-overlay'.
10399 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10400
10401 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10402 point inside the fill-prefix.
10403
10404 * textmodes/refill.el (refill-post-command-function): Don't reset
10405 refill-doit in the case where a self-insertion command doesn't
10406 case a refill. Use `refill-fill-paragraph-at', getting position
10407 from `refill-doit'.
10408 (refill-after-change-function): Set `refill-doit' to END.
10409 (refill-fill-paragraph-at): New function, mostly from old
10410 refill-fill-paragraph.
10411 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10412 (refill-pre-command-function): New function.
10413 (refill-mode): Add it to `pre-command-hook'.
10414
10415 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10416
10417 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10418
10419 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10420 javadoc tags.
10421
10422 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10423
10424 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10425 vc.el).
10426
10427 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10428 require vc.
10429
10430 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10431 checkouts.
10432
10433 2000-11-20 Dave Love <fx@gnu.org>
10434
10435 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10436
10437 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10438
10439 * calculator.el (calculator-paste): Use `if' instead of `and'
10440 and `or'.
10441 (calculator-help): Don't use electric-describe-mode for XEmacs.
10442
10443 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10444
10445 * info.el (info-menu-5): Doc fix.
10446
10447 * textmodes/artist.el: New file.
10448
10449 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10450
10451 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10452 and differentiate according to checkout model.
10453 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10454 since this function is only concerned with master state.
10455
10456 * vc-hooks.el (vc-workfile-unchanged-p)
10457 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10458
10459 * vc.el (vc-workfile-unchanged-p)
10460 (vc-default-workfile-unchanged-p): See above.
10461
10462 2000-11-19 Miles Bader <miles@gnu.org>
10463
10464 * image-file.el (insert-image-file): Make `intangible' and
10465 `read-only' properties rear-nonsticky too.
10466
10467 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10468
10469 * ps-print.el: Update copyright notice.
10470
10471 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10472 (tooltip-show): Use the offsets.
10473
10474 * bindings.el (mode-line-modified): Fix a typo.
10475 (mode-line-toggle-modified, mode-line-widen)
10476 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10477
10478 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10479
10480 * ps-print.el (toplevel): Test for find-coding-system being
10481 fboundp before calling ps-x-find-coding-system.
10482
10483 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10484
10485 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10486 (vc-version-backup-file): Docstring fix.
10487
10488 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10489
10490 * files.el (basic-save-buffer): Don't add a newline if
10491 find-file-literally is non-nil.
10492 (find-file-literally): Extend doc string.
10493
10494 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10495 sort(1) with the `-f' argument.
10496
10497 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10498
10499 * vc.el: Updated backend documentation.
10500 (vc-default-check-headers): New function.
10501
10502 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10503
10504 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10505 up-to-date.
10506 (vc-do-command): In the asynchronous case, output messages only if
10507 the minibuffer is not active.
10508
10509 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10510 `vc-cvs-use-edit' is on.
10511 (vc-cvs-checkout): When this is used for reverting the workfile,
10512 make a backup of the original contents and revert to that in case
10513 of error.
10514 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10515 remote repositories.
10516
10517 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10518 for both version and ratio in the minibuffer.
10519
10520 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10521 Use vc-do-command to perform the annotation, not call-process.
10522
10523 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10524
10525 * international/quail.el (quail-start-translation): Don't call
10526 `message' before reading key sequence.
10527
10528 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10529
10530 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10531
10532 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10533
10534 * window.el (fit-window-to-buffer): Be sure to acquire at least
10535 one text line even if the buffer is empty.
10536
10537 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10538
10539 * net/ange-ftp.el (ange-ftp-file-writable-p)
10540 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10541 Bind ange-ftp-process-verbose to nil.
10542
10543 2000-11-15 Dave Love <fx@gnu.org>
10544
10545 * wid-edit.el (widget-specify-field, widget-specify-button):
10546 If :help-echo is a function, set help-echo of overlay to
10547 widget-mouse-help.
10548 (widget-mouse-help): New function.
10549 (widget-echo-help): Rewritten for :help-echo functions only taking
10550 a widget arg.
10551
10552 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10553 Use display-graphic-p.
10554 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10555 and that JPEG is available.
10556 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10557
10558 * international/mule-cmds.el (locale-charset-language-names):
10559 Match @euro.
10560
10561 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10562
10563 * faces.el (face-set-after-frame-default):
10564 If `inhibit-default-face-x-resources' is bound, don't intialize the
10565 default face from X resources.
10566
10567 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10568
10569 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10570 Don't set EMACSLOADPATH.
10571
10572 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10573
10574 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10575 texinfo-insert-@url.
10576 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10577 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10578
10579 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10580
10581 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10582 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10583 (checkdoc-minor-keymap): Backward compatibility.
10584 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10585 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10586 (checkdoc-this-string-valid-engine): Be a bit more strict
10587 to avoid matching substrings of `...' quoted vars/funs.
10588 (checkdoc-defun-info): Only look for `interactive' if alone.
10589 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10590
10591 * progmodes/compile.el (grep): `tag-default' can be nil.
10592
10593 * newcomment.el (comment-indent): Paren typo.
10594
10595 2000-11-14 Dave Love <fx@gnu.org>
10596
10597 * calculator.el: New maintainer version.
10598
10599 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10600
10601 * cmuscheme.el: Doc fixes.
10602 (cmuscheme) <defgroup>: Use `scheme' as parent.
10603 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10604
10605 * xscheme.el (scheme-program-name): Don't define here.
10606
10607 * progmodes/scheme.el (scheme-program-name): New variable
10608 (originally in cmuscheme).
10609
10610 2000-11-14 Miles Bader <miles@gnu.org>
10611
10612 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10613 Handle header-lines. Don't loop forever if we can't enlarge the
10614 window anymore. Simplify a bit.
10615
10616 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10617
10618 * window.el (fit-window-to-buffer): Don't check
10619 window-text-height. Assure that the last line is fully visible.
10620
10621 * international/quail.el (quail-show-guidance-buf):
10622 Call fit-window-to-buffer to assure the enough height of the guidance
10623 buffer.
10624 (quail-update-guidance): Avoid making the guidance buffer shorter.
10625
10626 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10627
10628 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10629 rather than `prepend' and add an interesting comment.
10630 (tex-math-face, tex-font-lock-syntactic-face-function):
10631 New face and function to use it.
10632 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10633 than `menu-enable' symbol property.
10634 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10635 (tex-mode): Add some latex-mode commands for auto-selection.
10636 Use tex-font-lock-syntactic-face-function.
10637 (tex-insert-quote): Simplify.
10638 (tex-shell): New mode.
10639 (tex-start-shell): Use it.
10640 (tex-shell-proc, tex-shell-buf): New functions.
10641 (tex-send-command): Use it.
10642 (tex-main-file): Fix the meaning of the new arg REALFILE.
10643 (tex-send-tex-command): New function split from `tex-start-tex'.
10644 Set compilation-last-buffer and compilation-parsing-end.
10645
10646 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10647 when it follows non-comment text on the line.
10648
10649 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10650 Set font-lock-defaults.
10651 (lisp-mode-shared-map): Init inside the defvar.
10652 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10653 Use define-derived-mode.
10654
10655 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10656
10657 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10658
10659 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10660
10661 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10662 Don't recursively optimize body because that can lead to infinite
10663 recursion; see comment there.
10664
10665 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10666
10667 * faces.el (face-spec-set-match-display): Revert the change from
10668 2000-10-24. Add a FIXME for after v21.1.
10669
10670 2000-11-13 Miles Bader <miles@gnu.org>
10671
10672 * textmodes/fill.el (skip-line-prefix): New function.
10673 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10674 (fill-paragraph): Don't leave point inside the fill-prefix.
10675 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10676 point inside the fill-prefix.
10677
10678 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10679
10680 * calendar/calendar.el (generate-calendar-window):
10681 Use `fit-window-to-buffer'.
10682
10683 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10684
10685 * gud.el (gud-minor-mode): New var.
10686 (gud-symbol, gud-val): New functions.
10687 (gud-find-file): Copy gud-minor-mode to the new buffer.
10688 (gud-menu-map): Include entries for commands that are not always
10689 available, using :enable to (de)activate them.
10690 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10691 (gud-mode-map): New map.
10692 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10693 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10694 Don't set up gud's menu (it's done by the minor-mode).
10695 (gud-minibuffer-local-map): New.
10696 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10697 (gud-query-cmdline): New function.
10698 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10699 (gud-mode): Use define-derived-mode.
10700 Don't set up gud's menu (it's done by the minor-mode).
10701 (gud-chop-words): Remove.
10702 (gud-common-init): Use split-string instead.
10703 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10704
10705 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10706 Add keyword arg :name.
10707
10708 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10709 (diff-count-matches, diff-split-hunk): New functions.
10710 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10711
10712 * pcvs-info.el (cvs-fi-conflict-face): New var.
10713
10714 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10715 Make it into a simple syntax-table, shared among all submodes.
10716 (sh-heredoc-face): Re-introduce.
10717 (sh-font-lock-syntactic-face-function): New function.
10718 (sh-mode): Use it. Also use define-derived-mode.
10719 Remove old bogus setting of indent-region-function.
10720 (sh-set-shell): Don't set the syntax-table any more.
10721 (sh-mode-syntax-table) <defun>: Remove.
10722
10723 2000-11-12 Miles Bader <miles@gnu.org>
10724
10725 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10726 message if interactive.
10727
10728 2000-11-12 Dave Love <fx@gnu.org>
10729
10730 * mail/feedmail.el: Fix header,
10731 (feedmail) <defgroup>: Add :link.
10732
10733 * view.el: Use local-map property, not keymap on mode-line string.
10734
10735 * scroll-all.el (scroll-all-mode): Customize variable.
10736 Add autoload cookie to function.
10737
10738 * lazy-lock.el: Remove compatibility code.
10739
10740 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10741 (finder-help-echo): New variable.
10742 (finder-mouse-face-on-line): Add help-echo stuff.
10743 (finder-list-keywords, finder-list-matches): Use mapc.
10744
10745 * faces.el (face-font-registry-alternatives): Add :version.
10746
10747 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10748 tags-table-list.
10749
10750 * net/browse-url.el (browse-url-browser-function): Update :version.
10751
10752 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10753 (mail-mode): Use [:alnum:] in some regexps.
10754
10755 2000-11-10 Dave Love <fx@gnu.org>
10756
10757 * ediff.el (ediff-regions-internal, ediff-documentation):
10758 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10759 fundamental mode.
10760
10761 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10762 buffer into fundamental mode.
10763 (ediff-set-difference): Use copy-sequence if available.
10764
10765 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10766 Check ediff-patch-map non-nil.
10767 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10768 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10769 buffer into fundamental mode.
10770
10771 * ediff-merg.el (state-or-merge): Defvar when compiling.
10772
10773 2000-11-10 Jason Rumney <jasonr@gnu.org>
10774
10775 * w32-fns.el (w32-add-charset-info): New function.
10776 (w32-charset-info-alist): Use it.
10777
10778 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10779
10780 * faces.el (face-font-registry-alternatives): New user-option.
10781
10782 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10783
10784 * textmodes/texinfo.el (texinfo-block-default): New var.
10785 (texinfo-insert-block): Use it. Insert a newline if needed.
10786
10787 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10788 (fill-region-as-paragraph): Use it.
10789
10790 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10791 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10792 Tweak paragraph regexps to allow a leading [ \t]*.
10793 (tex-latex-block): Insert a newline if necessary.
10794 (latex-insert-item): Only insert a newline if necessary.
10795 (tex-guess-main-file): New function.
10796 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10797 Set tex-main-file if TeX-master is provided.
10798 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10799
10800 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10801
10802 * startup.el (command-line): Set the default tooltip-mode
10803 to t for graphical displays which implement x-show-tip.
10804
10805 * tooltip.el (tooltip-mode): Add a comment about startup.el
10806 setting the default value of this user-option.
10807
10808 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10809
10810 * font-lock.el (font-lock-*-face) <defvar>: Move.
10811 (font-lock-defaults-alist): Mark obsolete.
10812 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10813 (font-lock-mode): Use define-minor-mode.
10814 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10815 (font-lock-turn-off-thing-lock): Be more explicit.
10816 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10817 (font-lock-syntactic-face-function): New var.
10818 (font-lock-fontify-syntactically-region): Use it.
10819 (font-lock-doc-face): New.
10820
10821 * pcvs.el (cvs-enabledp): Ignore errors.
10822 (cvs-commit-filelist): Never query.
10823 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10824 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10825 (cvs-do-removal): Use cvs-partition rather than delete-if.
10826 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10827 cvs-bury-buffer.
10828
10829 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10830 Allow `next' to jump to after the end of the last match.
10831
10832 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10833
10834 * simple.el (byte-compiling-files-p): New function.
10835
10836 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10837 if it is there.
10838
10839 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10840 nil again.
10841
10842 * textmodes/ispell.el (ispell-library-path): Don't call
10843 check-ispell-version when byte-compiling because that starts
10844 an ispell process, and ispell might not be installed.
10845 (toplevel): Don't set up a menu when byte-compiling.
10846
10847 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10848 it, so that a boundp test can be used to determine if we're
10849 currently byte-compiling.
10850
10851 2000-11-09 Dave Love <fx@gnu.org>
10852
10853 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10854
10855 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10856
10857 * ps-print.el: Patch for variable initialization when spooling.
10858 Doc fix.
10859 (ps-output-list): Fun eliminated.
10860 (ps-begin-file, ps-begin-job): Code fix.
10861
10862 2000-11-08 Dave Love <fx@gnu.org>
10863
10864 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10865
10866 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10867
10868 * simple.el (shell-command, display-message-or-buffer)
10869 (shell-command-on-region): Mention resize-mini-windows in the doc
10870 string.
10871 (display-message-or-buffer): Take the value of resize-mini-windows
10872 into account.
10873
10874 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10875
10876 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10877
10878 * dired.el (dired-between-files): Add `^. find' as an alternative
10879 to the regular expression, for find-dired.
10880
10881 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10882
10883 * textmodes/texnfo-upd.el: Require texinfo.
10884 (defmacro, defgroup): Remove.
10885 (texinfo-section-to-generic-alist): Remove.
10886 Use texinfo-section-list instead (i.e. level is changed string->int).
10887 (texinfo-filter): New function.
10888 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10889 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10890 Use it. And use regexp-opt.
10891 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10892 (texinfo-update-menu-region-beginning)
10893 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10894 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10895 (texinfo-update-menu-same-level-regexps): Update.
10896 (texinfo-update-node, texinfo-every-node-update)
10897 (texinfo-sequential-node-update): Remove autoload cookie.
10898
10899 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10900 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10901 (texinfo-chapter-level-regexp): Remove.
10902 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10903
10904 2000-11-06 Dave Love <fx@gnu.org>
10905
10906 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10907
10908 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10909 Match defun*.
10910
10911 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10912
10913 * composite.el (composition-function-table): Variable declaration
10914 moved to src/composite.c.
10915 (compose-chars-after): New optional arg object.
10916
10917 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10918
10919 * bindings.el (mode-line-toggle-read-only)
10920 (mode-line-toggle-modified, mode-line-widen)
10921 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10922 (make-mode-line-mouse2-map): Rewritten.
10923 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10924 functions so that C-h k can show something with a doc string.
10925
10926 * startup.el (fancy-splash-delay): Set to 10 seconds.
10927 (fancy-splash-max-time): New user-option.
10928 (fancy-splash-stop-time): New variable.
10929 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10930 (fancy-splash-screens-1): Throw `stop-splashing' when current
10931 time is greater than fancy-splash-stop-time.
10932
10933 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10934
10935 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10936
10937 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10938 Prompt user for a file rather than raising an error.
10939 (cvs-enabledp): Fix call to cvs-mode-marked.
10940 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10941 (cvs-mode-insert): Use it. Change the init prompt' value.
10942 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10943
10944 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10945 Don't pass default arg to ewoc-locate.
10946 (ewoc-collect): Return result in the right order.
10947
10948 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10949
10950 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10951 (cvs-status-get-tags): Fix regexp.
10952 (cvs-status-trees, cvs-status-cvstrees):
10953 Combine after change hooks and don't sit-for.
10954 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10955 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10956 Use make-char rather than hard-coded cryptic data.
10957 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10958
10959 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10960
10961 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10962 (cvs-insert-strings): New function.
10963
10964 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10965
10966 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10967 `mwheel-scroll-amount'.
10968 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10969 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10970 string-matching against the version string.
10971
10972 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10973
10974 * language/thai.el ("Thai"): Set a lisp form that produces
10975 composed string in `sample-text' language info.
10976
10977 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10978 composed string in `sample-text' language info.
10979
10980 * international/mule-cmds.el (describe-language-environment):
10981 Eval `sample-text' data and insert the result.
10982
10983 * international/mule-conf.el (compound-text): Define this coding
10984 system here. Make x-ctext and ctext aliases of it.
10985
10986 * language/european.el (compound-text, ctext): Moved to
10987 international/mule-conf.el.
10988
10989 2000-11-05 Andrew Innes <andrewi@gnu.org>
10990
10991 * w32-fns.el (w32-version): New function.
10992
10993 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10994
10995 * progmodes/awk-mode.el: Update copyright.
10996 (awk-mode-abbrev-table): Remove.
10997 (awk-font-lock-keywords): Use regexp-opt.
10998 (awk-mode): Use define-derived-mode.
10999
11000 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11001 when extracting a suffix.
11002
11003 2000-11-04 Andre Spiegel <spiegel@gnu.org>
11004
11005 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11006 auto-save-mode.
11007
11008 2000-11-04 Jason Rumney <jasonr@gnu.org>
11009
11010 * language/european.el (decode-mac-roman): Test against r1 not r0.
11011
11012 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11013
11014 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11015 (icon-mode): Define indent-line-function.
11016 (icon-comment-indent): Simplify.
11017 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11018
11019 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11020
11021 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11022 Bind change-log-default-mode to defeat the caching done on it.
11023 Don't bother saving excursion any more.
11024
11025 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11026
11027 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11028 (set-frame-font): Use the new name (and the old for compatibility).
11029
11030 * toolbar/tool-bar.el (tool-bar-mode):
11031 * time.el (display-time-mode):
11032 * recentf.el (recentf-mode):
11033 * paren.el (show-paren-mode):
11034 * mwheel.el (mouse-wheel-mode):
11035 * msb.el (msb-mode):
11036 * jka-compr.el (auto-compression-mode):
11037 * image-file.el (auto-image-file-mode):
11038 * hl-line.el (hl-line-mode):
11039 * delsel.el (delete-selection-mode):
11040 * autoinsert.el (auto-insert-mode):
11041 * complete.el (partial-completion-mode): Drop unneeded positional args.
11042
11043 * info.el (Info-mode):
11044 * comint.el (comint-mode): Don't bother with make-local-hook.
11045
11046 * log-edit.el (log-edit-menu): New menu.
11047
11048 2000-11-03 Miles Bader <miles@gnu.org>
11049
11050 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11051 definition, so that trailing spaces are handled properly.
11052 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11053
11054 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11055
11056 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11057 tab character.
11058 (fancy-splash-screens): Set tab-width to 20.
11059
11060 2000-11-03 Dave Love <fx@gnu.org>
11061
11062 * comint.el (comint-completion-addsuffix): Fix custom type.
11063
11064 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11065
11066 * font-lock.el (font-lock-buffers): Remove.
11067 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11068 (font-lock-change-major-mode): Remove.
11069 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11070 (font-lock-default-fontify-region): Extend the multiline
11071 fontification to whole lines.
11072 (font-lock-fontify-anchored-keywords)
11073 (font-lock-fontify-keywords-region): If matching just one
11074 line (with \n) only mark the \n as multiline.
11075
11076 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11077 Correctly handle the case where several :group args are supplied.
11078 Allow :extra-args.
11079 (easy-mmode-define-global-mode): Allow :extra-args.
11080 Correctly handle the case where several :group args are supplied.
11081
11082 2000-11-02 Miles Bader <miles@gnu.org>
11083
11084 * calendar/calendar.el (diary-face, calendar-today-face)
11085 (holiday-face): Remove dependency on `window-system'.
11086
11087 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11088
11089 * Makefile.in (emacs): Set EMACSLOADPATH always.
11090 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11091 (compile-files): Bomb out if compilation of a file fails.
11092
11093 2000-11-02 Dave Love <fx@gnu.org>
11094
11095 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11096
11097 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11098
11099 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11100 punctuation in the warning inserted into the *mail* buffer.
11101
11102 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11103
11104 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11105 (authors-public-domain-p): New function.
11106 (authors-print): Use it.
11107
11108 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11109
11110 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11111
11112 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11113
11114 * ps-print.el: Extension for even/odd printing. Doc fix.
11115 (ps-print-version): New version number (6.3.1).
11116 (ps-even-or-odd-pages): Customization fix.
11117 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11118 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11119 (ps-page-count): Var replaced by `ps-page-column'.
11120 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11121 (ps-print-sheet-p): New fun.
11122
11123 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11124
11125 * tooltip.el (tooltip-gud-tips-setup): New function.
11126 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11127 (tooltip-mode): Call tooltip-gud-tips-setup.
11128 (tooltip-gud-tips): Use `gud-basic-call' instead of
11129 process-send-string, so the prompt gets frobbed appropriately.
11130 Handle nil return value from `tooltip-gud-print-command'.
11131
11132 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11133
11134 * comint.el (comint-add-to-input-history): New function.
11135 (comint-send-input): Use `comint-add-to-input-history'.
11136
11137 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11138
11139 * info.el (info-menu-header): New face.
11140 (Info-fontify-menu-headers): New function.
11141 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11142
11143 * info.el (Info-insert-dir): Don't include blank lines at
11144 beginning of additional dir files (one is added automatically).
11145
11146 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11147
11148 * emacs-lisp/easy-mmode.el (define-minor-mode):
11149 Revert the latest changes.
11150 Allow the three positional arguments to be skipped and replaced
11151 by keyword arguments.
11152 Add a :toggle argument to determine whether a nil arg means toggle
11153 or means turn-on. The default is unchanged.
11154 Add a call to force-mode-line-update.
11155
11156 2000-11-01 Dave Love <fx@gnu.org>
11157
11158 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11159
11160 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11161
11162 * calendar/calendar.el (diary-face, holiday-face):
11163 Add dark-background variants.
11164
11165 2000-10-31 Sam Steingold <sds@gnu.org>
11166
11167 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11168 `tex-main-file' does not have directory in it.
11169
11170 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11171
11172 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11173
11174 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11175
11176 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11177 functional change.
11178
11179 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11180
11181 * files.el (find-file-noselect): When we expand a wildcard, return
11182 a list of buffers, as we should do according to the doc string.
11183
11184 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11185
11186 * loadup.el (top level): Adjust load path if program name is
11187 "../src/bootstrap-emacs", in case it's not dumped and thus the
11188 load path adjustment hasn't already been done.
11189
11190 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11191
11192 * ps-print.el: Fix bug on selected pages for printing.
11193 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11194 is on. Try to avoid warning messages when compiling. Doc Fix.
11195 (ps-print-version): New version number (6.3).
11196 (ps-color-device): Use `color-values' to determine if device
11197 supports color.
11198 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11199 (ps-print-page-p): Changed from defsubst to defun.
11200 (ps-page-number): Changed from defmacro to defun.
11201 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11202 printing.
11203 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11204 (ps-end-file, ps-dummy-page): Funs eliminated.
11205 (ps-print-color-scale): Changed default value.
11206 (ps-page-n-up, ps-print-page-p): New internal vars.
11207 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11208 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11209
11210 * delim-col.el: Little programming improvement.
11211 (delimit-columns-str): New macro.
11212 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11213
11214 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11215
11216 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11217 Moved to european.el.
11218 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11219 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11220 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11221 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11222
11223 2000-10-30 Dave Love <fx@gnu.org>
11224
11225 * progmodes/cc-menus.el (imenu-generic-expression)
11226 (imenu-progress-message): Only defvar when compiling.
11227
11228 * emacs-lisp/elp.el (elp-unload-hook): New function.
11229
11230 * loadhist.el (unload-feature): Call elp-restore-function,
11231 checking for symbols; don't use elp-restore-all.
11232 (loadhist-hook-functions): Doc fix.
11233
11234 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11235
11236 * log-edit.el (log-edit-confirm): Fix the default.
11237
11238 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11239
11240 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11241 delimit-columns-format.
11242 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11243
11244 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11245
11246 * comint.el (comint-replace-by-expanded-history): Don't use
11247 comint-get-old-input (we're not looking at *old* input).
11248 (comint-get-old-input-default): If using fields, signal an error
11249 when the point is not in an input field.
11250
11251 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11252
11253 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11254 and mule-unicode-e000-ffff.
11255
11256 * international/mule.el (decode-char, encode-char): New functions.
11257 (make-coding-system): Accept a symbol of translation table as a
11258 value of property `safe-chars'.
11259
11260 * international/mule-cmds.el (encode-coding-char): Check property
11261 safe-chars instead of safe-charsets.
11262
11263 * international/fontset.el (fontset-default): Modified for
11264 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11265 (x-font-name-charset-alist): Likewise.
11266 (ccl-encode-unicode-font): New CCL program. Record it in
11267 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11268
11269 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11270 New translation tables.
11271 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11272 programs are modified and moved from mac-win.el.
11273 (mac-roman): Definition of this coding system is modified and
11274 moved from mac-win.el.
11275
11276 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11277
11278 * ediff-wind.el (ediff-setup-control-frame): Enclose
11279 face-attribute in condition-case to avoid errors in older emacsen.
11280
11281 2000-10-29 Miles Bader <miles@gnu.org>
11282
11283 * custom.el (custom-add-to-group): Allow multiple entries for a
11284 given value OPTION, as long as their widget types are different.
11285 * cus-edit.el (custom-face-value-create): If face name doesn't end
11286 with "face", add such here (similar to custom group widgets).
11287
11288 * comint.el (comint-highlight-prompt): Add :type.
11289
11290 2000-10-28 John Wiegley <johnw@gnu.org>
11291
11292 * calendar/timeclock.el (timeclock-log): Doc fix.
11293 (timeclock-last-event): Doc fix.
11294 (timeclock-log): Kill the timelog buffer after appending a new event.
11295 (timeclock-find-discrep): Use a temp buffer to read in the
11296 timelog, instead of visiting the file.
11297 (timeclock-log-data): A new function, along with a host of helper
11298 functions, for the purpose of making timelog data accessible to
11299 programmers.
11300
11301 * eshell/esh-mode.el (window-height test): Make certain that
11302 `eshell-stringify-t' is non-nil.
11303 (eshell-password-prompt-regexp): Changed to a much simpler
11304 password regexp.
11305 (eshell-send-input): If `eshell-invoke-directly' returns t,
11306 directly invoke the parsed command using `eval'. This improves
11307 turn-around time on simple commands by a factor of three or
11308 greater, such as cd, ls, pwd, etc. -- which get used very often.
11309 It also conserves thousands of cons cells per call (since
11310 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11311 in the Pacific Cookie Company).
11312
11313 * eshell/esh-test.el (eshell-test): Whitespace fix.
11314
11315 * eshell/em-ls.el (eshell-ls-insert-directory):
11316 Make `eshell-ls-initial-args' nil when inserting directory contents.
11317
11318 * eshell/em-script.el (eshell-script-initialize): Add names to
11319 `eshell-complex-commands, since `source' and `.' are complex.
11320
11321 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11322 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11323 `eshell-copy-handles'.
11324 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11325 bodies.
11326 (eshell-separate-commands): Whitespace fix.
11327 (eshell-complex-commands): Added a new list of names, for
11328 determining whether a given command is as simple as it looks.
11329 (eshell-invoke-directly): New function. Returns t if a command
11330 should be invoked directly (using `eval'), rather than indirectly
11331 using `eshell-do-eval'.
11332 (eshell-do-eval): Whitespace fix.
11333
11334 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11335 which provides an emulation of the DOS shell behavior of assuming
11336 that cp/mv/ln should copy/move/link to the current directory.
11337 (eshell-remove-entries): Added a doc string.
11338 (eshell-shuffle-files): Removed the check for `target' being null.
11339 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11340 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11341 it to do a smarter check of whether a destination was provided.
11342 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11343 (eshell/ln): Enable `:preserve-args', and use
11344 `eshell-mvcpln-template' to implement the body of the function.
11345 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11346 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11347 list after flattening it. This makes it possible to cat files
11348 with numerical names.
11349 (eshell-unix-initialize): Added several names to
11350 `eshell-complex-commands.
11351 (eshell-unix-command-complex-p): Return t if a given command name
11352 may result in external processes being invoked.
11353
11354 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11355 variable nil by default, since it slows down glob processing by a
11356 factor of two or more, and increases memory consumption.
11357
11358 * eshell/em-smart.el: Added a note about how memory consumptive
11359 smart display mode can be (at least this is true in Emacs 21).
11360 (eshell-smart-initialize): Whitespace fix.
11361 (eshell-refresh-windows): Use `if' instead of `when'.
11362 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11363 not necessary.
11364 (eshell-currently-handling-window): Added a missing global variable.
11365
11366 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11367 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11368 Whitespace fix.
11369 (eshell-ls-exclude-hidden): Added this variable in addition to
11370 `eshell-ls-exclude-regexp'. This one prevents files beginning
11371 with . from even being read, which can improve memory consumption
11372 quite a bit.
11373 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11374 read file entries beginning with a dot. In home directories with
11375 lots of hidden files, fully two-thirds of the time spent in ls is
11376 used to read directory entries that are immediately thrown away.
11377 (eshell-ls-initial-args): Added back this configuration variable,
11378 for specifying default initial arguments to every call to ls.
11379 Much faster than using an alias to do the same thing.
11380 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11381 (eshell-ls-dir): Whitespace change.
11382
11383 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11384
11385 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11386 (eshell-stringify-t): Added a customization variable, to indicate
11387 whether `t' should be rendered as a string at all. If not, one
11388 can still determine if the result of an expression is true using
11389 "file-exists-p FILE && echo true".
11390 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11391 stringify t!
11392
11393 * eshell/esh-module.el: Whitespace fix.
11394
11395 * eshell/em-alias.el (eshell-alias-initialize):
11396 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11397 (eshell-command-aliased-p): New function that returns t if a
11398 command name names an aliased.
11399
11400 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11401
11402 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11403 redrawing the screen when changing cursor color.
11404 (viper-insert-state-pre-command-sentinel)
11405 (viper-replace-state-pre-command-sentinel)
11406 (viper-replace-state-post-command-sentinel):
11407 Use viper-preserve-cursor-color.
11408 Many functions changed to use viper= instead of = when comparing
11409 characters.
11410 * viper-util.el (viper-memq-char,viper=): New functions for
11411 working with characters.
11412 (viper-change-cursor-color): Fixed buglet.
11413 Many functions changed to use viper= instead of = when comparing
11414 characters.
11415 * viper.el (viper-insert-state-mode-list): Added eshell.
11416
11417 * ediff-init.el (ediff-before-setup-hook): New hook.
11418 Several typos fixed in various docstrings.
11419 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11420 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11421 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11422 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11423 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11424 (ediff-get-selected-buffers): New function.
11425 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11426 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11427 Use save-window-excursion.
11428 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11429 termination check in while loop.
11430 * ediff.el (ediff-get-default-file-name): Better defaults when in
11431 dired buffer.
11432 (ediff-files,ediff-merge-files,ediff-files3)
11433 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11434
11435 2000-10-28 Dave Love <fx@gnu.org>
11436
11437 * info.el (Info-fontify-node): Add help-echo for menu items.
11438
11439 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11440
11441 * startup.el (normal-top-level): If the value of $TERM indicates
11442 we are running from xterm or one of its work-alikes, default to a
11443 light background mode.
11444
11445 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11446 * faces.el (tty-handle-reverse-video): New function.
11447 (tty-create-frame-with-faces): Call it.
11448
11449 * frame.el (frame-notice-user-settings): Don't apply
11450 default-frame-alist and initial-frame-alist to MS-DOS frames.
11451 Call tty-handle-reverse-video, frame-set-background-mode, and
11452 face-set-after-frame-default for non-MS-DOS frames.
11453
11454 * startup.el (tty-long-option-alist): New variable.
11455 (tty-handle-args): New function.
11456 (command-line): Call tty-handle-args.
11457
11458 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11459 startup.el now does that for all character-terminal frames.
11460
11461 2000-10-28 Miles Bader <miles@gnu.org>
11462
11463 * emacs-lisp/easy-mmode.el (define-minor-mode):
11464 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11465 is global. If :global is followed by a non-nil but non-t value,
11466 make the mode buffer-local, but also generate a `global-MODE'
11467 version using `easy-mmode-define-global-mode'.
11468 Add :conditional-turn-on keyword argument.
11469
11470 2000-10-28 Dave Love <fx@gnu.org>
11471
11472 * international/latin1-disp.el (latin1-char-displayable-p):
11473 Don't use window-system.
11474
11475 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11476
11477 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11478 Don't call find-buffer-file-type-coding-system. Instead, just
11479 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11480 if the file is on an untranslated filesystem.
11481 (add-untranslated-filesystem): Use "D" instead of "f" inside
11482 interactive.
11483
11484 2000-10-27 Dave Love <fx@gnu.org>
11485
11486 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11487 (refill-mode): Use it.
11488
11489 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11490
11491 * international/quail.el (quail-activate): Don't make-local-hook.
11492
11493 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11494
11495 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11496 manual backups and file.~<rev>.~ for automatic ones.
11497 (vc-make-version-backup): Don't do it on MS-DOS without long file
11498 names.
11499
11500 * vc.el (vc-version-other-window): If an automatic backup of the
11501 desired version exists, rename it instead of copying it.
11502
11503 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11504 after command. If there's an unexpected error, signal it instead
11505 of being silent.
11506 (vc-cvs-merge-news): Be prepared for no news at all.
11507
11508 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11509
11510 * shell.el (shell): Add BUFFER argument.
11511 * comint.el (make-comint-in-buffer): New function.
11512 (make-comint): Use it.
11513
11514 * faces.el (face-spec-choose): Change syntax so that the list of
11515 attribute-value pairs is now the cdr of each clause, not the cadr.
11516 Detect old-style entries, and handle them. Use pop.
11517
11518 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11519
11520 * cus-edit.el (custom-mode-map): Use a sparse map.
11521 (custom-mode): Don't bother with make-local-hook.
11522
11523 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11524
11525 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11526
11527 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11528
11529 * ps-print.el: Avoid compilation gripes.
11530 (ps-print-version): New version number (6.2.1).
11531
11532 2000-10-26 Dave Love <fx@gnu.org>
11533
11534 * menu-bar.el: Modify some menu item help strings.
11535 (menu-bar-help-menu): Add link to MORE.STUFF.
11536
11537 * cus-edit.el (custom-mode): Add `special' mode-class property.
11538
11539 * wid-browse.el (widget-browse-mode): Likewise.
11540
11541 * wid-edit.el (widget-specify-field): Revert to using local-map
11542 property, not keymap.
11543
11544 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11545
11546 * wid-edit.el (widget-field-end): When checking for a `boundary'
11547 field, do so in the correct buffer.
11548
11549 * simple.el (undo): Correctly distinguish between numeric and
11550 non-numeric prefix args in non-transient-mark-mode, as per the doc
11551 string. When in transient-mark-mode, treat all prefix-args as
11552 numeric.
11553
11554 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11555 Position point on match. Handle N == 0 correctly.
11556
11557 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11558 (comint-mode-map): Reverse order of `comint-write-output' and
11559 `comint-append-output-to-file'.
11560 (comint-append-output-to-file): Reinstate this function, for the
11561 benefit of the menu.
11562
11563 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11564
11565 * vc.el (vc-version-other-window): Bind `file'.
11566
11567 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11568
11569 * Makefile.in (update-authors): New target for maintenance purposes.
11570
11571 * emacs-lisp/authors.el (batch-update-authors): New function.
11572 (authors-fixed-entries): New defconst.
11573 (authors-add-fixed-entries): New function.
11574 (authors): Call it.: Don't process lispref/.
11575
11576 2000-10-25 Jason Rumney <jasonr@gnu.org>
11577
11578 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11579 Merge x w32 and mac definitions.
11580
11581 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11582
11583 * menu-bar.el (menu-bar-options-menu): Add a help string for
11584 `uniquify'.
11585
11586 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11587
11588 * time-stamp.el (time-stamp-string-preprocess):
11589 Fix a wrong type argument error.
11590
11591 2000-10-25 Miles Bader <miles@gnu.org>
11592
11593 * recentf.el (recentf-mode): Variable removed.
11594 (recentf-mode): Use `define-minor-mode'.
11595
11596 * mwheel.el (mouse-wheel-mode): New global minor mode.
11597 (mwheel-install): Use `mouse-wheel-mode'.
11598
11599 2000-10-25 Dave Love <fx@gnu.org>
11600
11601 * progmodes/cperl-mode.el (cperl-mode):
11602 Set normal-auto-fill-function correctly.
11603
11604 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11605 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11606 bindings.
11607
11608 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11609
11610 * wid-edit.el (widget-field-at): New function.
11611 (widget-at, widget-field-activate): Use it.
11612 (widget-tabable-at): Use `widget-at'.
11613 (widget-specify-field): If the terminating character of the widget
11614 field (which is read-only) is a newline, put it into a special
11615 `boundary' field so that C-n/C-p act more naturally.
11616 (widget-field-end): Also don't subtract one if a special
11617 `boundary' field has been added after the widget field.
11618
11619 * comint.el (comint-output-filter, comint-send-input):
11620 Don't bother adding stickiness fields to overlays to fool the field
11621 code, since it should notice the overlay insertion-types now.
11622
11623 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11624 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11625 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11626
11627 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11628
11629 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11630 (authors): Set file coding system to iso-2022-7bit.
11631 Add file-local variables to output buffer.
11632
11633 * files.el (after-find-file): Don't print any warnings if
11634 WARN is nil.
11635
11636 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11637
11638 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11639
11640 * delim-col.el: Now there is a column formatting mechanism.
11641 Modified to customization mechanisms convention. Doc fix.
11642 (columns): New group for delim-col.
11643 (delimit-columns-before, delimit-columns-after)
11644 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11645 (delimit-columns-end): New vars.
11646 (delimit-columns-customize, delimit-columns-format): New funs.
11647 (delimit-columns-region, delimit-columns-rectangle)
11648 (delimit-columns-rectangle-line): Modified to support column
11649 formatting.
11650
11651 2000-10-24 Dave Love <fx@gnu.org>
11652
11653 * log-edit.el (log-edit): Add :version and a :group for vc.
11654
11655 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11656
11657 * files.el (after-find-file): Don't print a message ``New file''
11658 if WARN is nil.
11659
11660 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11661 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11662 get duplicate tool-bar entries because we'll see the global ones
11663 on more than one path through keymaps.
11664
11665 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11666
11667 * progmodes/cmacexp.el: Change Francesco's email address.
11668
11669 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11670
11671 * window.el (fit-window-to-buffer): Adjust point of the window
11672 buffer, not that of the current buffer.
11673
11674 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11675
11676 * progmodes/cmacexp.el: Update the euthor's email address.
11677
11678 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11679
11680 * faces.el (face-spec-set-match-display): Add `graphic' display
11681 type (the inverse of `tty'). Use `display-graphic-p' instead of
11682 the window-system variable.
11683
11684 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11685
11686 * international/isearch-x.el (isearch-with-input-method):
11687 Call input-method-function with the first event in
11688 unread-command-events.
11689
11690 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11691
11692 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11693
11694 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11695
11696 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11697 New charsets.
11698
11699 * term/mac-win.el: Remove definitions of mac-roman-lower and
11700 mac-roman-upper, require dired, and define instead of set
11701 mac-ready-for-drag-n-drop to avoid compilation error.
11702
11703 2000-10-23 Andrew Innes <andrewi@gnu.org>
11704
11705 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11706 Remove superfluous calls to subst-char-in-string; instead apply
11707 expand-file-name after convert-standard-filename to ensure
11708 expected directory separators are used.
11709
11710 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11711
11712 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11713
11714 2000-10-23 Dave Love <fx@gnu.org>
11715
11716 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11717 (tool-bar-add-item): Set foreground and background for XBM icons.
11718
11719 * international/latin1-disp.el (latin1-char-displayable-p):
11720 New function (from Handa).
11721 (latin1-display-check-font): Use it.
11722
11723 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11724 using :key-sequence, making it much more usable.
11725 Use nconc, not append.
11726 (imenu--create-keymap-1): Avoid append.
11727
11728 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11729
11730 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11731
11732 [the following changes fix a bug where `define-minor-mode' didn't
11733 correctly generate :require clauses for defcustoms in compiled files]
11734 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11735 (byte-compile-log-file, byte-compile-log-1): Don't set
11736 `byte-compile-current-file' to nil. Instead set
11737 `byte-compile-last-logged-file' to it. Test whether
11738 byte-compile-current-file equals byte-compile-last-logged-file
11739 instead of whether its nil.
11740 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11741
11742 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11743
11744 * textmodes/refill.el: Fix var names in doc.
11745 (refill-mode): Don't bother with make-local-hook anymore.
11746
11747 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11748
11749 * faces.el (face-user-default-spec, face-default-spec): New functions.
11750 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11751 (frame-set-background-mode, face-set-after-frame-default):
11752 Use `face-user-default-spec'. Simplify code slightly.
11753
11754 * woman.el (woman-italic-face, woman-bold-face)
11755 (woman-unknown-face): Add dark-background variants.
11756 (woman-default-faces): Renamed from `woman-colour-faces'.
11757 Set using the stored defaults, rather than using hard-wired colors.
11758 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11759 Just make the foreground `unspecified' rather than "black".
11760 (woman-menu): Rename menu entries accordingly.
11761
11762 * faces.el (header-line): Make more reasonable on mono/grayscale
11763 displays.
11764
11765 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11766
11767 * cus-edit.el (custom-button-face): Use 3D look for mac.
11768 (custom-button-pressed-face): Likewise.
11769
11770 * faces.el (set-face-attributes-from-resources): Handle mac frames
11771 in the same way as x and w32 frames.
11772 (face-valid-attribute-values): Likewise.
11773 (read-face-attribute): Likewise.
11774 (defined-colors): Likewise.
11775 (color-defined-p): Likewise.
11776 (color-values): Likewise.
11777 (display-grayscale-p): Likewise.
11778 (face-set-after-frame-default): Likewise.
11779 (mode-line): Same default face as for x and w32.
11780 (tool-bar): Likewise.
11781
11782 * frame.el: Remove call to frame-notice-user-settings at end of
11783 the file.
11784
11785 * info.el (Info-fontify-node): Make underlines invisible for mac
11786 as for x, pc, and w32 frame types.
11787
11788 * term/mac-win.el: New file.
11789
11790 2000-10-22 Dave Love <fx@gnu.org>
11791
11792 * textmodes/refill.el: New file.
11793
11794 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11795
11796 * vc-hooks.el (vc-version-backup-file-name): New optional args
11797 MANUAL and REGEXP.
11798 (vc-delete-automatic-version-backups, vc-make-version-backup):
11799 New functions.
11800 (vc-before-save): Use the latter.
11801 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11802 confusion.
11803
11804 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11805 expected by vc[-hooks].el.
11806
11807 * vc.el (vc-checkout): Added `-p' suffix in call to
11808 vc-make-version-backups-p; use vc-make-version-backup to actually
11809 make the backup.
11810 (vc-version-other-window, vc-version-backup-file): Handle both
11811 automatic and manual backups.
11812 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11813 of all of them.
11814
11815 2000-10-22 Miles Bader <miles@gnu.org>
11816
11817 * comint.el (comint-highlight-input, comint-highlight-prompt):
11818 Renamed, `-face' at end removed.
11819 (comint-send-input, comint-output-filter): Use renamed faces.
11820
11821 * window.el (fit-window-to-buffer): Change defaulting of
11822 MAX-HEIGHT slightly.
11823
11824 * faces.el (color-values, color-defined-p): Use `member', not
11825 `memq', because it works correctly for strings.
11826 (frame-set-background-mode): Actually, "unspecified-fg" and
11827 "unspecified-bg" *are* strings. Use `member', not `memq', and
11828 `equal', not `eq', when a string value is possible.
11829
11830 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11831
11832 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11833
11834 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11835
11836 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11837 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11838 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11839 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11840 (sh-font-lock-syntactic-keywords): Use them.
11841 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11842 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11843 (sh-mode): Don't override font-lock-unfontify-region-function.
11844 Use a copy of sh-font-lock-syntactic-keywords.
11845 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11846 Don't call sh-scan-buffer since font-lock does it on the fly.
11847 (sh-get-indent-info): Use `face' rather than `syntax-table'
11848 text-property to detect here-documents.
11849 Replace sh-special-syntax with sh-st-punc.
11850 (sh-prev-line): Use `face' rather than `syntax-table'
11851 text-property to skip over here-documents.
11852 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11853 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11854 (sh-electric-less, sh-set-here-doc-region)
11855 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11856 (sh-scan-buffer, sh-rescan-buffer): Remove.
11857
11858 2000-10-21 Andrew Innes <andrewi@gnu.org>
11859
11860 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11861 remote (ange-ftp) file names.
11862
11863 2000-10-21 Miles Bader <miles@gnu.org>
11864
11865 * window.el (fit-window-to-buffer): New function.
11866 (shrink-window-if-larger-than-buffer): Use it.
11867 (window-text-height): Don't expect minibuffers to have mode-lines.
11868
11869 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11870 * international/quail.el (quail-update-guidance):
11871 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11872
11873 * international/quail.el (quail-show-guidance-buf): Make sure
11874 guidance window really has enough room.
11875 (quail-update-guidance): If quail-guidance-win is already shown,
11876 make sure its height is OK.
11877
11878 * window.el (window-text-height, set-window-text-height):
11879 New functions.
11880 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11881 instead of `window-height' & `mode-line-window-height-fudge'.
11882 (mode-line-window-height-fudge): Add FACE parameter.
11883 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11884 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11885
11886 2000-10-20 Miles Bader <miles@gnu.org>
11887
11888 * window.el (height-affecting-face-attributes): Use `defconst'.
11889
11890 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11891 New function, conditionally aliased to `mode-line-window-height-fudge'.
11892 (ispell-help): Use it.
11893 (ispell-choices-win-default-height): Don't include mode-line fudge.
11894 (ispell-choices-win-default-height): New function.
11895 (ispell-show-choices, ispell-command-loop): Use function
11896 `ispell-choices-win-default-height' instead of variable.
11897
11898 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11899
11900 * window.el (mode-line-window-height-fudge): New variable.
11901 (height-affecting-face-attributes): New variable.
11902 (mode-line-window-height-fudge): New function.
11903 (shrink-window-if-larger-than-buffer): Use it.
11904 * help.el (resize-temp-buffer-window): Likewise.
11905
11906 * info.el (Info-fontify-node): Add support for @subsubsection
11907 titles, which use `Info-title-4-face'.
11908 (Info-title-4-face): New face.
11909 (Info-title-3-face): Inherit from Info-title-4-face instead of
11910 variable-pitch.
11911
11912 2000-10-19 Jason Rumney <jasonr@gnu.org>
11913
11914 * dired.el (dired-insert-directory): Do not let errors signalled by
11915 attempt to run dired-free-space-program prevent dired from working.
11916
11917 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11918
11919 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11920
11921 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11922
11923 * dirtrack.el (dirtrack): Fix call to run-hooks.
11924
11925 * cmuscheme.el (cmuscheme-program-name): Renamed from
11926 scheme-program-name because xscheme.el contains a defcustom with
11927 the same name. As a consequence, customizing group `cmuscheme'
11928 loaded `xscheme' which redefined run-scheme.
11929 (run-scheme): Use cmuscheme-program-name.
11930
11931 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11932
11933 * play/doctor.el (doctor-death): Update the Samaritans'
11934 anonymous address, and add a website for Befrienders International.
11935
11936 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11937
11938 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11939 Avoid compilation gripes. Doc fix.
11940 (ps-print-version): New version number (6.2).
11941 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11942 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11943 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11944 (ps-x-extent-priority, ps-x-extent-start-position)
11945 (ps-x-face-font-instance, ps-x-find-coding-system)
11946 (ps-x-font-instance-properties, ps-x-make-color-instance)
11947 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11948 avoid compilation gripes without defining functions.
11949 (ps-e-find-composition): Alias for function find-composition, to have a
11950 suitable function depending on Emacs version.
11951 (ps-color-device, ps-color-values, ps-face-foreground-name)
11952 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11953 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11954 (ps-print-ensure-fontified): Function definitions surrounded by
11955 `eval-and-compile' to avoid compilation gripes.
11956 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11957 by symbol-value to avoid compilation gripes.
11958 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11959 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11960
11961 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11962
11963 * startup.el (normal-top-level): Call `frame-set-background-mode'
11964 after `frame-notice-user-settings' because the latter doesn't call
11965 the former on a tty.
11966
11967 * faces.el (frame-set-background-mode): `unspecified' &c are
11968 symbols, not strings.
11969
11970 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11971
11972 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11973 why some "light*" colors are deliberately absent from the alist.
11974
11975 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11976 Change colors for tty's, as suggested by Miles Bader.
11977
11978 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11979
11980 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11981 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11982 for ISO10646-1 fonts.
11983 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11984
11985 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11986
11987 * faces.el (frame-set-background-mode): If a tty frame defines a
11988 background color, use that to compute the background mode, instead
11989 of always defaulting to "dark".
11990
11991 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11992
11993 * comint.el (comint-write-output): New function.
11994 (comint-mode-map): Add it to the menu.
11995 Bind `C-c C-s' to comint-write-output.
11996
11997 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11998
11999 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12000 Use fancy-splash-delay.
12001
12002 2000-10-18 Alex Schroeder <alex@gnu.org>
12003
12004 * progmodes/sql.el (sql-sybase-options): New option.
12005 (sql-sybase): Use it. Add sql-database to the list of parameters
12006 provided for login. The options -w 2048 -n are not used any more.
12007
12008 * comint.el (comint-read-input-ring): Bugfix such that the first
12009 and the last entry of the input ring file are not lost.
12010
12011 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12012
12013 * ps-print.el: Internal variable changes to defcustom,
12014 make-local-hook changes to defvar. Doc fix.
12015 (ps-print-version): New version number (6.1).
12016 (ps-setup, ps-do-despool): Code fix.
12017 (ps-printer-name): Customization fix.
12018 (ps-printer-name-option): Now is a defcustom instead of an
12019 internal variable.
12020 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12021 (ps-print-begin-column-hook): Now are defvar instead of
12022 make-local-hook.
12023
12024 2000-10-18 Miles Bader <miles@gnu.org>
12025
12026 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12027 (comint-kill-output): Changed into an alias for `comint-delete-output',
12028 and made obsolete.
12029 (comint-mode-map): Rename references to comint-kill-output.
12030
12031 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12032
12033 * diff-mode.el (diff-header-face, diff-file-header-face)
12034 (diff-changed-face): Add bold and italic attributes to tty faces.
12035 (diff-function-face): New face.
12036 (diff-font-lock-keywords): Use it.
12037
12038 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12039
12040 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12041 Remove commented-out call to force-mode-line-update.
12042 (comint-kill-output): Use `forward-line 0' instead of
12043 beginning-of-line to make sure we get past the prompt.
12044
12045 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12046
12047 * diff-mode.el (diff-header-face, diff-file-header-face):
12048 Add specific setting for dark background.
12049 (diff-context-face): Renamed from diff-comment-face.
12050 Set explicitly rather than inheriting from font-lock-comment-face.
12051
12052 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12053
12054 * startup.el (command-line): Move the code which sets the default
12055 TTY colors to before before-init-hook.
12056
12057 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12058
12059 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12060
12061 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12062
12063 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12064 extensions, for MS-DOS.
12065
12066 * diff-mode.el (diff-header-face, diff-file-header-face)
12067 (diff-changed-face): Define tty-specific colors.
12068
12069 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12070
12071 * startup.el (fancy-splash-text): Realign the text.
12072
12073 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12074
12075 * font-lock.el (font-lock-comment-face): Define a separate default
12076 for dark-background tty's.
12077
12078 2000-10-17 Miles Bader <miles@gnu.org>
12079
12080 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12081 being obscured by whizzy mode-lines on graphics displays.
12082
12083 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12084
12085 * info.el (Info-title-1-face, Info-title-2-face)
12086 (Info-title-3-face): Define colors for tty's.
12087 (info-header-node): Remove unneeded tty-specific definition.
12088
12089 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12090
12091 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12092 reverse from the frame parameters, and don't invert foreground and
12093 background colors.
12094
12095 2000-10-16 Miles Bader <miles@gnu.org>
12096
12097 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12098 string "*Info*". Call propertized-buffer-identification to spruce
12099 up the result.
12100
12101 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12102
12103 * help.el: Provide `help' for the sake of define-minor-mode
12104 which generates defcustoms with requires.
12105
12106 * jit-lock.el (jit-lock-after-change): If we're in text that
12107 matches a multi-line font-lock pattern, make sure the whole text
12108 will be redisplayed.
12109
12110 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12111 author's name is unknown.
12112
12113 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12114 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12115 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12116 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12117 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12118 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12119 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12120 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12121 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12122 Add author information.
12123
12124 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12125
12126 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12127 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12128 full-color version (using the Gimp) to eliminate dithering artifacts.
12129
12130 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12131
12132 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12133
12134 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12135
12136 2000-10-15 Dave Love <fx@gnu.org>
12137
12138 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12139
12140 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12141
12142 * whitespace.el: Doc fixes.
12143 (top-level): Don't add hooks here.
12144 (whitespace-running-emacs): Deleted.
12145 (timer): Don't require.
12146 (whitespace): Add back :version conditional on xemacs test.
12147 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12148 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12149 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12150 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12151 Avoid specific xemacs test.
12152 (whitespace-global-mode): New option.
12153 (whitespace-global-mode): New command.
12154 (whitespace-unload-hook): New function.
12155
12156 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12157 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12158 (Info-fontify-node): `Goto' goes to `Go to'.
12159 (Info-fontify-node): Add help-echo to xref links.
12160
12161 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12162
12163 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12164
12165 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12166
12167 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12168 Use plist-get and allow :inherit.
12169
12170 * emacs-lisp/cl-macs.el (cl-do-arglist):
12171 Use plist-get and plist-member instead of memq.
12172
12173 * emacs-lisp/ewoc.el (ewoc-location): New function.
12174 (ewoc-enter-after, ewoc-enter-before): Document return value.
12175 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12176 Don't need make-local-hook any more.
12177 (cvs-addto-collection): Return the new tin.
12178 (cvs-mode-insert): Jump to the new line.
12179
12180 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12181
12182 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12183
12184 * font-lock.el (font-lock-syntactically-fontified): New var.
12185 (font-lock-fontify-syntactic-keywords-region): Use it.
12186 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12187
12188 * diff-mode.el (diff-find-file-name): Fix regexp.
12189
12190 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12191 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12192
12193 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12194 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12195 (sh-mode): Don't make all vars local here.
12196 (sh-kw): Reformat.
12197 (sh-set-shell): Use dolist. Don't set indent-region-function.
12198 (sh-mode-syntax-table): Use pop.
12199 (sh-remember-variable): Use push.
12200 (sh-help-string-for-variable): Use memq.
12201 (sh-safe-backward-sexp): Remove.
12202 (sh-safe-forward-sexp): Add ARG.
12203 (sh-get-indent-info, sh-prev-stmt): Use it.
12204 (sh-prev-line): Simplify by using forward-comment.
12205 (sh-this-is-a-continuation): Simplify.
12206 (sh-learn-buffer-indent): Use dolist.
12207 (sh-do-nothing): Remove.
12208 (sh-set-char-syntax, sh-set-here-doc-region):
12209 Use inhibit-modification-hooks.
12210 (sh-name-style): Use mapcar and push.
12211 (sh-load-style): Use dolist.
12212 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12213 (sh-case, sh-while-getopts): Use propertize directly rather
12214 than sh-electric-rparen.
12215
12216 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12217
12218 * textmodes/tex-mode.el: Require CL when compiling.
12219 (tex-mode-syntax-table): Init immediately.
12220 (tex-mode-map): Bind M-RET to latex-insert-item.
12221 (latex-mode): Set indent-line-function to latex-indent.
12222 (tex-common-initialization): Don't setup the syntax-table any more.
12223 (latex-insert-item): New skeleton.
12224 (tex-next-unmatched-end): Fix copy/paste braino.
12225 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12226 (latex-indent, latex-find-indent): New functions.
12227 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12228 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12229 (tex-compilation-parse-errors): Use with-syntax-table.
12230
12231 2000-10-15 Miles Bader <miles@gnu.org>
12232
12233 * font-lock.el (font-lock-comment-face): Change dark-background,
12234 color, non-tty, default to `chocolate1'.
12235
12236 2000-10-13 John Wiegley <johnw@gnu.org>
12237
12238 * eshell/esh-util.el (require): Added a missing `require' form,
12239 needed when compiling (for an ange-ftp macro definition).
12240
12241 2000-10-13 Dave Love <fx@gnu.org>
12242
12243 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12244
12245 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12246
12247 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12248
12249 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12250 transparent -colors 8).
12251
12252 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12253
12254 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12255 that breaks with old list format timestamps.
12256 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12257 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12258
12259 2000-10-13 John Wiegley <johnw@gnu.org>
12260
12261 * align.el, pcomplete.el, calendar/timeclock.el,
12262 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12263
12264 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12265 faulty math, where holiday hours were being computing as seconds.
12266
12267 2000-10-13 John Wiegley <johnw@gnu.org>
12268
12269 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12270 specifying what "other" kinds of buffers should be saved.
12271 This used to be hard-coded.
12272 (desktop-buffer-misc-functions): A global for specifying how
12273 auxiliary data should be determined for special buffer types.
12274 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12275 instead of hard-coding the special buffer types.
12276 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12277 auxiliary data, instead of hard-coding for Info buffers and dired.
12278 (desktop-buffer-info-misc-data): Aux function for determining Info
12279 buffer auxiliary info.
12280 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12281 (desktop-buffer-info): Changed this function to use the info
12282 gathered above.
12283 (desktop-create-buffer): Be a little more careful about what
12284 `minor-mode' means before calling it. This is important for some
12285 buffer types.
12286
12287 2000-10-13 John Wiegley <johnw@gnu.org>
12288
12289 * eshell/esh-util.el: Added a global form which declares an
12290 autoload for `parse-time-string', if that function is not already
12291 defined, and if parse-time.el is available on the user's system.
12292
12293 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12294 to be aware of ange-ftp user info.
12295 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12296 (eshell-ls-annotate): Use `eshell-file-attributes'.
12297 (eshell-ls-file): Made the user-id printing code a bit smarter.
12298
12299 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12300 allow identification of alias user ids in remote directories.
12301 It's manual, but there's no other way to know when the current user
12302 on the local machine, is also the owning user on the remote machine.
12303 (fboundp): Bind `ange-cache'.
12304 (eshell-directory-files-and-attributes): Re-organized the logic a
12305 bit to use `eshell-file-attributes' instead of `file-attributes'.
12306 The former is more sensitive to directories that are read via FTP,
12307 and knows how to use ange-ftp to determine full attribute
12308 information, instead of just the name and last modtime.
12309 (eshell-current-ange-uids): Return the current user id when in a
12310 remote directory.
12311 (eshell-parse-ange-ls): Parse a full directory listing that has
12312 been returned by ange-ftp.
12313 (eshell-file-attributes): This beefed up version of
12314 `file-attributes' is only special if the user is currently in a
12315 remote directory, in which case it does a lot of work to find out
12316 what the real attributes of a file are, as they appear on the
12317 remote machine. This makes usage of remote directories (i.e.,
12318 ange-ftp pathnames) much more useful. You can now use Eshell as a
12319 full-fledged FTP client, with much more manipulation ability than
12320 most other clients.
12321
12322 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12323 variable, which means that Eshell's du should always be preferred
12324 in remote directories.
12325 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12326 just `file-attributes'.
12327 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12328 when reading remote directories. This is an Eshell-specific
12329 variable (not part of ange-ftp).
12330 (eshell/ln): Bind `ange-cache'.
12331 (eshell/du): Added some extra logic for determining when to use
12332 Eshell's du (which is slow), and when to use the external version
12333 (which may or may not exist).
12334
12335 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12336 Call `eshell-interactive-process', rather than using
12337 `get-buffer-process', since backgrounded processes don't count in
12338 the context of this function's logic.
12339
12340 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12341 `forward-char', so that null strings are parsed correctly.
12342
12343 2000-09-13 John Wiegley <johnw@gnu.org>
12344
12345 * eshell/em-pred.el (eshell-pred-file-type)
12346 (eshell-pred-file-links, eshell-pred-file-size):
12347 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12348
12349 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12350 that remote file globbing is more efficient.
12351
12352 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12353 gathering the files and attributes within a directory.
12354
12355 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12356 the command line is a special file (not a regular file, directory
12357 or symlink), always attempt to call the external version of cat.
12358
12359 2000-09-13 John Wiegley <johnw@gnu.org>
12360
12361 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12362 Eshell-friendly version of find-tag.
12363
12364 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12365
12366 * image-file.el (image-file-name-extensions)
12367 (image-file-name-regexps): Add autoload cookies.
12368
12369 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12370
12371 * international/mule-cmds.el (select-safe-coding-system): If FROM
12372 is string, show it in *Warning* buffer.
12373
12374 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12375
12376 * startup.el (normal-top-level): Use display-popup-menus-p instead
12377 of window-system.
12378 (command-line): Use display-graphic-p instead of window-system.
12379 (command-line-1): Use display-popup-menus-p and display-mouse-p
12380 instead of window-system.
12381
12382 2000-10-12 Sam Steingold <sds@gnu.org>
12383
12384 * tooltip.el (tooltip-use-echo-area): New user variable.
12385 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12386
12387 2000-10-12 Dave Love <fx@gnu.org>
12388
12389 * recentf.el: Maintainer's checkdoc fixes.
12390
12391 * startup.el (normal-top-level-add-subdirs-to-load-path):
12392 Use character class, not ASCII when matching file names.
12393 (fancy-splash-head): Add trailing slash to URL.
12394 (command-line): Don't require XPM support for toolbar.
12395
12396 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12397 (cperl-invalid-face): Revert last change.
12398 (cperl-init-faces): Quote cperl-invalid-face.
12399
12400 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12401
12402 * startup.el (fancy-splash-text): Remove superfluous quote.
12403
12404 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12405
12406 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12407 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12408 (command-line-1): Don't use fancy-splash-pending-command.
12409 (fancy-splash-screens-1): Goto point-min after inserting text.
12410
12411 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12412
12413 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12414 instead of shared-lisp-mode-map.
12415
12416 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12417
12418 * faces.el (header-line): Change tty-variant to use underlining.
12419
12420 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12421 (isearch-highlight): Restore lazy-isearch face properties at old
12422 position, and suppress them at new position.
12423 (isearch-dehighlight): Restore lazy-isearch face properties.
12424 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12425 over the real isearch overlay, but in that case, don't give it a
12426 face property. Use `push'.
12427
12428 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12429
12430 * man.el (Man-getpage-in-background): Fix previous change.
12431 Decode the process output only when we are in multibyte mode.
12432
12433 2000-10-11 Dave Love <fx@gnu.org>
12434
12435 * info.el (Info-mode-menu): Fix some help.
12436 (info-tool-bar-map): Add entry for Info-last.
12437
12438 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12439 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12440 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12441 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12442 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12443 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12444 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12445 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12446 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12447 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12448 Reduce colour requirements to 25 overall. (Probably wants
12449 revisiting from the originals to reduce further.)
12450
12451 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12452
12453 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12454 buffer-file-coding-system, instead of raw-text.
12455 (dehexlify-buffer): Bind coding-system-for-read to
12456 buffer-file-coding-system, instead of raw-text.
12457
12458 2000-10-11 Sam Steingold <sds@gnu.org>
12459
12460 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12461 `underline' - fixes the bug introduced on 2000-09-21.
12462
12463 2000-10-11 Dave Love <fx@gnu.org>
12464
12465 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12466 Avoid compiler warnings.
12467 (scheme-mode): Doc fix.
12468 (scheme-font-lock-keywords-1): Match `define-syntax'.
12469
12470 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12471
12472 * faces.el (frame-set-background-mode): Pay attention to saved
12473 face specs as well as default ones. Only do anything if the
12474 bg-mode or display-type has actually changed. Use `dolist'.
12475 (region): Make dark-background `region' face less in-your-face.
12476
12477 2000-10-10 Sam Steingold <sds@gnu.org>
12478
12479 * chistory.el, ielm.el, ledit.el:
12480 * progmodes/inf-lisp.el, progmodes/scheme.el:
12481 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12482
12483 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12484
12485 * textmodes/texinfo.el: Update copyright and fix typo.
12486
12487 * desktop.el (desktop-modes-not-to-save): New var.
12488 (desktop-save-buffer-p): Use it.
12489 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12490 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12491
12492 2000-10-10 Dave Love <fx@gnu.org>
12493
12494 * toolbar/tool-bar.el (tool-bar-add-item)
12495 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12496
12497 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12498 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12499 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12500 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12501 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12502 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12503 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12504 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12505 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12506 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12507 the .xpms; probably need retouching.
12508
12509 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12510
12511 * subr.el (add-to-list): Add optional argument APPEND.
12512 * battery.el (display-battery): Use `add-to-list'.
12513
12514 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12515
12516 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12517 properties.
12518 (zone, zone-when-idle, zone-leave-me-alone)
12519 (zone-pgm-whack-chars): Use new symbol properties.
12520
12521 * battery.el (display-battery): Doc spelling fix.
12522
12523 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12524 property.
12525
12526 2000-10-09 Dave Love <fx@gnu.org>
12527
12528 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12529 has been initialized before calling tool-bar-setup.
12530 (tool-bar-add-item-from-menu): Add autoload cookie.
12531
12532 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12533
12534 * menu-bar.el (send-mail-item-name): New function.
12535 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12536 of mail-user-agent in the menu. Don't display the "Send Mail"
12537 item if mail-user-agent is nil or its value is ignore.
12538 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12539 if read-mail-command is nil or its value is ignore.
12540
12541 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12542
12543 2000-10-09 Miles Bader <miles@gnu.org>
12544
12545 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12546 Correct image size.
12547 * toolbar/left_arrow.xpm: Correct image size.
12548
12549 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12550 will be done by the definition of `auto-compression-mode' if
12551 necessary. Move code to uninstall existing file-name handler
12552 before definition of `auto-compression-mode'.
12553
12554 * image-file.el (auto-image-file-mode): Move to the end of the
12555 file, because `define-minor-mode' actually calls the mode-function
12556 if the associated variable is non-nil, which requires that all
12557 needed functions be already defined.
12558
12559 * mouse.el (popup-menu): Balance parens.
12560
12561 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12562
12563 * mouse.el (popup-menu): Move the command call outside the loop
12564 so that popup-menu returns whatever the command returns.
12565
12566 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12567 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12568 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12569 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12570
12571 * vc.el (vc-version-diff): diff-switches can be a list.
12572 Use relative filenames for prettier output.
12573
12574 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12575 (vc-post-command-functions): Remove old-VC compatibility code.
12576
12577 * newcomment.el (comment-indent-default): Autoload.
12578
12579 * font-lock.el (font-lock-defaults): Make buffer-local.
12580 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12581 (font-lock-choose-keywords):
12582 Ignore LEVEL unless KEYWORDS is a list of syms.
12583 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12584 Don't wrap regexp-opt things in \(...\) unnecessarily.
12585
12586 * jit-lock.el: Don't require font-lock any more.
12587 (jit-lock-functions): Make buffer-local.
12588 (jit-lock-saved-fontify-buffer-function): Remove.
12589 (jit-lock-mode): Remove autoload cookie.
12590 Remove font-lock specific code.
12591 (jit-lock-unregister): Don't bother handling complex hooks any more.
12592 (jit-lock-refontify): New function.
12593 (jit-lock-fontify-buffer): Use it.
12594 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12595 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12596 Add optional args START and END.
12597 Never call font-lock-fontify-region directly.
12598 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12599
12600 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12601
12602 2000-10-08 Dave Love <fx@gnu.org>
12603
12604 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12605
12606 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12607
12608 * play/studly.el (studlify-region, studlify-word): Add autoload
12609 cookie.
12610
12611 * play/morse.el (morse-region, unmorse-region): Add autoload
12612 cookie.
12613
12614 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12615 concat.
12616
12617 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12618 insist on symbols starting with word syntax.
12619 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12620 (eval-defun-1): Doc fix.
12621 (indent-sexp): Use nconc to build up indent-stack.
12622
12623 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12624 Gnus with little use.
12625 (mail-setup-hook): Add mail-abbrevs-setup to options.
12626
12627 * recentf.el: Doc fixes.
12628
12629 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12630 Clean up remainder.
12631
12632 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12633 without timezone and (8) with timezone to enforce some whitespace.
12634 Simplify code somewhat.
12635
12636 * options.el (list-options): Doc that you should use customize.
12637
12638 * iswitchb.el (iswitchb-mode): Add :require.
12639
12640 * info.el (Info-goto-node, Info-menu): Doc fix.
12641 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12642 (info-tool-bar-map): New variable.
12643 (Info-mode): Use it.
12644 (Info-edit-map): Define all in defvar.
12645 (speedbar-attached-frame): Avoid compiler warning.
12646
12647 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12648 (global-map): Bind [tool-bar] to a filtered map.
12649 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12650 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12651 Allow PBM icons.
12652 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12653
12654 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12655 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12656 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12657 icons, except up_arrow, which is left-arrow rotated.
12658
12659 * imenu.el (imenu-add-to-menubar): Fix last change.
12660
12661 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12662
12663 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12664 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12665
12666 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12667
12668 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12669 typos in doc strings.
12670
12671 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12672 the doc strings how to customize Font Lock faces.
12673
12674 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12675 computing growth when dragging the header line.
12676
12677 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12678
12679 * simple.el (kill-line): Doc fix.
12680
12681 2000-10-08 Miles Bader <miles@gnu.org>
12682
12683 * faces.el (secondary-selection): Make foreground visible on tty.
12684
12685 * jka-compr.el (auto-compression-mode): Move to the end of the
12686 file, because `define-minor-mode' actually calls the mode-function
12687 if the associated variable is non-nil, which requires that all
12688 needed functions be already defined.
12689 (with-auto-compression-mode): Add autoload cookie.
12690
12691 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12692
12693 * files.el (find-backup-file-name) [ms-dos]: If support for long
12694 file names is not available, behave as if version-control were set
12695 to never.
12696
12697 2000-10-07 Dave Love <fx@gnu.org>
12698
12699 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12700 (browse-url-gnome-moz): New function.
12701 (browse-url-browser-function): Use it.
12702 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12703
12704 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12705
12706 * indent.el (tab-always-indent): New var.
12707 (indent-for-tab-command): Use it.
12708
12709 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12710 raise an error. This way it can still default to a sane value.
12711
12712 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12713
12714 * startup.el (fancy-splash-screens): Use local rather than global map.
12715 Don't use `update-menu-bindings' any more.
12716 Get rid of assumptions about keymap representation.
12717
12718 2000-10-06 Dave Love <fx@gnu.org>
12719
12720 * textmodes/fill.el (sentence-end-double-space)
12721 (sentence-end-without-period): Doc fix.
12722 (adaptive-fill-regexp): Purecopy.
12723 (unjustify-current-line): Use line-end-position.
12724 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12725
12726 * net/eudc-vars.el (eudc): Add :version, :link.
12727
12728 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12729
12730 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12731 Fix for define-minor-mode.
12732 (function-at-point): Alias to function-called-at-point.
12733
12734 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12735
12736 * simple.el (backward-word): Doc fix.
12737
12738 * image-file.el (image-file-name-regexp): image-file-regexps ->
12739 image-file-name-regexps.
12740 (image-file-name-extensions): Add pbm.
12741
12742 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12743
12744 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12745 and add filename to the names so that diff-mode can jump to source.
12746
12747 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12748 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12749 (tex-font-lock-keywords-1): Remove.
12750 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12751 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12752 (font-lock-default-fontify-region):
12753 Expand beg..end correctly when just following a multiline region.
12754 (font-lock-fontify-anchored-keywords):
12755 Include the anchor text as part of the multiline.
12756
12757 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12758
12759 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12760 latter needs the autoloaded define-minor-mode macro during the
12761 bootstrap.
12762
12763 * startup.el (command-line): For now, activate tool-bar-mode only
12764 if XPM images are supported.
12765
12766 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12767 window by dragging a header-line at the top of the frame; that's
12768 confusing because the header-line doesn't move.
12769 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12770 of treating the event as a list. Some cleanup.
12771
12772 2000-10-06 Miles Bader <miles@gnu.org>
12773
12774 * simple.el (display-message-or-buffer): New function.
12775 (shell-command-on-region): Use `display-message-or-buffer'.
12776
12777 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12778 docstring parts.
12779
12780 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12781 (smbclient-prompt-regexp): Add usage note to doc string.
12782 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12783 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12784 Use add-hook for adding the comint filter function, and only do so
12785 if it's not already in the global hook list.
12786 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12787 to `make-local-variable'.
12788 (nslookup-font-lock-keywords): Remove prompt entry.
12789 (nslookup): Don't set the process-filter.
12790 (finger): Exit the loop correctly when the regexps list runs out.
12791 (ftp, smbclient, smbclient-list-shares):
12792 Set the real major mode immediately, not after execing.
12793 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12794
12795 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12796
12797 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12798
12799 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12800
12801 * which-func.el (which-func-format): Remove spurious space.
12802 (which-func-mode): Don't make it permanent-local.
12803 (which-func-ff-hook): Allow which-func-maxout to be nil.
12804 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12805 (which-func-mode): Simplify.
12806 Use post-command-idle-hook rather than post-command-hook.
12807 Go through all buffers and update their state.
12808 (which-function): Also try add-log-current-defun-function.
12809
12810 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12811 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12812 Update call to with-vc-properties accordingly.
12813 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12814 (vc-revert-buffer): More careful about window selection and deletion.
12815 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12816
12817 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12818 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12819 (cvs-dired-action): Change the default to quickdir.
12820
12821 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12822 if comment-indent-function returns nil.
12823 (comment-indent-default): New function.
12824 (comment-indent-function): Use it and document the new semantics.
12825
12826 * image-file.el: Docstring fixes.
12827
12828 * help.el (help-xref-on-pp): Use match-string.
12829 (describe-variable): New arg BUFFER.
12830 Store the current buffer in the help-xref-stack.
12831 (temp-buffer-resize-mode): Use define-minor-mode.
12832
12833 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12834 consistently with its docstring.
12835 Set jit-lock-first-unfontify-pos in an idempotent way.
12836 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12837
12838 2000-10-05 Alex Schroeder <alex@gnu.org>
12839
12840 * sql.el (sql-mysql-options): New variable.
12841 (sql-mysql): Use it.
12842
12843 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12844
12845 * image.el (image): New group.
12846
12847 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12848 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12849
12850 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12851
12852 * net/net-utils.el (nslookup-font-lock-keywords)
12853 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12854 Ignore the value of wqindow-system; always define keywords
12855
12856 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12857
12858 * startup.el (fancy-splash-screens): Remove the code for
12859 debugging; `(trace-to-stderr "EXITTT\n")'.
12860
12861 2000-10-05 Miles Bader <miles@gnu.org>
12862
12863 * diff-mode.el (diff-goto-source): Update call to
12864 `diff-hunk-status-msg' to reflect new REV variable.
12865
12866 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12867
12868 * progmodes/icon.el (icon-mode):
12869 Don't gratuitously override the default for comment-column.
12870
12871 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12872
12873 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12874 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12875 (jit-lock-functions): New var.
12876 (jit-lock-function-1): Use it if non-nil.
12877 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12878 Set the `fontified' property before doing the fontification to avoid
12879 repeatedly going through the same error.
12880 Don't turn errors into messages.
12881 (jit-lock-register, jit-lock-unregister): New functions.
12882
12883 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12884 Use with-current-buffer.
12885
12886 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12887 Turn comment into docstring.
12888
12889 * apropos.el (apropos-mode): Use define-derived-mode.
12890
12891 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12892
12893 * startup.el (fancy-splash-pending-command): New variable.
12894 (fancy-splash-pre-command): New function.
12895 (fancy-splash-screens): Rewritten.
12896 (command-line-1): If fancy-splash-pending-command is set, call it
12897 interactively.
12898
12899 2000-10-04 Dave Love <fx@gnu.org>
12900
12901 * toolbar/tool-bar.el (tool-bar-setup): New function.
12902 (tool-bar-mode): Use it.
12903
12904 * subr.el (substitute-key-definition): Doc fix.
12905 (play-sound-file): New command.
12906
12907 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12908
12909 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12910 vc-version-backup-file-name): New functions.
12911
12912 * files.el (basic-save-buffer): Call vc-before-save before saving.
12913
12914 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12915 vc-cvs-stay-local-p.
12916
12917 * vc.el (vc-revert-buffer): Handle empty diff properly.
12918 (vc-version-backup-file): New function.
12919 (vc-checkout): Create a version backup if necessary.
12920 (vc-checkin): If a version backup file exists, delete it.
12921 (vc-version-diff): Diff locally using version backups, if available.
12922 (vc-revert-file): If there's a version backup, revert locally.
12923 (vc-transfer-file): Use version backup for base version, if
12924 available. If not, ask for confirmation whether to get it from the
12925 server. Update mode line before check-in.
12926
12927 2000-10-04 Dave Love <fx@gnu.org>
12928
12929 * toolbar/tool-bar.el (tool-bar-setup): New function.
12930 (tool-bar-mode): Use it.
12931
12932 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12933
12934 * net/net-utils.el (nslookup-font-lock-keywords)
12935 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12936 Only set if window-system is non-nil
12937 (net-utils-run-program): Returns buffer.
12938 (network-connection-reconnect): Added this function.
12939
12940 * generic.el:
12941 Incorporates extensive cleanup and docfixes by
12942 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12943 Uses cl compile-time macros.
12944 (generic-mode-name, generic-comment-list)
12945 (generic-keywords-list, generic-font-lock-expressions)
12946 (generic-mode-function-list, generic-mode-syntax-table):
12947 Removed variables.
12948 (generic-mode-alist): Renamed to generic-mode-list.
12949 (generic-find-file-regexp): Default changed to "^#".
12950 (generic-read-type): Uses completing read on generic-mode-list.
12951 (generic-mode-sanity-check): removed this function.
12952 (generic-add-to-auto-mode): Removed this function
12953 (generic-mode-internal): Bind mode-specific definitions
12954 into function instead of putting them in alist.
12955 (generic-mode-set-comments): Reworked extensively.
12956 (generic-mode-find-file-hook): Simplified regexp searching
12957 (generic-make-keywords-list): Omit extra pair of parens
12958
12959 * find-lisp.el (find-lisp-find-files-internal):
12960 Make sure directory name ends with "/".
12961
12962 * generic-x.el (apache-conf-generic-mode):
12963 Regexp now allows leading whitespace.
12964 (rc-generic-mode): Added eval-when-compile
12965 around generic-make-keywords-list.
12966 Deleted duplicate regexp
12967 (rul-generic-mode): Added eval-when-compile
12968 around generic-make-keywords-list.
12969 (etc-fstab-generic-mode): New generic mode.
12970 (rul-generic-mode): Removed one eval-when-compile
12971 which caused a max-specpdl-size exceeded error.
12972
12973 2000-10-04 Miles Bader <miles@gnu.org>
12974
12975 * simple.el (minibuffer-temporary-goal-position): New variable.
12976 (next-history-element): Try to keep the position of point in the
12977 input string constant.
12978
12979 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12980 (dired-do-create-files): If there's only one file, pass it in as
12981 the DEFAULT arg to dired-mark-read-file-name.
12982
12983 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12984
12985 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12986 (diff-goto-source): Be smarter when choosing REVERSE or not.
12987
12988 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12989 (texinfo-mode-menu): Add an explicit shortcut for update all.
12990
12991 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12992
12993 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12994 factorize backend-specific code cleanly (this was essentially
12995 conceived by Stefan Monnier).
12996 (vc-unregister): Function removed.
12997 (vc-revert-file): New function.
12998 (vc-revert-buffer): Delegate some of the work to it.
12999
13000 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13001 default branch unconditionally.
13002 (vc-rcs-set-default-branch): New function.
13003 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13004 (vc-rcs-checkin): If an appropriate default branch has been set,
13005 force creation of that branch.
13006 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13007 code (as suggested by Stefan Monnier).
13008
13009 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13010
13011 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13012 highlighting overlay with a different face over the overlay
13013 isearch uses to highlight the current match because that can lead
13014 to bad face combinations.
13015
13016 * loadup.el (toplevel): Load faces before isearch.
13017
13018 * isearch.el (isearch-faces): New custom group.
13019 (isearch): New defface; was already tested for in the code.
13020 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13021 (isearch-highlight): Always use face `isearch'.
13022
13023 2000-10-02 Dave Love <fx@gnu.org>
13024
13025 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13026 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13027 comparison of opcode with operand.
13028
13029 2000-10-03 Miles Bader <miles@gnu.org>
13030
13031 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13032 buffer, since the echo area will now grow to accommodate them.
13033
13034 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13035
13036 * vc-hooks.el (vc-registered): If FILE used to be registered under
13037 a certain backend, try that one first.
13038
13039 * vc.el (vc-responsible-backend): Undo the previous change in the
13040 argument list. Handle multiple backends correctly.
13041 (vc-find-new-backend): Function removed.
13042 (vc-register): Use vc-responsible-backend, as before.
13043 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13044
13045 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13046
13047 * startup.el (fancy-splash-head): Change message below the
13048 logo.
13049
13050 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13051
13052 * diff-mode.el (diff-goto-source): Emit a status message.
13053 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13054 (diff-test-hunk): Fix doc string.
13055 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13056 (diff-advance-after-apply-hunk): New variable.
13057 (diff-apply-hunk): Don't return a value.
13058
13059 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13060
13061 * vc.el (vc-editable-p): Minor optimization.
13062 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13063 (vc-find-new-backend): New function split from vc-responsible-backend.
13064 (vc-register): Use it.
13065 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13066 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13067 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13068 (vc-clear-headers): Don't use find-file.
13069 (vc-revert-buffer): Use `and' again (must have been a braino).
13070 (vc-switch-backend): Only prompt if requested.
13071 Short circuit if nothing is to be done.
13072 Don't use vc-resynch-buffer which could lose unsaved editing.
13073 (vc-default-receive-file): Update call to vc-unregister.
13074 (with-vc-file, vc-next-action-on-file):
13075 Use vc-backend rather than vc-registered.
13076 (vc-next-action-on-file): Use intern-soft.
13077 Deal with read-only *vc-diff* buffer.
13078 (vc-transfer-file): Docstring fix.
13079
13080 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13081 (vc-rcs-receive-file): Avoid with-vc-properties.
13082 Update call to vc-unregister.
13083 Use constant `RCS' rather than (dynamically bound) var `backend'.
13084
13085 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13086
13087 * vc.el (vc-next-action-on-file): Update mode line only if file
13088 is visited.
13089 (vc-start-entry): New argument initial-contents. Don't visit the file
13090 if it isn't already visited. Brought documentation up-to-date.
13091 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13092 (vc-checkin): New optional arg initial-contents, which is passed to
13093 vc-start-entry.
13094 (vc-finish-logentry): Make sure to bury log buffer only if there
13095 really is one. Call `vc-resynch-buffer' on log-file, not
13096 buffer-file-name.
13097 (vc-default-comment-history, vc-default-wash-log): New functions.
13098 (vc-index-of): Removed.
13099 (vc-transfer-file): Make do without the above.
13100 (vc-default-receive-file): Call comment-history unconditionally. Pass
13101 the resulting string to vc-checkin, instead of inserting it into the
13102 comment ring.
13103
13104 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13105 unconditionally. Use the comments as initial contents of the log
13106 entry buffer. Document the trick to force branch creation with no
13107 changes.
13108
13109 2000-10-01 Miles Bader <miles@gnu.org>
13110
13111 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13112 `recenter' with an arg to prevent redrawing the display.
13113
13114 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13115
13116 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13117
13118 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13119
13120 * progmodes/c-mode.el (c-mode):
13121 Don't gratuitously override the default for comment-column.
13122
13123 * textmodes/tex-mode.el (latex-metasection-list): New var.
13124 (latex-imenu-create-index): Use it.
13125 Move the regexp construction outside loops (and use push).
13126 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13127 (tex-font-lock-keywords): Moved from font-lock.el.
13128 (tex-comment-indent): Remove.
13129 (tex-common-initialization): Don't set comment-indent-function.
13130 (latex-block-default): New var.
13131 (tex-latex-block): Use it to provide a default choice.
13132 Add any unknown choice to latex-block-names.
13133 Insert [...] after {...}.
13134 (tex-last-unended-begin): Simplify regexp.
13135 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13136 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13137 (latex-mode): Set forward-sexp-function.
13138
13139 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13140 Add regexp for @ignore ... @end ignore.
13141 (texinfo-heading-face): New face.
13142 (texinfo-font-lock-keywords): Use it.
13143 (texinfo-mode-menu): New menu.
13144 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13145 New functions.
13146 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13147 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13148 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13149 Remove declaration.
13150 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13151
13152 * delsel.el (delete-selection-mode): Use define-minor-mode.
13153
13154 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13155
13156 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13157
13158 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13159
13160 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13161
13162 * replace.el (keep-lines-read-args): New function.
13163 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13164 read arguments interactively. Add parameters RSTART and REND.
13165 Operate on the active region in Transient Mark mode.
13166
13167 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13168
13169 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13170 (authors-obsolete-files-regexps): New variable.
13171 (authors-add): Don't record changes in obsolete files.
13172
13173 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13174
13175 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13176
13177 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13178 (comment-indent): Make sure there's a space between code and comment.
13179 Shift comments left to avoid going past fill-column.
13180
13181 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13182
13183 * startup.el (startup-echo-area-message): New function.
13184 (display-startup-echo-area-message): Use it.
13185 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13186 (fancy-splash-default-action): New function.
13187 (fancy-splash-screens-1): New function.
13188 (fancy-splash-head): Put a help-echo and a keymap under the image.
13189
13190 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13191
13192 * diff-mode.el (diff-add-log-file-name): Remove.
13193 (diff-mode): Use add-log-buffer-file-name-function.
13194
13195 * add-log.el (find-change-log): New arg BUFFER-FILE.
13196 (add-log-file-name): Obey add-log-file-name-function.
13197 (add-log-buffer-file-name-function): New var.
13198 (add-change-log-entry): Use it.
13199
13200 2000-09-29 Miles Bader <miles@gnu.org>
13201
13202 * image-file.el (image-file-name-extensions): New variable.
13203 (image-file-name-regexps): Renamed from `image-file-regexps'.
13204 New default value is nil. Call `auto-image-file-mode'.
13205 (image-file-name-regexp): New function.
13206 (auto-image-file-mode): New minor mode.
13207 (insert-image-file): Don't make conditional on the image-file
13208 handler being enabled.
13209 (image-file-handler): Make the call here conditional instead.
13210 (set-image-file-handler-enabled, enable-image-file-handler)
13211 (disable-image-file-handler): Functions removed.
13212
13213 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13214 string.
13215
13216 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13217
13218 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13219 it's a function from CL.
13220 (latex-imenu-create-index): Replace eval-when-compile with progn
13221 because latex-section-alist is not bound while compiling.
13222
13223 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13224
13225 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13226 (outline-mode): Use define-derived-mode.
13227
13228 * progmodes/perl-mode.el (perl-mode):
13229 * progmodes/awk-mode.el (awk-mode):
13230 * progmodes/asm-mode.el (asm-mode):
13231 Don't gratuitously override the default for comment-column.
13232
13233 * emacs-lisp/lisp.el (lisp-complete-symbol):
13234 Distinguish the let-binding case from the funcall case.
13235 (forward-sexp-function): New variable.
13236 (forward-sexp): Use it.
13237
13238 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13239 (easy-mmode-defmap): Remove the now useless autoload.
13240
13241 * time.el (display-time-mode): Use define-minor-mode.
13242
13243 * subr.el (add-minor-mode): Don't eval NAME.
13244 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13245 Use if rather than cond.
13246
13247 * simple.el (read-expression-map): Define more properly.
13248 (comment-indent-hook): Remove.
13249 (string-to-syntax): Bug fix.
13250
13251 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13252 (cvs-ediff-diff): Fix typo.
13253 (cvs-revert-if-needed): Don't bother preserving read-only.
13254
13255 * paren.el (show-paren-mode): Use define-minor-mode.
13256
13257 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13258 (toggle-auto-compression): Remove.
13259 (jka-compr-build-file-regexp): Remove useless grouping.
13260
13261 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13262 Avoid user-reserved bindings.
13263 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13264 (diff-header-face): Revert to grey85.
13265
13266 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13267
13268 * complete.el (partial-completion-mode) <defcustom>: Remove.
13269 (partial-completion-mode): Use define-minor-mode.
13270 (PC-do-completion): Understand `completion-auto-help = delay'
13271 to mean to popup the completion buffer only the second time.
13272 (PC-include-file-all-completions, PC-include-file-all-completions)
13273 (PC-include-file-all-completions): Don't quote lambda.
13274
13275 * comint.el (comint-mode-hook): Docstring fix.
13276 (comint-mode): Use define-derived-mode.
13277 (comint-mode-map): Remove obsolete comment.
13278 (make-comint): Minor stylistic change.
13279 (comint-insert-clicked-input): Be more careful to find the overlay.
13280 Use this-command-keys rather than hardcoding mouse-2.
13281
13282 * font-lock.el: Replace confusing (,@ with ,
13283 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13284 Don't use regexp-opt-depth. Spice up the regexp for args.
13285 Don't distinguish between cmds that can take an opt arg or not.
13286 Use `append' and `prepend' rather than `keep'.
13287
13288 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13289 (latex-outline-regexp): New var.
13290 (latex-outline-level): New fun.
13291 (latex-section-alist): New var.
13292 (latex-imenu-create-index): Use it. Use `push' as well.
13293 (tex-shell-map): Initialize it properly.
13294 (tex-mode): Minor stylistic change.
13295 (plain-tex-mode): Use define-derived-mode.
13296 (latex-mode): Use define-derived-mode.
13297 Construct the paragraph regexps in a more readable way.
13298 Set the buffer-local outline-{level,regexp} vars.
13299 (slitex-mode): Derive from latex-mode.
13300 (tex-common-initialization): Don't kill-all-vars anymore.
13301 Add setting for comment-add and font-lock-defaults.
13302 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13303 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13304 (tex-start-tex): New arg DIR (and send a chdir command for it).
13305 Also display the shell buffer and save it in tex-last-buffer-texed.
13306 (tex-region): Use expand-file-name rather than concat.
13307 Remove code made useless by changes in tex-start-tex.
13308 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13309
13310 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13311
13312 2000-09-28 Dave Love <fx@gnu.org>
13313
13314 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13315
13316 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13317
13318 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13319 `append'.
13320
13321 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13322
13323 * info.el (Info-extract-pointer): Undo last change.
13324 Instead, fix the position of the `bound' arg to re-search-backward.
13325
13326 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13327
13328 * info.el (Info-extract-pointer):
13329 Widen more carefully, to avoid finding pointers in other nodes.
13330 (Info-index): Use push.
13331
13332 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13333
13334 * frame.el (set-frame-font): Remove call to obsolete function
13335 frame-update-faces.
13336 (set-foreground-color, set-background-color): Likewise for
13337 frame-update-face-colors.
13338
13339 2000-09-27 Miles Bader <miles@gnu.org>
13340
13341 * image-file.el: New file.
13342
13343 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13344
13345 * frame.el (frame-notice-user-settings): Don't call
13346 frame-update-faces, which is a no-op now.
13347
13348 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13349 tool-bar-lines.
13350
13351 2000-09-27 Dave Love <fx@gnu.org>
13352
13353 * mouse.el: Fix last change.
13354
13355 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13356
13357 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13358
13359 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13360
13361 * international/quail.el (quail-help): The output message is
13362 improved.
13363
13364 2000-09-26 Dave Love <fx@gnu.org>
13365
13366 * mouse.el (popup-menu): If POSITION is nil, set it using
13367 mouse-position.
13368
13369 2000-09-25 Sam Steingold <sds@gnu.org>
13370
13371 * net/browse-url.el (browse-url-file-url): Check for null maps.
13372
13373 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13374
13375 * frame.el (frame-notice-user-settings): Don't add a
13376 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13377
13378 * frame.el (frame-notice-user-settings):
13379 Make tool-bar-mode and default-frame-alist consistent.
13380
13381 * toolbar/tool-bar.el (tool-bar-help): New function.
13382
13383 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13384
13385 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13386 current-load-list in top-level forms. Else this leaks a cons cell
13387 every time a defun is called.
13388
13389 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13390
13391 2000-09-25 Dave Love <fx@gnu.org>
13392
13393 * startup.el (fancy-splash-head): Check XPM is available.
13394
13395 * autoinsert.el (auto-insert): Doc fix.
13396 (auto-insert-alist): Following GNU notices, don't say `copyright
13397 _by_'. Use line-beginning-position.
13398 (auto-insert): Check buffer-file-name is non-nil before use.
13399
13400 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13401
13402 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13403 starting with `@def' or `@multitable', in addition to ones
13404 specified by the user in auto-fill-inhibit-regexp.
13405
13406 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13407
13408 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13409 rmail-dont-reply-to-names matches the empty string.
13410
13411 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13412
13413 * startup.el (command-line-1, fancy-splash-text): Change the
13414 text to sound more friendly.
13415
13416 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13417
13418 * progmodes/hideshow.el: Update author email address.
13419 Generally, sync w/ maintainer version 5.22.
13420 (hs-hide-all-non-comment-function): New var.
13421 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13422 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13423 (hs-show-region): Delete this command.
13424 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13425
13426 2000-09-22 Dave Love <fx@gnu.org>
13427
13428 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13429 (hl-line-highlight): Specify buffer when moving overlay.
13430
13431 * progmodes/fortran.el (fortran-mode): Locally set
13432 normal-auto-fill-function.
13433 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13434 (fortran-mode-map): Adjust auto-fill menu entry.
13435
13436 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13437
13438 * vc-rcs.el (toplevel): Require `vc' when compiling.
13439
13440 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13441
13442 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13443
13444 * vc.el (vc-switch-backend): Signal an error if the file is not
13445 registered under the new backend.
13446
13447 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13448 without explicit revision number.
13449
13450 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13451
13452 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13453 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13454 (diff-xor): New function.
13455 (diff-find-source-location): Use it. Fix a stupid name clash.
13456 (diff-hunk-status-msg): New function.
13457 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13458 (diff-test-hunk): Use diff-find-source-location.
13459 (diff-goto-source): Favor the `reverse'.
13460 (diff-hunk-text): Properly handle one-sided context diffs.
13461 (diff-apply-hunk): When done, advance to the next hunk.
13462
13463 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13464
13465 * startup.el (command-line): If frame was created with a non-zero
13466 tool-bar-lines parameter, switch tool-bar-mode on.
13467
13468 * add-log.el (change-log-date-face, change-log-name-face)
13469 (change-log-email-face, change-log-file-face)
13470 (change-log-list-face, change-log-conditionals-face)
13471 (change-log-function-face, change-log-acknowledgement-face):
13472 New faces, inheriting from font-lock faces.
13473 (change-log-font-lock-keywords): Use them.
13474
13475 2000-09-21 Dave Love <fx@gnu.org>
13476
13477 * progmodes/cperl-mode.el (top-level): Clean up
13478 `eval-when-compile's and assorted defvars.
13479 (cperl-invalid-face): Don't double-quote value. Change custom
13480 type.
13481 (cperl-mode): Set normal-auto-fill-function and don't zap
13482 auto-fill-function.
13483 (cperl-imenu--function-name-regexp-perl): Renamed from
13484 imenu-example--function-name-regexp-perl.
13485 (cperl-imenu--create-perl-index): Renamed from
13486 imenu-example--create-perl-index.
13487 (cperl-xsub-scan): Don't require cl.
13488
13489 * msb.el (msb-mode-map): Use substitute-key-definition.
13490 (msb-mode): Use msb-mode-map.
13491
13492 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13493
13494 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13495 New functions.
13496 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13497 (vc-switch-backend): New function.
13498 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13499 (vc-register): Fix prompt.
13500 (vc-unregister, vc-default-unregister): New functions.
13501 (vc-version-diff): Handle empty buffer in sentinel.
13502
13503 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13504 (vc-rcs-state-heuristic): Use it to guess the state of files with
13505 non-strict locking.
13506 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13507 been set with -b, but not created yet.
13508 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13509 contents in order to find the state.
13510 (vc-rcs-checkin): Allow creation of branches with no changes.
13511 (vc-rcs-unregister, vc-rcs-receive-file)
13512 (vc-rcs-set-non-strict-locking): New functions.
13513
13514 * vc-hooks.el (vc-name): Force correct computation of the value
13515 in case it is missing.
13516
13517 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13518
13519 * startup.el (fancy-splash-tail): Use a different foreground
13520 color on a dark frame background.
13521
13522 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13523
13524 * info.el: Use the correct capitalization when making Info-mode
13525 and Info-edit-mode `special' modes.
13526
13527 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13528
13529 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13530 (diff-mode): Add support for add-log.el.
13531 (diff-hunk-text): Use char offsets rather than line offsets.
13532 (diff-find-source-location): Replace LINE with line-offset (nil
13533 if not found) and always set POS to a meaningful position.
13534 Adapt to the new char-offsets.
13535 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13536 Adapt to the new diff-find-source-location.
13537 (diff-goto-source): Adapt to the new diff-find-source-location.
13538
13539 * add-log.el (add-log-file-name): New function (split out of
13540 add-change-log-entry).
13541 (add-change-log-entry): Use it.
13542 Call add-log-file-name-function with the changelog file name if
13543 the current buffer is not associated with any file.
13544 Avoid find-file if the selected window is dedicated.
13545
13546 * diff-mode.el (diff-find-source-location):
13547 Move code from diff-apply-hunk. Return buffer rather than file.
13548 (diff-apply-hunk): Use the new result from diff-find-source-location.
13549 (diff-goto-source): Use the new diff-find-source-location.
13550
13551 2000-09-20 Dave Love <fx@gnu.org>
13552
13553 * iswitchb.el: Some doc fixes.
13554 (iswitchb-mode-map): Define completely initially. Inherit
13555 minibuffer-local-map.
13556 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13557 fundamental-mode.
13558 (iswitchb-global-map): New variable.
13559 (iswitchb-summaries-to-end): Amalgamate regexps.
13560 (iswitchb-mode): New.
13561 (iswitchb-mode-hook): New variable.
13562 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13563 `extensions'.
13564
13565 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13566
13567 * ehelp.el (electric-help): New defgroup.
13568 (electric-help-shrink-window): New user-option.
13569 (with-electric-help): Use it.
13570
13571 * window.el (shrink-window-if-larger-than-buffer): If face
13572 `mode-line' has a :box, and we're on a graphical frame, add 1
13573 to the needed window height.
13574
13575 * frame.el (frame-notice-user-settings): Add a last parameter nil
13576 to a call to `append', because the last list passed to `append' is
13577 not copied, and so subsequent calls to assq-delete-all will modify
13578 default-frame-alist.
13579
13580 * startup.el (fancy-splash-image): Change :type.
13581 (fancy-splash-head): Use an XBM image if appropriate.
13582 (command-line-1): Show splash screens in more cases.
13583
13584 * startup.el (fancy-splash-text): Don't quote faces.
13585
13586 * dired.el (dired-font-lock-keywords): Undo last change.
13587 (dired-readin): Bind indent-tabs-mode to nil.
13588
13589 * startup.el (fancy-splash-head): If frame's background mode
13590 is `dark', change the black background of the image to gray.
13591 (fancy-splash-screens): Display startup echo area message.
13592 (display-startup-echo-area-message): New function.
13593
13594 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13595
13596 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13597
13598 * info.el (info-header-node): Tweak for color ttys.
13599
13600 * faces.el (face-valid-attribute-values): Make sure directories we
13601 search for stipples both exist and are readable before trying to
13602 search them.
13603
13604 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13605 in the dry-run case.
13606
13607 * jka-compr.el (with-auto-compression-mode): New macro.
13608
13609 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13610 (custom-group-tag-face, custom-variable-tag-face): Use relative
13611 :height and inherit from `variable-pitch' face instead of
13612 hardwiring :family.
13613 * hi-lock.el (hi-black-hb): Likewise.
13614
13615 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13616 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13617 toolbar-add-item, if image doesn't have a mask add a `:mask
13618 heuristic'.
13619
13620 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13621
13622 * diff-mode.el: Docstring fixes.
13623 (diff-header-face, diff-comment-face): New faces.
13624 (diff-font-lock-keywords): Highlight a bit differently.
13625 (diff-find-source-location): Don't return SPAN any more.
13626 (diff-hunk-text): Don't bother erasing the temp buffer.
13627 (diff-find-text): Drop argument LINE.
13628 (diff-apply-hunk): Update calls to diff-find-text.
13629 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13630
13631 * calendar/calendar.el: Docstring fixes.
13632 (calendar-make-alist): Don't quote lambda.
13633 (calendar-star-date): Use make-local-variable.
13634
13635 2000-09-19 Dave Love <fx@gnu.org>
13636
13637 * toolbar/tool-bar.el: Renamed from toolbar.el.
13638 Change `toolbar' to `tool-bar' generally in symbols.
13639 Make some items invisible in `special' major modes.
13640 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13641 Add arg PROPS.
13642
13643 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13644 Add :version here.
13645 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13646
13647 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13648
13649 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13650
13651 * files.el (find-file-suppress-same-file-warnings): New user-option.
13652 (find-file-noselect): Use it.
13653
13654 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13655 (fancy-splash-screen): Defgroup.
13656
13657 * add-log.el (change-log-font-lock-keywords): Match names
13658 more exactly for the case that font-lock-constant-face is
13659 underlined.
13660
13661 2000-09-19 Richard M. Stallman <rms@gnu.org>
13662
13663 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13664
13665 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13666
13667 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13668
13669 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13670
13671 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13672 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13673 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13674 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13675 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13676 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13677 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13678 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13679 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13680 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13681 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13682 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13683
13684 * startup.el (fancy-splash-text): New variable.
13685 (fancy-splash-delay, fancy-splash-image): New user-options.
13686 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13687 (fancy-splash-screens): New functions.
13688 (command-line-1): If display has a `display' frame parameter, has
13689 colors, and we have XPM support, show more fancy splash screens.
13690
13691 2000-09-19 Dave Love <fx@gnu.org>
13692
13693 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13694 with null `help'. Use modern backquote syntax.
13695
13696 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13697
13698 * font-lock.el (font-lock-mode): Change message telling the user
13699 that ``the buffer is too big''.
13700
13701 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13702 for instance for the case that tab-width is 2.
13703
13704 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13705
13706 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13707 toolbar-add-item, if image doesn't have a mask add a `:mask
13708 heuristic'.
13709
13710 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13711
13712 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13713 and return a cons if it's non-nil.
13714 (diff-apply-hunk): Try to jump to the line in the source text
13715 corresponding to the position of point in the in the hunk.
13716
13717 * info.el (Info-title-3-face, Info-title-2-face)
13718 (Info-title-1-face): Use face inheritance and relative sizes
13719 instead of hard-wiring things.
13720
13721 * faces.el (secondary-selection): Make dark-background variant sane.
13722
13723 2000-09-16 Andrew Innes <andrewi@gnu.org>
13724
13725 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13726 read-only, since they aren't under VC now.
13727
13728 2000-09-17 Dave Love <fx@gnu.org>
13729
13730 * tmm.el: Replace mapcar with mapc in several places.
13731
13732 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13733 ad-unadvise.
13734
13735 * international/latin1-disp.el: New file.
13736
13737 * calendar/cal-move.el (scroll-calendar-left)
13738 (scroll-calendar-right): Make arg optional (for active mode line).
13739
13740 * calendar/calendar.el (calendar-mode-line-format): Make fields
13741 mouse-sensitive.
13742 (calendar-read-date, calendar-read-date, calendar-window-list):
13743 Unquote lambda.
13744 (calendar-month-name): Use aref, not sref.
13745
13746 * view.el (minor-mode-alist): Propertize the string.
13747
13748 * international/characters.el (standard-case-table): Add entries
13749 for Greek.
13750
13751 2000-09-18 Miles Bader <miles@gnu.org>
13752
13753 * info.el (info-node, info-xref): Add dark-background variants.
13754
13755 * faces.el (header-line): Change defaults to be less confusing
13756 when mixed with mode-lines.
13757
13758 * info.el (Info-fontify-node): Make a few cleanups.
13759 Add extra `help-echo' and `local-map' props to node xrefs.
13760 Use header-specific faces for node-names & xrefs.
13761 (Info-use-header-line): New variable.
13762 (info-header-xref, info-header-node): New faces.
13763 (Info-setup-header-line): New function.
13764 (Info-select-node): Call Info-setup-header-line when enabled.
13765 (Info-extract-pointer): Work even if the header line is hidden.
13766 (Info-header-line): New variable.
13767
13768 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13769
13770 * vms-patch.el (print-region-function): Don't quote lambda.
13771
13772 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13773
13774 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13775 (lm-get-header-re): Allow spaces between the header and the colon.
13776 (lm-header): Allow $ in non-RCS headers.
13777 (lm-header-multiline): Put the strings back into order.
13778 Stop at an empty line. Don't require two space chars if the
13779 line is clearly not another header line.
13780
13781 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13782 (popup-menu-popup): Remove.
13783
13784 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13785
13786 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13787 specification if or if not tool-bar item contains an `:enabled'
13788 property.
13789
13790 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13791 current buffer has no file name.
13792
13793 2000-09-15 Dave Love <fx@gnu.org>
13794
13795 * strokes.el: Sync with maintainer's current version with changes
13796 for Emacs, but avoid runtime cl and levents.
13797 (toplevel): Change autoloads and compilation requires.
13798 (strokes-version, strokes-bug-address, strokes-lift): Values
13799 changed.
13800 (strokes-xpm-header, strokes-insinuated): New variable.
13801 (strokes): Add :link.
13802 (strokes-mode): Customized.
13803 (strokes-while-inhibiting-garbage-collector): New macro.
13804 (strokes-remassoc): Avoid remove-if.
13805 (strokes-fix-button2-command): Don't use ad-do-it.
13806 (strokes-insinuate): New function.
13807 (strokes-button-press-event-p, strokes-button-release-event-p):
13808 New functions, used instead of non-`strokes-' versions..
13809 (strokes-mouse-event-p): Rewritten.
13810 (strokes-event-closest-point): Avoid event-point.
13811 (strokes-get-grid-position): Avoid cdadr, caadr
13812 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13813 functions.
13814 (strokes-help): Use with-output-to-temp-buffer.
13815 (strokes-window-configuration-changed-p): New function.
13816 (strokes-update-window-configuration): Use buffer-live-p,
13817 strokes-window-configuration-changed-p.
13818 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13819 (strokes-char-face): New face.
13820 (strokes-char-table, strokes-base64-chars): New variable.
13821 (strokes-xpm-for-stroke, strokes-list-strokes)
13822 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13823 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13824 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13825 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13826 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13827 functions.
13828
13829 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13830
13831 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13832
13833 * image.el (create-image): Doc fix.
13834
13835 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13836 instead of `:heuristic-mask t'.
13837
13838 2000-09-14 Andrew Innes <andrewi@gnu.org>
13839
13840 * makefile.w32-in: Revert to Unix line endings.
13841
13842 2000-09-14 Andrew Innes <andrewi@gnu.org>
13843
13844 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13845 when installing.
13846
13847 * makefile.nt (DONTCOMPILE): Fix typo.
13848
13849 * shell.el (shell-write-history-on-exit): New function.
13850 (shell-dumb-shell-regexp): New custom variable.
13851 (shell-mode): Make shell-write-history-on-exit the process
13852 sentinel if shell name matches shell-dumb-shell-regexp.
13853
13854 * w32-fns.el: Comment out before-init-hook function which resets
13855 source-directory based; this breaks bootstrap.
13856
13857 2000-09-14 Dave Love <fx@gnu.org>
13858
13859 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13860 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13861 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13862 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13863 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13864 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13865 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13866 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13867 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13868
13869 * toolbar/toolbar.el: New.
13870
13871 * subdirs.el: Add toolbar.
13872
13873 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13874
13875 * indent.el (indent-for-tab-command): Doc fix.
13876
13877 2000-09-14 Alex Schroeder <alex@gnu.org>
13878
13879 * ansi-color.el (ansi-colors): Doc change.
13880 (ansi-color-get-face): Simplified regexp.
13881 (ansi-color-faces-vector): Added more faces, doc change.
13882 (ansi-color-names-vector): Doc change.
13883 (ansi-color-regexp): Simplified regexp.
13884 (ansi-color-parameter-regexp): New regexp.
13885 (ansi-color-filter-apply): Doc change.
13886 (ansi-color-filter-region): Doc change.
13887 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13888 deal with zero length parameters.
13889 (ansi-color-apply-on-region): Doc change.
13890 (ansi-color-map): Doc change.
13891 (ansi-color-map-update): Removed debugging message.
13892 (ansi-color-get-face-1): Added condition-case to trap
13893 args-out-of-range errors.
13894 (ansi-color-get-face): Doc change.
13895 (ansi-color-make-face): Removed.
13896 (ansi-color-for-shell-mode): New option.
13897
13898 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13899
13900 * international/quail.el (quail-start-translation): Translate KEY
13901 if necessary even if it doesn't have any mapping in the current
13902 input method.
13903 (quail-start-conversion): Likewise.
13904 (quail-help): The output message is improved.
13905
13906 2000-09-13 Miles Bader <miles@gnu.org>
13907
13908 * comint.el (comint-output-filter): Revert to using
13909 `insert-before-markers'. Add bletcherous hack to undo damage
13910 caused by `insert-before-markers'. Put `front-sticky' property on
13911 overlays created here so that the field code understands how the
13912 overlay works. Use a let when making comint-last-prompt-overlay,
13913 so that the code is easier to read.
13914
13915 2000-09-13 Dave Love <fx@gnu.org>
13916
13917 * wid-edit.el (widget-default-format-handler): DTRT when
13918 doc-property is a function.
13919
13920 2000-09-12 Francesco Potorti` <pot@gnu.org>
13921
13922 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13923 filed name if it's not there.
13924
13925 2000-09-12 Dave Love <fx@gnu.org>
13926
13927 * simple.el (read-mail-command): Doc fix.
13928 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13929
13930 * vc.el (vc-dired-listing-switches): Fix :version.
13931
13932 * vc-hooks.el: Doc fixes.
13933
13934 * subr.el (add-minor-mode): Use toggle-fun arg.
13935
13936 * speedbar.el: Add :version to several defcustoms.
13937
13938 * imenu.el (imenu--truncate-items, imenu--cleanup)
13939 (imenu--generic-function): Avoid mapcar.
13940 (imenu--replace-spaces): Function removed.
13941 (imenu--completion-buffer): Use subst-char-in-string.
13942 (imenu-add-to-menubar): Use keymap inheritance.
13943
13944 2000-09-12 Miles Bader <miles@gnu.org>
13945
13946 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13947 (diff-mode-map): Bind `diff-test-hunk'.
13948 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13949
13950 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13951
13952 * bytecomp.el (byte-compile-defvar): Undo last change
13953 because it breaks '(make-variable-buffer-local (defvar ...)'
13954 which is used at least in dired.
13955
13956 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13957
13958 * international/quail.el (quail-define-package): Docstring
13959 modified.
13960
13961 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13962
13963 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13964 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13965 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13966 docstring of "chinese-py".
13967
13968 * international/quail.el (quail-translation-docstring): New
13969 variable.
13970 (quail-show-keyboard-layout): Docstring modified.
13971 (quail-select-current): Likewise.
13972 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13973 infinite recursive call.
13974 (quail-help): Check quail-translation-docstring. Format of the
13975 output changed.
13976 (quail-help-insert-keymap-description): Adjusted for the above
13977 change.
13978
13979 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13980
13981 * bytecomp.el (byte-compile-defvar): Only cons onto
13982 current-load-list in top-level forms. Else this leaks a cons cell
13983 every time a defun is called.
13984
13985 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13986
13987 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13988 Now understands non-unified diffs. Some functionality moved into
13989 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13990 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13991 modify anything. Only reposition point in the patched file if the
13992 patch succeeds. Only pop up another window if POPUP is true.
13993 Emit a message describing what happened if successful, and at what
13994 line-offset. Automatically detect reversed hunks and do something
13995 appropriate.
13996 (diff-hunk-text, diff-find-text): New functions.
13997 (diff-filter-lines): Function removed.
13998 (diff-test-hunk): New function.
13999 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14000
14001 2000-09-10 Dave Love <fx@gnu.org>
14002
14003 * textmodes/tildify.el: Minor doc/commentary fixes.
14004 (tildify) <defgroup>: Add :version.
14005
14006 * faces.el (face-x-resources): Make custom type more specific.
14007 (frame-background-mode): Use mapc.
14008 (region) <defcustom>: Add :version.
14009
14010 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14011
14012 * vc-sccs.el (vc-sccs-register):
14013 * vc-rcs.el (vc-rcs-register):
14014 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14015 * vc.el (vc-register): Clear file's properties.
14016
14017 2000-09-08 Gerd Moellmann <gerd@gnu.org>
14018
14019 * faces.el (face-spec-set): Only face-spec-reset-face when
14020 ATTRS is non-nil.
14021
14022 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14023
14024 * help.el (help-insert-xref-button): Fix a typo in doc string.
14025
14026 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14027
14028 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14029 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14030 methods.
14031
14032 * menu-bar.el (read-mail-item-name): New function.
14033 (menu-bar-tools-menu): Use it to compute and display the package
14034 used to read email.
14035 (menu-bar-tools-menu): Fix typo in GUD's help string.
14036
14037 2000-09-07 Dave Love <fx@gnu.org>
14038
14039 * diff-mode.el (diff-mouse-goto-source): New function.
14040
14041 * vc-sccs.el: Doc fixes.
14042 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14043
14044 * vc-rcs.el: Doc fixes.
14045 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14046 (vc-rcs-checkout-switches, vc-rcs-header)
14047 (vc-rcs-master-templates): Add or change :version.
14048
14049 * vc-cvs.el: Doc fixes.
14050 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14051 (vc-cvs-stay-local): Add :version.
14052
14053 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14054
14055 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14056
14057 * international/quail.el (quail-help): Fix previous change.
14058
14059 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14060
14061 * faces.el (color-values): Doc fix.
14062
14063 * faces.el (frame-set-background-mode): Use frame-parameter
14064 instead of frame-parameters.
14065
14066 * frame.el (filtered-frame-list): Reduce consing.
14067 (frames-on-display-list): Call frame-parameter instead of
14068 frame-parameters.
14069
14070 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14071
14072 * language/devan-util.el (devanagari-to-indian-region): In the
14073 loop, change the following char, not preceding char.
14074
14075 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14076
14077 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14078 instead of frame-parameters.
14079
14080 * faces.el (set-face-attribute): Simplify by calling
14081 internal-set-lisp-face-attribute with FRAME being 0.
14082
14083 * vc.el: Remove `Id' version control keyword.
14084
14085 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14086
14087 * help.el (help-make-xrefs): Adjusted for the change of
14088 help-xref-mule-regexp.
14089 (help-insert-xref-button): New function.
14090
14091 * international/mule-cmds.el (help-xref-mule-regexp-template):
14092 Include the pattern for character set.
14093 (leim): New group.
14094
14095 * international/quail.el: Don't require face.
14096 (quail): New group.
14097 (quail-other-command): Dummy command to make quail-help work better.
14098 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14099 (quail-keyboard-layout-substitution): New variable.
14100 (quail-update-keyboard-layout): New function.
14101 (quail-keyboard-layout-type): New customizable variable.
14102 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14103 (quail-keyboard-translate): Pay attention to
14104 quail-keyboard-layout-substitution.
14105 (quail-insert-kbd-layout): New function.
14106 (quail-show-keyboard-layout): New function.
14107 (quail-get-translation): If the definition is a vector of length
14108 1, and the element is a string of length 1, return the character
14109 in that string.
14110 (quail-update-current-translations): Fix the case of
14111 relative-index out of range.
14112 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14113 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14114 Show key sequences for all available characters.
14115 (quail-help-insert-keymap-description): Don't show such verbose
14116 key bindings as quail-self-insert-command.
14117
14118 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14119 Format changed, and each element now have extra documentations.
14120 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14121 Adjusted for the change of quail-cxterm-package-ext-info.
14122
14123 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14124
14125 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14126 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14127 during bootstrap.
14128
14129 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14130
14131 * vc.el: (toplevel): Don't require `dired' at run-time.
14132 (vc-dired-resynch-file): Remove autoload cookie.
14133
14134 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14135
14136 * vc.el: Made several backend functions optional.
14137 (vc-default-responsible-p): New function.
14138 (vc-merge): Use RET for first version to trigger merge-news, not
14139 prefix arg.
14140 (vc-annotate): Handle backends that do not support annotation.
14141 (vc-default-merge-news): Removed. The existence of a merge-news
14142 implementation is now checked on caller sites.
14143
14144 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14145 case.
14146
14147 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14148 special case that has been removed from the default in vc-hooks.el.
14149
14150 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14151
14152 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14153
14154 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14155
14156 * vc-hooks.el: Require vc during compilation.
14157 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14158 macro `with-vc-properties' in vc.el.
14159 (vc-file-getprop): Doc fix.
14160 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14161
14162 * vc.el: Require dired-aux during compilation.
14163 (vc-name-assoc-file): Moved to vc-sccs.el.
14164 (with-vc-properties): New macro.
14165 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14166 vc-finish-steal): Use it.
14167 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14168 to the backend-specific function is now supposed to do the checkout,
14169 too.
14170 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14171
14172 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14173 set file properties; that gets done in the generic code now.
14174
14175 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14176 Changed parameter list, added code from vc.el that does the
14177 checkout, possibly with a double-take.
14178
14179 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14180 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14181 the above under the new name.
14182 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14183 parameter list, added checkout command.
14184 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14185 properties; that gets done in the generic code now.
14186
14187 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14188
14189 * vc.el: Docstring fixes (courtesy of checkdoc).
14190
14191 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14192
14193 * vc.el (vc-checkout-writable-buffer-hook)
14194 (vc-checkout-writable-buffer): Remove.
14195 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14196 (vc-log-mode): Make it into a clean derived major mode.
14197 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14198 vc-log-mode if log-edit is not available.
14199 (vc-dired-mode-map): Don't set-keymap-parent yet.
14200 (vc-dired-mode): Do set-keymap-parent here.
14201 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14202
14203 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14204
14205 * faces.el (set-face-attribute, face-spec-reset-face)
14206 (face-spec-set): Avoid consing by removing calls to `apply'.
14207
14208 * frame.el (frame-parameter): Move to C code.
14209
14210 2000-09-05 Dave Love <fx@gnu.org>
14211
14212 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14213 insert-before-markers-and-inherit. Now checked systematically!
14214
14215 2000-09-05 Alex Schroeder <alex@gnu.org>
14216
14217 * sql.el (sql-postgres): Use sql-postgres-options.
14218 (sql-postgres-options): New variable.
14219
14220 2000-09-05 Alex Schroeder <alex@gnu.org>
14221
14222 * sql.el (sql-mode-menu): Work around missing variable mark-active
14223 in XEmacs.
14224 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14225 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14226 compatibility.
14227
14228 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14229
14230 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14231
14232 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14233
14234 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14235
14236 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14237
14238 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14239 don't support anything else under SCCS yet.
14240
14241 * vc-hooks.el: Minor doc fixes.
14242
14243 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14244
14245 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14246 not necessary. If verbose in state `needs-patch', do the same as
14247 under `up-to-date'. When NOT verbose and `needs-patch', check out
14248 latest version instead of `merge-news'.
14249 (vc-next-action-dired): Don't mess with default-directory here; it
14250 breaks other parts of dired. It is the job of the
14251 backend-specific functions to adjust it temporarily if they need it.
14252 (vc-next-action): Remove a special CVS case.
14253 (vc-clear-headers): New optional arg FILE.
14254 (vc-checkin, vc-checkout): Set properties vc-state and
14255 vc-checkout-time properly.
14256 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14257 (vc-print-log): Use new backend function `show-log-entry'.
14258 (vc-cancel-version): Do the checks in a different order. Added a
14259 FIXME concerning RCS-only code.
14260
14261 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14262 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14263
14264 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14265
14266 * vc-hooks.el (vc-default-mode-line-string): Show state
14267 `needs-patch' as a `-' too.
14268
14269 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14270
14271 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14272 (vc-default-could-register): New function.
14273 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14274 (vc-resynch-buffer): Call vc-dired-resynch-file.
14275 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14276 vc-resynch-buffer instead of vc-resynch-window.
14277 (vc-next-action-dired): Don't redisplay here, that gets done as a
14278 result of the individual file operations.
14279 (vc-retrieve-snapshot): Corrected prompt order.
14280
14281 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14282
14283 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14284 as well.
14285 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14286 hostname regexps. Updated all callers.
14287 (vc-cvs-responsible-p): Handle directories as well.
14288 (vc-cvs-could-register): New function.
14289 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14290 properties up-to-date.
14291
14292 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14293 user whether to create one.
14294
14295 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14296
14297 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14298 check out a non-existing file.
14299
14300 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14301 workfile does not exist.
14302
14303 * vc.el (vc-version-diff): Use `require' to check for existence of
14304 diff-mode.
14305
14306 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14307
14308 * vc-cvs.el (vc-cvs-registered): Use new function
14309 vc-cvs-parse-entry to do the actual work.
14310
14311 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14312
14313 * vc-hooks.el (vc-find-backend-function): If function doesn't
14314 exist, return nil instead of error.
14315 (vc-call-backend): Doc fix.
14316
14317 * vc.el (vc-do-command): Doc fix.
14318 (vc-finish-logentry): When checking in from vc-dired, choose the
14319 right backend for logentry check.
14320 (vc-dired-mode-map): Inherit from dired-mode-map.
14321 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14322 simplified.
14323 (vc-dired-state-info): Removed, updated caller.
14324 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14325 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14326 (vc-dired-listing-switches): New variable.
14327 (vc-directory): Use it, instead of dired-listing-switches.
14328
14329 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14330 (vc-cvs-dir-state): New function.
14331 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14332 (vc-cvs-parse-entry): New function, also to be used in
14333 vc-cvs-registered.
14334
14335 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14336
14337 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14338 *or* single-window-frames.
14339
14340 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14341
14342 * vc.el (vc-update-changelog): Split into generic part and default
14343 implementation. Doc string adapted.
14344 (vc-default-update-changelog): New function. Call the `rcs2log'
14345 script in exec-directory, to fix a long-standing nuisance.
14346
14347 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14348 simply signals an error.
14349
14350 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14351
14352 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14353 control-flow more clear and to avoid running `cvs' twice.
14354
14355 * vc.el (vc-next-action-on-file): Doc fix.
14356 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14357 (vc-print-log): Eval `file' before constructing the continuation.
14358
14359 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14360
14361 * vc.el (vc-next-action-on-file): Corrected several messages.
14362 (vc-merge): Add prefix arg `merge-news'; handle it.
14363
14364 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14365 is not reached. It is.
14366 (vc-cvs-merge): Set state to 'edited after merge.
14367 (vc-cvs-merge-news): Set workfile version to nil if not known.
14368 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14369
14370 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14371 via stdout. (Merge from main line.)
14372
14373 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14374
14375 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14376 detection.
14377
14378 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14379
14380 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14381 against kill-all-local-variables.
14382 (vc-log-edit): Don't save vc-parent-buffer any more.
14383 (vc-last-comment-match): Initialize to an empty string.
14384 (vc-post-command-functions): New hook.
14385 (vc-do-command): Run it.
14386 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14387 (vc-finish-logentry): Only add the comment to the ring if it's
14388 different from the last comment entered.
14389 (vc-new-comment-index): New function.
14390 (vc-previous-comment): Use it. Make the minibuffer message
14391 slightly less terse.
14392 (vc-comment-search-reverse): Make it work forward as well. Don't
14393 set vc-comment-ring-index if no match is found. Use
14394 vc-new-comment-index.
14395 (vc-comment-search-forward): Use vc-comment-search-reverse.
14396 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14397 define-derived-mode will do it for us. Bind `v' to a keymap that
14398 inherits from vc-prefix-map so that we can bind `vt' without
14399 binding C-x v t.
14400 (vc-retrieve-snapshot): Parenthesis typo.
14401
14402 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14403 to 1. Make sure to switch to *vc* before looking for an error
14404 message. Use vc-parse-buffer.
14405
14406 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14407
14408 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14409 and NAME.
14410 (vc-retrieve-snapshot): Split into two parts.
14411 (vc-default-retrieve-snapshot): New function.
14412
14413 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14414 (vc-cvs-retrieve-snapshot): New function (untested).
14415 (vc-cvs-stay-local): Default to t.
14416 (vc-cvs-remote-p): New function and property.
14417 (vc-cvs-state): Stay local only if the above is t.
14418 (vc-handle-cvs): Removed.
14419 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14420 done via vc-handled-backends now.
14421 (vc-cvs-header): Escape Id.
14422
14423 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14424
14425 * vc.el (vc-do-command): Remove unused commands.
14426 (vc-version-diff): Make sure default-directory ends with a slash.
14427 Move the window commands into a vc-exec-after.
14428 (vc-print-log): Move more of the code into the `vc-exec-after'.
14429
14430 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14431
14432 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14433 (vc-print-log): Search current revision from beginning of buffer.
14434 (vc-revert-buffer): Clear echo area after the diff is finished.
14435 (vc-prefix-map): Removed definition of "t" for terse display in vc
14436 dired.
14437 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14438 definition of "vt" for terse display.
14439 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14440
14441 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14442
14443 * vc.el (vc-exec-after): Avoid caddr.
14444
14445 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14446
14447 * vc.el (vc-exec-after): New function.
14448 (vc-do-command): Use it to add a termination message for async
14449 procs.
14450 (vc-checkout): Try to handle a missing-backend situation.
14451 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14452 of a directory with a backend using async diffs.
14453 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14454 present.
14455
14456 * vc-sccs.el (vc-sccs-state-heuristic): Use
14457 file-ownership-preserved-p.
14458
14459 * vc-rcs.el (vc-rcs-state-heuristic): Use
14460 file-ownership-preserved-p.
14461 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14462
14463 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14464
14465 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14466 vc-do-command.
14467
14468 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14469 when there are no changes.
14470
14471 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14472
14473 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14474
14475 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14476
14477 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14478
14479 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14480
14481 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14482 the `fset' outside of the defvar so that it works even if
14483 vc-prefix-map was already defined.
14484 (vc-setup-buffer): New function, split out of vc-do-command.
14485 (vc-do-command): Allow BUFFER to be t to mean `just use the
14486 current buffer without any fuss'.
14487 (vc-version-diff): Change the `diff' backend operation to just put
14488 the diff in the current buffer without erasing it. Always use
14489 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14490 shrink-window-if-larger-than-buffer.
14491 (vc-print-log): Change the `print-log' backend operation to just
14492 put the log in the current buffer without erasing it. Protect
14493 shrink-window-if-larger-than-buffer.
14494 (vc-update-change-log): Fix setd typo.
14495
14496 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14497 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14498
14499 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14500 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14501 CMP.
14502
14503 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14504 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14505 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14506
14507 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14508
14509 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14510 not possible, use vc-BACKEND-workfile-unchanged-p.
14511 (vc-default-workfile-unchanged-p): New function. Delegates to a
14512 full vc-BACKEND-diff.
14513
14514 * vc-hooks.el (vc-simple-command): Removed.
14515
14516 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14517 instead of vc-simple-command.
14518 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14519 avoid doing a diff when opening a file.
14520 (vc-rcs-state): Added check for unlocked-changes.
14521 (vc-rcs-header): Escape Id.
14522 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14523 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14524 version.
14525
14526 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14527 (vc-sccs-diff): Remove optional arg CMP.
14528 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14529 SCCS-specific function.
14530
14531 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14532 vc-simple-command.
14533
14534 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14535
14536 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14537 (with-vc-file, vc-merge): Use vc-editable-p.
14538 (vc-do-command): Remove unused var vc-file and fix the
14539 doubly-defined `status' var. Add a user message when starting an
14540 async command.
14541 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14542 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14543 Use with-current-buffer.
14544 (vc-buffer-sync): Use unless.
14545 (vc-next-action-on-file): If the file is 'edited by read-only,
14546 make it read-write instead of trying to commit.
14547 (vc-version-diff, vc-update-change-log): Use `setq
14548 default-directory' rather than `cd'.
14549 (vc-log-edit): Don't forget to set default-directory in the
14550 buffer.
14551
14552 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14553 (vc-sccs-state-heuristic): Use file-writable-p instead of
14554 comparing userids.
14555 (vc-sccs-checkout): Use `unless'.
14556
14557 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14558 of comparing userids.
14559 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14560 Simplify the logic by eliminating unreachable code.
14561 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14562 just do a recursive call if we need to retry.
14563 (vc-rcs-checkout): Handle the case where rcs is missing by making
14564 the buffer read-write if requested and re-signalling the error.
14565
14566 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14567
14568 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14569
14570 * vc-hooks.el (vc-handled-backends): Docstring change.
14571 (vc-ignore-vc-files): Mark obsolete.
14572 (vc-registered): Check vc-ignore-vc-files.
14573 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14574 vc-ignore-vc-files.
14575
14576 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14577
14578 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14579
14580 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14581 files since ange-ftp already has vc-registered return nil.
14582
14583 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14584 (vc-sccs-workfile-version): Use with-temp-buffer and new
14585 vc-parse-buffer and don't bother setting the property.
14586 (vc-sccs-add-triple): Use with-current-buffer and
14587 find-file-noselect.
14588 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14589
14590 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14591 derives from the old vc-parse-buffer but uses the revision number
14592 rather than the date (much easier to compare robustly).
14593 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14594 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14595 locking-user more directly. Check strict locking and set
14596 checkout-model appropriately.
14597 (vc-rcs-parse-locks): Remove.
14598 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14599 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14600 (vc-rcs-system-release): Use with-current-buffer and
14601 vc-parse-buffer.
14602 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14603
14604 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14605 (vc-simple-command): Docstring fix.
14606 (vc-registered): Align the way the file-handler is called with the
14607 way the function itself works.
14608 (vc-file-owner): Remove.
14609
14610 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14611 extraction of fields and call to file-attributes because of a
14612 temporary bug in rcp.el.
14613 (vc-cvs-fetch-status): Use with-current-buffer.
14614
14615 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14616
14617 * vc.el (vc-do-command): Use file-relative-name.
14618 (vc-responsible-backend): Use vc-backend if possible.
14619 (vc-create-snapshot): Improve the `interactive' spec. Add support
14620 for branches and dispatch to backend-specific `create-snapshot'.
14621 (vc-default-create-snapshot): New function, containing the bulk of
14622 the old vc-create-snapshot.
14623 (vc-retrieve-snapshot): Improve the interactive spec.
14624
14625 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14626 (vc-backend-hook-functions): Remove.
14627 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14628 (vc-backend): Reintroduce the test for `file = nil' now that I
14629 know why it was there (and added a comment to better remember).
14630
14631 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14632 code from vc-sccs-hooks.el.
14633 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14634 'vc anymore.
14635 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14636 and file-directory-p instead of file-exists-p.
14637 (vc-sccs-check-headers): Simplify the regexp.
14638
14639 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14640 from vc-rcs-hooks.el. Don't require 'vc anymore.
14641 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14642 file-directory-p instead of file-exists-p.
14643
14644 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14645 from vc-cvs-hooks.el.
14646 (proto vc-cvs-registered): Require 'vc-cvs instead of
14647 'vc-cvs-hooks. Don't require 'vc anymore.
14648 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14649 file-directory-p instead of file-exists-p.
14650 (vc-cvs-create-snapshot): New function, replacing
14651 vc-cvs-assign-name.
14652 (vc-cvs-assign-name): Remove.
14653
14654 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14655
14656 * vc-cvs.el (vc-cvs-header): New var.
14657
14658 * vc-rcs.el (vc-rcs-exists): Remove.
14659 (vc-rcs-header): New var.
14660
14661 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14662 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14663 (vc-sccs-header): New var.
14664
14665 * vc.el (vc-do-command): Get rid of the `last' argument.
14666 (vc-header-alist): Remove, replaced by vc-X-header.
14667 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14668 (vc-dired-hook): Use expand-file-name instead of concat.
14669 (vc-directory): Use file-name-as-directory.
14670 (vc-snapshot-precondition, vc-create-snapshot)
14671 (vc-retrieve-snapshot): Allow the command to operate on any
14672 directory.
14673
14674 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14675 just removing the 'WORKFILE argument or by removing the 'MASTER
14676 argument and replacing `file' with (vc-name file).
14677
14678 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14679
14680 * vc.el: Update Copyright and add a crude list of backend funs.
14681 (vc-writable-p): New function.
14682 (with-vc-file): Use vc-writable-p.
14683 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14684 (vc-register): Avoid vc-name.
14685 (vc-locking-user): Remove.
14686 (vc-steal-lock): Make the `owner' arg non-optional.
14687 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14688 vc-checkout-model.
14689 (vc-default-dired-state-info): Use vc-state instead of
14690 vc-locking-user and return special strings for special states.
14691 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14692 and get rid of one of the special CVS cases.
14693 (vc-cancel-version): prettify error message with \\[...].
14694 (vc-rename-master): New function.
14695 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14696 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14697 the CVS special case generic.
14698 (vc-default-record-rename): Remove.
14699 (vc-file-tree-walk-internal): Only call FUNC for files that are
14700 under control of some VC backend and replace `concat' with
14701 expand-file-name.
14702 (vc-file-tree-walk): Update docstring.
14703 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14704 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14705
14706 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14707 vc-sccs-record-rename. Use `find-file-noselect' rather than
14708 `find-file' and call `vc-rename-master' to do the actual move.
14709 (vc-sccs-diff): Remove unused `backend' variable.
14710
14711 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14712 to delay loading of vc-sccs until it is really used.
14713 (vc-sccs-master-templates): Preload.
14714 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14715 (vc-sccs-project-dir): Remove (merged into
14716 vc-sccs-search-project-dir).
14717 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14718 rather than `concat', make sure it is preloaded and don't bother
14719 to check that the file actually exists.
14720 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14721 `locks' argument (use buffer's content instead) and eliminate n^2
14722 behavior.
14723
14724 * vc-rcs.el: Update Copyright.
14725 (vc-rcs-rename-file): New function.
14726 (vc-rcs-diff): Remove unused `backend' variable.
14727
14728 * vc-hooks.el: Update Copyright.
14729 (vc-backend): Don't accept a nil argument any more.
14730 (vc-up-to-date-p): Turn into a defsubst.
14731 (vc-possible-master): New function.
14732 (vc-check-master-templates): Use `vc-possible-master' and allow
14733 funs in vc-X-master-templates to return a non-existent file.
14734
14735 * vc-cvs.el: Update Copyright.
14736 (vc-cvs-diff): Remove unused `backend' variable.
14737 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14738
14739 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14740
14741 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14742
14743 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14744 since it can be called from vc-rcs.el.
14745 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14746
14747 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14748
14749 * vc.el (vc-version-diff): Expand file name read from the
14750 minibuffer. Handle the case when a previous version number can't
14751 be guessed. Give suitable messages when there were no differences
14752 found.
14753 (vc-clear-headers): Call backend-specific implementation, if one
14754 exists.
14755 (vc-cancel-version): Made error checks generic. When done, clear
14756 headers generically, too.
14757
14758 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14759 from vc-clear-headers in vc.el.
14760
14761 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14762 correctly.
14763 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14764 optional. Handle the case when it's not there.
14765
14766 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14767
14768 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14769
14770 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14771
14772 * vc-hooks.el (vc-loadup): Remove.
14773 (vc-find-backend-function): Use `require'. Also, handle the case
14774 where vc-BACKEND-hooks.el doesn't exist.
14775 (vc-call-backend): Cleanup.
14776
14777 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14778
14779 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14780 vc-rcs-grab-templates)
14781 (vc-rcs-registered): Remove. The default function works as well.
14782 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14783 vc-sccs-grab-templates)
14784 (vc-sccs-registered): Remove. The default function works as well.
14785
14786 * vc.el (vc-version-diff): Left out a vc- in call to
14787 vc-call-backend.
14788 (vc-default-dired-state-info, vc-default-record-rename)
14789 (vc-default-merge-news): Update for the new backend argument.
14790
14791 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14792 using the default function.
14793 (vc-call-backend): If calling the default function, pass it the
14794 backend as first argument. Update the docstring accordingly.
14795 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14796 for the new backend argument.
14797 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14798 (vc-find-backend-function): Use the new name.
14799 (vc-default-registered): New function.
14800
14801 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14802
14803 * vc.el (vc-merge): Use vc-find-backend-function.
14804
14805 * vc-hooks.el (vc-backend-functions): Remove.
14806 (vc-loadup): Don't setup 'vc-functions.
14807 (vc-find-backend-function): New function.
14808 (vc-call-backend): Use above fun and populate 'vc-functions
14809 lazily.
14810 (vc-backend-defines): Remove.
14811
14812 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14813
14814 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14815 Call vc-call-backend without the leading vc-.
14816 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14817 (vc-check-headers): Call vc-call-backend without the leading vc-.
14818 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14819 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14820 Call vc-call-backend without the leading vc-.
14821
14822 * vc-cvs.el (tail): Provide vc-cvs.
14823 * vc-sccs.el (tail): Provide vc-sccs.
14824 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14825
14826 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14827 (vc-make-backend-function, vc-call): Pass names without leading
14828 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14829 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14830 (vc-call-backend): Always try to load vc-X-hooks.
14831 (vc-registered): Remove vc- in call to vc-call-backend.
14832
14833 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14834
14835 * vc.el (vc-process-filter): New function.
14836 (vc-do-command): Setup `vc-process-filter' for the async process.
14837 (vc-maybe-resolve-conflicts): New function to reduce
14838 code-duplication. Additionally, it puts the buffer in
14839 `smerge-mode' if applicable.
14840 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14841 calling `merge-news'.
14842 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14843 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14844 interfacing to log-edit.el.
14845 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14846 log-edit is available.
14847 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14848
14849 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14850
14851 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14852 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14853 defvar and the initialization.
14854 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14855
14856 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14857 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14858
14859 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14860
14861 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14862
14863 * vc.el (vc-file-clear-masterprops): Removed.
14864 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14865 (vc-version-diff): Use buffer-size without argument.
14866 (vc-register): Heed vc-initial-comment.
14867
14868 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14869 default branch.
14870
14871 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14872 file name and workfile version.
14873 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14874
14875 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14876 vc-file-clear-masterprops.
14877
14878 * vc-sccs.el (vc-sccs-checkout): Removed call to
14879 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14880 rather than user login name.
14881
14882
14883 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14884
14885 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14886 `want-differences-if-changed' and simplify.
14887 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14888 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14889 output (which is invalid for async vc-diff) to decide whether to
14890 do the revert silently or not.
14891
14892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14893
14894 * vc-hooks.el (vc-loadup): Load files quietly.
14895 (vc-call-backend): Oops, brain fart.
14896
14897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14898
14899 * vc-cvs.el (vc-cvs-state): Typo.
14900 (vc-cvs-merge-news): Return the status code rather than the error msg.
14901
14902 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14903
14904 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14905 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14906 vc-state or vc-up-to-date-p.
14907 (vc-merge): Use vc-backend-defines to check whether merging is
14908 possible. Set state to 'edited after successful merge.
14909
14910 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14911 return that name. Redocumented.
14912
14913 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14914
14915 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14916 new `vc-state' semantics.
14917 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14918 'vc-locking-user to the current user.
14919 (vc-merge): Inline vc-backend-merge. Comment out code that I
14920 don't understand and hence can't adapt to the new `vc-state' and
14921 `vc-locking-user' semantics.
14922 (vc-backend-merge): Remove.
14923
14924 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14925 rather than 'vc-locking-user.
14926
14927 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14928
14929 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14930 (vc-state): Don't use 'reserved any more. Just use the same
14931 convention as the one used for vc-<backend>-state where the
14932 locking user (as a string) is returned.
14933 (vc-locking-user): Update, based on the above convention. The
14934 'vc-locking-user property has disappeared.
14935 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14936
14937 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14938 with a heuristic one.
14939 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14940 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14941 error. That allows us to get to 'needs-merge even in the
14942 stay-local case. There's still no way to detect 'needs-patch in
14943 such a setup (or to force an update for that matter).
14944 (vc-cvs-logentry-check): Remove, the default works as well.
14945
14946 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14947
14948 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14949
14950 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14951 major-mode in which the buffer might have been put earlier. Use
14952 `remove' and `when'. Allow `okstatus' to be `async' and use
14953 `start-process' in this case.
14954 (vc-version-diff): Handle the case where the diff looks empty
14955 because of the use of an async process.
14956
14957 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14958
14959 * vc.el (vc-next-action-on-file): Removed optional parameter
14960 `simple'. Recompute state unconditionally.
14961 (vc-default-toggle-read-only): Removed.
14962
14963 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14964 (vc-toggle-read-only): Undid prev change.
14965
14966 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14967 vc-cvs-simple-toggle. Redocumented.
14968 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14969 (vc-cvs-toggle-read-only): Removed.
14970
14971 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14972
14973 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14974 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14975 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14976 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14977 still is. So maybe it should be removed.
14978 (vc-head-version, vc-find-binary): Remove.
14979 (vc-recompute-state): Move from vc-hooks.el.
14980 (vc-next-action-on-file): Add a `simple' argument to allow
14981 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14982 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14983 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14984 (vc-dired-mode-map): Properly defvar it.
14985 (vc-print-log): Call log-view-mode if available.
14986 (small-temporary-file-directory): defvar instead of use boundp.
14987 (vc-merge-news): Moved to vc-cvs.el.
14988 (vc-default-merge-news): New function.
14989
14990 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14991 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14992 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14993 unknown `vc-latest-version' function. It should probably refer to
14994 vc-workfile-version or somesuch, but it's very unclear to me and I
14995 don't have SCCS to test things.
14996
14997 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14998 (vc-sccs-state-heuristic): Fix typo.
14999 (vc-sccs-workfile-unchanged-p): Add missing argument.
15000
15001 * vc-rcs.el: Require vc and vc-rcs-hooks.
15002 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15003 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15004 (vc-release-greater-or-equal-p): Move from vc.
15005 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15006 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15007 (vc-rcs-checkout): Add a missing `new-version' argument in the
15008 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15009
15010 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15011 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15012 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15013 than the apparently unbound `workfile-version'.
15014
15015 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15016 (vc-file-prop-obarray): Use `make-vector'.
15017 (vc-backend-functions): Add new hookable functions
15018 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15019 (vc-loadup): If neither backend nor default functions exist, use
15020 the backend function rather than nil.
15021 (vc-call-backend): If the function if not bound yet, try to load
15022 the non-hook file to see if it provides it.
15023 (vc-call): New macro plus use it wherever possible.
15024 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15025 nor `vc-find-binary' since it's only called from
15026 vc-mistrust-permission which is only used once the backend is known.
15027 (vc-checkout-model): Fix parenthesis.
15028 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15029
15030 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15031 (vc-cvs-release, vc-cvs-system-release): Remove.
15032 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15033 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15034 status symbols.
15035 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15036 (vc-cvs-toggle-read-only): First cut at a function to allow a
15037 cvs-status-free vc-toggle-read-only.
15038 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15039 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15040 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15041 (vc-cvs-checkout): Modify access rights directly if the user
15042 requested not to use `cvs edit'. And refresh the mode line.
15043
15044 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15045 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15046
15047 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15048
15049 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15050 workfile' that got lost when the code was extracted from vc.el.
15051 And merged the tail with the rest of the code (not possible in the
15052 old vc.el where the tail was shared among all backends). And
15053 explicitly set the state to 'edited if `writable' is set.
15054
15055 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15056 (vc-cvs-state): Be careful to return the value from
15057 vc-cvs-parse-state.
15058 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15059 property but return it instead. Also be careful to handle a nil
15060 or "" `rev' when workfile is non-nil (it was handled properly when
15061 workfile was nil).
15062
15063 * vc.el: Removed those pesky unnecessary `(function' quotes.
15064 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15065 directly in the defvar.
15066 (vc-do-command): Bind inhibit-read-only so as to properly handle
15067 the case where the destination buffer has been made read-only.
15068 (vc-diff): Delegate to vc-version-diff in all cases.
15069 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15070 (vc-annotate-mode-variables): Removed (code moved partly to
15071 defvars and partly to vc-annotate-add-menu).
15072 (vc-annotate-mode): Turned into a derived-mode.
15073 (vc-annotate-add-menu): Moved in code in
15074 vc-annotate-mode-variables.
15075 (vc-update-change-log): Use make-temp-file if available.
15076
15077 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15078
15079 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15080 `vc-checkout-model' updated to `vc-cvs-update-model'.
15081
15082 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15083
15084 * vc.el (vc-next-action-on-file): Added handling of state
15085 `unlocked-changes'.
15086 (vc-checkout-carefully): Is now practically obsolete, unless the
15087 above is too slow to be enabled unconditionally.
15088 (vc-update-change-log): Fixed typo.
15089
15090 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15091
15092 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15093 Now handles state `unlocked-changes'.
15094 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15095
15096 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15097
15098 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15099 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15100 `unlocked-changes'.
15101 (vc-rcs-workfile-unchanged-p): Renamed from
15102 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15103 function yet, but supposed to become one soon.
15104
15105 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15106 `vc-steal-lock'.
15107 (vc-call-backend): Changed error message.
15108 (vc-state): Added description of state `unlocked-changes'.
15109
15110 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15111
15112 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15113 always return t in CVS-controlled directories.
15114
15115 * vc.el (vc-responsible-backend): New function.
15116 (vc-register): Largely rewritten.
15117 (vc-admin): Removed (implementation moved into vc-register).
15118 (vc-checkin): Redocumented.
15119 (vc-finish-logentry): If no backend defined yet (because we are in
15120 the process of registering), use the responsible backend.
15121
15122 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15123 Updated function lists.
15124 (vc-call-backend): Fixed typo.
15125
15126 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15127 New functions.
15128 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15129 Removed query option. Redocumented.
15130
15131 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15132
15133 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15134
15135 * vc.el: Updated callers of `vc-checkout-required' to use
15136 `vc-checkout-model'.
15137
15138 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15139
15140 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15141 stuff updated to reference this function instead of the old
15142 `vc-backend-release-p'.
15143
15144 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15145
15146 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15147 vc-checkout-model. Return appropriate values. Updated callers.
15148
15149 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15150
15151 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15152 (vc-backend-revert): Function moved into `vc-revert';
15153 `vc-next-action' must be updated to accomodate this change.
15154 (vc-backend-steal): Function moved into `vc-finish-steal'.
15155 (vc-backend-logentry-check): Function moved into
15156 `vc-finish-logentry'.
15157 (vc-backend-printlog): Function moved into `vc-print-log'.
15158 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15159 (vc-backend-assign-name): Function moved into
15160 `vc-create-snapshot'.
15161
15162 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15163
15164 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15165 Rename to vc-checkout-model. Return appropriate values.
15166 Update callers.
15167
15168 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15169 to vc-checkout-model.
15170 (vc-checkout-required): Rename to vc-checkout-model.
15171 Re-implement and re-comment.
15172 (vc-after-save): Use vc-checkout-model.
15173
15174 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15175
15176 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15177 Update to use the vc-BACKEND-diff functions instead.
15178 `vc-diff' is now working.
15179
15180 * vc-rcs.el (vc-rcs-logentry-check): New function.
15181
15182 * vc-cvs.el (vc-cvs-logentry-check): New function.
15183
15184 * vc-sccs.el (vc-sccs-diff): Function changed name from
15185 `vc-backend-diff'. This makes `vc-diff' work.
15186
15187 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15188 of functions possibly implemented in a vc-BACKEND library.
15189 (vc-checkout-required): Fix bug that caused an error to be
15190 signaled during `vc-after-save'.
15191
15192 * vc.el: Fix typo.
15193 This checkin is made with our new VC code base for the very first time.
15194 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15195
15196 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15197 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15198
15199 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15200 updated to `vc-uses-locking'.
15201 (vc-checkout-required): Call to backend function.
15202 `vc-checkout-required' updated to `vc-uses-locking' instead.
15203
15204 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15205 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15206
15207 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15208 to match the split into various backends.
15209 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15210 (vc-retrieve-snapshot): Bug fix.
15211
15212 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15213
15214 * vc-sccs.el (vc-sccs-release): Doc fix.
15215
15216 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15217
15218 * vc.el (vc-next-action-on-file): Bug found and fixed.
15219 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15220 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15221
15222 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15223 (vc-rcs-checkout): Name space cleaned up. No more revision number
15224 crunching function names that are not prefixed with vc-rcs.
15225 (vc-rcs-checkout-model): Function added. References to
15226 `vc-checkout-model' replaced.
15227
15228 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15229
15230 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15231 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15232 still need to be split, and implemented for RCS).
15233
15234 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15235
15236 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15237
15238 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15239 required by the vc.el file.
15240
15241 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15242 required by the vc.el file.
15243 (vc-rcs-exists): Function added.
15244
15245 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15246 required by the vc.el file.
15247
15248 * vc.el (vc-admin): Updated to handle selection of appropriate
15249 backend. Current implementation is crufty and need re-thinking.
15250
15251 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15252
15253 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15254
15255 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15256 beginning of annotate buffers correctly.
15257
15258 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15259 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15260 functionality updated quite a lot to support multiple backends.
15261 Variables `vc-annotate-mode', `vc-annotate-buffers',
15262 `vc-annotate-backend' added.
15263
15264 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15265 `vc-annotate-difference' added to supported backend functions.
15266
15267 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15268
15269 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15270 Use with-temp-file instead of /bin/sh. Merged from mainline
15271
15272 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15273
15274 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15275
15276 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15277
15278 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15279
15280 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15281
15282 * vc-hooks.el: vc-state-heuristic added to
15283 vc-backend-hook-functions.
15284
15285 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15286
15287 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15288
15289 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15290 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15291 state to `reserved'.
15292
15293 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15294 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15295
15296 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15297
15298 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15299 untouched.
15300
15301 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15302
15303 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15304 if defined. (Merged from main line, slightly adapted.)
15305
15306 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15307 millenium problem (merged from mainline).
15308
15309 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15310
15311 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15312 part and moved the non-BACKEND stuff to vc.el.
15313
15314 * vc.el: Split the annotate feature into a BACKEND specific part
15315 and moved it from the vc-cvs.el file to this one.
15316
15317 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15318
15319 * vc-hooks.el: Implement new state model.
15320 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15321 (vc-locking-user): Simplify. Now only needed if the file is
15322 locked by somebody else.
15323 (vc-lock-from-permissions): Remove. Functionality is in
15324 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15325 (vc-mode-line-string): New name for former vc-status. Adapted.
15326 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15327
15328 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15329 Various simplifications and adaptations all over the place.
15330
15331 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15332 Simplify and adapt the rest.
15333
15334 * vc.el (vc-resynch-window): Add TODO comment: check for
15335 interaction with view mode according to recent RCS change.
15336 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15337
15338 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15339
15340 * vc.el: Convert the remaining function comments to docstrings.
15341
15342 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15343
15344 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15345 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15346 (vc-minor-part, vc-previous-version): Functions that operate and
15347 compare revision numbers got proper documentation. Comments added
15348 about their possible removal.
15349
15350 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15351
15352 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15353 the vc-backend.el files.
15354
15355 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15356
15357 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15358 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15359 (vc-rcs-previous-version): Functions added.
15360
15361 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15362
15363 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15364
15365 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15366
15367 * vc-hooks.el (vc-master-templates): Is really obsolete.
15368 Comment out the definition for now. What is the right procedure
15369 to get rid of it?
15370 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15371 rewritten.
15372 (vc-default-registered): Remove.
15373 (vc-check-master-templates): New function; does mostly what the
15374 above did before.
15375 (vc-locking-user): Don't rely on the backend to set the property.
15376
15377 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15378 Rewrite documentation.
15379 (vc-rcs-templates-grabbed): New variable.
15380 (vc-rcs-grab-templates): New function.
15381 (vc-rcs-registered): Rewrite to use above mechanism.
15382
15383 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15384 Rewrite documentation.
15385 (vc-sccs-templates-grabbed): New variable.
15386 (vc-sccs-grab-templates): New function.
15387 (vc-sccs-registered): Rewrite to use above mechanism.
15388 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15389 Don't throw the result, simply return it.
15390
15391 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15392 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15393 (vc-cvs-registered): Does the check itself now. Simplify.
15394
15395 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15396 from main line.
15397
15398 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15399
15400 * vc-cvs.el (vc-cvs-diff): New function.
15401
15402 * vc-sccs.el (vc-sccs-diff): New function.
15403
15404 * vc-rcs.el (vc-rcs-diff): New function.
15405 (vc-rcs-checkout): Bug (typo) found and fixed.
15406 (vc-rcs-register-switches): New variable.
15407
15408 * vc.el (vc-backend-diff): Function removed and placed in the
15409 backend files.
15410
15411 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15412
15413 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15414
15415 * vc.el (vc-backend-checkout): Function removed and replaced in
15416 the vc-backend.el files.
15417
15418 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15419
15420 * vc.el (vc-backend-admin): Removed and replaced in the
15421 vc-backend.el files.
15422
15423 * vc.el (Martin): Removed all the annotate functionality since it
15424 is CVS backend specific.
15425
15426 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15427
15428 * spec.txt: Added specification of vc-state.
15429
15430 * vc-sccs-hooks.el (vc-sccs-master-properties):
15431 Remove handling of vc-latest-version and
15432 vc-your-latest-version. What used to be vc-latest-version, is now
15433 returned as vc-workfile-version.
15434 (vc-sccs-workfile-version): Adapt.
15435
15436 2000-09-04 Dave Love <fx@gnu.org>
15437
15438 * vc.el: [Merged from mainline.]
15439 (vc-dired-mode): Make the dired-move-to-filename-regexp
15440 regexp match the date, to avoid treating date as file size.
15441 Add YYYY S option to WESTERN/
15442
15443 2000-09-04 Dave Love <fx@gnu.org>
15444
15445 * vc.el: Require `compile' when compiling.
15446 (vc-logentry-check-hook): New option.
15447 (vc-steal-lock): Use compose-mail.
15448 (vc-dired-mode-map): Defvar when compiling.
15449 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15450 vc-sccs.el and renamed. Callers changed.
15451 (vc-backend-checkout, vc-backend-logentry-check)
15452 (vc-backend-merge-news): Doc fix.
15453 (vc-default-logentry-check): New function.
15454 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15455 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15456 (vc-backend-merge): Doc fix. Use backend functions.
15457 (vc-check-headers): Use backend functions.
15458
15459 * vc-cvs.el: Require vc when compiling.
15460 (vc-cvs-register-switches): Doc fix.
15461 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15462 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15463 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15464 New functions (code from vc.el).
15465 (vc-annotate-display-default): Fix interactive spec.
15466 (vc-annotate-time-span): Doc fix.
15467
15468 * vc-rcs.el: Require vc when compiling.
15469 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15470 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15471 (vc-rcs-checkin): New functions (code from vc.el).
15472 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15473 Doc fix.
15474 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15475
15476 * vc-sccs.el: Require vc when compiling.
15477 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15478 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15479 (vc-sccs-revert)
15480 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15481 from vc.el).
15482 (vc-sccs-add-triple, vc-sccs-record-rename)
15483 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15484 (vc-sccs-admin): Doc fix.
15485
15486 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15487
15488 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15489 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15490 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15491 from vc.el.
15492
15493 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15494
15495 * vc-cvs.el: Moved the annotate functionality from vc.el.
15496 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15497
15498 2000-09-04 Dave Love <fx@gnu.org>
15499
15500 * vc.el (vc-backend-release): Call vc-system-release.
15501
15502 * vc-sccs.el (vc-sccs-system-release):
15503 Renamed from vc-sccs-backend-release.
15504
15505 * vc-rcs.el (vc-rcs-system-release):
15506 Renamed from vc-rcs-backend-release.
15507
15508 * vc-cvs.el (vc-cvs-system-release):
15509 Renamed from vc-cvs-backend-release.
15510
15511 2000-09-04 Dave Love <fx@gnu.org>
15512
15513 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15514 backend files.
15515 (vc-backend-release): Dispatch to backend functions.
15516 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15517 probably needs attention.]
15518
15519 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15520 (vc-sccs-backend-release): New function.
15521
15522 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15523 (vc-cvs-backend-release): New function.
15524
15525 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15526 Doc fix.
15527 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15528 (vc-default-dired-state-info): New function.
15529 (vc-dired-state-info): Dispatch to backends.
15530 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15531
15532 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15533 from vc.el and renamed.
15534
15535 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15536
15537 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15538 (vc-version-other-window, vc-backend-assign-name): Removed
15539 references to vc-latest-version; sometimes changed into
15540 vc-workfile-version.
15541
15542 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15543 vc-rcs-master-workfile-version.
15544 (vc-rcs-workfile-version): Use the above. Don't call
15545 vc-latest-version (that was unreachable code, anyway).
15546 (vc-rcs-fetch-master-properties): Doc fix.
15547
15548 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15549 (vc-backend-hook-functions): Removed them from this list, too.
15550 (vc-fetch-properties): Removed.
15551 (vc-workfile-version): Doc fix.
15552
15553 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15554 (vc-rcs-workfile-version, vc-rcs-locking-user)
15555 (vc-rcs-uses-locking): Use it.
15556
15557 * vc-hooks.el (vc-consult-rcs-headers):
15558 Moved into vc-rcs-hooks.el, under the name
15559 vc-rcs-consult-headers.
15560
15561 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15562 headers.
15563 (vc-cvs-find-master): Use this name only; correct different
15564 versions of the name.
15565
15566 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15567 New functions.
15568 (vc-sccs-locking-user): Use the latter.
15569
15570 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15571 New functions.
15572
15573 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15574 Moved into both
15575 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15576 functions are implementation details of those two backends.
15577
15578 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15579
15580 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15581 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15582
15583 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15584 (vc-sccs-parse-locks): SCCS-specific code moved here from
15585 vc-hooks.
15586
15587 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15588 code moved here from vc-hooks.
15589
15590 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15591 into back-end specific parts and removed. Callers not updated
15592 yet; because I guess these callers will disappear into back-end
15593 specific files anyway.
15594
15595 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15596
15597 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15598 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15599 `vc-uses-locking'.
15600
15601 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15602 Store yes/no in the property, and return t/nil. Updated all
15603 callers.
15604
15605 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15606 vc-sccs-uses-locking. Don't set property.
15607 (vc-sccs-locking-user): Don't set property.
15608
15609 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15610 vc-cvs-uses-locking. Don't set property here; leave that to
15611 vc-hooks.
15612 (vc-cvs-locking-user): Reflect above change. Streamlined.
15613
15614 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15615 vc-rcs-uses-locking.
15616 (vc-rcs-locking-user): Reflect above change.
15617
15618 2000-09-04 Dave Love <fx@gnu.org>
15619
15620 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15621
15622 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15623
15624 * vc-hooks.el (vc-checkout-model): Punt to backends.
15625
15626 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15627
15628 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15629
15630 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15631 New functions.
15632
15633 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15634 New functions.
15635
15636 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15637 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15638
15639 * vc-hooks.el (vc-default-locking-user): New function.
15640 (vc-locking-user, vc-workfile-version): Punt to backends.
15641
15642 2000-09-04 Dave Love <fx@gnu.org>
15643
15644 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15645 (vc-master-workfile-version): Moved from vc-hooks.
15646
15647 * vc-rcs-hooks.el: Fix duplicate code in last change.
15648
15649 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15650 (vc-rcs-master-templates): Improve :type.
15651 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15652 vc-master-workfile-version): Moved from vc-hooks.
15653
15654 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15655 (vc-sccs-master-templates): Improve :type.
15656 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15657
15658 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15659
15660 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15661 (vc-cvs-master-templates): Improve :type. Use
15662 vc-cvs-find-cvs-master.
15663 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15664 from vc-hooks.
15665 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15666
15667 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15668 Moved to vc-cvs-hooks.
15669
15670 * vc-hooks.el: Add doc strings in various places. Simplify the
15671 minor mode setup.
15672 (vc-handled-backends): New user variable.
15673 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15674 simplification.
15675
15676 2000-09-04 Dave Love <fx@gnu.org>
15677
15678 * vc.el: Some doc fixes for autoloaded and interactive functions.
15679 Fix compilation warnings from ediff stuff.
15680 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15681
15682 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15683
15684 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15685
15686 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15687
15688 2000-09-04 Dave Love <fx@gnu.org>
15689
15690 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15691 New variable.
15692 (vc-make-backend-function, vc-loadup, vc-call-backend)
15693 (vc-backend-defines): New functions.
15694
15695 * vc-hooks.el: Various doc fixes.
15696 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15697 (vc-match-substring): Function removed. Callers changed to use
15698 match-string.
15699 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15700 Simplify.
15701
15702 2000-09-04 Dave Love <fx@gnu.org>
15703
15704 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15705 type.
15706 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15707 (vc-sccs-registered): Doc fix.
15708
15709 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15710 (vc-cvs-registered): Doc fix.
15711
15712 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15713 (vc-rcs-registered): Doc fix.
15714
15715 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15716
15717 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15718
15719 * vc-hooks.el: vc-registered has been renamed
15720 vc-default-registered. Some functions have been moved to the
15721 backend specific files. they all support the
15722 vc-BACKEND-registered functions.
15723
15724 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15725
15726 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15727
15728 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15729
15730 2000-09-04 Dave Love <fx@gnu.org>
15731
15732 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15733 menu-bar-update-hook.
15734
15735 * help.el (help-manyarg-func-alist): Add
15736 find-operation-coding-system.
15737
15738 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15739
15740 * custom.el (custom-set-variables): Print message about errors in
15741 setting.
15742
15743 2000-09-03 Andrew Innes <andrewi@gnu.org>
15744
15745 * makefile.w32-in: Change to DOS line endings.
15746
15747 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15748
15749 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15750 minor-mode keymaps, if they don't have one.
15751
15752 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15753
15754 * eshell/esh-module.el (eval-when-compile): Don't lose if
15755 esh-module.el's file name is truncated to DOS 8+3 limits.
15756
15757 2000-09-01 John Wiegley <johnw@gnu.org>
15758
15759 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15760 predicate, which caused entries in the completion list to be
15761 doubled.
15762
15763 2000-08-30 John Wiegley <johnw@gnu.org>
15764
15765 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15766 sending to subprocesses. Also, hook pre-command-hook if
15767 `eshell-send-direct-to-subprocesses' is non-nil.
15768 (eshell-send-direct-to-subprocesses): New config variable. If t,
15769 subprocess input is send immediately.
15770 (eshell-toggle-direct-send): New function.
15771 (eshell-self-insert-command): New function.
15772 (eshell-intercept-commands): New function.
15773 (eshell-send-input): If direct subprocess sending is enabled,
15774 don't echo any input to the Eshell buffer. Let the subprocess
15775 handle that. This requires "stty echo" in bash, for example.
15776
15777 2000-08-28 John Wiegley <johnw@gnu.org>
15778
15779 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15780 completion function for Eshell's implementation of `unset'.
15781
15782 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15783
15784 * info.el (Info-directory-list): Doc fix.
15785
15786 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15787
15788 * filecache.el (file-cache-add-directory-using-find): Don't quote
15789 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15790
15791 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15792
15793 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15794 coding systems.
15795
15796 2000-08-30 Andrew Innes <andrewi@gnu.org>
15797
15798 * timer.el (run-with-idle-timer): Undo last change, so that timer
15799 is not activated immediately if Emacs is already idle. Some
15800 existing code relies on this behaviour.
15801
15802 2000-08-30 Miles Bader <miles@gnu.org>
15803
15804 * frame.el (set-frame-font): Do completion of font-name for
15805 interactive use.
15806
15807 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15808
15809 * international/quail.el (quail-start-translation): Bind locally
15810 last-command-event, last-command, and this-command.
15811 (quail-start-conversion): Likewise.
15812 (quail-self-insert-command): Fix docstring.
15813
15814 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15815
15816 * progmodes/executable.el
15817 (executable-make-buffer-file-executable-if-script-p): Check that
15818 buffer contains at least 2 characters.
15819
15820 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15821
15822 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15823
15824 2000-08-29 Dave Love <fx@gnu.org>
15825
15826 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15827 (diff-mode-shared-map): Bind mouse-2.
15828 (diff-imenu-generic-expression): New variable.
15829 (diff-mode): Use it.
15830
15831 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15832 (mouse-popup-menubar): Add minor mode menus.
15833 (popup-menu): Check for lookup-key returning number.
15834
15835 2000-08-29 Miles Bader <miles@gnu.org>
15836
15837 * comint.el (comint-send-input): Create overlays using the proper
15838 front/read-advance arguments.
15839
15840 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15841
15842 * ps-print.el: Even/odd pages printing. Doc fix.
15843 (ps-print-version): New version number (6.0).
15844 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15845 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15846 (ps-print-duplex-feature): Variable eliminated.
15847 (ps-even-or-odd-pages): New variable.
15848
15849 * progmodes/ebnf2ps.el: Doc fix.
15850 (ebnf-version): New version (3.3).
15851 (ebnf-user-arrow): Change variable customization to sexp.
15852 (ebnf-user-arrow): Function eliminated.
15853 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15854
15855 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15856
15857 * help.el (help-xref-mule-regexp): New variable.
15858 (help-make-xrefs): Handle help-xref-mule-regexp.
15859
15860 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15861 variable.
15862 (describe-input-method): Temporarily activate the specfied input
15863 method to display the information.
15864 (describe-language-environment): Hyperlinks to mule related items.
15865
15866 * international/mule-diag.el (charset-multibyte-form-string): New
15867 function.
15868 (list-character-sets-1): Use charset-multibyte-form-string.
15869 (describe-character-set): New function.
15870 (describe-coding-system): Hyperlinks to safe character sets.
15871
15872 * international/quail.el (quail-help): New arg PACKAGE.
15873 Hyperlinks to mule related items.
15874 (quail-help-insert-keymap-description): Use
15875 substitute-command-keys instead of describe-bindings.
15876 (quail-translation-help): Hyperlinks to mule related items.
15877
15878 2000-08-28 John Wiegley <johnw@gnu.org>
15879
15880 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15881 have a defsubst call itself. Made `eshell-flatten-list' back into
15882 a function again.
15883
15884 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15885 catch, in case re-centering point at bottom messes up the display.
15886 This happens frequently in Emacs 21, due I believe to variable
15887 line heights.
15888
15889 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15890 to call `find-tag-interactive'.
15891
15892 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15893 the list of remember directories.
15894
15895 2000-08-28 John Wiegley <johnw@gnu.org>
15896
15897 * align.el: Test align-region-separate to see if it's a symbol.
15898
15899 2000-08-28 John Wiegley <johnw@gnu.org>
15900
15901 * eshell/esh-util.el (eshell-flatten-list): Made this function
15902 into a defsubst form. It gets used very frequently, although
15903 calls don't occur all that often.
15904
15905 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15906 examining it.
15907
15908 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15909 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15910 `eshell-protect'.
15911 (eshell-copy-handles): Created a new macro for duplicating the
15912 current set of open handles. This is needed by the looping
15913 functions.
15914 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15915 is not incorrectly stomped on.
15916
15917 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15918 declaration for pcomplete-use-paring.
15919 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15920 value of eshell-cmpl-use-paring.
15921 * pcomplete.el (pcomplete-use-paring): New config variable, to
15922 indicate whether paring should be used.
15923 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15924 completion alternatives that have already been used.
15925
15926 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15927 bound to C-c C-y, which will repeat the previous N arguments
15928 (based on prefix argument).
15929 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15930
15931 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15932 if there is no *Help* buffer. This is for XEmacs, which renames
15933 its help buffers uniquely. TODO: Find out what the current buffer
15934 name to delete is.
15935
15936 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15937 first entry that correlates to a passwd/group number. Later
15938 entries (used for group/user name aliasing to multiple IDs) are
15939 ignored.
15940
15941 * eshell/em-xtra.el (eshell/expr):
15942 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15943 (eshell-grep, eshell/diff, eshell/locate):
15944 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15945 argument list, before passing it to the system command.
15946
15947 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15948 `find-tag' for use at final position in Eshell buffers (which
15949 otherwise triggers an error on Emacs 21).
15950 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15951 buffer, if it is currently bound to `find-tag'.
15952
15953 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15954 in the list of matched Makefile names.
15955 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15956 directory, prefer its contents to Makefile.
15957
15958 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15959 directory parts (like "cd old new", or "cd =regexp"), are now case
15960 sensitive on non-Windows/DOS platforms.
15961
15962 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15963 types RET after an open delimiter (like "), display a message
15964 indicating that Eshell is waiting for the closing delimiter.
15965
15966 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15967 environment variables.
15968
15969 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15970 gracefully if the user enters incorrect arguments.
15971
15972 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15973 Eshell buffers.
15974
15975 * eshell/esh-var.el (eshell-interpolate-variable):
15976 * eshell/esh-mode.el (eshell-move-argument):
15977 * eshell/em-unix.el (eshell-du-sum-directory):
15978 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15979 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15980 (not (= ...)).
15981
15982 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15983 to ensure the `preserve' flag gets propagated when doing recursive
15984 directory copies.
15985
15986 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15987
15988 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15989 Don't convert \n into \0177 in memory.
15990 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15991 and back again, when reading and writing.
15992
15993 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15994
15995 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15996 testing of `fboundp' on `processp'.
15997
15998 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15999 (eshell/jobs): Don't call process-list if it is not bound.
16000 (eshell-gather-process-output): Support systems where async
16001 subprocesses aren't supported.
16002 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16003 variables.
16004
16005 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16006 eshell-do-eval returns t.
16007 (eshell-do-pipelines-synchronously): New defmacro.
16008 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16009 when async subprocesses aren't supported.
16010 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16011 if async subprocesses aren't supported.
16012 (eshell-resume-command): Don't assume STATUS is a string.
16013
16014 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16015
16016 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16017 (eshell-close-target, eshell-get-target): Use eshell-processp.
16018 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16019 fix.
16020 (eshell-get-target, eshell-create-handles): Doc fix.
16021
16022 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16023
16024 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16025 criterion to include commands that output something, as long as it
16026 leaves both the command and the end-of-buffer visible when the
16027 command has exited.
16028 (eshell-review-quick-commands): Adjust the help doc string
16029 accordingly.
16030
16031 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16032
16033 * locate.el (locate): Cleaned up locate command's interactive prompting
16034 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16035
16036 * filecache.el (file-cache-case-fold-search): New variable
16037 (file-cache-assoc-function): New variable
16038 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16039 Use file-cache-case-fold-search variable
16040 (file-cache-add-file): Use file-cache-assoc-function
16041 (file-cache-delete-file): likewise
16042 (file-cache-directory-name): likewise
16043 (file-cache-debug-read-from-minibuffer): likewise
16044
16045 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16046
16047 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16048 (abbrev-table-name): New function.
16049 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16050 If non-nil list local abbrev, only.
16051
16052 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16053
16054 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16055 from Gnus support code, and use special article copy buffer
16056 `(gnus-original-article-buffer)' instead. This allows to get rid
16057 of article-hide-headers usage (which breaks in the latest Gnus
16058 version). Thanks to Detlev Zundel.
16059
16060 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16061
16062 * international/quail.el (quail-use-package): Hide "... loaded"
16063 message.
16064 (quail-start-translation, quail-start-conversion): Likewise.
16065
16066 * international/kkc.el (kkc-region): Hide "... loaded" message.
16067
16068 2000-08-27 Dave Love <fx@gnu.org>
16069
16070 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16071
16072 2000-08-27 Miles Bader <miles@gnu.org>
16073
16074 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16075
16076 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16077
16078 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16079 'ja-dic-cnv), not (require 'skkdic-cnv).
16080
16081 2000-08-26 Miles Bader <miles@gnu.org>
16082
16083 * faces.el (face-x-resources): Add entry for :inherit.
16084 * cus-face.el (custom-face-attributes): Add support for :inherit
16085 attribute. Add support for relative face heights.
16086 (custom-face-attributes-get): Treat `nil' as being a default value
16087 for :inherit (as well as `unspecified').
16088
16089 * faces.el (set-face-attribute): Update doc string.
16090 (face-attribute-name-alist): Add :inherit.
16091 (face-valid-attribute-values): Handle :inherit.
16092 (face-read-string): Rephrase prompt to be less confusing.
16093 Assume that DEFAULT is a string, since we must return a string.
16094 (face-read-integer): Use `format' to turn DEFAULT into an
16095 acceptable default for face-read-string. Match NEW-VALUE against
16096 the string "unspecified", not the symbol `unspecified', since
16097 that's what face-read-string returns.
16098 (read-face-attribute): Lookup a name for old-value in valid, and
16099 use it as a default if we find one. Treat all values from
16100 face-read-string as strings. If the default is used, don't do any
16101 more processing on the value, just use the old value directly.
16102 (read-face-and-attribute, modify-face): Tweak prompt.
16103 (read-face-name): Don't assume prompt ends with a space.
16104
16105 * faces.el (describe-face): Add support for :inherit attribute.
16106
16107 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16108
16109 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16110 concat doesn't accept interger.
16111
16112 * international/kkc.el: Remove SKK from Keywords. Require
16113 ja-dic-utl instead of skkdic-utl.
16114
16115 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16116 Provide ja-dic-cnv instead of skkdic-cnv.
16117 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16118 (iso-2022-7bit-short): Add safe-charsets property.
16119 (skkdic-convert-postfix): Search Japanese chou-on character in
16120 addition to Hiragana character.
16121 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16122 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16123 (batch-skkdic-convert): Likewise.
16124
16125 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16126 Provide ja-dic-utl instead of skkdic-utl.
16127 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16128
16129 2000-08-24 Dave Love <fx@gnu.org>
16130
16131 * disp-table.el (standard-display-default): Make the test of `l'
16132 useful.
16133
16134 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16135 mod sample text.
16136
16137 * international/iso-ascii.el: Make pilcrow convenient string
16138 consistent with section.
16139 (iso-ascii-display): Set up multibyte characters as well as
16140 unibyte.
16141
16142 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16143
16144 * international/mule-cmds.el (reset-language-environment): Set
16145 default-process-coding-system to '(undecided . iso-latin-1), which
16146 makes process I/O almost consistent with file I/O. Call this
16147 function when mule-cmds.el[c] is loaded.
16148
16149 2000-08-22 Andrew Innes <andrewi@gnu.org>
16150
16151 * makefile.w32-in: New file.
16152
16153 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16154
16155 * comint.el (comint-output-filter): Compare end of
16156 comint-last-output-overlay with the start of the newly inserted
16157 text, not the end, when deciding whether to extend it.
16158 Set saved-point's insertion type to advance after insertion.
16159
16160 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16161 since this is now done independently of font-lock mode.
16162
16163 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16164
16165 * server.el (server-kill-new-buffers): New user option.
16166 (server-existing-buffer): New buffer-local variable.
16167 (server-visit-files): When using an existing buffer, set
16168 server-existing-buffer to t.
16169 (server-buffer-done): If server-kill-new-buffers is t, kill the
16170 buffer, unless it was already present before visiting it with
16171 Emacs server.
16172
16173 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16174
16175 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16176 even if the display doesn't support colors: some displays will
16177 support bold/underline faces.
16178
16179 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16180
16181 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16182
16183 * startup.el (command-line): If user's init file had an error,
16184 add explanatory text to *Messages*.
16185
16186 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16187
16188 * man.el (Man-getpage-in-background): Decode the process output by
16189 the system locale coding system.
16190
16191 2000-08-20 Dave Love <fx@gnu.org>
16192
16193 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16194 Don't test x-popup-menu.
16195 (function) <complete-function>: Complete only fbound symbols.
16196 <validate, value>: New.
16197 (variable) <complete-function>: Complete only bound symbols.
16198 (coding-system): Add :base-only, :complete-function, :validate,
16199 :value, :prompt-match.
16200 (widget-coding-system-prompt-value): Use read-coding-system and
16201 act on :base-only.
16202 (editable-field): Add :help-echo.
16203 (widget-push-button-gui, widget-push-button-cache)
16204 (widget-gui-action, widget-editable-list-gui): COmment out, along
16205 with uses.
16206 (widget-at): Make arg optional.
16207 (widget-echo-help): Adjust for current help-echo calling sequence.
16208 (widget-specify-field, widget-specify-button)
16209 (widget-specify-insert, widget-get-sibling, widget-image-find)
16210 (widget-convert, widget-insert, widget-leave-text)
16211 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16212 (widget-setup, widget-field-find, widget-before-change)
16213 (widget-after-change, widget-default-complete)
16214 (widget-default-create, widget-default-delete)
16215 (widget-push-button-value-create, editable-field)
16216 (widget-field-prompt-value, widget-field-validate)
16217 (widget-choice-value-create, widget-choice-action)
16218 (widget-choice-validate, widget-checklist-add-item)
16219 (widget-radio-add-item, widget-radio-chosen)
16220 (widget-radio-value-inline, widget-editable-list-value-create)
16221 (widget-editable-list-entry-create)
16222 (widget-documentation-link-add)
16223 (widget-documentation-string-value-create)
16224 (widget-regexp-validate, widget-file-complete)
16225 (widget-sexp-validate, widget-plist-convert-widget)
16226 (widget-plist-convert-widget, widget-alist-convert-widget)
16227 (widget-alist-convert-widget, widget-color-complete): Simplify,
16228 particularly to avoid bindings which aren't optimized out.
16229
16230 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16231 Doc fix.
16232 (down-list, backward-up-list, up-list, kill-sexp)
16233 (backward-kill-sexp, mark-sexp): Make arg optional.
16234 (lisp-complete-symbol): Add optional arg PREDICATE.
16235
16236 * cus-start.el: Add display-buffer-reuse-frames,
16237 file-coding-system-alist.
16238
16239 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16240
16241 * startup.el (command-line): Clear realized faces after
16242 modifying TTY color mappings.
16243
16244 2000-08-20 Miles Bader <miles@gnu.org>
16245
16246 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16247 merely a subset of FACE's attributes.
16248
16249 2000-08-19 Miles Bader <miles@gnu.org>
16250
16251 * comint.el (comint-output-filter): Save the point with a marker,
16252 not just a buffer position.
16253
16254 * international/mule.el (set-buffer-process-coding-system): Make
16255 interactive prompt less confusing.
16256
16257 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16258
16259 * hilit-chg.el: General cleanup of doc strings, comments and
16260 code formatting.
16261
16262 2000-08-19 Miles Bader <miles@gnu.org>
16263
16264 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16265 Compiler macro removed; beginning-of-line is no longer always
16266 equivalent to forward-line, in the presence of fields.
16267
16268 * comint.el (comint-output-filter): Remove ad-hoc saving of
16269 restriction, and just use save-restriction, now that it works
16270 correctly. Don't adjust comint-last-input-start to account for
16271 our insertion; it shouldn't have moved because we don't use
16272 insert-before-markers anymore. Comment out call to
16273 `force-mode-line-update'; why is it here?
16274
16275 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16276 while checking for prompt to delete. Use `forward-line 0'
16277 instead of beginning-of-line.
16278 (gud-filter): Temporarily widen gud comint buffer while
16279 examining output.
16280
16281 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16282
16283 * progmodes/sh-script.el: Big bag of typos.
16284
16285 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16286 check since ispell-process is not bound when ispell is not yet loaded.
16287
16288 2000-08-18 Dave Love <fx@gnu.org>
16289
16290 * image.el (find-image): Copy `spec' before using plist-put.
16291
16292 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16293
16294 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16295 `portugues'.
16296
16297 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16298 backward-kill-sexp, analogous to kill-sexp.
16299
16300 * progmodes/icon.el (icon-indent-line)
16301 (icon-is-continuation-line): Handle comments specially.
16302
16303 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16304
16305 * ispell.el: Set to standard author/maintainer/keyword fields.
16306 Fine tuning to menu map appearance and operation, and added help.
16307 Remove `start' and `end' error messages when compiling.
16308 (ispell-choices-win-default-height): Fixed comment string.
16309 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16310 castellano8 dictionaries.
16311 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16312 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16313 dictionary, added italiano dictionary.
16314 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16315 word character
16316 (ispell-tex-skip-alists): Added psfig support.
16317 (ispell-skip-html): Renamed from ispell-skip-sgml.
16318 (ispell-begin-skip-region-regexp, ispell-skip-region)
16319 (ispell-minor-check): Improved html skipping support to skip across
16320 code, and recognize `&' commands without propper `;' syntax;
16321 (ispell-process-line): Fix alignment error when manually
16322 correcting spelling.
16323 (ispell): Fix comment string.
16324 (ispell-add-per-file-word-list): Always put word list on new line.
16325
16326 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16327
16328 * format.el (format-encode-run-method): Fix error message to say
16329 `encode' instead of `decode'. Use save-window-excursion around
16330 shell-command-on-region as in format-decode-run-method because
16331 shell-command-on-region can display a buffer with error output.
16332 (format-decode): Don't record undo information for the decoding.
16333 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16334 that number part of the temporary buffer name so that more than
16335 one decoding using a temporary buffer can happen safely.
16336
16337 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16338 of `A-z' in the regexp.
16339
16340 * hilit-chg.el: Fix typos in commentary.
16341
16342 * help.el (view-emacs-news): Rewritten for new naming scheme
16343 for old NEWS files.
16344
16345 * startup.el (command-line): Pop to *Messages* in case an error
16346 is signaled while loading user-init-file.
16347
16348 2000-08-17 Andreas Schwab <schwab@suse.de>
16349
16350 * files.el (insert-directory): Don't lose original file name,
16351 undoing an undocumented change.
16352
16353 2000-08-17 Alex Schroeder <alex@gnu.org>
16354
16355 * sql.el (sql-magic-go): Use comint-bol.
16356 (sql-copy-column): Use comint-line-beginning-position.
16357 (comint-line-beginning-position): Define a replacement for
16358 comint-line-beginning-position if it is not fboundp.
16359
16360 2000-08-17 Alex Schroeder <alex@gnu.org>
16361
16362 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16363 it didn't have any effect anyway.
16364
16365 2000-08-17 Alex Schroeder <alex@gnu.org>
16366
16367 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16368 --pset and pager=off instead of sending \\o|cat at the beginning
16369 of the session.
16370
16371 2000-08-17 Miles Bader <miles@gnu.org>
16372
16373 * progmodes/octave-inf.el: Add compatibility definition of
16374 comint-line-beginning-position.
16375
16376 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16377
16378 * startup.el (normal-top-level): Look in each dir in load-path for
16379 a leim-list.el file too. This assures of loading leim-list.el
16380 that is created at Emacs installation time even if a user have his
16381 own leim-list.el.
16382
16383 2000-08-17 Miles Bader <miles@gnu.org>
16384
16385 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16386 foreground color to black if the background is dark.
16387
16388 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16389
16390 * loadhist.el (unload-feature): Typo.
16391
16392 * finder.el (finder-compile-keywords):
16393 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16394 to the generated file.
16395
16396 * mail/mh-e.el (mh-make-local-vars):
16397 Replace make-variable-buffer-local with make-local-variable.
16398
16399 * play/landmark.el:
16400 * options.el (Edit-options-{set,toggle,t,nil}):
16401 * mail/mailabbrev.el (mail-abbrevs-mode):
16402 * textmodes/tex-mode.el (tex-expand-files):
16403 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16404
16405 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16406
16407 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16408 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16409 Allow going past the last element.
16410 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16411 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16412 (cvs-mouse-toggle-mark): Don't move point.
16413 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16414
16415 * progmodes/compile.el (grep): Provide a default set of files.
16416 (next-error): Docstring fix.
16417 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16418
16419 * emacs-lisp/easy-mmode.el (define-minor-mode):
16420 Use `symbol-value' to keep the byte-compiler quiet.
16421
16422 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16423 (diff-find-source-location): New fun, extracted from diff-goto-source.
16424 (diff-goto-source): Use it.
16425 (diff-next-complex-hunk, diff-filter-lines): New function.
16426 (diff-apply-hunk): New command.
16427
16428 * smerge-mode.el (smerge-mode-menu): Doc fix.
16429
16430 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16431
16432 2000-08-16 Dave Love <fx@gnu.org>
16433
16434 * windmove.el (windmove) <defgroup>: Add :version.
16435
16436 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16437 (goto-address-fontify-p, goto-address-highlight-p)
16438 (goto-address-url-face, goto-address-url-mouse-face)
16439 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16440 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16441 (goto-address-fontify, goto-address-at-mouse): Simplify,
16442 (goto-address-at-point): browse-url-url-at-point,
16443 goto-address-find-address-at-point can return nil.
16444 (goto-address-find-address-at-point): Return nil on failure.
16445
16446 * align.el (align) <defgroup>: Add :version.
16447
16448 * calculator.el (calculator): Add :version.
16449 (calculator): Use two lines for calculator window if `modeline'
16450 face is boxed.
16451
16452 * play/5x5.el: Doc fixes.
16453 (5x5) <defgroup>: Add :version.
16454
16455 * play/fortune.el (fortune) <defgroup>: Add :version.
16456 (fortune-append): Fix error message.
16457 (fortune-from-region): Doc fix.
16458
16459 * play/pong.el (pong): Doc fix.
16460
16461 * play/morse.el: Keywords, commentary, autoloads.
16462
16463 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16464
16465 * desktop.el (desktop-save): Don't look at symbol-value of a
16466 member of minor-mode-alist, unless it is boundp.
16467
16468 2000-08-16 Sam Steingold <sds@gnu.org>
16469
16470 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16471 `while'; use `with-current-buffer' instead of `save-excursion'.
16472 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16473
16474 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16475
16476 * international/ccl.el (declare-ccl-program): Docstring modified.
16477 (ccl-execute-with-args): Likewise.
16478
16479 2000-08-16 Miles Bader <miles@gnu.org>
16480
16481 * progmodes/sql.el: Add compatibility definition of
16482 comint-line-beginning-position.
16483
16484 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16485
16486 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16487 'buffer-menu' property.
16488 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16489 fails.
16490 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16491 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16492 wasn't killed.
16493
16494 * buff-menu.el (list-buffers-noselect): Don't display the
16495 *Buffer List* buffer.
16496
16497 * font-lock.el: Require jit-lock to prevent a very late
16498 `Loading jit-lock' message.
16499
16500 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16501 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16502 mail address.
16503
16504 2000-08-15 Miles Bader <miles@gnu.org>
16505
16506 * textmodes/ispell.el (ispell-graphic-p): New constant.
16507 (ispell-choices-win-default-height, ispell-help): Use
16508 `ispell-graphic-p' instead of `xemacsp'.
16509
16510 2000-08-15 Dave Love <fx@gnu.org>
16511
16512 * simple.el: Autoload widget-convert when compiling.
16513 (mail-user-agent): Doc fix.
16514
16515 * help.el (function-called-at-point, variable-at-point): Use
16516 with-syntax-table.
16517 (help-manyarg-func-alist): Add insert-and-inherit.
16518
16519 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16520
16521 * delsel.el (delsel-unload-hook): New function.
16522
16523 * find-file.el: Doc fixes. Move provide to end.
16524 (ff) <defgroup>: Add :link.
16525 (ff-goto-click): Deleted.
16526 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16527 Use mouse-set-point.
16528
16529 * textmodes/tildify.el: Doc fixes.
16530 (tildify) <defgroup>: Add:version.
16531
16532 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16533 (glasses-custom-set): Use set-default, not set.
16534 (minor-mode-alist): Propertize the lighter.
16535 (glasses-mode): Provide optional arg.
16536
16537 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16538 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16539 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16540 option. Provide :type.
16541 (cwarn-configuration): Provide :type.
16542 (cwarn-mode): Doc fix.
16543
16544 * add-log.el (change-log-merge): Doc fix.
16545 (change-log-redate): New command.
16546
16547 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16548 Doze and Dog.
16549 (browse-url): Use dolist, not mapcar.
16550 (browse-url-at-point): Check for null url.
16551 (browse-url-event-buffer, browse-url-event-point): Functions
16552 deleted.
16553 (browse-url-at-mouse, browse-url-netscape): Simplify.
16554
16555 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16556 modes.
16557 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16558 Fix previous change to mapcan.
16559 (msb--init-file-alist, msb--add-separators)
16560 (msb--make-keymap-menu): Simplify.
16561 (msb--choose-file-menu): Use copy-sequence.
16562 (msb-mode-map): Add title to keymap.
16563 (msb-unload-hook): New function.
16564
16565 * bs.el: Fix indentation.
16566 (bs) <defgroup>: Add :links.
16567 (bs-show): Doc fix.
16568 (bs-apply-sort-faces): Don't use window-system.
16569 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16570
16571 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16572
16573 * calendar/timeclock.el (timeclock-file): Run .timelog through
16574 convert-standard-filename.
16575
16576 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16577
16578 * emacs-lisp/authors.el: New file.
16579
16580 * paren.el (show-paren-priority): New user option.
16581 (show-paren-function): Set overlay priorities to
16582 show-paren-priority.
16583
16584 2000-08-14 Miles Bader <miles@gnu.org>
16585
16586 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16587 beginning-of-line with inhibit-field-text-motion bound.
16588
16589 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16590
16591 * calendar/timeclock.el: New file.
16592
16593 2000-08-14 David Ponce <david@dponce.com>
16594
16595 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16596 `widget-button-click'. so that one can use left mouse button to
16597 click on dialog buttons.
16598
16599 2000-08-14 Emmanuel Briot <briot@gnat.com>
16600
16601 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16602 identifiers, since XML is case sensitive
16603
16604 2000-08-12 Miles Bader <miles@gnu.org>
16605
16606 * comint.el (comint-output-filter): Don't bother frobbing
16607 window-start, it doesn't seem to be necessary.
16608
16609 * comint.el (comint-send-string, comint-send-region): Make into
16610 real functions. Snapshot the prompt before sending.
16611
16612 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16613
16614 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16615 technique similar to Info-index, instead of relying on specific
16616 names of relevant Index nodes.
16617 (Info-goto-emacs-command-node): Bind Info-history to nil when
16618 going to the first node found by Info-find-emacs-command-nodes.
16619
16620 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16621
16622 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16623
16624 2000-08-10 Miles Bader <miles@gnu.org>
16625
16626 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16627
16628 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16629
16630 * info.el (Info-file-list-for-emacs): More elements for the
16631 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16632 and woman manuals.
16633
16634 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16635
16636 * comint.el (comint-send-input): Make the newline boundary overlay
16637 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16638 (comint-output-filter): Use `insert' instead of
16639 `insert-before-markers'. Extend comint-last-output-overlay when
16640 necessary since we can't rely on insert-before-markers to do it.
16641 * gud.el (gud-filter): Use `with-current-buffer' instead of
16642 save-excursion when inserting the output, so that point gets
16643 updated correctly; the old method relied on a rather dodgy
16644 side-effect of comint-output-filter to avoid the effect of
16645 save-excursion.
16646
16647 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16648
16649 * files.el (recover-file): Call insert-directory instead of
16650 invoking `ls' directly.
16651
16652 2000-08-10 Miles Bader <miles@gnu.org>
16653
16654 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16655 (comint-last-prompt-overlay): New variables.
16656 (comint-output-filter): Implement prompt highlighting.
16657 (comint-snapshot-last-prompt): New function.
16658 (comint-send-input): Snapshot the last prompt.
16659 Use comint-highlight-input-face.
16660 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16661 Use defface instead of defcustom.
16662 (send-invisible, comint-send-eof): Snapshot the last prompt.
16663 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16664 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16665
16666 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16667
16668 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16669 (regexp-opt-group): Use a list of chars for `letters'.
16670 (regexp-opt-charset): `chars' is now a list of chars.
16671 Use a char-table rather than a vector so it works for multibyte chars.
16672
16673 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16674 Set cvs-minor-current-files to the selected fileinfo.
16675 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16676 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16677
16678 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16679
16680 * files.el (insert-directory): Don't call access-file on
16681 directories on DOS and Windows.
16682
16683 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16684
16685 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16686 longer if necessary.
16687 (ccl-embed-code): Call ccl-embed-data to store CODE in
16688 ccl-program-vector.
16689
16690 2000-08-09 Miles Bader <miles@gnu.org>
16691
16692 * comint.el (comint-output-filter): Properly handle the case where
16693 the text surrounded by comint-last-output-overlay was deleted.
16694
16695 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16696
16697 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16698 non-nil.
16699 (Info-file-list-for-emacs): Remove "info" from the list because
16700 that leads to trying to use the documentation from file `info'
16701 in various situations where it isn't appropriate, for instance
16702 C-h C-k C-h i.
16703
16704 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16705 DIR and/or STRING are nil.
16706
16707 * progmodes/compile.el (compilation-setup): Make variable
16708 compilation-error-screen-columns buffer-local, as some comment
16709 in the code suggests it should be.
16710
16711 * files.el (auto-mode-interpreter-regexp): New variable.
16712 (set-auto-mode): Use it.
16713
16714 * indent.el (indent-for-tab-command): Doc fix.
16715
16716 * mouse-sel.el (mouse-sel-mode): Doc fix.
16717
16718 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16719 labels.
16720
16721 * help.el (print-help-return-message): When
16722 display-buffer-reuse-frames is set, let the help window been quit,
16723 instead of deleting it, which might delete a reused frame.
16724
16725 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16726
16727 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16728 rename a directory to a name that differs only by its letter case.
16729
16730 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16731
16732 * international/quail.el (quail-define-rules): Handle Quail decode
16733 map correctly. Add code for supporting annotations.
16734 (quail-install-decode-map): New function.
16735 (quail-defrule-internal): New optional arguments decode-map and
16736 props.
16737 (quail-advice): New function.
16738
16739 2000-08-07 Sam Steingold <sds@gnu.org>
16740
16741 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16742 `defconst', `define-condition', `with-slots'.
16743 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16744
16745 2000-08-03 Miles Bader <miles@gnu.org>
16746
16747 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16748 New variable.
16749 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16750 comint-use-prompt-regexp-instead-of-fields.
16751 (comint-send-input): Add `input' field property to stuff we send to
16752 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16753 (comint-output-filter): Add `output' field property to process
16754 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16755 (comint-replace-by-expanded-history)
16756 (comint-get-old-input-default, comint-show-output)
16757 (comint-backward-matching-input, comint-forward-matching-input)
16758 (comint-next-prompt, comint-previous-prompt): Use field
16759 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16760 (comint-line-beginning-position): New function.
16761 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16762 (comint-replace-by-expanded-history-before-point): Use
16763 comint-line-beginning-position and line-end-position.
16764 (comint-last-output-overlay): New variable.
16765 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16766
16767 * shell.el (shell-prompt-pattern): Doc change.
16768 (shell-backward-command): Use line-beginning-position.
16769
16770 * gud.el (gud-gdb-complete-command): Use
16771 comint-line-beginning-position.
16772
16773 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16774 comint-bol doesn't actually go to the beginning of the line.
16775
16776 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16777 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16778 (try-expand-line-all-buffers): Likewise.
16779
16780 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16781 explicitly matching comint-prompt-regexp.
16782 (sql-copy-column): Use comint-line-beginning-position instead of
16783 explicitly matching comint-prompt-regexp.
16784
16785 * progmodes/octave-inf.el (inferior-octave-complete): Use
16786 comint-line-beginning-position.
16787
16788 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16789
16790 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16791 looking for a prompt, use `forward-line 0' instead of
16792 `beginning-of-line', to avoid getting caught by an input field.
16793
16794 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16795
16796 * files.el (shell-quote-wildcard-pattern): Make sure to return
16797 PATTERN, in the Unix case.
16798
16799 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16800
16801 * play/zone.el (zone): Discard any pending input before running
16802 the randomly-chosen pgm.
16803
16804 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16805
16806 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16807 checking the existence of any multibyte characters.
16808
16809 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16810
16811 * help.el (describe-mode): Test minor-mode symbol for being
16812 bound before testing its value for being nil.
16813
16814 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16815 `first', `second', and `third'.
16816
16817 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16818 (second): Make it an alias for `cadr'.
16819
16820 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16821
16822 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16823 types of display support faces now.
16824
16825 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16826
16827 * pcvs.el (require): Require `cl' during compilation, only.
16828
16829 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16830 (toplevel): Remove `remq' and `remove' from autoloads.
16831 (cl-fake-autoloads): New variable. If set, arrange for an error
16832 when CL functions etc. are autoloaded.
16833
16834 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16835
16836 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16837
16838 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16839 popped up, but the user clicks outside the menu, return an empty
16840 regexp (that causes unhighlight-regexp to have no effect).
16841
16842 * menu-bar.el (menu-bar-games-menu): Add Zone.
16843
16844 * hi-lock.el (toplevel): Require font-lock.
16845
16846 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16847
16848 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16849 (ebnf-8-bit-chars): New var for bug fix.
16850 (ebnf-string): Bug fix.
16851
16852 2000-08-03 Sam Steingold <sds@gnu.org>
16853
16854 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16855 instead of `buffer-string'.
16856 (require 'cl): Always, not just when compiling.
16857 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16858 necessary.
16859
16860 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16861
16862 * international/mule-cmds.el (select-safe-coding-system): Make
16863 the message text about selecting a safe coding system more clear.
16864
16865 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16866
16867 * hi-lock.el: New file.
16868
16869 * play/zone.el: New file.
16870
16871 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16872 value of tab-width in the original buffer. Choose a line number
16873 format that's a multiple of the original buffer's tab width, so
16874 that lines appear right.
16875
16876 * textmodes/ispell.el (ispell): New function, replacing an alias.
16877 Spell-check active region if in transient-mark-mode and mark
16878 is active; otherwise spell-check buffer.
16879
16880 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16881
16882 * ps-mule.el: Fix a customization problem on
16883 ps-mule-font-info-database-default.
16884
16885 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16886
16887 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16888 display-mouse-p instead of window-system.
16889 (ebrowse-member-mode-map): Ditto.
16890
16891 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16892
16893 * progmodes/ebnf2ps.el: Update ps-print functions call.
16894 Indentation fix. Doc fix.
16895 (ebnf-version): New version number (3.2).
16896 (ebnf-format-color, ebnf-begin-job): Code fix.
16897
16898 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16899
16900 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16901 font lock support on window-system.
16902 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16903
16904 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16905 display-color-p, if fboundp, instead of window-system.
16906
16907 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16908
16909 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16910 instead of window-system.
16911
16912 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16913 window-system.
16914 (widget-choice-mouse-down-action): Use display-popup-menus-p
16915 instead of window-system.
16916
16917 * strokes.el (strokes-file): Run the file name through
16918 convert-standard-filename.
16919 (strokes-mode): Call display-mouse-p instead of looking at
16920 window-system. Change the error message accordingly.
16921
16922 * progmodes/cpp.el (toplevel): Support faces on tty's.
16923
16924 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16925 (lm-plot-square, lm-init-display): Don't use window-system.
16926
16927 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16928 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16929
16930 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16931 instead of looking at window-system.
16932
16933 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16934
16935 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16936 of testing if iswitchb-prepost-hooks is bound, because the
16937 latter will always be true when invoking a recursive minibuffer
16938 from an active Iswitchb buffer.
16939
16940 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16941
16942 * files.el (shell-quote-wildcard-pattern): New function.
16943 (insert-directory): Call it. Only prepend "\" to command on Unix
16944 and GNU/Linux systems.
16945
16946 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16947
16948 * eshell/esh-groups.el: Change custom :link file names
16949 from `eshell.info' to `eshell'.
16950
16951 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16952
16953 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16954 correctly in recursive ange-ftp listings.
16955
16956 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16957
16958 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16959 ps-header-font-size-internal and
16960 ps-header-title-font-size-internal variables are not set,
16961 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16962 face text property is (foreground-color . COLOR) or
16963 `(background-color . COLOR)', ps-print crashes. Doc fix.
16964 (ps-print-version): New version number (5.2.4).
16965 (ps-plot-region): Code fix.
16966 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16967 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16968 Bug fix 2.
16969
16970 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16971
16972 * glasses.el (glasses-make-readable): Fix uncapitalization of
16973 identifiers like `myXMLDocument'.
16974
16975 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16976
16977 * mail/mail-hist.el (mail-hist-previous-input)
16978 (mail-hist-next-input): Do the obvious code factorization.
16979 (mail-hist-retrieve-and-insert): New func, contains common
16980 code of above two.
16981 If inserting a message body, leave point at top.
16982
16983 2000-07-28 Sam Steingold <sds@gnu.org>
16984
16985 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16986 Use `<=', not `<' to compare times!
16987 (ange-ftp-ls): Remove.
16988
16989 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16990
16991 * play/cookie1.el: Add explanation of how to make cookie.el
16992 compatible with strfile(1) to comment.
16993
16994 * subr.el (remove, remq): New functions.
16995
16996 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16997 escape `*' in regexps.
16998 (midnight-find): Reverse order of arguments in the funcall of
16999 TEST.
17000
17001 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17002 and `.class'.
17003
17004 * play/meese.el: Add Commentary section.
17005
17006 2000-07-27 Alex Schroeder <alex@gnu.org>
17007
17008 * sql.el (sql-ms): Added autoload cookie.
17009 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17010 (sql-oracle): Ditto.
17011 (sql-help): Doc change.
17012
17013 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17014 types and exceptions.
17015
17016 2000-07-27 Alex Schroeder <alex@gnu.org>
17017
17018 * sql.el (sql-placeholder-history): New variable.
17019 (sql-query-placeholders-and-send): New function that will query
17020 the user and replace placeholders with user input.
17021 (sql-oracle): If running on NT, set comint-input-sender to
17022 sql-query-placeholders-and-send.
17023
17024 (sql-stop): If in the SQLi buffer, insert stop notification, else
17025 present it as a message.
17026
17027 2000-07-27 Alex Schroeder <alex@gnu.org>
17028
17029 * sql.el (sql-input-ring-separator): Doc change.
17030 (sql-input-ring-file-name): Doc change.
17031 (sql-interactive-mode): Use `sql-input-ring-separator' and
17032 `sql-input-ring-file-name' to set the comint-mode equivalents
17033 without making them local variables.
17034 (sql-stop): Don't bind `sql-input-ring-separator' and
17035 `sql-input-ring-file-name' dynamically to their comint-mode
17036 equivalents.
17037
17038 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17039
17040 * international/mule.el (register-char-codings): New function.
17041 (make-coding-system): Handle `safe-chars' specification in the arg
17042 PROPERTY.
17043
17044 * international/mule-cmds.el
17045 (find-coding-systems-region-subset-p): This function deleted.
17046 (sort-coding-systems-predicate): New variable.
17047 (sort-coding-systems): New function.
17048 (find-coding-systems-region): Use
17049 find-coding-systems-region-internal.
17050 (find-coding-systems-string): Use find-coding-systems-region.
17051 (find-coding-systems-for-charsets): Check
17052 char-coding-system-table.
17053 (select-safe-coding-system-accept-default-p): New variable.
17054 (select-safe-coding-system): Mostly rewritten. New argument
17055 ACCEPT-DEFAULT-P.
17056 (select-message-coding-system): Call select-safe-coding-system
17057 with ACCEPT-DEFAULT-P arg.
17058 (reset-language-environment): Reset default-sendmail-coding-system
17059 to the default value iso-latin-1.
17060 (set-language-environment): Don't set the obsolete variable
17061 charset-origin-alist.
17062
17063 * international/codepage.el (cp-coding-system-for-codepage-1):
17064 Give `safe-chars' property to make-coding-system.
17065
17066 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17067 calling select-message-coding-system twice.
17068
17069 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17070 instead of `safe-charsets'.
17071 (cyrillic-alternativnyj): Likewise.
17072 (ccl-encode-alternativnyj): Don't check the charset
17073 cyrillic-iso8859-5.
17074
17075 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17076
17077 * composite.el (compose-chars-after): Preserve match data.
17078
17079 2000-07-26 Sam Steingold <sds@gnu.org>
17080
17081 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17082 (ange-ftp-real-file-newer-than-file-p): New function.
17083 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17084 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17085
17086 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17087 * midnight.el (midnight-float-time): Ditto.
17088
17089 2000-07-26 Andreas Schwab <schwab@suse.de>
17090
17091 * files.el (normal-backup-enable-predicate): Correct
17092 interpretation of the return value of compare-strings.
17093
17094 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17095
17096 * isearch.el (isearch-resume): New function.
17097 (isearch-done): Add something to command-history to resume
17098 the search.
17099 (isearch-yank-line, isearch-yank-word): Use
17100 buffer-substring-no-properties instead of buffer-substring.
17101
17102 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17103 of flyspell-mouse-map.
17104
17105 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17106 duplicate definition.
17107 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17108
17109 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17110 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17111
17112 2000-07-25 Sam Steingold <sds@gnu.org>
17113
17114 * net/ange-ftp.el: Get modtime over the net.
17115 (ange-ftp-file-modtime): New function.
17116 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17117 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17118 Use it.
17119 (ange-ftp-dot-to-slash): New function.
17120 (ange-ftp-fix-name-for-vms): Use it.
17121
17122 * midnight.el (midnight-buffer-display-time): Use
17123 `with-current-buffer'.
17124
17125 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17126
17127 * find-dired.el: Update copyright notice.
17128 (find-dired): Offer to kill a running `find'.
17129
17130 * enriched.el (enriched-face-ans): For a `foreground-color'
17131 property, return '(("x-color" COLOR))' so that COLOR will be
17132 output as a parameter of the x-color annotation. Likewise for the
17133 `background-color' property. In the case of normal face
17134 properties, don't return annotations for unspecified foreground
17135 and background face attributes.
17136
17137 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17138
17139 * language/japan-util.el (japanese-katakana-region): Fix handling
17140 HANKAKU argument.
17141
17142 2000-07-25 Miles Bader <miles@gnu.org>
17143
17144 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17145 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17146 constrain-to-field.
17147
17148 2000-07-24 Andrew Innes <andrewi@gnu.org>
17149
17150 * timer.el (timer-activate-when-idle): Add optional parameter
17151 DONT-WAIT. Update docstring.
17152 (run-with-idle-timer): Specify extra parameter to
17153 timer-activate-when-idle, so that timer will be activated
17154 immediately if Emacs is already idle.
17155
17156 * w32-fns.el (w32-using-nt): Fix docstring.
17157
17158 2000-07-24 Dave Love <fx@gnu.org>
17159
17160 * mouse.el (popup-menu): Set last-command-event.
17161 (mouse-major-mode-menu-prefix): Declare.
17162
17163 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17164
17165 * textmodes/flyspell.el: Update to author's version 1.5d.
17166
17167 * progmodes/hideshow.el: Update copyright notice.
17168
17169 * vcursor.el: Set maintainer to FSF, since author cannot
17170 be reached.
17171
17172 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17173
17174 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17175 the prompt.
17176
17177 * mouse.el (popup-menu): Run the keymap through indirect-function,
17178 in case it was defined with define-prefix-key. If the menu is a
17179 list of keymaps, look up the binding of user's choice in each one
17180 of the keymaps.
17181 (mouse-popup-menubar): If the global and local menu-bar keymaps
17182 don't have a prompt string, create one and insert it into the
17183 keymap. Don't barf if current-local-map returns nil.
17184
17185 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17186
17187 * dired.el (dired-sort-R-check): Added to allow recursive listing
17188 to be undone.
17189 (dired-sort-other): Use it.
17190
17191 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17192
17193 * Release of cc-mode 5.27
17194
17195 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17196
17197 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17198 c-beginning-of-statement-1 that caused a bad case of recursion
17199 which could consume a lot of CPU in large classes in languages
17200 that have in-expression classes (i.e. Java and Pike).
17201
17202 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17203 statements before top level constructs (i.e. case 6 is moved
17204 before case 5 and is now case 4) to catch in-expression
17205 classes in top level expressions correctly.
17206
17207 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17208
17209 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17210 objc-method-intro. Case 4 removed and case 5I added.
17211
17212 * cc-langs.el (c-append-paragraph-start): New variable used by
17213 c-common-init to get paragraph-start correct.
17214 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17215 initialize paragraph-start to make it correct both with and
17216 without the javadoc special case.
17217
17218 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17219 initialize paragraph-start for javadoc markup.
17220
17221 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17222 change by defaulting this to t. It's motivated by the
17223 confusing behavior that otherwise arise from the style system
17224 when editing both java and non-java files at the same time
17225 (see the comments about style setting in c-common-init).
17226
17227 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17228
17229 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17230 similar to the one in c-fill-paragraph to check the fill
17231 prefix from the adaptive fill function for sanity.
17232
17233 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17234
17235 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17236 defun block.
17237
17238 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17239
17240 * cc-align.el (c-lineup-multi-inher): Handle lines with
17241 leading comma nicely. Extended to handle member initializers
17242 too.
17243
17244 * cc-engine.el: (c-beginning-of-inheritance-list,
17245 c-guess-basic-syntax): Fixed recognition of inheritance lists
17246 when the lines begins with a comma.
17247
17248 * cc-vars.el (c-offsets-alist): Changed default for
17249 member-init-cont to c-lineup-multi-inher since it now handles
17250 member initializers and indents better for leading commas.
17251
17252 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17253
17254 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17255 handling that caused class open lines to be recognized as
17256 statement-conts in some cases.
17257
17258 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17259 guessed by the adaptive fill function unless point is on the
17260 first line of a block comment.
17261
17262 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17263 when the buffer ends with a macro continuation char.
17264
17265 * cc-engine.el (c-guess-basic-syntax): Added support for
17266 function definitions as statements in Pike. The first
17267 statement in a lambda block is now labeled defun-block-intro
17268 instead of statement-block-intro.
17269
17270 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17271 so that the class surrounding point is selected, not the one
17272 innermost in the state.
17273
17274 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17275 recognition of switch labels having hanging multiline
17276 statements.
17277
17278 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17279 some code in c-guess-basic-syntax to a separate function.
17280 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17281 recognition of member inits with multiple line arglists.
17282 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17283 member-init-cont when the commas are in funny places.
17284
17285 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17286
17287 * cc-defs.el (c-auto-newline): Removed this macro since it's
17288 not used anymore.
17289
17290 * cc-engine.el (c-looking-at-bos): New helper function.
17291 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17292 inexpr and toplevel classes apart in Pike.
17293
17294 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17295 of case 9A.
17296
17297 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17298 constant, since "class" can introduce an in-expression class
17299 in Pike nowadays.
17300
17301 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17302
17303 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17304 indentation on cpp-macro lines.
17305
17306 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17307 a syntax modifier like comment-intro, to make it possible to
17308 get syntactic indentation for preprocessor directives. It's
17309 incompatible wrt to lineup functions on cpp-macro, but it has
17310 no observable effect in the 99.9% common case where cpp-macro
17311 is set to -1000.
17312
17313 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17314
17315 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17316 member-init-cont when the preceding arglist is several lines.
17317
17318 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17319
17320 * cc-styles.el (c-style-alist): The basic offset for the BSD
17321 style corrected to 8.
17322
17323 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17324
17325 * cc-styles.el (c-style-alist): Adjusted the indentation of
17326 brace list openers in the gnu style.
17327
17328 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17329
17330 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17331
17332 * cc-cmds.el (c-electric-brace, c-electric-slash,
17333 c-electric-star, c-electric-semi&comma, c-electric-colon,
17334 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17335 when c-syntactic-indentation is nil.
17336
17337 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17338 we were left at comments preceding the first statement when
17339 reaching the beginning of the buffer.
17340
17341 * cc-vars.el (c-syntactic-indentation): New variable to turn
17342 off all syntactic indentation.
17343
17344 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17345
17346 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17347 between the text and the block comment ender when it hangs,
17348 depending on how many there are before the fill.
17349
17350 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17351
17352 * cc-engine.el (c-beginning-of-closest-statement): New helper
17353 function to go back to the closest preceding statement start,
17354 which could be inside a conditional statement.
17355 * cc-engine.el (c-guess-basic-syntax): Use
17356 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17357
17358 * cc-engine.el (c-guess-basic-syntax): Better handling of
17359 arglist-intro, arglist-cont-nonempty and arglist-close when
17360 the arglist is nested inside parens. Cases 7A, 7C and 7F
17361 changed.
17362
17363 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17364 up-to-date with javadoc 1.2.
17365
17366 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17367
17368 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17369 multiline Pike type decls.
17370
17371 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17372
17373 * cc-cmds.el (c-indent-new-comment-line): Always break
17374 multiline comments in multiline mode, regardless of
17375 comment-multi-line.
17376
17377 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17378
17379 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17380 fully::qualified::names in C++ member init lists. Preamble in
17381 case 5D changed.
17382
17383 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17384
17385 * cc-langs.el (c-common-init): Handling of obsolete variables
17386 moved to c-initialize-cc-mode. More compatible style override
17387 when using global style variables.
17388 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17389 variables moved here.
17390
17391 * cc-styles.el (c-make-styles-buffer-local): Flag style
17392 variable localness in c-style-variables-are-local-p to make
17393 the compatibility measure in c-common-init work well.
17394
17395 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17396 longer contain set-from-style.
17397 * cc-styles.el (c-initialize-builtin-style): Don't check for
17398 set-from-style on c-special-indent-hook.
17399 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17400 copy-alist is sufficient now.
17401
17402 * cc-styles.el (c-set-style, c-set-style-1,
17403 c-get-style-variables): Fixes to variable initialization so
17404 that duplicate entries in styles have the same effect
17405 regardless of DONT-OVERRIDE.
17406
17407 * cc-styles.el (c-set-style-2): Fixed bug where the
17408 initialization of inheriting styles failed when the
17409 dont-override flag is set.
17410
17411 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17412 on this.
17413
17414 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17415
17416 * cc-defs.el (c-forward-comment): Removed the workaround
17417 introduced in 5.38 since it had worse side-effects. If a line
17418 contains the string "//\"", it regarded the // as a comment
17419 start since the \ temporarily doesn't have escape syntax.
17420
17421 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17422
17423 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17424 ada-xref.el before ada-prj.el, so that the Project menu is created
17425 when ada-prj tries to add to it.
17426 (ada-activate-keys-for-case): Suppress the characters that are not
17427 part of the Ada syntax. Better compatibility with else-mode
17428 (ada-adjust-case-interactive): When auto-casing is not active,
17429 correctly insert newlines (used to insert only ^M). Prevent the
17430 syntax table from being changed in case of an error
17431 (or '_' becomes part of a word and some commands are confused).
17432 Do nothing if ada-auto-case is nil.
17433 (ada-after-keyword-p): Ignore keywords that are also attributes
17434 (ada-batch-reformat): Update usage comment
17435 (ada-call-from-contextual-menu): New function
17436 (ada-case-read-exceptions): Reinitialize the casing exception list
17437 first to nil first, so that the casing exception file can be
17438 shared.
17439 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17440 files.
17441 (ada-compile-goto-error): Fix regexp used to detect a file:line
17442 anywhere in the error message
17443 (ada-contextual-menu-last-point): New variable
17444 (ada-create-keymap): If the variable delete-key-deletes-forward is
17445 t on XEmacs, it means that DEL should delete one character
17446 forward.
17447 (ada-create-menu): Use :included instead of :visible for XEmacs.
17448 New submenu "Options".
17449 (ada-end-stmt-re): Correctly indent "select ... then abort"
17450 statements.
17451 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17452 even if they don't match ada-fill-comment-prefix Fix handling of
17453 paragraphs on the first or last line of a file.
17454 (ada-format-paramlist): Fix handling of default parameter values.
17455 (ada-get-body-name): New function.
17456 (ada-get-current-indent): Optimized by searchling directly for an
17457 existing generic part or a statement outside of it. Handle
17458 ada-indent-align-comments when indenting comments Replaced some
17459 regexps by testing directly the next character. This results in a
17460 huge speedup on some files. New indentation scheme for renames
17461 statements. Stop looking for the 'while' or 'for' associated with
17462 a 'loop' at the first semicolon encountered. A "return" can also
17463 match an anonymous access subprogram declaration.
17464 (ada-get-indent-noindent): Ignore strings and comments when
17465 looking for the keywords "record" and "private".
17466 (ada-goto-matching-decl-start): When matching "if", make sure we
17467 are not in fact seeing "end if". Ignore "when" statements except
17468 when initial keyword was "begin". Fix handling of nested
17469 procedures. Add a recursive call to this function to skip over
17470 other 'end' statmts. Fix indentation for "when .. => begin"
17471 (ada-in-open-paren-p): Fix indentation for complex boolean
17472 expressions, where 'and then', 'or else' and parenthesis
17473 statements are mixed up.
17474 (ada-in-paramlist-p): Skip comments while searching for the
17475 beginning Fix handling of operator declarations.
17476 (ada-indent-align-comments): New variable
17477 (ada-indent-current): Change the syntax table only in the
17478 protected section, so that we are sure it is restored correctly.
17479 (ada-indent-on-previous-lines): Use ada-use-indent and
17480 ada-with-indent Correctly indent "select ... then"
17481 (ada-indent-region): Slight speedup.
17482 (ada-indent-renames): New variable.
17483 (ada-last-which-function-subprog, ada-last-which-function-line):
17484 New variables
17485 (ada-looking-at-semi-private): Correctly indent the 'private'
17486 keyword when it is the first word in a package declaration.
17487 (ada-loose-case-word): Stop searching if at the end of the buffer.
17488 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17489 even if point is not initially at the end of the word.
17490 (ada-matching-decl-start-re): Add "when".
17491 (ada-mode): Add support for abbrev-mode, outline-mode and
17492 which-func-mode Override the old find-file.el entry in
17493 ff-special-constructs since it is using the obsolete
17494 ada-spec-suffix variable
17495 (ada-no-auto-case): New function
17496 (ada-scan-paramlist): When parsing the argument type, accept
17497 spaces (as in "X 'Class", generated by Rational Rose).
17498 (ada-other-file-name): No longer loads the other file.
17499 (ada-popup-menu): Save and restore the current buffer and cursor
17500 position before and after displaying the menu.
17501 (ada-search-ignore-complex-boolean): New function.
17502 (ada-uncomment-region): Emacs21 already knows how to delete
17503 comments not starting in the first column.
17504 (ada-use-indent): New variable
17505 (ada-which-function): New function.
17506 (ada-with-indent): New variable
17507 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17508 can be batch-compiled from the command line.
17509
17510 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17511 Add to the menu when the file is loaded, not in ada-mode-hook.
17512 Add -toolbar to the default ddd command Switches moved from
17513 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17514 ada-prj-default-comp-opt
17515 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17516 Reference Manual to the menu
17517 (ada-check-current): rewritten as a call to ada-compile-current
17518 (ada-compile): Removed.
17519 (ada-compile-application, ada-compile-current, ada-check-current):
17520 Set the compilation-search-path so that compile.el automatically
17521 finds the sources in src_dir. Automatic scrollong of the
17522 compilation buffer. C-uC-cC-c asks for confirmation before
17523 compiling
17524 (ada-compile-current): New parameter, prj-field
17525 (ada-complete-identifier): Load the .ali file before doing
17526 processing
17527 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17528 conform to gnatmake's behavior.
17529 (ada-find-file-in-dir): New function
17530 (ada-find-references): Set the environment variables for gnatfind
17531 (ada-find-src-file-in-dir): New function.
17532 (ada-first-non-nil): Removed
17533 (ada-gdb-application): Add support for jdb, the java debugger.
17534 (ada-get-ada-file-name): Load the original-file first if not done
17535 yet.
17536 (ada-get-all-references): Handles the new ali syntax (parent types
17537 are found between <>).
17538 (ada-initialize-runtime-library): New function
17539 (ada-mode-hook): Always load a project file when a file is opened,
17540 so that the casing exceptions are correctly read.
17541 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17542 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17543 to open the project file, since the latter does not work with
17544 speedbar Get default values before loading the prj file, or the
17545 default executable file name is wrong. Use the absolute value of
17546 src_dir to initialize ada-search-directories and
17547 compilation-search-path,... Add the standard runtime library to
17548 the search path for find-file.
17549 (ada-prj-default-debugger): Was missing an opening '{'
17550 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17551 variables.
17552 (ada-prj-default-gnatmake-opt): New variable
17553 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17554 buffers, the project file is the default one Save the windows
17555 configuration before displaying the menu.
17556 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17557 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17558 ...) regexp-quote identifiers names to support operators +,
17559 -,... in regexps.
17560 (ada-remote): New function.
17561 (ada-run-application): Erase the output buffer before starting the
17562 run Support remote execution of the application. Use
17563 call-process, or the arguments are incorrectly parsed
17564 (ada-set-default-project-file): Reread the content of the active
17565 project file, not the one from the current buffer When a project
17566 file is set as the default project, all directories are
17567 automatically associated with it.
17568 (ada-set-environment): New function
17569 (ada-treat-cmd-string): New special variable ${current}
17570 (ada-treat-cmd-string): Revised. The substitution is now done for
17571 any ${...} substring
17572 (ada-xref-current): If no body was found, compiles the spec
17573 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17574 compiler to get rid of command line length limitations.
17575 (ada-xref-get-project-field): New function
17576 (ada-xref-project-files): New variable
17577 (ada-xref-runtime-library-specs-path)
17578 (ada-xref-runtime-library-ali-path): New variables
17579 (ada-xref-set-default-prj-values): Default run command now does a
17580 cd to the build directory. New field: main_unit Provide a default
17581 file name even if the current buffer has no prj file.
17582
17583 * ada-prj.el:
17584 Rewritten to show a tabbed-dialog.
17585 (ada-prj-add-ada-menu): Remove the map and name parameters.
17586 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17587 New function
17588 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17589 (ada-prj-load-from-file): New function
17590 (ada-prj-save): Always save fields that depend on the current buffer
17591 (ada-prj-show-value): New function
17592
17593 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17594 Ada mode. This will allow us to display the Ada menu in any buffer
17595 we want (for project items).
17596 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17597 number of spaces in the header.
17598
17599 2000-07-24 Dave Love <fx@gnu.org>
17600
17601 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17602
17603 2000-07-23 Noah Friedman <friedman@splode.com>
17604
17605 * type-break.el (type-break): perform autosave.
17606 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17607 (type-break-do-query): Cancel query schedule while performing
17608 actual query, to avoid possibility of a second query being made
17609 while first one is already in progress.
17610 (type-break-time-stamp-format): New variable.
17611 (type-break-time-stamp): New function.
17612 (type-break-time-warning): Use it.
17613 (type-break-keystroke-warning): Use it.
17614 (type-break-noninteractive-query): Use it.
17615
17616 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17617 cookie.
17618 Use add-minor-mode to set minor-mode-alist, if available.
17619 (eldoc-echo-area-use-multiline-p): New user option.
17620 (eldoc-echo-area-multiline-supported-p): New variable.
17621 (eldoc-docstring-format-sym-doc): Use them.
17622 (eldoc-mode): If not using idle timers, append to local post and
17623 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17624 (eldoc-display-message-no-interference-p): Don't interfere with
17625 edebug.
17626 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17627 (eldoc-function-arglist): New function.
17628 (eldoc-function-argstring): Use it.
17629
17630 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17631 auto save directory exists before calling directory-files.
17632
17633 2000-07-23 Dave Love <fx@gnu.org>
17634
17635 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17636 ^o, ^u.
17637
17638 2000-07-21 Dave Love <fx@gnu.org>
17639
17640 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17641 now passed to the function. It now works properly.
17642
17643 * smerge-mode.el (smerge-mode-menu): Fill it out.
17644
17645 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17646
17647 * info-look.el (info-lookup): If *info* is shown in another frame
17648 on the same display, select that frame, instead of switching to
17649 the Info buffer in another window of the selected frame.
17650
17651 * simple.el (universal-argument-map): Bind numeric keypad keys
17652 kp-0 to kp-9 and kp-subtract.
17653 (digit-argument): Handle these keys.
17654
17655 2000-07-20 Dave Love <fx@gnu.org>
17656
17657 * net/goto-addr.el (goto-address-fontify): Don't bother with
17658 buffer-modified and read-only stuff -- irrelevant with overlays.
17659 Put an extra property on the overlays and use it to clean up in
17660 case goto-address is re-run.
17661
17662 2000-07-19 Richard M. Stallman <rms@gnu.org>
17663
17664 * timer.el (run-with-idle-timer): Doc fix.
17665
17666 * mail/mail-utils.el (mail-strip-quoted-names):
17667 Handle case where <...> appears inside "...".
17668 Use replace-match to edit the string more simply.
17669 (rmail-dont-reply-to): Cope with an unmatched ".
17670
17671 2000-07-19 Dave Love <fx@gnu.org>
17672
17673 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17674 implementation.
17675
17676 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17677 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17678 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17679
17680 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17681
17682 * textmodes/refer.el: Correct maintainer's email address.
17683
17684 * progmodes/hideif.el: Correct author's email address.
17685 Fix typo in comment.
17686
17687 * xml.el: New file.
17688
17689 * mail/mailheader.el: Correct author's mail address.
17690
17691 * gnus/parse-time.el: Correct author's mail address.
17692
17693 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17694
17695 * comint.el (comint-highlight-input, comint-highlight-face):
17696 New user options.
17697 (comint-input-ring-file-name): Change custom type.
17698 (comint-mode-map): Bind mouse-2.
17699 (comint-insert-clicked-input): New function.
17700 (comint-send-input): Handle input highlighting.
17701
17702 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17703
17704 * mouse.el (popup-menu): New function.
17705 (mouse-major-mode-menu): Use it.
17706
17707 2000-07-18 Dave Love <fx@gnu.org>
17708
17709 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17710 improvements.
17711
17712 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17713
17714 * faces.el (face-font-selection-order)
17715 (face-font-family-alternatives): Add custom type.
17716
17717 2000-07-18 Dave Love <fx@gnu.org>
17718
17719 * cus-edit.el (custom-variable-reset-saved)
17720 (custom-variable-reset-standard): Remove unused bindings.
17721
17722 * rect.el (open-rectangle-line): Remove unused let.
17723
17724 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17725
17726 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17727
17728 * cdl.el: Fix `Maintainer' keyword.
17729
17730 * play/pong.el: Add author's email address.
17731
17732 2000-07-17 Sam Steingold <sds@gnu.org>
17733
17734 * files.el (insert-directory): Call `split-string' instead of
17735 re-implementing it.
17736
17737 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17738
17739 * mail/vms-pmail.el: Change maintainer to FSF.
17740
17741 * net/goto-addr.el: Change maintainer to FSF.
17742
17743 * info.el (Info-title-face-alist): Removed.
17744
17745 2000-07-18 David Ponce <david@dponce.com>
17746
17747 * recentf.el (recentf-open-files): New command that works like
17748 `recentf-open-more-files', but shows the whole list of files (not just
17749 those omitted from the menu). Useful if you don't use a menu-bar!
17750 (recentf-open-more-files) Modified to use `recentf-open-files'.
17751
17752 (recentf-open-files, recentf-open-more-files)
17753 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17754
17755 (recentf-dialog-mode): New mode for dialogs. You can now just type
17756 "q" to cancel the dialogs.
17757
17758 2000-07-18 David Ponce <david@dponce.com>
17759
17760 * recentf.el: This is a major update of recentf.el. It adds new
17761 features to better organize the recentf menu and "More..." buffer.
17762
17763 Using new provided menu filtering functions you can now organize the
17764 recent files list:
17765
17766 - by major modes
17767 - by directories
17768 - by user defined rules
17769
17770 Finally, with the new `recentf-filter-changer' customizable filter you
17771 can define a ring of filters and dynamically (via the menu) cycle on
17772 each menu organization in the ring (a la msb).
17773
17774 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17775
17776 * eshell/eshell.el (eshell): Replace links to eshell.info with
17777 links to eshell, to avoid problems on systems where the manual is
17778 installed as `eshell'.
17779 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17780 * eshell/em-smart.el (eshell-smart): Ditto.
17781 * eshell/em-banner.el (eshell-banner): Ditto.
17782 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17783
17784 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17785 same-file check in the MS-DOS version (it does support inodes).
17786
17787 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17788
17789 * eshell/eshell.el (eshell-directory-name):
17790 Run default directory name through convert-standard-filename.
17791
17792 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17793
17794 * international/mule-cmds.el (select-safe-coding-system):
17795 Fix typo in the comment.
17796
17797 * language/european.el (compound-text):
17798 Force katakana-jisx0201 to be designated to G1.
17799
17800 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17801 Don't translate some national variant characters of latin-jisx0201.
17802 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17803
17804 * international/kkc.el (kkc-after-update-conversion-functions):
17805 New variable.
17806 (kkc-update-conversion): Run functions in it at the tail.
17807
17808 2000-07-16 John Wiegley <johnw@gnu.org>
17809
17810 * lisp/align.el (align-newline-and-indent):
17811 Adding new function. for auto-aligning blocks of code on RET.
17812 (align-region): Fixed badly formatted minibuffer message.
17813
17814 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17815
17816 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17817 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17818 the conversion list at first if appropriate.
17819 (kkc-next): Don't update kkc-next-count here.
17820 (kkc-prev): Don't update kkc-prev-count here.
17821 (kkc-show-conversion-list-update): Fix setting up of conversion
17822 list message.
17823
17824 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17825
17826 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17827
17828 2000-07-16 Dave Love <fx@gnu.org>
17829
17830 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17831 function to be more specific.
17832
17833 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17834 non-string help-echo.
17835 (widget-types-convert-widget): Defsubst it.
17836 (widget-echo-help): Try to cope with a help-echo function of two
17837 possible sorts.
17838
17839 2000-07-15 Jason Rumney <jasonr@gnu.org>
17840
17841 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17842 Declare as obsolete.
17843
17844 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17845
17846 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17847
17848 * hilit-chg.el: Fix typo.
17849
17850 2000-07-14 Dave Love <fx@gnu.org>
17851
17852 * info.el (Info-mode-menu): Fix use of :help, :enable.
17853
17854 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17855
17856 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17857
17858 2000-07-13 Dave Love <fx@gnu.org>
17859
17860 * emacs-lisp/easymenu.el: Doc fixes.
17861 (easy-menu-remove): Defalias to ignore.
17862
17863 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17864 Call throw correctly.
17865
17866 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17867
17868 * faces.el (frame-background-mode): Doc fix.
17869
17870 * simple.el (eval-expression-print-length): Change custom type to
17871 allow entering nil as value.
17872
17873 2000-07-13 Dave Love <fx@gnu.org>
17874
17875 * progmodes/fortran.el (fortran-imenu-generic-expression):
17876 Change definition layout.
17877 (fortran-mode-menu): Reinstate customize entries.
17878
17879 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17880 Use :filter, per old XEmacs code.
17881
17882 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17883
17884 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17885 event when deciding what to send to the terminal.
17886
17887 2000-07-12 Dave Love <fx@gnu.org>
17888
17889 * cus-start.el: Add optional version as 4th element of specs and
17890 use it for several things new in v21. Remove load-path. Fix type
17891 of line-number-display-limit.
17892
17893 2000-07-11 Dave Love <fx@gnu.org>
17894
17895 * progmodes/fortran.el: Don't require easymenu.
17896 Use repeat counts in various regexps.
17897 (fortran-mode-syntax-table): Defvar directly.
17898 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17899 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17900 Use defvar, not defconst.
17901 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17902 (fortran-mode): Set fortran-comment-line-start-skip,
17903 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17904 (fortran-comment-indent): Use defsubst.
17905 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17906 Use fortran-comment-indent, not fortran-comment-indent-function.
17907 (fortran-comment-region, fortran-electric-line-number): Simplify.
17908 (fortran-auto-fill): New function.
17909 (fortran-do-auto-fill): Deleted.
17910 (fortran-find-comment-start-skip):
17911 Check for non-null comment-start-skip.
17912 (fortran-auto-fill-mode, fortran-fill-statement):
17913 Use fortran-auto-fill.
17914 (fortran-fill): Use fortran-auto-fill. Check for null
17915 comment-start-skip. Simplify final clause and use end-of-line finally.
17916
17917 * widget.el (widget-plist-member): New alias.
17918
17919 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17920
17921 * eshell/esh-module.el (toplevel): Reference
17922 byte-compile-current-file only if it is bound.
17923
17924 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17925
17926 * dired.el: Don't require `dired-aux'.
17927
17928 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17929
17930 * dired-aux.el (dired-show-file-type): New function.
17931 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17932 (dired-show-file-type): Add autoload.
17933
17934 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17935
17936 * international/mule-diag.el (describe-font): Adjusted for the
17937 change of fontset-info.
17938 (print-fontset): Likewise.
17939
17940 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17941
17942 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17943
17944 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17945
17946 * bindings.el: Bind `[delete]' to delete-char.
17947
17948 * dired.el (dired-find-alternate-file): New function.
17949 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17950 (toplevel): Require dired-aux when compiling.
17951 (dired-buffers): Move defvar within file to avoid compiler warning.
17952
17953 * info.el (Info-last-search): Variable removed.
17954 (Info-search-history): New variable.
17955 (Info-search): New Info-search-history.
17956
17957 * battery.el, info-look.el: Change author's mail address.
17958
17959 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17960
17961 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17962 if rmail-ignored-headers is nil.
17963 (rmail-retry-failure): Bind rmail-ignored-headers and
17964 rmail-displayed-headers to nil.
17965
17966 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17967
17968 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17969 (print-region-1): Don't hard code `-h' here.
17970
17971 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17972
17973 2000-07-01 Francesco Potorti` <pot@gnu.org>
17974
17975 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17976 exim can use "your message" instead of "the message".
17977
17978 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17979
17980 * facemenu.el: Docstrings fixes.
17981 (facemenu-get-face): Don't use internal-find-face.
17982 (facemenu-iterate): Rename arg to match the docstring.
17983
17984 * newcomment.el (uncomment-region): Be more careful when skipping
17985 backwards over `=' not to bump into BOBP.
17986
17987 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17988
17989 * ediff-diff.el (ediff-wordify): Use syntax table.
17990 * ediff-init.el (ediff-has-face-support-p): Use
17991 ediff-color-display-p.
17992 (ediff-color-display-p): Use display-color-p, changed to defun
17993 from defsubst.
17994 Got rid of special cases for NeXT and OS/2.
17995 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17996 face.
17997
17998 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17999
18000 * emacs-lisp/lucid.el: Require CL.
18001 (copy-tree, remprop): Remove, it's provided by CL.
18002 (map-keymap): Define in terms of cl-map-keymap.
18003 (extent-property, set-extent-end-glyph): New functions.
18004
18005 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18006
18007 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18008
18009 * Makefile.in (DONTCOMPILE): Add comment that the name may
18010 not be changed without changing the make-dist script.
18011
18012 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18013 (cl-mapc): Use mapc instead of cl-old-mapc.
18014
18015 2000-07-05 Andrew Innes <andrewi@gnu.org>
18016
18017 * makefile.nt: Add support for `bootstrap' and related targets.
18018
18019 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18020
18021 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18022 (easy-menu-do-define): Use `menu-item' format.
18023 Handle case where easy-menu-create-menu returns a symbol.
18024 Manually call the potential top-level filter in the function binding.
18025 (easy-menu-filter-return): New arg NAME.
18026 Convert to a keymap if MENU is an XEmacs menu.
18027 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18028 (easy-menu-converted-items-table, easy-menu-convert-item):
18029 New var and fun to memoize easy-menu-convert-item-1.
18030 (easy-menu-do-add-item): Use it.
18031 (easy-menu-create-menu): Use easy-menu-convert-item.
18032 Wrap easy-menu-filter-return around any :filter specification.
18033 Don't convert the menu if a filter was specified.
18034 Tell easy-menu-make-symbol not to check for MENU being an expression.
18035 (easy-menu-make-symbol): New arg NOEXP.
18036
18037 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18038
18039 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18040 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18041 (eval-defun): If called with prefix arg, instrument code for
18042 Edebug.
18043
18044 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18045 similar to that of eval-defun.
18046
18047 2000-07-04 Dave Love <fx@gnu.org>
18048
18049 * hl-line.el (hl-line-overlay): Make it permanent-local.
18050
18051 * calendar/todo-mode.el: Replaced with a working version, based on
18052 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18053
18054 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18055
18056 * paths.el (prune-directory-list): New function.
18057 (Info-default-directory-list): Rewritten to more methodically
18058 enumerate a big list of possible info directories (based on the
18059 list used by the standalone info reader).
18060
18061 * info.el (info-initialize): Use prune-directory-list to remove
18062 non-existent directories from Info-directory-list.
18063
18064 * paths.el (Info-default-directory-list): Try a list of possible
18065 info-directories instead of a single one. Add the possible
18066 info directory "/usr/share/info".
18067
18068 * woman.el (woman-man.conf-path): Explicitly include the debian
18069 man-db config file "/etc/manpath.config".
18070 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18071 are present in `manpath.config'.
18072 (woman-manpath): Include "/usr/share/man".
18073
18074 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18075
18076 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18077
18078 * startup.el (command-line): Initialize blink-cursor based
18079 on window-system.
18080
18081 * frame.el (blink-cursor): Default to nil if not running under
18082 a window-system.
18083
18084 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18085 (face-x-resources): Remove duplicate entry for :font.
18086
18087 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18088 instead of cycling through windows with next-window.
18089
18090 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18091 of cycling through windows with next-window.
18092
18093 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18094 of cycling through windows with next-window.
18095
18096 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18097 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18098 instead of cycling through windows with next-window.
18099
18100 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18101 instead of cycling through windows with next-window.
18102
18103 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18104 of cycling through windows with next-window.
18105
18106 * terminal.el (te-process-output): Use walk-windows instead of
18107 cycling through windows with next-window.
18108
18109 * server.el (server-switch-buffer): Use some-window instead of
18110 cycling through windows with next-window.
18111
18112 * window.el (some-window): New function.
18113 (walk-windows): Remove reference to walk-windows-start.
18114
18115 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18116
18117 2000-07-03 Richard Stallman <rms@gnu.org>
18118
18119 * window.el (walk-windows): Guarantee termination by keeping a list
18120 of all the windows already handled.
18121
18122 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18123
18124 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18125 window-system.
18126
18127 * man.el (Man-notify-when-ready): Don't use window-system. If
18128 Man-notify-method is newframe, and the display is not
18129 multi-frame, select the frame created for the man page.
18130 (Man-init-defvars): Doc fix.
18131
18132 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18133
18134 * faces.el (region): Change background color for light background.
18135
18136 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18137 attribute from mode-line face of Ediff control frame.
18138
18139 * replace.el (query-replace-map): Bind `e' like `E'.
18140
18141 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18142
18143 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18144 Change name to "Select All".
18145
18146 * dos-fns.el (convert-standard-filename): Fix last change.
18147
18148 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18149
18150 * help.el (describe-variable): Don't insert a second `'s' in front
18151 of the string `value is shown below'. Since the syntax-table is
18152 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18153 an existing `'s', so that this won't be deleted.
18154
18155 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18156 * pcmpl-unix.el: New files.
18157
18158 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18159
18160 * wid-edit.el (widget-member): Use the new plist-member.
18161
18162 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18163
18164 * replace.el (perform-replace): Undo change of 2000-04-04.
18165 Instead, move backward 1 character at the end of the loop when
18166 necessary.
18167
18168 * faces.el (fringe): Change face for different backgrounds.
18169
18170 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18171 patch from John.
18172
18173 * eshell/*.el: Change spelling of the Free Software Foundation.
18174
18175 * eshell/esh-toggle.el: Removed.
18176
18177 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18178
18179 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18180 interactively.
18181
18182 2000-06-26 Alex Schroeder <alex@gnu.org>
18183
18184 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18185 `define-key'; instead of checking `(emacs-version)' check for
18186 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18187 for `;' and `o' which might be electric.
18188
18189 (sql-electric-stuff): New user option.
18190 (sql-magic-go): New function which uses `sql-electric-stuff'.
18191 (sql-magic-semicolon): New function which uses
18192 `sql-electric-stuff'.
18193
18194 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18195 is not fboundp.
18196
18197 (sql-oracle-options): New variable.
18198 (sql-oracle): Use it.
18199
18200 (sql-imenu-generic-expression): Doc change.
18201 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18202 is used.
18203
18204 (sql-informix): Added command line parameter "-" to force
18205 sql-informix-program to use stdout.
18206
18207 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18208
18209 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18210 (cp864-decode-table): Doc fix.
18211 (cp720-decode-table): New variable, supports the Arabic OEM
18212 codepage used by Windows.
18213 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18214
18215 2000-06-23 Dave Love <fx@gnu.org>
18216
18217 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18218 (font-lock-fontify-anchored-keywords): Use
18219 line-beginning-position.
18220 (global-font-lock-mode): Use mapc.
18221
18222 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18223
18224 * eshell/esh-module.el: Require CL when compiling.
18225
18226 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18227
18228 * comint.el (comint-substitute-in-file-name): Call replace-match
18229 with second and third arg t.
18230
18231 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18232 Specify foreground color.
18233
18234 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18235 color.
18236
18237 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18238
18239 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18240 cddr instead of cdddr.
18241
18242 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18243 instead of copy-list.
18244
18245 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18246 of copy-list.
18247
18248 * subdirs.el: Add eshell subdirectory.
18249
18250 * eshell: New subdirectory containing the Eshell package.
18251
18252 * pcomplete.el: New file.
18253
18254 2000-06-23 Paul Eggert <eggert@twinsun.com>
18255
18256 * mail/mailpost.el (post-mail-send-it): Make sure file has
18257 proper permissions from birth.
18258
18259 * files.el (basic-save-buffer-2): When temporarily setting
18260 file modes, set them to current modes plus 0200, not to 0777.
18261
18262 * emerge.el (emerge-make-temp-file): Make sure file has proper
18263 permissions from birth.
18264
18265 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18266
18267 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18268 backup file name through convert-standard-filename.
18269
18270 * dos-fns.el (convert-standard-filename): Convert leading
18271 directories as well. When long file names are supported, convert
18272 characters that are invalid in Windows file names.
18273
18274 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18275
18276 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18277 ps-print crashes. New feature: page selection for printing. Create
18278 raw-text-unix coding system for XEmacs. Doc fix.
18279 (ps-print-version): New version number (5.2.3).
18280 (ps-plot-region): Bug fix.
18281 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18282 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18283 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18284 funs.
18285 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18286 (ps-last-page): New vars.
18287
18288 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18289
18290 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18291 empty option string.
18292
18293 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18294
18295 * man.el (man): Doc fix.
18296
18297 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18298
18299 * international/mule-cmds.el (set-language-info-alist): Docstring
18300 fixed.
18301
18302 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18303
18304 * version.el (emacs-version): Use ISO date format.
18305
18306 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18307 instead of `M-backspace'.
18308
18309 * simple.el (turn-off-auto-fill): New function.
18310
18311 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18312
18313 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18314 Renamed from with-buffer-prepared-for-font-lock and use
18315 inhibit-modification-hooks rather than setting *-change-functions.
18316 Update all functions to use the new name.
18317 (jit-lock-first-unfontify-pos): New semantics (and doc).
18318 (jit-lock-mode): Make non-interactive.
18319 Don't automatically turn on font-lock.
18320 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18321 Always use jit-lock-after-change.
18322 Remove and restore font-lock-after-change-function.
18323 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18324 (jit-lock-after-unfontify-buffer): Remove.
18325 (jit-lock-stealth-fontify):
18326 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18327 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18328
18329 2000-06-20 Sam Steingold <sds@gnu.org>
18330
18331 * emacs-lisp/cl-indent.el (toplevel): Indent
18332 `print-unreadable-object' properly. Untabify.
18333
18334 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18335
18336 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18337 Support for bibentry.
18338 (reftex-compile-variables): Fixed problem with end of section-re.
18339
18340 * texmodes/reftex-dcr.el (reftex-view-crossref,
18341 reftex-view-crossref-from-bibtex):
18342 Deal with changed `reftex-find-citation-regexp-format'.
18343 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18344 Replaced `remprop' with `put'.
18345 (reftex-view-crossref, reftex-view-crossref-when-idle):
18346 Support for bibentry.
18347
18348 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18349 New entry for bibentry package.
18350
18351 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18352 Regexp also matches "\nobibliography".
18353
18354 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18355 Call `reftex-ensure-write-access' before doing anything.
18356 (reftex-ensure-write-access): New function.
18357
18358 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18359
18360 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18361
18362 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18363
18364 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18365
18366 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18367
18368
18369 2000-06-20 Dave Love <fx@gnu.org>
18370
18371 * faces.el (frame-background-mode): Use set-default, not set, in
18372 setter.
18373 (frame-update-faces, frame-update-face-colors): Define with
18374 defalias.
18375
18376 * enriched.el (enriched-decode-foreground)
18377 (enriched-decode-background): Don't use internal-find-face.
18378
18379 * apropos.el: Doc fixes.
18380
18381 * cus-edit.el (customize-changed-options): Check arg.
18382 (customize-version-lessp): Don't require decimal point.
18383
18384 * custom.el (defcustom, defgroup): Doc fix.
18385
18386 * newcomment.el (comment) <defgroup>: Add :version.
18387 (comment-multi-line): Doc fix.
18388
18389 * emulation/mlsupport.el (define-hooked-local-abbrev,
18390 define-hooked-global-abbrev): Fix, using define-abbrev.
18391
18392 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18393
18394 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18395 the whole buffer.
18396
18397 2000-06-19 Dave Love <fx@gnu.org>
18398
18399 * menu-bar.el (menu-bar-options-save): New function.
18400 (menu-bar-options-menu): Use it.
18401 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18402 Simplify.
18403
18404 2000-06-19 Andreas Schwab <schwab@suse.de>
18405
18406 * progmodes/etags.el (tags-query-replace): Put new parameters
18407 START and END at the end, for backward compatibility.
18408
18409 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18410
18411 * international/codepage.el:
18412 (cp-coding-system-for-codepage-1): Delete special codes for
18413 generating xxx-dos coding system because now a CCL based coding
18414 system can handle EOL conversion by default.
18415
18416 * international/mule.el (make-coding-system): Generate subsidiary
18417 coding systems for EOL handling variants even for a CCL based
18418 coding system.
18419
18420 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18421
18422 * international/isearch-x.el (isearch-minibuffer-input-method)
18423 (isearch-minibuffer-input-method-function): These variables
18424 deleted.
18425 (isearch-with-input-method): Don't use the above variables.
18426 (isearch-process-search-multibyte-characters): Likewise. Call
18427 read-string with the arg INHERIT-INPUT-METHOD t.
18428
18429 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18430
18431 * font-lock.el (font-lock-after-fontify-buffer)
18432 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18433
18434 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18435 Use consistent make-local-variable style for font-lock-fontified.
18436 (jit-lock-fontify-buffer):
18437 Don't bother checking for font-lock-mode and jit-lock-mode.
18438
18439 * time.el: Remove trailing ^M that prevent CVS-merging.
18440
18441 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18442
18443 * Makefile.in (distclean): New target.
18444
18445 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18446
18447 * Makefile.in (srcdir): Define for update-subdirs.
18448
18449 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18450
18451 * find-lisp.el: New file.
18452
18453 2000-06-16 Andrew Innes <andrewi@gnu.org>
18454
18455 * time.el (display-time-mail-function): New variable, to allow
18456 external packages to indicate when new mail is available.
18457 (display-time-update): Use it.
18458
18459 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18460
18461 * international/mule.el (mule-version): Change version name to
18462 SAKAKI. AOI has already been used by Meadow.
18463
18464 * international/quail.el (quail-show-guidance-buf): To find the
18465 bottom window (but minibuffer), pay attention to the height of
18466 minibuffer.
18467
18468 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18469
18470 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18471 menu-bar menus. Add help strings. Don't remove the Edit menu
18472 from the menu bar, as the menu bar has enough space now.
18473
18474 * Makefile.in (SHELL): Make sure /bin/sh is used.
18475
18476 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18477 characters, which use series of two ^H characters instead of one.
18478
18479 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18480
18481 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18482 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18483 functions.
18484 (Info-find-node-2): Try a case-sensitive search first, then
18485 do a case-insensitive search.
18486
18487 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18488 tutorials.
18489
18490 * complete.el (PC-env-vars-alist): New variable.
18491 (PC-complete-as-file-name): New function.
18492 (partial-completion-mode): Initialize PC-env-vars-alist from
18493 process-environment.
18494 (PC-do-completion): Handle completion of env vars.
18495
18496 * info.el (Info-set-mode-line): Show file name in mode line,
18497 use `*Info*' instead of `Info:'.
18498
18499 * startup.el (command-line-1): Change copyright messages to year
18500 2000.
18501
18502 2000-06-15 Dave Love <fx@gnu.org>
18503
18504 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18505 not local-map.
18506
18507 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18508
18509 * international/mule.el (set-buffer-file-coding-system): Almost
18510 rewritten to handle `undecided' as no-op.
18511
18512 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18513
18514 * Makefile.in: New file.
18515
18516 * Makefile: Removed.
18517
18518 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18519 (goto-address-highlight-keymap): Bind C-c RET.
18520
18521 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18522
18523 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18524 inherits buffer-file-coding-system of the current buffer.
18525
18526 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18527 0. Give correct argument to set-auto-coding-function.
18528 (tar-expunge): For goto-char, use (point-min), not 0.
18529 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18530 (tar-subfile-save-buffer): Likewize.
18531
18532 * international/mule.el
18533 (after-insert-file-set-buffer-file-coding-system): Call
18534 set-buffer-file-coding-system with the arg FORCE t.
18535
18536 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18537
18538 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18539 nil. Contemporary sendmails issue an X-Authentication-Warning if
18540 the sender is set with `-f'.
18541
18542 2000-06-13 Dave Love <fx@gnu.org>
18543
18544 * help.el (describe-function-1): Kluge around cases of functions
18545 fset to subrs whose doc doesn't match their symbol-name.
18546
18547 * image.el (insert-image): Default STRING to a space.
18548
18549 * info.el Doc fixes.
18550 (Info-build-node-completions): Match Ref tags.
18551
18552 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18553
18554 * frame.el (display-multi-frame-p, display-multi-font-p): New
18555 defaliases for display-graphic-p.
18556
18557 * hl-line.el: Fixed a typo in commentary.
18558
18559 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18560
18561 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18562 fixed.
18563
18564 2000-06-12 Dave Love <fx@gnu.org>
18565
18566 * image.el (insert-image): Save a little consing.
18567
18568 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18569
18570 * language/tibet-util.el: Convert all tibetan-1-column characters
18571 to the corresponding tibetan characters.
18572 (tibetan-add-components): Delete code for the special treatment of
18573 'a chung.
18574
18575 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18576 change.
18577 (tibetan-vowel-transcription-alist): More rules added.
18578 (tibetan-composite-vowel-alist): New variable.
18579 (tibetan-precomposition-rule-alist): More rules added.
18580
18581 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18582
18583 * startup.el (command-line): Only call menu-bar-mode if interactive.
18584
18585 * thingatpt.el (toplevel symbol-properties):
18586 * textmodes/makeinfo.el (makeinfo-compile):
18587 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18588 * progmodes/hideif.el (hif-compress-define-list)
18589 (hide-ifdef-use-define-alist):
18590 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18591 (ange-ftp-vms-add-file-entry):
18592 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18593 * man.el (Man-build-man-command):
18594 * mail/rnewspost.el (news-reply-header-hook):
18595 * info.el (Info-insert-dir):
18596 * emulation/mlconvert.el (backward-word, forward-word, setq):
18597 * emacs-lisp/gulp.el (gulp-send-requests):
18598 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18599 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18600 (byte-optimize-apply, end of file):
18601 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18602 (ad-make-freeze-definition):
18603 * startup.el (command-line, command-line-1): Don't quote lambdas.
18604
18605 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18606 (cvs-cleanup-removed): New function.
18607 (cvs-cleanup-functions): New var.
18608 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18609 some flexibility in specifying additional entries to auto-cleanup.
18610 (cvs-quickdir): New function.
18611 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18612 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18613 (cvs-mode-find-file): Check that we are on a filename or dirname
18614 when invoked through a mouse-click.
18615 (cvs-full-path): Remove.
18616 (cvs-dired-action): Re-introduced.
18617 (cvs-dired-noselect): Use it.
18618 (vc-post-command-functions): use this new hook if available.
18619
18620 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18621 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18622 (cvs-filename-map, cvs-dirname-map): Remove.
18623 (cvs-default-action): Remove.
18624 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18625 if the arg is really a keymap.
18626 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18627 Don't hardcode the mapping from state (aka type) to face, but check
18628 the var cvs-fi-<type>-face instead.
18629 (cvs-fileinfo-from-entries): New function.
18630
18631 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18632 Docstring fix.
18633 (cvs-find-file-and-jump): Change default to be safer.
18634 (cvs-mode-diff-map): Define it as a function as well.
18635 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18636 Bind mouse-2 in this global map rather than with text-properties.
18637
18638 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18639 file to resolve the ambiguity between C(conflict) and C(need-merge).
18640
18641 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18642
18643 * international/mule.el (set-buffer-file-coding-system): If
18644 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18645 unconditionally.
18646
18647 2000-06-12 Dave Love <fx@gnu.org>
18648
18649 * wid-edit.el (widget-specify-button): Really suppress the face if
18650 required.
18651
18652 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18653
18654 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18655
18656 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18657
18658 * imenu.el (imenu-generic-expression): Docstring fix.
18659
18660 * composite.el (composition-function-table): Move the `put'
18661 below the autoload cookie so we can load the file before loaddefs.
18662
18663 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18664
18665 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18666 Handle easy-mmode-define-global-mode.
18667 For complex macros like define-minor-mode that can generate
18668 several autoload entries, try to autoload entries in the
18669 macroexpanded code.
18670
18671 * emacs-lisp/easy-mmode.el (define-minor-mode):
18672 If KEYMAP is a symbol, just use it.
18673 Use byte-compile-current-file and load-file-name to infer the
18674 proper :require to pass to defcustom.
18675 Wrap the hook var into `progn' so as not to autoload it.
18676 Add a :autoload-end cookie.
18677 Be more careful about the evaluation of KEYMAP.
18678 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18679 (define-derived-mode): Move define-abbrev-table outside of defvar.
18680
18681 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18682
18683 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18684 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18685 (backup-compiled-files): Ignore errors during `tar'.
18686 (bootstrap): Make autoloads before elc files.
18687
18688 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18689
18690 * international/mule.el (set-buffer-file-coding-system): If one of
18691 undecided-XXX is specified, change only EOL conversion.
18692
18693 * international/mule-conf.el (unix): New alias for the coding
18694 system undecided-unix.
18695
18696 2000-06-09 Dave Love <fx@gnu.org>
18697
18698 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18699
18700 * progmodes/executable.el: Byte compile dynamic.
18701 (executable-insert): Change custom type.
18702 (executable-find): Add autoload cookie.
18703 (executable-make-buffer-file-executable-if-script-p): New
18704 function. After Noah Friedman.
18705
18706 * files.el (after-save-hook): Customize, with
18707 executable-make-buffer-file-executable-if-script-p as an option.
18708
18709 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18710
18711 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18712 "tib24p-mule.bdf" for Tibetan.
18713
18714 * composite.el (decompose-composite-char): Declare it as obsolete.
18715
18716 * man.el (Man-fontify-manpage): Pay attention to underline and
18717 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18718
18719 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18720
18721 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18722 Set maintainer to FSF since author isn't reachable.
18723
18724 2000-06-08 Dave Love <fx@gnu.org>
18725
18726 * international/mule-cmds.el (select-safe-coding-system): If
18727 DEFAULT-CODING-SYSTEM is not specified, also check the most
18728 preferred coding-system if buffer-file-coding-system is
18729 `undecided'. From Handa.
18730
18731 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18732
18733 * international/mule.el
18734 (after-insert-file-set-buffer-file-coding-system): If the buffer
18735 size is greater than INSERTED, judget that we are not visiting.
18736
18737 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18738
18739 * whitespace.el (defgroup whitespace): Comment out `:version'.
18740 XEmacs 20.4 has problems defining the group with this present.
18741 We'll have this commented out till get resolve the problem.
18742
18743 2000-06-07 John Wiegley <johnw@gnu.org>
18744
18745 * align.el (align-dq-string-modes, align-sq-string-modes)
18746 (align-open-comment-modes): Add pyhton-mode.
18747 (align-rules-list): Use get-text-property instead of
18748 text-properties-at.
18749 (align-rules-list): Add python-assignment.
18750 (align-rules-list): Change perl-comma-delimiter to
18751 basic-comma-delimiter. Use if for Perl modes and python-mode.
18752 (align-rules-list): Add python-chain-logic and
18753 basic-line-continuation.
18754
18755 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18756
18757 * apropos.el (apropos-mode-hook): New user variable.
18758 (apropos-mode): Run apropos-mode-hook.
18759
18760 2000-06-07 David Ponce <david@dponce.com>
18761
18762 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18763 commands. Require `wid-edit' at run-time.
18764
18765 2000-06-07 David Ponce <david@dponce.com>
18766
18767 * recentf.el: Added some "Commentary".
18768 (recentf-open-more-files, recentf-edit-list): Minor changes to
18769 move the point at the top of the file list. This behaviour is
18770 consistent with the menu one when the list contains a lot of
18771 files.
18772 (recentf-cleanup): Now displays the number of items removed from
18773 the list.
18774 (recentf-relative-filter) New menu filter to show filenames
18775 relative to `default-directory'.
18776
18777 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18778
18779 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18780 with/without giving an error if PostScript printer doesn't have this
18781 kind of page size. Zebra Stripe continues or restarts on next page.
18782 Manual/automatic paper feeding. Switch or not the header.
18783 (ps-print-version): New version number (5.2.2).
18784 (ps-windows-system): Include emx as a Windows system.
18785 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18786 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18787 (ps-background-text): Code fix.
18788 (ps-error-handler-message, ps-user-defined-prologue)
18789 (ps-print-prologue-header, ps-printer-name)
18790 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18791 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18792 (ps-use-face-background): Customization fix.
18793 (ps-n-up-database): Data fix.
18794 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18795 (ps-switch-header): New vars.
18796 (ps-xemacs-color-name, ps-face-foreground-name)
18797 (ps-face-background-name, ps-boolean-constant): New funs.
18798
18799 2000-06-07 Dave Love <fx@gnu.org>
18800
18801 * allout.el: New version from Manheimer.
18802
18803 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18804
18805 * textmodes/fill.el (fill-find-break-point): Check the validity of
18806 charset.
18807
18808 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18809
18810 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18811 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18812 Call display-color-p and display-mouse-p instead of looking at
18813 window-system.
18814
18815 2000-06-06 Dave Love <fx@gnu.org>
18816
18817 * image.el (find-image): Doc fix. Return nil if image not found.
18818 (put-image, insert-image): Make STRING arg optional.
18819
18820 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18821
18822 * language/vietnamese.el: Remove eval-when-compile.
18823 (viet-viscii-nonascii-translation-table): Define it as a
18824 translation table made from viet-viscii-decode-table.
18825 (viet-viscii-encode-table): Define it as a translation table made
18826 from the reverse map of above.
18827 (viet-vscii-nonascii-translation-table): Define it as a
18828 translation table made from viet-vscii-decode-table.
18829 (viet-vscii-encode-table): Define it as a translation table made
18830 from the reverse map of above.
18831 (ccl-decode-viscii): Use translate-character.
18832 (ccl-encode-viscii, ccl-encode-viscii-font)
18833 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18834 Likewize.
18835
18836 * language/cyrillic.el: Remove eval-when-compile.
18837 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18838 translation table made from cyrillic-koi8-r-decode-table.
18839 (cyrillic-koi8-r-encode-table): Define it as a translation table
18840 made from the reverse map of above.
18841 (ccl-decode-koi8): Use translate-character.
18842 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18843 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18844 a translation table made from cyrillic-alternativnyj-decode-table.
18845 (cyrillic-alternativnyj-encode-table): Define it as a translation
18846 table made from the reverse map of above.
18847 (ccl-decode-alternativnyj): Use translate-character.
18848 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18849 Likewize
18850
18851 * international/mule-diag.el (non-iso-charset-alist): Specify
18852 translation table symbol instead of translation table itself.
18853 (list-block-of-chars): CHARSET may be a translation table symbol.
18854
18855 * international/mule.el (make-coding-system): If CODING-SYSTEM
18856 already exists, override it.
18857
18858 * international/fontset.el: Use family `proportional' for Tibetan
18859 fonts.
18860
18861 * international/ccl.el (ccl-compile-translate-character): Don't
18862 check if Rrr has property translation-table.
18863 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18864
18865 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18866
18867 * info.el: Bind case-fold-search to t when searching in case
18868 a user sets it to nil in a hook.
18869
18870 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18871
18872 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18873 * hl-line.el (hl-line-mode): Use the new :global key argument.
18874
18875 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18876 (tar-clip-time-string): Prepend a space.
18877 (tar-grind-file-mode): Construct a string rather than modifying one.
18878 (tar-header-block-summarize): Fix docstring.
18879 Use `format' rather than an error-prone set of copy-loops.
18880
18881 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18882 (diff-goto-source, diff-unified->context, diff-context->unified)
18883 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18884 understand the format output by the `-p' argument to diff.
18885
18886 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18887 (sh-re-done): Use defconst.
18888 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18889 (sh-help-string-for-variable, sh-guess-basic-offset):
18890 Don't quote lambdas.
18891 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18892 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18893
18894 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18895 (mh-letter-mode): Derive from text-mode.
18896 This implicitly means that it now calls kill-all-local-variables.
18897 Also remove the Emacs-18 compatibility code.
18898
18899 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18900 Make use of symbol-property doc-string-elt.
18901 Use memq rather than a sequence of eq.
18902 (doc-string-elt): Fix the wrong or missing previously unused values.
18903 (autoload-print-form): New function extracted from
18904 generate-file-autoloads to allow recursion when handling progn
18905 so that defvar's and defun's docstrings are properly printed.
18906 (generate-file-autoloads): Use it.
18907
18908 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18909 Use find-file-hooks in the minor-mode function.
18910 Be careful not to loop indefinitely in the post-command-hook function.
18911
18912 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18913
18914 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18915 tty's.
18916 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18917 differences whenever appropriate.
18918 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18919 * viper.el (find-file, find-file-other-window): Get viper to do
18920 wildcards.
18921
18922 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18923
18924 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18925 (jit-lock-fontify-buffer): New function for JIT refontification.
18926 (jit-lock-mode): Fix docstring.
18927 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18928 Remove jit-lock-after-change from the _local_ hook.
18929 (jit-lock-function-1): Fix docstring.
18930
18931 * info.el (Info-on-current-buffer): Initialize info.
18932
18933 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18934
18935 * progmodes/tcl.el (tcl-indent-for-comment):
18936 Ignore comment-indent-hook.
18937
18938 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18939 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18940 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18941 and improve to use the lighter to guess the capitalization.
18942 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18943 Add keyword arguments to specify global-ness or the custom group.
18944 Add local-map and help-echo properties to the lighter.
18945 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18946 (easy-mmode-define-global-mode): New macro.
18947
18948 2000-06-02 Dave Love <fx@gnu.org>
18949
18950 * wid-edit.el: byte-compile-dynamic since we typically don't use
18951 all the widgets. Don't require cl or widget. Remove
18952 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18953 (widget-read-event): Removed. Callers changed to use read-event.
18954 (widget-button-release-event-p): Renamed from
18955 button-release-event-p.
18956 (widget-field-add-space, widget-field-use-before-change):
18957 Uncustomize.
18958 (widget-specify-field): Use keymap property, not local-map.
18959 (widget-specify-button): Obey :suppress-face.
18960 (widget-specify-insert): Use modern backquote syntax.
18961 (widget-image-directory): Renamed from widget-glyph-directory.
18962 (widget-image-enable): Renamed from widget-glyph-enable.
18963 (widget-image-find): Replaces widget-glyph-find.
18964 (widget-button-pressed-face): Move defvar.
18965 (widget-image-insert): Replaces widget-glyph-insert.
18966 (widget-convert): Use keywordp.
18967 (widget-leave-text, widget-children-value-delete): Use mapc.
18968 (widget-keymap): Remove XEmacs stuff.
18969 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18970 (widget-button-click): Don't set point at the click, but re-centre
18971 if we scroll out of window. Rewritten for images v. glyphs &c.
18972 (widget-tabable-at): Use POS arg, not point.
18973 (widget-beginning-of-line, widget-end-of-line)
18974 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18975 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18976 (widget-default-create): Use widget-image-insert; some rewriting.
18977 (widget-visibility-value-create)
18978 (widget-push-button-value-create, widget-toggle-value-create): Use
18979 widget-image-insert.
18980 (checkbox): Create on and off images dynamically.
18981 (documentation-link): Change :help-echo.
18982 (widget-documentation-link-echo-help): Remove.
18983
18984 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18985
18986 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18987
18988 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18989 (easy-mmode-define-toggle, define-minor-mode): Use it.
18990 (easy-mmode-define-keymap): Docstring fix.
18991 (define-derived-mode): Default PARENT to fundamental-mode.
18992 Add the derived-mode-parent symbol-property.
18993 (easy-mmode-derived-mode-p): New function.
18994
18995 2000-06-02 Dave Love <fx@gnu.org>
18996
18997 * files.el (convert-standard-filename): Doc fix.
18998 (normal-backup-enable-predicate): New function.
18999 (backup-enable-predicate): Use it to replace the lambda form.
19000
19001 * calendar/todo-mode.el: [This needs more work on the outline
19002 stuff.] Doc fixes.
19003 (todo) <defgroup>: Add :version.
19004 (todo-add-category): Don't use pushnew.
19005 (todo-cmd-raise): Fix typo.
19006 (todo-top-priorities): Change temp buffer name.
19007 (todo-category-alist): Avoid redundant lambda.
19008 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19009 Use outline-next-heading.
19010
19011 * autoarg.el: Rewritten to use define-minor-mode.
19012 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19013 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19014
19015 2000-06-02 Kenichi Handa <handa@etl.go.jp>
19016
19017 * isearch.el (isearch-other-meta-char): Fix previous change.
19018
19019 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19020
19021 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19022 (log-edit-done): Only add the comment to the ring if it's different
19023 from the last comment entered.
19024
19025 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19026
19027 2000-06-01 Dave Love <fx@gnu.org>
19028
19029 * hl-line.el: Rewritten using define-minor-mode.
19030
19031 * help.el (describe-function-1): Distinguish special form from
19032 builtin function. Sanity-check presence of arglist for builtins.
19033
19034 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19035
19036 * international/characters.el: Fix syntax/category setting of
19037 Tibetan characters.
19038
19039 * language/tibet-util.el (tibetan-add-components): Fixes for new
19040 encoding of Tibetan characters.
19041 (tibetan-decompose-precomposition-alist): New variable.
19042 (tibetan-decompose-region): Convert precomposed characters to
19043 non-precomposed characters.
19044 (tibetan-decompose-string): Likewise.
19045 (tibetan-composition-function): Fix args to
19046 thibetan-compose-string.
19047
19048 * language/tibetan.el (tibetan-composable-pattern): More
19049 characters included.
19050 (tibetan-consonant-transcription-alist): Rule for "R" added.
19051 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19052 "+R" added.
19053 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19054
19055 * language/lao-util.el (lao-composition-function): Fix args to
19056 compose-string.
19057
19058 * language/thai-util.el (thai-composition-function): Fix args to
19059 compose-string.
19060
19061 * isearch.el (isearch-update): Set disable-point-adjustment to t
19062 to prevent the point moving to the end of a composition when a
19063 part of a composition is searched.
19064 (isearch-other-meta-char): If the key invoking this command can be
19065 mapped by function-key-map to a printing char, call
19066 isearch-process-search-char directly.
19067
19068 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19069
19070 * emacs-lisp/bytecomp.el:
19071 * frame.el:
19072 * international/mule-cmds.el:
19073 * international/mule-util.el:
19074 * international/mule.el:
19075 * mouse.el:
19076 * subr.el:
19077 * faces.el: Update calls to make-obsolete with a WHEN argument.
19078
19079 * byte-run.el (make-obsolete, make-obsolete-variable):
19080 Add an optional WHEN argument and change the format of the
19081 symbol-property information.
19082 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19083 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19084 new obsolete-symbol-property format and print WHEN if it is provided.
19085
19086 2000-05-31 Dave Love <fx@gnu.org>
19087
19088 * loadhist.el (loadhist-hook-functions): Remove
19089 before-change-function, after-change-function.
19090 (unload-feature): Deal with symbols which are both bound and
19091 fbound.
19092
19093 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19094 before-change-function, after-change-function.
19095
19096 * simple.el (newline): Don't bind before-change-function,
19097 after-change-function.
19098
19099 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19100
19101 * whitespace.el (whitespace-rescan-timer-time): Update interval
19102 set to 600 seconds (10 minutes) instead of 60 seconds since
19103 a large number of whitespace buffers causes emacs to `freeze'
19104 for a considerable amount of time.
19105
19106 * whitespace.el: Updated email address
19107
19108 2000-05-31 Dave Love <fx@gnu.org>
19109
19110 * add-log.el (change-log-font-lock-keywords) <function>: Add
19111 pattern for function of change.
19112 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19113 acknowledgements patterns.
19114
19115 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19116
19117 * isearch.el (isearch-printing-char): If keyboard coding system is
19118 being used, call isearch-process-search-multibyte-characters.
19119
19120 * international/isearch-x.el: Mostly rewritten.
19121
19122 * international/quail.el (quail-start-conversion): Don't include
19123 unhandled events in the returned events, but set them in
19124 unread-command-events. Exit if all inputs are deleted.
19125
19126 2000-05-30 Jason Rumney <jasonr@gnu.org>
19127
19128 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19129
19130 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19131 Reenable code to create initial fontsets.
19132 Use set-fontset-font in place of put-charset-property.
19133
19134 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19135
19136 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19137 label, ensure that the first colon isn't followed by another.
19138
19139 * paths.el (Info-default-directory-list): Doc fix.
19140
19141 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19142 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19143 send a query containing USER only, not USER@HOST.
19144
19145 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19146 and rmail-msgend to compute the restriction at the end, instead of
19147 computing it.
19148
19149 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19150
19151 * dabbrev.el (dabbrev-expand): Don't display messages in the
19152 echo area if the minibuffer window is active.
19153
19154 * jit-lock.el (jit-lock-mode): Add after change function to
19155 local hook.
19156
19157 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19158
19159 * antlr-mode.el: New commands: hide/unhide actions,
19160 upcase/downcase literals.
19161 (antlr-tiny-action-length): New user option.
19162 (antlr-hide-actions): New command. Suggested by
19163 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19164 (antlr-mode-map): New binding [C-c C-v].
19165 (antlr-mode-menu): New entries.
19166 (antlr-downcase-literals): New command.
19167 (antlr-upcase-literals): Ditto.
19168
19169 * antlr-mode.el: Minor changes: indendation, mode-name.
19170 (antlr-indent-line): Indent cpp directive at column 0.
19171 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19172
19173 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19174 (antlr-font-lock-additional-keywords): Workaround for intentional
19175 bug in XEmacs version of font-lock.
19176 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19177 be used by a smarter version of `buffers-menu-grouping-function'.
19178
19179 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19180
19181 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19182 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19183
19184 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19185
19186 * international/encoded-kb.el
19187 (encoded-kbd-iso2022-designation-map): Pay attention to that
19188 charset-iso-final-char return -1 for eight-bit-control and
19189 eight-bit-graphic.
19190
19191 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19192
19193 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19194 (speedbar-easymenu-definition-base): Use display-graphic-p where
19195 available, instead of window-system.
19196
19197 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19198
19199 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19200 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19201 coding systems.
19202
19203 2000-05-26 Dave Love <fx@gnu.org>
19204
19205 * disp-table.el (standard-display-underline): Don't use
19206 internal-find-face.
19207
19208 * mail/reporter.el: Maintainer change. Doc fixes.
19209 (reporter-version): Deleted.
19210
19211 * emacs-lisp/elp.el: Maintainer change.
19212 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19213
19214 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19215
19216 * add-log.el (add-change-log-entry): Merge the current entry with the
19217 previous one if the previous one is empty.
19218
19219 2000-05-26 Dave Love <fx@gnu.org>
19220
19221 * loadhist.el (unload-feature): Fix interactive spec [from
19222 lijnzaad@ebi.ac.uk].
19223
19224 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19225 subr-arity to check primitives.
19226 (byte-compile-flush-pending, byte-compile-file-form-progn)
19227 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19228 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19229 mapcar.
19230
19231 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19232
19233 * international/fontset.el: Set family names of non-latin charsets
19234 in default fontset to "*".
19235
19236 * international/mule-diag.el (print-fontset): Combine family part
19237 and registry part of the fontname by "-*-" instead of "-".
19238
19239 * international/mule-cmds.el (encode-coding-char): Make strings
19240 multibyte before calling encode-coding-string.
19241
19242 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19243
19244 * derived.el: Fix keywords.
19245 (define-derived-mode): Only define if needed.
19246
19247 * simple.el (fill-comment, comment-column, comment-start)
19248 (comment-start-skip, comment-end, comment-indent-function)
19249 (block-comment-start, block-comment-end, indent-for-comment)
19250 (set-comment-column, kill-comment, comment-padding, comment-region)
19251 (comment-multi-line, indent-new-comment-line): Remove.
19252
19253 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19254 function names for comment operations.
19255
19256 * newcomment.el: Add abundant autoload cookies.
19257 (comment-style): Don't depend on runtime data at compile-time.
19258 (comment-indent-hook): Remove.
19259 (comment-indent): Check if comment-indent-hook is bound.
19260 (comment-region): Docstring fix.
19261
19262 2000-05-25 Dave Love <fx@gnu.org>
19263
19264 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19265 byte-code-function-p.
19266
19267 * mail/rmailsum.el: Add provide.
19268
19269 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19270
19271 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19272 defcustom.
19273
19274 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19275
19276 * ediff-diff.el (ediff-exec-process): delete --binary option from
19277 non-buffer ediff jobs.
19278
19279 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19280
19281 * hilit-chg.el (highlight-changes-mode): Ask about color or
19282 grayscale support, not about window-system.
19283
19284 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19285 window-system.
19286 (ffap-highlight): Always default to t.
19287
19288 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19289 display-popup-menus-p instead of looking at window-system.
19290
19291 * disp-table.el (standard-display-g1, standard-display-graphic):
19292 Only refuse to use string glyphs on X and MS-Windows.
19293
19294 * avoid.el: Remove window-system from commentary, suggest to use
19295 display-*-p instead.
19296
19297 * apropos.el (apropos-print): Use display-mouse-p instead of
19298 window-system.
19299
19300 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19301
19302 * international/codepage.el (cp-decoding-vector-for-codepage):
19303 Fill up unsupported characters with their own codes. From Kenichi
19304 Handa.
19305
19306 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19307
19308 * international/mule-diag.el (describe-char-after): Use
19309 display-graphic-p instead of window-system, so that this function
19310 works on MS-DOS.
19311
19312 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19313
19314 * international/codepage.el (cp-make-coding-systems-for-codepage):
19315 Remove the eight-bit-graphic and eight-bit-control charsets from
19316 the list of charsets which we convert into `?'.
19317
19318 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19319
19320 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19321 private charsets.
19322 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19323 japanese-jisx0213-2): New charsets.
19324
19325 * international/fontset.el: Setup default fontset for new charsets.
19326
19327 2000-05-24 Dave Love <fx@gnu.org>
19328
19329 * info.el (Info-find-node-2): Restructure [following "Vadim
19330 S. Solomin" <sovs@uic.nnov.ru>].
19331
19332 * icomplete.el: Fix header for Finder.
19333
19334 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19335
19336 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19337 STAY.
19338
19339 * rmail.el (rmail-automatic-folder-directives): New user variable.
19340 (rmail-show-message): Add call to `rmail-auto-file' during
19341 display.
19342 (rmail-auto-file): New function.
19343
19344 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19345
19346 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19347 account.
19348 (ediff-test-utility,ediff-diff-mandatory-option)
19349 (ediff-reset-diff-options): Utilities for proper initialization of
19350 ediff-diff-options and ediff-diff3-options on Windows.
19351
19352 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19353 variable.
19354
19355 * ediff-mult.el (ediff-filegroup-action): Use
19356 ediff-merge-filename-prefix.
19357
19358 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19359
19360 * viper-ex.el (ex-write): Set selective display to nil.
19361
19362 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19363
19364 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19365 aliases for hebrew-iso-8bit.
19366
19367 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19368
19369 * woman.el: New version from Francis J. Wright
19370 <F.J.Wright@Maths.QMW.ac.uk>.
19371 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19372 names in environment variables regardless of the path separator.
19373 (woman-topic-all-completions-1): Don't call file-name-directory-p
19374 on all files, since woman-file-regexp already filters out any
19375 directories.
19376
19377 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19378
19379 * international/quail.el (quail-start-translation): Don't change
19380 modified-p of the current buffer.
19381 (quail-start-conversion): Likewise.
19382
19383 * international/kkc.el (kkc-region): Don't change modified-p of
19384 the current buffer.
19385
19386 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19387 conform to RFC1468.
19388 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19389
19390 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19391
19392 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19393 (speedbar-insert-button): Invisible text property fix.
19394 (speedbar-directory-plus): Renamed from speedbar-directory-+
19395 (speedbar-directory-minus): Renamed from speedbar-directory--
19396 (speedbar-page-plus): Renamed from speedbar-file-+
19397 (speedbar-page-minus): Renamed from speedbar-file--
19398 (speedbar-page): Renamed from speedbar-file-
19399 (speedbar-tag): Renamed from speedbar-tag-
19400 (speedbar-tag-plus): Renamed from speedbar-tag-+
19401 (speedbar-tag-minus): Renamed from speedbar-tag--
19402 (speedbar-expand-image-button-alist): Use above renames.
19403
19404 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19405 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19406 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19407 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19408 * sb-pg.xpm: Renamed from sb-file.xpm
19409 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19410 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19411
19412 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19413
19414 * international/quail.el (quail-show-guidance-buf): Set
19415 current-input-method of the guidance buffer to the name of the
19416 curren input method.
19417
19418 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19419
19420 * progmodes/compile.el (compile-internal): Style typo.
19421
19422 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19423 quote vars and functions in the docstring.
19424
19425 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19426
19427 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19428 Don't quote lambdas.
19429
19430 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19431
19432 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19433
19434 * startup.el (command-line): Determine source file of compiled
19435 user init file differently. Warn if compiled user init file
19436 is older than its source file.
19437
19438 * ffap.el (ffap-url-regexp): Add `https'.
19439
19440 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19441
19442 * files.el (make-backup-file-name-1): Replace slashes with `!'
19443 rather than `|' (which is not allowed on Windows). Replace the
19444 drive letters with a string "drive_X".
19445
19446 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19447
19448 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19449
19450 * files.el (interpreter-mode-alist): Add `bash2'.
19451
19452 2000-05-22 Dave Love <fx@gnu.org>
19453
19454 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19455 mapc.
19456 (feature-file): Avoid calling symbol-name. Doc fix.
19457 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19458 (loadhist-hook-functions): Add mouse-position-function.
19459 (unload-feature): Change uses of mapcar.
19460
19461 * files.el (parse-colon-path): Doc fix.
19462 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19463 (set-auto-mode): Use mapc.
19464
19465 * complete.el (PC-look-for-include-file): Use :alnum: character
19466 class.
19467 (partial-completion-mode): Add autoload cookie.
19468
19469 2000-05-22 Sam Steingold <sds@gnu.org>
19470
19471 * info.el (Info-fontify-node): Fixed the call to
19472 `add-text-properties' (bug introduced on 2000-05-18).
19473
19474 2000-05-22 Dave Love <fx@gnu.org>
19475
19476 * bindings.el: Remove debug-ignored-errors set in other files.
19477
19478 * progmodes/etags.el: Add to debug-ignored-errors.
19479 (visit-tags-table-buffer): Clear out buffers holding old tables
19480 when making a new list.
19481 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19482 mapc.
19483
19484 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19485 quote keywords.
19486 (cmpl-string-case-type): Use character classes.
19487
19488 * comint.el:
19489 * textmodes/ispell.el:
19490 * imenu.el:
19491 * mail/mh-e.el:
19492 * progmodes/compile.el: Add to debug-ignored-errors.
19493
19494 * dabbrev.el: Add to debug-ignored-errors.
19495 (dabbrev-completion): Use mapc.
19496
19497 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19498
19499 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19500 (woman-mapcan, woman-parse-man.conf)
19501 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19502 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19503 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19504 path syntax better.
19505 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19506 (woman-manpath): Call woman-parse-man.conf.
19507 (woman-emulation): New defcustom, defaults to nroff.
19508 (woman-font-support): New defconst.
19509 (woman-use-symbol-font): New defcustom.
19510 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19511 "Emulation".
19512 Many functions: Doc fix.
19513
19514 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19515
19516 * international/quail.el (quail-simple-translation-keymap): Map
19517 128..255 to quail-self-insert-command.
19518 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19519
19520 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19521
19522 * help.el (help-manyarg-func-alist): Typo.
19523
19524 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19525 intervals which makes it heaps simpler.
19526
19527 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19528 the nested comment markers.
19529
19530 * subr.el (remove-hook): Don't turn the hook's value into a list.
19531
19532 2000-05-21 Dave Love <fx@gnu.org>
19533
19534 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19535 are invalid characters.
19536
19537 * international/mule-util.el (detect-coding-with-priority): Use
19538 mapc. Remove redundant lambda.
19539
19540 * international/mule-diag.el (list-non-iso-charset-chars)
19541 (describe-fontset): Remove redundant lambda.
19542
19543 * emulation/crisp.el (brief-mode): New alias.
19544
19545 * emacs-lisp/ring.el (ring-elements): New function.
19546
19547 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19548 (easy-menu-do-add-item): Use keywordp.
19549
19550 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19551
19552 * replace.el: Doc and error message fixes.
19553 (replace-highlight): Use facep, not internal-find-face.
19554
19555 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19556
19557 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19558
19559 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19560 (log-edit-insert-changelog): Drop `:' as well.
19561
19562 * log-view.el: Fix file description.
19563 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19564 available.
19565 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19566 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19567
19568 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19569 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19570 Print a status message if the toggle is called interactively.
19571 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19572 for global minor modes and use `defcustom' for them.
19573 Use add-minor-mode.
19574 (easy-mmode-define-derived-mode): Remove.
19575 (define-derived-mode): Fancier default docstring.
19576 (easy-mmode-define-navigation): Signal an error rather than (ding).
19577
19578 * newcomment.el (comment-styles): New `box-multi'.
19579 (comment-normalize-vars): Better default for comment-continue to
19580 avoid whitespace-only continuations.
19581 (comment-search-forward): Always move even in the no-syntax case.
19582 (comment-padright): Only obey N if it's only obeyed for padleft.
19583 (comment-make-extra-lines): Better handling of empty continuations.
19584 Use `=' for the filler if comment-start has only one character.
19585 (uncomment-region): Try handling the special `=' filler.
19586 (comment-region): Allow LINES even if MULTI is nil.
19587 (comment-box): Choose box style based on comment-style.
19588
19589 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19590
19591 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19592 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19593
19594 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19595
19596 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19597 and insert, not subst-char-in-region.
19598
19599 * international/mule-diag.el (list-character-sets-1): Handle
19600 charsets eight-bit-control and eight-bit-graphic.
19601 (list-iso-charset-chars): Likewise.
19602 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19603 charactes as is. Use indent-to to align characters.
19604
19605 * international/mule-cmds.el (find-multibyte-characters): Never
19606 exclude charsets eight-bit-control and eight-bit-graphic.
19607
19608 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19609
19610 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19611 Don't quote lambdas.
19612
19613 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19614
19615 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19616
19617 * gud.el (gud-jdb-directories): Doc fix.
19618
19619 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19620
19621 * newcomment.el: New file.
19622
19623 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19624
19625 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19626
19627 2000-05-18 Andreas Schwab <schwab@suse.de>
19628
19629 * dired.el (dired-between-files): Also skip lines beginning with
19630 `used'.
19631
19632 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19633
19634 * msb.el (msb-menu-cond): Add choice `user'.
19635
19636 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19637
19638 * ps-print.el: Compatibility, customization and doc fix.
19639 (ps-printer-name-option): Replace defconst by defvar.
19640 (ps-postscript-code-directory): XEmacs compatibility.
19641 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19642 fix.
19643 (ps-user-defined-prologue, ps-print-prologue-header)
19644 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19645 compatibility and code fix.
19646 (ps-print-background-image, ps-print-background-text):
19647 Customization fix.
19648 (ps-line-number-start, ps-n-up-on): New vars.
19649
19650 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19651
19652 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19653 the indent-comment function to just return the appropriate indent.
19654
19655 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19656
19657 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19658 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19659 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19660
19661 2000-05-18 Dave Love <fx@gnu.org>
19662
19663 * info.el (Info-fontify-node): Add intangible property as well as
19664 invisible.
19665
19666 * calendar/appt.el (appt-make-list): Match all lines of entry.
19667 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19668
19669 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19670
19671 * international/mule-diag.el (describe-char-after): Call
19672 internal-char-font, not char-font. If internal-char-font returns
19673 nil, display "-- none --".
19674
19675 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19676
19677 * image.el (image-type-available-p): Don't reference image-types
19678 if it isn't bound.
19679
19680 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19681
19682 * autoarg.el (autoarg-mode): Typo in the :set argument.
19683
19684 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19685
19686 * startup.el (command-line-1): Don't signal an error if the
19687 directory for auto-save-list files does not yet exist.
19688
19689 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19690
19691 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19692
19693 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19694
19695 * subr.el (remove-hook): `setq' hook-value, not `set'.
19696
19697 2000-05-16 Sam Steingold <sds@gnu.org>
19698
19699 * info.el (debug-ignored-errors): More errors to ignore.
19700
19701 2000-05-16 Dave Love <fx@gnu.org>
19702
19703 * cus-edit.el: Don't require cl or easymenu.
19704 (custom-variable-prompt): Test standard-value property, not
19705 user-variable-p.
19706
19707 2000-05-16 Sam Steingold <sds@gnu.org>
19708
19709 * subr.el (add-hook): `setq' hook-value, not `set'.
19710
19711 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19712
19713 * startup.el (command-line-1): Mention the FAQ in the startup
19714 message.
19715
19716 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19717
19718 * progmodes/compile.el (compilation-parse-errors): Collect
19719 `nomessage' regexps last.
19720
19721 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19722
19723 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19724 to the function name.
19725
19726 2000-05-15 Dave Love <fx@gnu.org>
19727
19728 * speedbar.el (speedbar-recenter): Typo.
19729 (speedbar-expand-line): Make arg optional.
19730 (speedbar-mode): Avoid a compiler warning.
19731
19732 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19733
19734 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19735 user-specified option string is empty.
19736
19737 * mouse.el (mouse-yank-at-click): Doc fix.
19738
19739 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19740
19741 * term/internal.el (IT-character-translations): More updates of
19742 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19743 documents.
19744
19745 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19746
19747 * env.el (getenv): New function, interactively callable.
19748 (setenv, getenv): Remove autoload cookies.
19749
19750 * loadup.el: Load `env'.
19751
19752 * progmodes/f90.el: Change author's mail address.
19753
19754 2000-05-14 Dave Love <fx@gnu.org>
19755
19756 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19757 goto-addr as an option.
19758
19759 * help.el (help-xref-stack): Doc fix.
19760 (help-xref-following): New variable.
19761 (help-make-xrefs): Use it.
19762 (help-xref-go-back): Use position information from stack element.
19763 (help-follow): Make position in stack element a pair. Use
19764 help-xref-following.
19765
19766 * autoarg.el: New file.
19767
19768 * faces.el: Declare more functions obsolete.
19769
19770 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19771 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19772 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19773 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19774 Remove all the setup-...-environment functions.
19775
19776 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19777
19778 * speedbar.el: Updated the commentary section. xemacs20p now uses
19779 >= when detecting. Require `defimage' safely.
19780 (speedbar-easymenu-definition-base): Add toggle for images.
19781 (speedbar-easymenu-definition-special): Add flush cache & expand.
19782 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19783 (speedbar-reconfigure-keymaps-hook): New variable.
19784 (speedbar-frame-parameters): Updated documentation.
19785 (speedbar-use-imenu-flag): Updated custom tag
19786 (speedbar-dynamic-tags-function-list): New variable.
19787 (speedbar-tag-hierarchy-method): Updated doc & custom.
19788 (speedbar-indentation-width, speedbar-indentation-width) New
19789 variables.
19790 (speedbar-hide-button-brackets-flag): Customizable.
19791 (speedbar-vc-indicator): Doc update.
19792 (speedbar-ignored-path-expressions): Updated default value.
19793 (speedbar-supported-extension-expressions): Updated default value.
19794 (speedbar-syntax-table): Remove {} paren status.
19795 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19796 as "+". Added overlay aliases.
19797 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19798 `force-mode-line-update'.
19799 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19800 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19801 `mouse-set-point'
19802 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19803 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19804 of arbitrary text, and new helper functions.
19805 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19806 filename finder.
19807 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19808 (speedbar-directory-buttons): Update path search/expansion.
19809 (speedbar-make-tag-line): Pay attention to
19810 `speedbar-indentation-width'. Use more care w/ invisible
19811 properties.
19812 (speedbar-change-expand-button-char): Call
19813 `speedbar-insert-image-button-maybe'.
19814 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19815 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19816 (speedbar-trim-words-tag-hierarchy)
19817 (speedbar-simple-group-tag-hierarchy): New functions
19818 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19819 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19820 functions.
19821 (speedbar-mouse-set-point): New function
19822 (speedbar-power-click): Updated documentation.
19823 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19824 of tag prefix text.
19825 (speedbar-expand-line, speedbar-contract-line): Make more robust
19826 to strange text.
19827 (speedbar-expand-line): Takes universal argument to flush the
19828 cache.
19829 (speedbar-flush-expand-line): New function.
19830 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19831 Use new generator insertion method.
19832 (speedbar-fetch-dynamic-tags): New function.
19833 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19834 `speedbar-fetch-dynamic-imenu'.
19835 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19836 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19837 "Revert Buffer" menu items.
19838 (speedbar-buffer-buttons-engine): Be smarter when creating a
19839 filename tag (for expansion purposes.).
19840 (speedbar-highlight-one-tag-line,
19841 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19842 (speedbar-recenter): New functions.
19843 (defimage-speedbar): Image loading abstraction.
19844 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19845 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19846 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19847 (speedbar-tag-type, speedbar-tag-mail): New images.
19848 (speedbar-expand-image-button-alist): New variable.
19849 (speedbar-insert-image-button-maybe): Insert an image over some
19850 buttons.
19851
19852 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19853
19854 * international/mule-cmds.el (encode-coding-char): An ASCII
19855 character is always encodable.
19856
19857 * international/mule-conf.el: Add more information in descriptions
19858 of character sets.
19859
19860 * international/mule-diag.el (describe-char-after): New function.
19861 (describe-font-internal): Adjusted for the change of font-info.
19862 (describe-font): Likewise.
19863 (print-fontset): Rewritten for the new fontset implementation.
19864 (describe-fontset): Include fontset alias names in completion.
19865 (list-fontsets): Adjusted for the change of print-fontset.
19866
19867 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19868 describe-char-after instead of displaying the detail in the echo
19869 area.
19870 (syntax-code-table): Format changed.
19871 (string-to-syntax): Adjusted for the above change.
19872
19873 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19874
19875 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19876
19877 2000-05-12 Dave Love <fx@gnu.org>
19878
19879 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19880 dependence. Use line-{beginning,end}-position, not
19881 point-at{b,e}ol. Some doc fixes.
19882 (todo-position): New function. Fix callers of position to use it.
19883 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19884
19885 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19886
19887 * time.el (display-time-mail-icon): Use `:ascent center'.
19888
19889 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19890 handling FTP security extensions.
19891
19892 2000-05-11 Dave Love <fx@gnu.org>
19893
19894 * calendar/todo-mode.el: New file.
19895
19896 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19897
19898 * comint.el (comint-read-input-ring): Move reference to
19899 comint-input-ring-size outside of the save-excursion. It was
19900 causing the default value to be the only one ever seen.
19901
19902 * font-lock.el: Update copyright. Remove Simon Marshall's email
19903 address on request from him.
19904
19905 * subr.el (substitute-key-definition): Add comment describing
19906 the meaning of PREFIX.
19907
19908 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19909
19910 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19911
19912 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19913 (add-minor-mode): Don't make the variable buffer-local and add a
19914 reference to define-minor-mode in the docstring.
19915
19916 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19917 HEADER/FOOTER and fix bug with trailing empty directory.
19918 (cvs-append-to-ignore): Use vc-editable-p if available.
19919 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19920 (vc-do-command): Tweak advice to handle the new VC.
19921
19922 * log-view.el (log-view-goto-rev): New function for the new VC.
19923 (log-view-minor-wrap): Use mark-active.
19924
19925 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19926 (log-edit-changelog-full-paragraphs): New var.
19927 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19928 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19929 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19930 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19931 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19932 Replace the `cvs' prefix with `log-edit'.
19933
19934 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19935
19936 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19937 (diff-font-lock-defaults): Explicitly turn off multiline.
19938 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19939 (diff-ediff-patch): Fix call to ediff-patch-file.
19940 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19941 Handle comments.
19942
19943 * frame.el (automatic-hscrolling): Typo.
19944
19945 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19946
19947 2000-05-09 Sam Steingold <sds@goems.com>
19948
19949 * apropos.el (apropos-print): use `describe-face' instead of
19950 `customize-face-other-window'.
19951
19952 2000-05-09 Dave Love <fx@gnu.org>
19953
19954 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19955
19956 * help.el (describe-variable): Have customize button pop the
19957 help-xref stack when invoked.
19958 (help-xref-symbol-regexp): Add `face'.
19959 (help-make-xrefs): Check for quoted face names and adapt regexp
19960 submatch numbers to cope.
19961 (help-xref-interned): Maybe insert face doc too. Separate
19962 sections with a line of hyphens.
19963
19964 * faces.el: Some doc fixes. Declare some functions obsolete.
19965 (describe-face): Add customize button. Return the help
19966 text. Fix prompt.
19967
19968 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19969
19970 * term/internal.el (IT-character-translations): Fix last change.
19971
19972 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19973
19974 * woman.el: New file
19975 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19976
19977 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19978
19979 * term/internal.el (IT-character-translations): Update ASCII
19980 simulations for greek-iso8859-7, add latin-iso8859-14 and
19981 latin-iso8859-15.
19982
19983 * international/mule-cmds.el (set-language-info-alist): Call
19984 define-prefix-command with 3 arguments, to make the map suitable
19985 for a menu.
19986
19987 2000-05-07 Dave Love <fx@gnu.org>
19988
19989 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19990
19991 2000-05-05 Dave Love <fx@gnu.org>
19992
19993 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19994 list in doc string. Don't quote keyword symbols.
19995 * emacs-lisp/cl.el: Likewise
19996 * emacs-lisp/cl-seq.el: Likewise
19997
19998 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19999
20000 * abbrev.el (abbrev-mode): Make ARG optional.
20001
20002 2000-05-04 Gerd Moellmann <gerd@gnu.org>
20003
20004 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20005
20006 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20007
20008 * subr.el (substitute-key-definition): Clarify documentation.
20009
20010 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
20011
20012 * glasses.el (glasses-convert-to-unreadable): Use
20013 `glasses-separator' instead of the hard-wired "_".
20014 (glasses-mode): Call `glasses-make-unreadable' only in a single
20015 place.
20016
20017 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20018
20019 * term/internal.el (cjk-codepages-alist): Add associations for
20020 Chinese and Korean codepages. Remove FIXME comment.
20021
20022 2000-05-03 Dave Love <fx@gnu.org>
20023
20024 * time.el (display-time-mail-face, display-time-use-mail-icon):
20025 New option.
20026 (display-time-mail-icon): New variable.
20027 (display-time-string-forms): Use the above. Fix the local-map.
20028
20029 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20030
20031 * replace.el (query-replace-map): Add binding for `E'.
20032 (query-replace-help): Extend help text.
20033 (perform-replace): Allow editing the replacement string.
20034
20035 * make-mode.el (makefile-mode-abbrev-table): New variable.
20036 (makefile-mode): Set local abbrev table to
20037 makefile-mode-abbrev-table.
20038 (makefile-font-lock-keywords): Fontify includes and conditionals.
20039
20040 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20041 set TOGGLE's value.
20042
20043 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20044 mail-interactive-insert-alias.
20045 (mail-abbrev-complete-alias): New command.
20046 (mail-mode-map): Bind it to `M-TAB'.
20047
20048 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20049
20050 * language/lao-util.el (lao-compose-region): New function.
20051
20052 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20053
20054 * files.el (recover-session): Make directories as necessary
20055 if they don't exist yet.
20056
20057 * calendar/cal-french.el
20058 (french-calendar-multibyte-special-days-array)
20059 (french-calendar-special-days-array): Change French text.
20060 (calendar-french-date-string): Change output.
20061 (calendar-goto-french-date): Likewise.
20062
20063 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20064
20065 * wid-edit.el (widget-default-active): Obey `:always-active'.
20066 (widget-documentation-string-value-create): Set `:always-active'.
20067
20068 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20069
20070 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20071 default prefix to `~/_emacs.d/auto-save.list/_s'.
20072 (normal-top-level): Create the directory for auto-save files, if
20073 it doesn't already exist (in the ms-dos case only).
20074
20075 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20076
20077 * international/mule-cmds.el (set-language-environment): Don't
20078 concat an integer (dos-codepage), use format instead.
20079
20080 2000-05-02 Dave Love <fx@gnu.org>
20081
20082 * help.el (help-xref-on-pp): Check for constant symbols.
20083
20084 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20085
20086 * startup.el (normal-top-level): Put a condition-case around
20087 the code loading subdirs.el.
20088
20089 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20090
20091 * ps-print.el: Upside-down and face background color printing,
20092 line number step, doc fix.
20093 (ps-print-version): New version number (5.2).
20094 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20095 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20096 (ps-spool-config): Var fix.
20097 (ps-printer-name-option): Const fix.
20098 (ps-print-upside-down, ps-use-face-background)
20099 (ps-line-number-step): New vars.
20100 (ps-window-system, ps-lp-system): New consts.
20101 (ps-face-background): New fun.
20102
20103 2000-04-28 Richard Stallman <rms@gnu.org>
20104
20105 * files.el (make-auto-save-file-name):
20106 Apply auto-save-file-name-transforms to visited file name
20107 before generating auto save file name.
20108 (auto-save-file-name-transforms): New variable.
20109
20110 * files.el (backup-enable-predicate):
20111 Correctly test for a file under a temporary directory.
20112
20113 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20114
20115 * subr.el (add-minor-mode): Rewritten.
20116
20117 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20118
20119 * mail/sendmail.el (sendmail-send-it): Set
20120 buffer-file-coding-system to the selected coding system for MIME
20121 header.
20122
20123 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20124
20125 * dired.el (dired-move-to-filename-regexp): Allow format where
20126 YYYY is followed by two spaces.
20127
20128 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20129 in the second character class of the regexp.
20130
20131 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20132 mh-etc, too.
20133
20134 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20135 nil.
20136
20137 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20138
20139 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20140 argument.
20141
20142 2000-04-27 Sen Nagata <sen@eccosys.com>
20143
20144 * emacs-lisp/crm.el (crm-completion-table): New variable.
20145 (crm-collection-fn, crm-test-completion)
20146 (completing-read-multiple): Use it.
20147
20148 2000-04-27 Dave Love <fx@gnu.org>
20149
20150 * help.el (locate-library): Use mapc.
20151 (help-manyarg-func-alist): Add call-process-region.
20152
20153 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20154
20155 * subr.el (add-minor-mode): Make argument MAP optional.
20156
20157 * desktop.el (desktop-save): Save list of minor modes.
20158 (desktop-create-buffer): Restore minor modes.
20159 (desktop-minor-mode-table): New user-option.
20160
20161 * subr.el (add-minor-mode): New function.
20162
20163 * image.el (find-image): New function.
20164 (defimage): Rewritten to find image at load time.
20165
20166 * startup.el (normal-top-level-add-to-load-path): Handle
20167 case that the default directory is not in load-path.
20168
20169 * help.el: Old patch from Stefan Monnier.
20170 (help-xref-on-pp): New function.
20171 (describe-variable): Use it to display xrefs in a symbol's value.
20172
20173 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20174
20175 * cus-edit.el (custom-face): Fix parenthesis.
20176
20177 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20178
20179 * mail/rmail.el (rmail-expunge): When there are no deleted
20180 messages, do nothing.
20181
20182 2000-04-26 Dave Love <fx@gnu.org>
20183
20184 * international/mule-cmds.el (locale-translation-file-name):
20185 Defvar to nil.
20186 (set-locale-environment): Set it here (at runtime).
20187
20188 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20189
20190 * replace.el (perform-replace): Add parameters START and END. Use
20191 them instead of the check for a region in Transient Mark mode.
20192 (query-replace-read-args): Return two more list elements for the
20193 start and end of the region in Transient Mark mode.
20194 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20195 (map-query-replace-regexp, replace-string, replace-regexp): Add
20196 optional last arguments START and END and pass them to
20197 perform-replace.
20198
20199 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20200 form with additional arguments for perform-replace.
20201
20202 * progmodes/etags.el (tags-query-replace): Add parameters START
20203 and END. Construct a form with additional arguments for
20204 perform-replace.
20205
20206 * simple.el (shell-command): Set default directory for "*Shell
20207 Command Output" buffer.
20208
20209 * language/european.el (iso-latin-4): Fix typo.
20210
20211 * emacs-lisp/crm.el: New file.
20212
20213 2000-04-24 Dave Love <fx@gnu.org>
20214
20215 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20216 (Custom-reset-saved, Custom-reset-standard)
20217 (custom-group-value-create, custom-group-set, custom-group-save)
20218 (custom-group-reset-current, custom-group-reset-saved)
20219 (custom-group-reset-standard): Use mapc.
20220 (custom-buffer-create-internal): Disable undo when creating items.
20221 Use mapc.
20222 (custom-face): Avoid redundant lambda.
20223
20224 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20225
20226 * startup.el (auto-save-list-file-prefix): Set default to
20227 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20228
20229 2000-04-24 Sam Steingold <sds@gnu.org>
20230
20231 * time-stamp.el (time-stamp-string-preprocess): Always convert
20232 `field-result' to a string.
20233
20234 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20235
20236 * frame.el (scrolling): New group.
20237 (automatic-hscrolling): New user-option.
20238
20239 * startup.el (command-line-x-option-alist): Add `-lsp' and
20240 `--line-spacing'.
20241
20242 2000-04-19 Dave Love <fx@gnu.org>
20243
20244 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20245 (cl-mapc): Rename from mapc. Fix the funcall.
20246
20247 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20248
20249 * simple.el (clone-indirect-buffer-other-window): New command.
20250 (clone-indirect-buffer): Add optional arg NORECROD.
20251 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20252
20253 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20254
20255 * window.el (count-screen-lines): New function.
20256 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20257 instead of window-buffer-height.
20258
20259 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20260 non-existing variable comint-input-sentinel.
20261 (inferior-lisp-args-to-list): Removed.
20262 (inferior-lisp): Use split-string instead of
20263 inferior-lisp-args-to-list.
20264
20265 * hexl.el (hexl-insert-hex-string): New command.
20266
20267 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20268 instead of concat.
20269
20270 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20271
20272 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20273 at the start of an existing but empty folder.
20274
20275 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20276
20277 * ps-mule.el: Customization fix, doc fix.
20278 (ps-multibyte-buffer): Customization fix.
20279
20280 2000-04-17 Richard M. Stallman <rms@gnu.org>
20281
20282 * subr.el (read-passwd): Use read-char-exclusive.
20283
20284 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20285
20286 * textmodes/texinfo.el (texinfo-insert-@email)
20287 (texinfo-insert-@emph, texinfo-insert-@quotation)
20288 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20289 (texinfo-mode-map): Add key bindings for them.
20290
20291 * files.el (basic-save-buffer-2): Use a template with `$'
20292 instead of `#' for VMS.
20293
20294 * simple.el (clone-indirect-buffer): New function.
20295
20296 2000-04-16 Stephen Eglen <stephen@gnu.org>
20297
20298 * iswitchb.el (iswitchb-case): New function. If the user input
20299 contains any upper-case characters, the search is made
20300 case-sensitive.
20301
20302 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20303
20304 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20305 comment-end.
20306 (texinfo-font-lock-syntactic-keywords): New var.
20307 (texinfo-font-lock-keywords): Remove comment regexp.
20308 (texinfo-insert-block): New function.
20309 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20310 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20311 and font-lock-defaults. Use regexp-opt for outline-regexp.
20312 (texinfo-environments): New var.
20313 (texinfo-environment-regexp): Use regexp-opt and
20314 texinfo-environments.
20315
20316 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20317 ispell-process is bound since this might be eval'd before ispell
20318 is loaded.
20319 (ispell-message): Use a tiny bit less magic and a bit more hard
20320 data to figure out what kind of sc-cite-regexp to use.
20321
20322 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20323
20324 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20325 (insert-cyclic-diary-entry): Unquote the lambda.
20326
20327 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20328
20329 * files.el (backup-enable-predicate): Unquote the lambda.
20330
20331 * cus-edit.el (custom-face, face): Unquote the lambda.
20332
20333 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20334
20335 * ps-print.el: Check for line-beginning-position definition.
20336
20337 * ps-print.el: Fix counting lines in a region.
20338 (ps-print-version): New version number (5.1.5).
20339 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20340 (ps-printing-region): Fun code fix.
20341
20342 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20343
20344 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20345 to file-directory-p.
20346
20347 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20348
20349 * gud.el (gud-jdb-build-source-files-list): Check that directory
20350 exists before calling directory-files.
20351
20352 2000-04-13 Dave Love <fx@gnu.org>
20353
20354 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20355 syntax.
20356
20357 * emacs-lisp/cl-specs.el: Remove when, unless.
20358
20359 * emacs-lisp/cl-extra.el: Don't quote keywords.
20360 (cl-old-mapc): New variable.
20361 (mapc): Use it.
20362 (cl-map-intervals): Use with-current-buffer. Don't check for
20363 next-property-change.
20364 (cl-map-overlays): Use with-current-buffer.
20365 (cl-expt): Remove.
20366 (copy-tree, remprop): Define unconditionally.
20367
20368 * emacs-lisp/cl-compat.el (keywordp): Remove.
20369
20370 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20371 to use keywordp.
20372 (edebug-spec): Enable keywordp.
20373
20374 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20375 string-lessp.
20376
20377 * cus-start.el: Use keywordp.
20378
20379 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20380
20381 * diary-lib.el (include-other-diary-files): Fix the fix of
20382 2000-02-18 by doing a save-excursion.
20383
20384 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20385
20386 * ps-print.el: Customization fix, doc fix.
20387 (ps-print-version): New version number (5.1.4).
20388 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20389 (ps-print-preprint): Adjust code.
20390 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20391 (ps-print-prologue-header, ps-print-control-characters)
20392 (ps-spool-config): Customization fix.
20393
20394 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20395
20396 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20397 converted to the new menu-item format, names silightly changed,
20398 help strings added.
20399
20400 Support for spelling without async subprocesses:
20401
20402 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20403 (ispell-session-buffer): New variables.
20404 (ispell-start-process, ispell-process-status,
20405 ispell-accept-output, ispell-send-string): New functions, for
20406 Ispell invocation when async subprocesses aren't supported.
20407 (ispell-word, ispell-pdict-save, ispell-command-loop,
20408 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20409 to process-send-string with calls to ispell-send-string, and
20410 accept-process-output with ispell-accept-output.
20411 (ispell-init-process): Call ispell-process-status instead of
20412 process-status with.
20413 (ispell-init-process): Call ispell-start-process. Call
20414 ispell-accept-output and ispell-send-string. Don't call
20415 process-kill-without-query and kill-process if they are unbound.
20416 (ispell-async-processp): New function.
20417
20418 2000-04-12 Dave Love <fx@gnu.org>
20419
20420 * info.el: Add debug-ignored-errors.
20421 (Info-mode-menu): Add some items.
20422 (Info-directory): Add autoload cookie.
20423
20424 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20425 Modify `truncate-lines'. Make `describe-language-environment'
20426 always visible and add help. Modify `describe-key' help. Invoke
20427 Info-directory from `info'. New entry `emacs-manual'.
20428
20429 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20430
20431 * progmodes/ebrowse.el (ebrowse-tree-mode):
20432 Use propertized-buffer-identification.
20433 (ebrowse-update-member-buffer-mode-line): Likewise.
20434 (ebrowse--mode-strings): Removed.
20435 (ebrowse--mode-line-props): Removed.
20436
20437 * files.el (auto-mode-alist): Add `EBROWSE'.
20438
20439 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20440 space before testing for end of buffer.
20441 (ebrowse-load): Removed.
20442 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20443 (ebrowse-create-tree-buffer): Rewritten.
20444 (ebrowse-tree-mode): Read tree from buffer.
20445
20446 * progmodes/ebrowse-ffh.el: Removed.
20447
20448 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20449
20450 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20451
20452 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20453
20454 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20455 at the wrong place.
20456
20457 2000-04-09 Dave Love <fx@gnu.org>
20458
20459 * files.el (backup-enable-predicate):
20460 Use temporary-file-directory, small-temporary-file-directory.
20461 (make-backup-file-name-function, backup-directory-alist): New vars.
20462 (make-backup-file-name-1): New function.
20463 (make-backup-file-name): Use it.
20464 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20465 (file-newest-backup): Use make-backup-file-name.
20466
20467 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20468
20469 * progmodes/ebrowse-ffh.el: New file.
20470
20471 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20472 Moved to ebrowse-ffh.el.
20473 (ebrowse-load): Add autoload.
20474
20475 * finder.el (finder-commentary): Add autoload cookie.
20476
20477 * mail/rfc2368.el: Correct author's email address.
20478
20479 * progmodes/ebrowse.el: New file.
20480
20481 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20482 item help string.
20483 (easy-menu-do-add-item): Ditto.
20484 (easy-menu-define): Extend doc string.
20485
20486 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20487 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20488 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20489 with-buffer-unmodified.
20490
20491 2000-04-08 Dave Love <fx@gnu.org>
20492
20493 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20494 unless, when.
20495
20496 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20497
20498 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20499 (viper-flash-search-pattern): No operation when using Emacs
20500 doesn't support face.
20501 Use `viper-put-on-search-overlay'.
20502
20503 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20504
20505 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20506 like C-r.
20507
20508 * progmodes/make-mode.el: Some doc fixes.
20509 (makefile-mode-abbrev-table): New variable.
20510 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20511 (makefile-font-lock-keywords): Fontify includes and conditionals.
20512 (toplevel): Require `dabbrev' and `add-log' when compiling.
20513
20514 * replace.el (perform-replace): Don't move forward one char
20515 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20516 to do that because it leaves point 1 position after the last
20517 replacement, after everything has been replaced.
20518
20519 * jit-lock.el (with-buffer-unmodified): New macro.
20520 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20521 modified state.
20522 (jit-lock-function-1): Extracted from jit-lock-function; not
20523 preserving buffer's modified state.
20524 (jit-lock-function, jit-lock-stealth-fontify):
20525 Call jit-lock-function-1.
20526
20527 * mail/rfc2368.el: Remove supernumerary copyright line.
20528
20529 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20530
20531 * glasses.el: Provide facilities for inserting space before left
20532 parentheses and uncapitalization of identifiers.
20533 (glasses-mode): Try to remove old overlays in all cases.
20534
20535 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20536
20537 * progmodes/compile.el (compile-internal): Display the compilation
20538 buffer in a different frame, if it's already displayed there.
20539
20540 * mail/rfc2368.el: New file.
20541
20542 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20543 header and insert its value as mail body.
20544
20545 * subr.el (member-ignore-case): New function.
20546
20547 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20548 (dabbrev--find-expansion): Ignore buffers matching a regexp
20549 from dabbrev-ignored-regexps.
20550
20551 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20552 to extensions handled by gzip.
20553
20554 2000-04-03 Richard M. Stallman <rms@gnu.org>
20555
20556 * files.el (insert-directory): List the total free space
20557 along with the used space.
20558
20559 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20560 line is followed by one that matches CITATION-REGEXP, end the
20561 paragraph.
20562
20563 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20564
20565 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20566 (rmail-make-basic-summary-line): Use that option.
20567
20568 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20569
20570 * international/mule-cmds.el (encoded-string-description):
20571 Rewritten. Try pretty description for ISO 2022 escape sequences
20572 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20573 for hexadecimal format.
20574
20575 2000-04-01 Dave Love <fx@gnu.org>
20576
20577 * cpp.el: Change customization group to `c' from `C'.
20578
20579 * vcursor.el (vcursor-move): Use display-color-p.
20580
20581 * international/mule-util.el: Provide mule-utils.
20582 (string-to-sequence): Simplify and speed up.
20583
20584 * international/mule.el (make-coding-system): Purecopy doc-string.
20585
20586 * international/mule-cmds.el: Various menu changes.
20587 (describe-specified-language-support): Handle `Default'.
20588 (set-language-info): Purecopy `info'.
20589
20590 2000-03-31 Andrew Innes <andrewi@gnu.org>
20591
20592 * vc.el (vc-backend-diff): Return the correct status if we had to
20593 retry the rcsdiff command without the --brief option.
20594
20595 2000-03-31 Dave Love <fx@gnu.org>
20596
20597 * help.el (help-manyarg-func-alist): Correct several omissions.
20598
20599 * add-log.el: Don't require cl, fortran.
20600 (add-log-current-defun-function): Doc fix.
20601 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20602 (change-log-version-rcs): Function deleted.
20603 (change-log-version-number-search): Doc fix.
20604 Use vc-workfile-version. Avoid CL dolist.
20605 (add-change-log-entry): Just call add-log-current-defun to get
20606 defun. Simplify somewhat.
20607 (change-log-get-method-definition-1): Likewise.
20608 (add-log-current-defun): Return nil if calling
20609 add-log-current-defun-function does so. Move Fortran stuff to
20610 fortran.el. Return string without properties.
20611
20612 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20613 and :alpha: char classes.
20614
20615 * mail/supercite.el: Defvar curline when compiling.
20616 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20617 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20618 rather than a-zA-Z0-9 to allow non-ASCII characters.
20619
20620 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20621
20622 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20623
20624 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20625 Re-enable new code.
20626
20627 * lpr.el (print-region-1): Use -d to specify printer name for
20628 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20629
20630 2000-03-31 Dave Love <fx@gnu.org>
20631
20632 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20633 Look for function definition in symbol's function value slot first
20634 instead of first consulting byte-compile-function-environment.
20635
20636 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20637
20638 * language/european.el ("Polish"): New language environment.
20639 (setup-polish-environment): New function.
20640
20641 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20642
20643 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20644 Disable new code.
20645
20646 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20647 trying to `load' the symbol of an autoload instead of the file
20648 recorded in the autoload. Fix error messages.
20649
20650 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20651
20652 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20653 (ps-print-version): New version number (5.1.3).
20654 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20655 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20656 (ps-generate-postscript-with-faces): Code fix.
20657 (ps-color-values): XEmacs compatibility.
20658 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20659 (ps-default-fg, ps-default-bg): Adjust customization.
20660 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20661 (ps-color-scale): Renaming old ps-color-value fun.
20662 (ps-print-headers): Replace ps-print-header group to avoid conflict
20663 with ps-print-header variable.
20664 (ps-print-miscellany): New group.
20665 (ps-format-color, ps-rgb-color): New funs.
20666 (ps-default-foreground): New var.
20667 (ps-printer-name-option): New const.
20668
20669 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20670
20671 * net/net-utils.el:
20672 (network-connection-host, network-connection-service): New variables
20673 (network-connection-mode): New mode, derived from comint-mode
20674 (network-connection-mode-setup): New function, saves host and
20675 service information in local variables.
20676
20677 * lisp/locate.el:
20678 (locate-word-at-point): Added this function
20679 (locate): Default to using locate-word-at-point as input
20680 Run dired-mode-hook
20681
20682 2000-03-29 Dave Love <fx@gnu.org>
20683
20684 * calendar/appt.el: Doc fixes.
20685 (appt-check): Convert min-to-app to a string before passing to
20686 appt-disp-window-function or concat.
20687 (appt-delete-window): Remove test for frame-root-window.
20688 (appt-select-lowest-window, appt-convert-time): Simplify.
20689
20690 * emacs-lisp/bytecomp.el: Doc fixes.
20691 (byte-compile-file-form-autoload):
20692 Update byte-compile-function-environment.
20693
20694 2000-03-29 Andreas Schwab <schwab@suse.de>
20695
20696 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20697
20698 * dired.el (dired-insert-directory): If dired-free-space-program
20699 failed just delete its output.
20700
20701 2000-03-29 Dave Love <fx@gnu.org>
20702
20703 * international/iso-cvt.el: Move provide to end. Doc fixes.
20704 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20705 (iso-iso2sgml, iso-sgml2iso): New functions.
20706 (iso-cvt-define-menu): Fix some entries and use backquote for
20707 clarity.
20708
20709 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20710
20711 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20712
20713 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20714 ISO-DATE. If non-nil, return date in ISO 8601 format.
20715
20716 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20717
20718 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20719 if it ever becomes used.
20720 (log-edit-mode-hook): Default to vc-log-mode-hook.
20721 (log-edit-mode): Fix the docstring.
20722
20723 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20724 the code.
20725
20726 2000-03-26 Dave Love <fx@gnu.org>
20727
20728 * net/browse-url.el (browse-url): Re-fix case of
20729 browse-url-browser-function being an alist.
20730 (browse-url): Add :link to defgroup.
20731
20732 * files.el: Doc fixes.
20733 (file-truename): Include `[' in wildcard characters.
20734 (automount-dir-prefix): Customize.
20735 (find-file-wildcards): Add :version.
20736 (find-file-noselect): Simplify a mapcar call.
20737
20738 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20739 compatible with inf-lisp version.
20740 (eval-defun-1): Fix custom-declare-variable case.
20741
20742 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20743
20744 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20745
20746 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20747
20748 * Makefile (COMPILE_FIRST): New macro.
20749 (compile-files): Compile files from COMPILE_FIRST first.
20750
20751 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20752
20753 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20754 matching open parenthesis in column 0 to defun-prompt-regexp
20755 only if open-paren-in-column-0-is-defun-start is set.
20756
20757 * sun-curs.el: Require CL at compile-time only.
20758
20759 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20760 instead of copy-list which is a function from CL.
20761 (msb--choose-menu, msb--mode-menu-cond)
20762 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20763 (msb--init-file-alist): Use mapcar instead of mapcan.
20764 (msb--aggregate-alist): Use mapcar instead of mapcan.
20765 Fix `(' in column 0 in doc string.
20766 (msb--add-separators): Use mapcar instead of mapcan.
20767
20768 * cus-dep.el: Require CL at compile-time only.
20769
20770 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20771
20772 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20773 (byte-compile-warnings): New warning `noruntime'.
20774 (byte-compile-constants, byte-compile-variables): Fix docstring.
20775 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20776 execute `eval-whenc-compile's body.
20777 (byte-compile-unresolved-functions): Fix docstring.
20778 (byte-compile-eval): New function.
20779 (byte-compile-callargs-warn): Check if the function will be available
20780 at runtime (via property `byte-compile-noruntime').
20781 (byte-compile-print-syms): New function.
20782 (byte-compile-warn-about-unresolved-functions): Also warn about
20783 `noruntime' functions (and use `byte-compile-print-syms').
20784 (byte-compile-file): Capitalize the message.
20785
20786 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20787
20788 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20789 (rmail-expunge): Ask for confirmation depending on the setting
20790 of rmail-confirm-expunge.
20791
20792 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20793
20794 * Makefile (bootstrap-clean): If $(emacs) exists, build
20795 loaddefs.el first. A loaddefs.el that's not up-to-date might
20796 cause a bootstrap failure because things don't autoload as expected.
20797
20798 2000-03-23 Dave Love <fx@gnu.org>
20799
20800 * net/browse-url.el: Restore previous use of
20801 browse-url-maybe-new-window.
20802
20803 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20804
20805 * ps-print.el: Skip banner page fix.
20806 (ps-print-version): New version number (5.1.2).
20807 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20808
20809 2000-03-23 Dave Pearson <davep@davep.org>
20810
20811 * net/quickurl.el Changed the type of parameter passed to the
20812 function defined by `quickurl-format-function'. Before only the
20813 text of the URL was passed. Now the whole URL structure is passed
20814 and the function is responsible for extracting the parts it requires.
20815 Changed the default of `quickurl-format-function' accordingly.
20816 (quickurl-insert): Changed the `funcall' of
20817 `quickurl-format-function' to match the above change.
20818 (quickurl-list-insert): Changed the `url' case so that it makes
20819 use of `quickurl-format-function', previous to this the format was
20820 hard wired.
20821
20822 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20823
20824 * startup.el: Change some spellings for the X Window System.
20825
20826 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20827
20828 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20829 Clean up the code and the regexp and make sure the cursor is
20830 temporarily moved to the suspicious line while querying the user.
20831
20832 2000-03-22 Jason Rumney <jasonr@gnu.org>
20833
20834 * w32-fns.el (w32-charset-info-alist): Initialize.
20835
20836 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20837
20838 * ps-print.el: N-up last page fix.
20839 (ps-print-version): New version number (5.1.1).
20840 (ps-end-file, ps-end-job, ps-generate): Code fix.
20841
20842 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20843
20844 * files.el (find-file-run-dired): Update docstring.
20845 (find-directory-functions): New hook.
20846 (find-file-noselect): Run find-directory-functions rather than
20847 calling dired directly.
20848
20849 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20850
20851 * pcvs.el: Add a minimal leading commentary.
20852 (cvs-make-cvs-buffer): Change the header part by removing the startup
20853 message and adding a `Module' entry. Also replace the FOOTER and
20854 HEADER special fileinfos with the new support in ewoc for updating
20855 its own footer and header.
20856 (cvs-update-header): Update to use the header/footer of the ewoc.
20857 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20858 (cvs-is-within-p): New function.
20859 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20860 to only examine some subset of the buffers.
20861
20862 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20863 `format' instead of our own ad-hoc functions.
20864 Remove HEADER and FOOTER cases, now handled in the EWOC.
20865 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20866
20867 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20868 output to avoid scaring the user.
20869 (cvs-parse-table): Catch message for non-up-to-date commits.
20870
20871 * pcvs-defs.el (cvs-startup-message): Remove.
20872 (cvs-global-menu): New autoloaded menu.
20873
20874 * pcvs-util.el (cvs-string-fill): Remove.
20875
20876 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20877 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20878 PP part of it and also make it work for footers and headers.
20879 (ewoc-create): Drop POS and BUFFER arguments.
20880 Use the DLL's dummy node to store the end-of-footer position.
20881 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20882 (ewoc-refresh): Remove unused `header' variable.
20883 (ewoc-(get|set)-hf): New functions.
20884
20885 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20886 log-view-*-(message|file) and use easy-mmode-define-navigation.
20887 (log-view-message-re): Match SCCS format as well.
20888 And match the revision line rather than the dashed separator line.
20889 (log-view-mode): Use the new define-derived-mode.
20890 (log-view-current-tag): Fill in with an actual implementation.
20891
20892 * cvs-status.el (cvs-status-(prev|next)): Rename from
20893 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20894 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20895 to let the output "breathe" a little more (more readable).
20896 (cvs-status-mode): Use the new define-derived-mode.
20897
20898 * smerge-mode.el (smerge-auto-leave): New function and variable.
20899 (smerge-basic-map): Rename from smerge-basic-keymap.
20900 Change the bindings for smerge-diff-*.
20901 (smerge-*-map): Use easy-mmode-defmap.
20902 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20903 (smerge-keep-*): Use smerge-auto-leave.
20904
20905 2000-03-21 Jason Rumney <jasonr@gnu.org>
20906
20907 * cus-edit.el (custom-button-face): Use 3D look for w32.
20908 (custom-button-pressed-face): Likewise.
20909
20910 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20911
20912 * progmodes/etags.el (tags-case-fold-search): New user-option.
20913 (tags-loop-eval): New function. Bind case-fold-search around eval
20914 depending on the value of tags-case-fold-search.
20915 (tags-loop-continue): Use tags-loop-eval.
20916 (find-tag-in-order): Bind case-fold-search depending on the value
20917 of tags-case-fold-search.
20918
20919 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20920
20921 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20922 (diff-end-of-hunk): Return the end position for use in
20923 `easy-mmode-define-navigation'.
20924 (diff-recenter): Remove.
20925 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20926 of `easy-mmode-define-navigation'.
20927 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20928 previous renaming) and fix to use new names.
20929 (diff-merge-strings): Use \n as separator: simpler, faster.
20930 (diff-mode): Use `define-derived-mode'.
20931
20932 * derived.el (define-derived-mode): Don't autoload anymore.
20933 Prefer the macro-only version provided by easy-mmode.el.
20934
20935 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20936 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20937 (easy-mmode-define-navigation): New macro.
20938
20939 * subr.el (combine-run-hooks): New function.
20940
20941 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20942
20943 * term/x-win.el: Fontsets related initialization is simplified.
20944
20945 * international/mule-diag.el (describe-font): Don't refer to
20946 global-fontset-alist, instead call font-list.
20947 (describe-fontset, list-fontsets, mule-diag): Likewise.
20948 (print-fontset): Adjusted for the change of fontset implementation.
20949
20950 * international/fontset.el (x-charset-registries): Variable removed,
20951 instead the corresponding data is stored in the default fontset.
20952 (register-alternate-fontnames): Function removed.
20953 (resolved-ascii-font): Variable removed.
20954 (x-compose-font-name): Ignore the second argument REDOCE.
20955 (x-complement-fontset-spec): Complement only an ASCII font and
20956 element for those charsets than can use that ASCII font.
20957 (generate-fontset-menu): Don't refer to global-fontset-alist,
20958 instead call fontset-list.
20959 (uninstantiated-fontset-alist): Variable removed.
20960 (x-style-funcs-alist): Likewise.
20961 (fontset-default-styles): Likewise.
20962 (x-modify-font-name): Function removed.
20963 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20964 (create-fontset-from-ascii-font): Docsting adjusted for the above
20965 change.
20966 (instantiate-fontset, resolve-fontset-name): Functions removed.
20967 (fontset-list): Now implemented by C code.
20968
20969 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20970 (describe-face): Include `font' attribute in the description.
20971
20972 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20973
20974 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20975
20976 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20977
20978 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20979 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20980 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20981
20982 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20983 about behavior of set-buffer-modified-p wrt redisplay.
20984
20985 2000-03-19 Richard M. Stallman <rms@gnu.org>
20986
20987 * view.el (view-mode-disable): Kill local binding of view-read-only.
20988
20989 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20990
20991 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20992 is a string, convert it to a syntax cell using string-to-syntax.
20993
20994 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20995 (string-to-syntax): New function.
20996
20997 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20998 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20999 try to use passive ftp mode.
21000
21001 2000-03-17 Gerd Moellmann <gerd@gnu.org>
21002
21003 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21004
21005 * simple.el (append-to-buffer): Update point of windows after
21006 insertion.
21007
21008 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21009 forward then moving backward. Reindent.
21010
21011 * frame.el (other-frame): Call x-focus-frame only if
21012 focus-follows-mouse is off.
21013
21014 2000-03-17 Dave Love <fx@gnu.org>
21015
21016 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
21017
21018 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21019
21020 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21021 regexp for labels cannot span several lines.
21022
21023 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21024 `(setq :<key> ':<key>)' to the macro expansion.
21025
21026 2000-03-16 Dave Love <fx@gnu.org>
21027
21028 * progmodes/f90.el (f90): Put custom group under `languages', not
21029 `fortran'.
21030 (f90-mode-hook): Customize.
21031 (f90-mode): Set add-log-current-defun-function.
21032 (f90-current-defun): New function.
21033
21034 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21035
21036 * cus-edit.el (custom-variable-tag-face): Handle case that
21037 default face's height is not a number.
21038 (custom-face-tag-face, custom-group-tag-face-1)
21039 (custom-group-tag-face): Ditto.
21040 (custom-group-tag-face-1): Add :group.
21041
21042 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21043
21044 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21045
21046 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21047 requiring easymenu.
21048
21049 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21050
21051 * ps-print.el: PostScript user-defined prologue, PostScript error
21052 handler, doc fix.
21053 (ps-print-version): New version number (5.1).
21054 (ps-user-defined-prologue, ps-error-handler-message)
21055 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21056 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21057 (ps-insert-string): New function.
21058
21059 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21060
21061 * international/ccl.el (ccl-compile-expression): Don't generate
21062 invalid self-assignment code.
21063
21064 2000-03-14 Dave Love <fx@gnu.org>
21065
21066 * subr.el (replace-regexp-in-string): Renamed from
21067 replace-regexps-in-string. Doc fix.
21068
21069 2000-03-12 Dave Love <fx@gnu.org>
21070
21071 * cus-edit.el: Doc fixes.
21072 (customize-set-variable, customize-save-variable): Rename args for doc.
21073 (custom-variable-tag-face, custom-face-tag-face)
21074 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21075 style which user identify as hyperlink.
21076 (hook): Don't add undefined functions to the hook.
21077 (debug-ignored-errors): Transfer message from bindings.el.
21078
21079 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21080
21081 * recentf.el (recentf-keep-non-readable-files-p):
21082 Remove double/nested definition.
21083
21084 2000-03-12 Dave Love <fx@gnu.org>
21085
21086 * facemenu.el (facemenu-get-face): Use display-color-p.
21087 * enriched.el (enriched-decode-foreground): Likewise.
21088 (enriched-decode-background): Likewise.
21089 * isearch.el (isearch-highlight): Likewise.
21090 * info-look.el (info-lookup): Likewise.
21091 * simple.el (completion-setup-function): Likewise.
21092
21093 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21094 :options.
21095
21096 * bindings.el (mode-line-format): Fix line-number and
21097 column-number items. Add help-echo for the background.
21098 (mode-line-mule-info): Modify help-echo.
21099
21100 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21101
21102 * files.el (load-file): Allow completion to .elc.
21103
21104 * man.el: Doc fixes.
21105 (Man-init-defvars): Use display-color-p to set fontification.
21106
21107 * play/hanoi.el (hanoi-internal): Don't use oddp.
21108
21109 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21110
21111 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21112
21113 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21114
21115 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21116
21117 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21118 Fix comment.
21119
21120 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21121
21122 * font-lock.el (font-lock-keywords): Fix the doc now that
21123 regexp-opt-depth is unnecessary.
21124 (save-buffer-state): Set an edebug spec.
21125 (font-lock-fontify-anchored-keywords): Properly handle the case when
21126 the matcher goes past the limit.
21127
21128 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21129 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21130
21131 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21132 dll.el and cookie.el (from Elib) with heavy renaming and other
21133 massaging.
21134
21135 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21136 Autoload the functions used.
21137 (easy-mmode-define-syntax): Fix CL typo.
21138 (easy-mmode-define-derived-mode): Improve the docstring generation.
21139
21140 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21141
21142 * textmodes/texinfo.el (texinfo-version): Variable and function
21143 removed.
21144
21145 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21146
21147 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21148 allow more flexibility.
21149 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21150 (easy-mmode-defmap, easy-mmode-defsyntax)
21151 (easy-mmode-define-derived-mode): New macros.
21152
21153 2000-03-09 Didier Verna <didier@xemacs.org>
21154
21155 * rect.el (replace-rectangle): New function.
21156
21157 2000-03-09 Dave Love <fx@gnu.org>
21158
21159 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21160 (fortran-comment-line-start-skip): Don't match cpp stuff.
21161 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21162 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21163 (fortran-mode): Don't set fortran-comment-line-start-skip,
21164 fortran-comment-line-start here. Set comment-start,
21165 add-log-current-defun.
21166 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21167 (fortran-current-defun): New function.
21168
21169 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21170
21171 * emacs-lisp/re-builder.el: New file.
21172
21173 * mouse.el (mouse-drag-region): Don't run up-event handler
21174 if hscroll has changed.
21175
21176 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21177 builtin operators, use `font-lock-builtin-face' for Emacs and
21178 `font-lock-preprocessor-face' otherwise.
21179
21180 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21181 `(defun (setf foo)' differently.
21182
21183 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21184
21185 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21186 (regexp-opt): Update comment and adapt the code the new meaning of
21187 the `paren' argument of regex-opt-group for shy-groups.
21188 (regexp-opt-depth): Handle shy groups as well as backslashed
21189 backslashes.
21190 (regexp-opt-group): Turn the leading comment into a docstring.
21191 Allow `paren' to be a string (the string to use to open a group).
21192 Remove open-presuf and close-presuf. Instead of checking for `all
21193 one-char' and then later on check for `several one-char', handle
21194 both cases close together. Also apply a more generic algorithm
21195 for suffixes (the mirror image of the algorithm used for
21196 prefixes). Use shy-groups. Use nreverse rather than reverse.
21197 (regexp-opt-try-suffix): Removed.
21198
21199 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21200 from comint-mode-map, so we can just inherit from it. Also, move
21201 the initialization into the `defvar' since there's no docstring
21202 anyway and it's fairly short.
21203 (inferior-scheme-mode): Define it as derived-mode: the code is
21204 shorter and this way we inherit from comint-mode-map rather than
21205 copying it.
21206
21207 * subr.el (replace-regexps-in-string): Properly handle the case
21208 where we match an empty string.
21209
21210 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21211 when the command has a directory component (such as "./testml").
21212 Also fix a typo in the comment.
21213
21214 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21215
21216 * Makefile (compile-files): Compile files one by one because
21217 that's the only way to ensure a clean compilation environment for
21218 each individual file.
21219
21220 * frame.el (other-frame): Call x-focus-frame.
21221
21222 2000-03-07 Dave Love <fx@gnu.org>
21223
21224 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21225 :require to defcustom.
21226
21227 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21228
21229 * files.el (auto-mode-alist): Add configure.in.
21230
21231 * progmodes/autoconf.el: New file.
21232
21233 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21234
21235 * mail/mh-e.el: Change maintainer to `none'.
21236
21237 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21238 to remove-hook and add-hook.
21239
21240 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21241
21242 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21243 it as the default.
21244 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21245 (sendmail-send-it): Conditionally add MIME headers specifying the
21246 used character set.
21247
21248 2000-03-07 Dave Love <fx@gnu.org>
21249
21250 * winner.el: Fix keywords, autoload cookies.
21251 Split eval-when-compile form to avoid compilation failure.
21252
21253 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21254
21255 * international/mule.el: Modify comment about coding system
21256 property `coding-category'.
21257 (make-coding-system): New argument EOL-TYPE. Pay attention to
21258 coding-category property of PROPERTIES.
21259
21260 * international/mule-conf.el (coding-category-utf-8)
21261 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21262 categories. Include them in the argument for set-coding-priority.
21263
21264 * international/mule-cmds.el (reset-language-environment):
21265 Include coding-category-utf-8, coding-category-utf-16-be, and
21266 coding-category-utf-16-le in the argument for set-coding-priority.
21267 (reset-language-environment): Initialize coding-category-utf-8,
21268 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21269
21270 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21271
21272 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21273 code abstracted out of `bookmark-jump-noselect'. Now tries info
21274 extensions as well as compression extensions.
21275 (bookmark-jump-noselect): Use above new func.
21276
21277 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21278
21279 * strokes.el: Change maintainer's mail address.
21280
21281 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21282
21283 * international/mule-diag.el (list-character-sets): Make help-echo
21284 string by substitute-command-keys.
21285 (list-character-sets): Likewise.
21286 (sort-listed-character-sets): Call help-setup-xref.
21287
21288 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21289
21290 * time.el (display-time-mail-file): Add `none' to the list of choices.
21291
21292 2000-03-01 Dave Love <fx@gnu.org>
21293
21294 * help.el (help-xref-go-back): Don't try to set position.
21295
21296 * international/mule-diag.el (list-character-sets):
21297 Call help-setup-xref. Add help-echo to xrefs.
21298 (list-character-sets-1): Add help-echo to xrefs.
21299
21300 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21301
21302 * frame.el (blink-cursor-mode): Switch cursor on when turning
21303 the mode off.
21304
21305 * add-log.el (add-log-current-defun): Add support for
21306 Autoconf mode.
21307
21308 * mail/rmail.el (rmail-quit-hook): New variable.
21309
21310 2000-03-01 Dave Love <fx@gnu.org>
21311
21312 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21313
21314 * help.el (help-xref-button): Add help-echo arg.
21315 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21316
21317 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21318
21319 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21320
21321 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21322
21323 * image.el (defimage): Look for image files in load-path.
21324
21325 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21326
21327 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21328
21329 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21330
21331 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21332
21333 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21334 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21335 action to select/unselect a file.
21336 (recentf-edit-list): Code cleanup and improvement.
21337 (recentf-open-more-files-action): `recentf-open-more-files' button
21338 widget action to open a file.
21339 (recentf-open-more-files): No more use standard completion but widgets.
21340 (recentf-more-collection): Deleted.
21341 (recentf-more-history): Deleted.
21342 (recentf-setup-more-completion): Deleted.
21343
21344 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21345
21346 * recentf.el (recentf-mode): No more needs that Emacs is running
21347 under a window-system.
21348
21349 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21350
21351 * recentf.el (recentf-edit-list): New command to edit the recent
21352 list which allow the user to remove files.
21353 (recentf-edit-selected-items): New global variable, used by
21354 `recentf-edit-list' to hold the list of files to be removed from
21355 the recent list.
21356 (recentf-make-menu-items): Updated to display a "Edit list..."
21357 menu item. Minor code cleanup.
21358
21359 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21360
21361 * recentf.el (recentf-open-more-files): New command to open files
21362 that are not displayed in the menu.
21363 (recentf-more-collection): New global variable holding the set of
21364 permissible completions used by `recentf-open-more-files'.
21365 (recentf-more-history): New global variable holding the history list
21366 used by `recentf-open-more-files' completion.
21367 (recentf-setup-more-completion): New function to setup completion for
21368 `recentf-open-more-files'.
21369 (recentf-make-menu-items): Updated to display a "More..." menu item.
21370
21371 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21372
21373 * recentf.el (recentf-menu-action): Doc fixed.
21374
21375 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21376
21377 * recentf.el (recentf-menu-filter): Doc updated.
21378 (recentf-update-menu-hook): Allow menu filters to force menu update.
21379 (recentf-make-menu-items): New menu filter handling.
21380 (recentf-make-menu-item): New helper function.
21381 (recentf-menu-elements): New menu handling function.
21382 (recentf-sort-ascending): Updated to new menu filter handling.
21383 (recentf-sort-descending): Updated to new menu filter handling.
21384 (recentf-sort-basenames-ascending): New menu filter function.
21385 (recentf-sort-basenames-descending): New menu filter function.
21386 (recentf-show-basenames): New menu filter function.
21387 (recentf-show-basenames-ascending): New menu filter function.
21388 (recentf-show-basenames-descending): New menu filter function.
21389
21390 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21391
21392 * diary-lib.el (list-diary-entries): Don't try to go forward at
21393 the end of the buffer.
21394
21395 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21396
21397 * international/mule-diag.el (list-character-sets):
21398 Completely rewritten.
21399 (sort-listed-character-sets): New function.
21400 (list-character-sets-1): Completely rewritten.
21401 (list-character-sets-2): New function.
21402 (non-iso-charset-alist): New variable.
21403 (decode-codepage-char): New function.
21404 (charset-history): New variable.
21405 (read-charset) (list-block-of-chars)
21406 (list-iso-charset-chars)
21407 (list-non-iso-charset-chars)
21408 (list-charset-chars): New functions.
21409 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21410 (dump-charsets): Likewise.
21411
21412 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21413
21414 * dired-x.el (dired-filename-at-point): Add `@' to valid
21415 file name characters.
21416 (dired-filename-at-point): Handle ange-ftp file names.
21417
21418 * frame.el (frame-notice-user-settings): Use assq-delete-all
21419 instead of assoc-delete-all.
21420 (frame-notice-user-settings): Ditto.
21421
21422 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21423 Don't copy alist.
21424
21425 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21426
21427 * calculator.el (calculator-use-menu): New option.
21428 (calculator-initial-bindings): Changed some bindings to work as macros.
21429 (calculator-forced-input): Removed.
21430 (calculator-restart-other-mode): New variable.
21431 (calculator-mode-map): Set up menu.
21432
21433 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21434
21435 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21436
21437 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21438
21439 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21440 translate all ESC key sequences.
21441 (viper-goto-mark-subr): Restore markers for files for which
21442 they were saved.
21443 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21444 * viper-util.el (viper-set-replace-overlay-glyphs)
21445 (viper-set-replace-overlay): Always check if the replacement
21446 overlay is live.
21447 * viper.el (viper-vi-state-mode-list): Add major modes.
21448 * ediff-wind.el: Minor comment changes.
21449 * ediff.el: Copyright notice date fix.
21450
21451 2000-02-27 Jason Rumney <jasonr@gnu.org>
21452
21453 * faces.el (face-font-family-alternatives): Add arial to helv.
21454 (mode-line, header-line, tool-bar): Same default as x for w32.
21455 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21456 face-font-family-alternatives from working.
21457 * term/w32-win.el (mouse-set-font): Do not build fontset from
21458 chosen font.
21459
21460 2000-02-25 Sam Steingold <sds@goems.com>
21461
21462 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21463 properly.
21464
21465 2000-02-25 Richard M. Stallman <rms@gnu.org>
21466
21467 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21468
21469 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21470
21471 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21472
21473 * frame.el (busy-cursor-delay-seconds): New option.
21474
21475 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21476
21477 * frame.el (show-cursor-in-non-selected-windows): New option.
21478
21479 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21480
21481 * diary-lib.el (include-other-diary-files): Undo the selective
21482 display in any included file and don't kill it.
21483
21484 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21485
21486 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21487 Menu items converted to (menu-item format, help strings added.
21488 [downcase, upcase]: Don't enable on MS-DOS.
21489 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21490 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21491
21492 2000-02-23 Dave Love <fx@gnu.org>
21493
21494 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21495 (backward-kill-word): Revert addition of * to interactive spec --
21496 it's a feature.
21497
21498 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21499 (backward-kill-sentence, kill-sentence): Likewise.
21500
21501 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21502 scratch buffer name.
21503 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21504
21505 * term/w32-win.el (internal-face-interactive): Update prompt for
21506 new read-face-name.
21507
21508 * mail/footnote.el (footnote): Add :version to defgroup.
21509 (footnote-section-tag-regexp): Customize.
21510 (footnote-start-tag, footnote-end-tag): New option.
21511 (footnote-latin-regexp): New variable.
21512 (Footnote-latin): New function.
21513 (footnote-style-alist): Add element for latin style.
21514 (footnote-style): Moved.
21515 (Footnote-goto-footnote): Use eq to test arg.
21516
21517 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21518
21519 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21520 (byte-compile-trueconstp): Include keywords.
21521 (byte-optimize-quote, byte-optimize-lapcode):
21522 Use byte-compile-const-symbol-p.
21523 (byte-optimize-char-before): New optimization.
21524
21525 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21526 (byte-compile-const-symbol-p): New function.
21527 (byte-compile-constp, byte-compile-out-toplevel)
21528 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21529 Use it.
21530
21531 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21532
21533 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21534
21535 * international/encoded-kb.el: Be sure to update minor-mode-alist
21536 and minor-mode-map-alist.
21537 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21538 codes SS2 and SS3 correctly.
21539 (encoded-kbd-self-insert-ccl): New function.
21540 (encoded-kbd-setup-keymap): New function.
21541 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21542 by calling encoded-kbd-setup-keymap.
21543
21544 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21545 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21546
21547 2000-02-22 Dave Love <fx@gnu.org>
21548
21549 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21550 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21551 (lisp-mode-syntax-table): Set up for #|...|# comments.
21552 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21553 classes. Match `defface'.
21554 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21555 (eval-defun-1): Fix for defcustom.
21556 (lisp-indent-region): Doc fix.
21557
21558 * subr.el (when, unless, split-string): Doc fix.
21559 (read-passwd): Move call of clear-this-command-keys to the right place.
21560 (replace-regexps-in-string): New function.
21561
21562 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21563
21564 * help.el (describe-variable): Set syntax table to
21565 emacs-lisp-mode-syntax-table when moving forward over the
21566 symbol's name.
21567
21568 2000-02-22 Dave Love <fx@gnu.org>
21569
21570 * xt-mouse.el: Doc fixes.
21571 (xterm-mouse-position-function): New function, replacing advice of
21572 mouse-position.
21573 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21574
21575 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21576
21577 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21578
21579 * format.el (format-annotate-single-property-change):
21580 Handle properties.with dotted-list values.
21581 (format-proper-list-p): New function.
21582
21583 * enriched.el (enriched-face-ans): Handle '(foreground-color
21584 . COLOR) and (background-color . COLOR).
21585
21586 2000-02-20 Dave Love <fx@gnu.org>
21587
21588 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21589 and assignments to it.
21590 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21591 current local map.
21592 (make-flyspell-overlay): Use it.
21593 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21594
21595 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21596 (lm-get-header-re): Defun, not defsubst.
21597 (lm-get-package-name): Defun, not defsubst. Simplify.
21598 (lm-version): Doc fix. Simplify.
21599 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21600 (lm-crack-address, lm-last-modified-date, lm-commentary)
21601 (lm-verify, lm-synopsis): Simplify.
21602 (lm-report-bug): Require emacsbug. Use compose-mail.
21603
21604 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21605
21606 * dired.el (dired-mode): Call propertized-buffer-identification
21607 to set mode-line-buffer-identification to something having
21608 the right text properties.
21609
21610 * bindings.el (propertized-buffer-identification): New function.
21611
21612 2000-02-20 Dave Love <fx@gnu.org>
21613
21614 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21615 check for t-mouse too.
21616
21617 * cus-start.el: Make echo-keystrokes `number'.
21618
21619 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21620
21621 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21622 Don't call ring-empty-p unless tags-location-ring is bound.
21623 From Noah Friedman <friedman@splode.com>.
21624
21625 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21626
21627 * progmodes/hideshow.el (hs-flag-region): No longer use
21628 `intangible' overlay property.
21629
21630 (hs-toggle-hiding): New command.
21631 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21632
21633 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21634 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21635 and deactivation.
21636
21637 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21638
21639 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21640
21641 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21642
21643 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21644
21645 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21646 of `*' to handle `(* ... *)' comments.
21647
21648 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21649
21650 * faces.el (list-faces-display): Use display-mouse-p instead of
21651 window-system.
21652
21653 * menu-bar.el (global-map): Menu-bar items converted to the new
21654 format (menu-item..., rearranged for better CUA compliance, and
21655 their names changed for better clarity. Help strings added.
21656
21657 * international/mule-cmds.el (mule-menu-keymap)
21658 (describe-language-environment-map, set-coding-system-map)
21659 (setup-language-environment-map): Convert to new (menu-item...
21660 form, add help strings. Change names of menu items for better clarity.
21661 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21662
21663 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21664
21665 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21666 within the code.
21667
21668 2000-02-16 Dave Love <fx@gnu.org>
21669
21670 * faces.el: Don't require custom. Add more specific :groups to
21671 various deffaces.
21672 (set-face-attribute): Purecopy args.
21673 (read-face-name): Default to name at point and use it in prompt.
21674 Remove colon from arg in all callers.
21675 (list-faces-display): Hyperlink to face descriptions and customize
21676 buffers.
21677
21678 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21679
21680 * wid-edit.el (widget-match-inline): An atom never matches a list.
21681
21682 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21683
21684 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21685 at ':' characters by call to split-string.
21686
21687 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21688
21689 * textmodes/bibtex.el: Added RCS version identification.
21690
21691 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21692
21693 * textmodes/bibtex.el: Some temporary comments removed.
21694 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21695 (bibtex-field-const): Allow capital letters.
21696 (bibtex-start-of-string): Deleted because unused.
21697
21698 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21699 use the term 'reference' to describe a bibtex entry as a whole.
21700 Further, reference keys are no longer called 'labels'.
21701 (bibtex-keys): Renamed to bibtex-reference-keys.
21702 (bibtex-reformat-previous-labels): Renamed to
21703 bibtex-reformat-previous-reference-keys.
21704 (bibtex-reference-type): Renamed to bibtex-entry-type.
21705 (bibtex-reference-head): Renamed to bibtex-entry-head.
21706 (bibtex-reference-maybe-empty-head): Renamed to
21707 bibtex-entry-maybe-empty-head.
21708 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21709 (bibtex-search-reference): Renamed to bibtex-search-entry.
21710 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21711 bibtex-enclosing-entry-maybe-empty-head.
21712 (bibtex-entry-field-alist, bibtex-entry-head)
21713 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21714 (bibtex-map-entries, bibtex-search-entry)
21715 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21716 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21717 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21718 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21719 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21720 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21721 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21722
21723 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21724
21725 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21726 comment.
21727 (bibtex-format-field-delimiters): New function, functionality
21728 extracted from bibtex-format-entry.
21729 (bibtex-autokey-get-yearfield-digits): New function, functionality
21730 extracted from bibtex-autokey-get-yearfield.
21731
21732 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21733 entries in order to avoid stack overflow in the regexp matcher if
21734 field contents become large.
21735 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21736 (bibtex-field-string-part-not-braced)
21737 (bibtex-field-string-part-no-inner-braces)
21738 (bibtex-field-string-part-1-inner-brace)
21739 (bibtex-field-string-part-2-inner-braces)
21740 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21741 (bibtex-field-string-quoted, bibtex-field-string)
21742 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21743 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21744 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21745 Deleted as parsing is now performed by the following functions.
21746 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21747 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21748 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21749 (bibtex-parse-association, bibtex-field-name-for-parsing)
21750 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21751 (bibtex-search-forward-field, bibtex-search-backward-field)
21752 (bibtex-start-of-field, bibtex-end-of-field)
21753 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21754 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21755 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21756 (bibtex-parse-string, bibtex-search-forward-string)
21757 (bibtex-search-backward-string, bibtex-start-of-string)
21758 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21759 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21760 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21761 entries. Instead of reporting the results of the parsing by
21762 match-beginning or match-end, these functions return data structures
21763 that hold the corresponding positions.
21764 (bibtex-enclosing-field): Changed to also report field boundaries by
21765 return values rather than by match-beginning or match-end.
21766 The following functions have been adapted to use the new
21767 parsing functions.
21768 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21769 (bibtex-enclosing-field, bibtex-format-entry)
21770 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21771 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21772 (bibtex-print-help-message, bibtex-end-of-entry)
21773 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21774 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21775 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21776 Use the new method for parsing.
21777 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21778 (bibtex-map-entries, bibtex-flash-head)
21779 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21780 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21781 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21782 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21783 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21784 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21785 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21786 order to make the new binding of case-fold-search immediately visible.
21787
21788 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21789
21790 * textmodes/bibtex.el: Copyright notice is up to date.
21791 Added constant 'bibtex-maintainer-salutation.
21792
21793 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21794 than make-temp-name, use match-string-no-properties and eliminate
21795 a quadratic behavior when building bibtex-strings.
21796
21797 * bibtex.el (bibtex-reference-key): Accept string entries whose
21798 reference key contains upper case letters.
21799
21800 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21801
21802 * bibtex.el (bibtex-reference-head): Allow entries to start with
21803 a new line.
21804
21805 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21806
21807 * bibtex.el: Hiding of entry bodies is not longer provided by
21808 bibtex.el directly. Instead the hideshow package can be used.
21809 Added a special bibtex entry to hs-special-modes-alist.
21810 (bibtex-hs-forward-sexp): Added for hideshow.el.
21811
21812 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21813
21814 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21815 proceedings entry type (for cross referencing). Thanks to Wagner
21816 Toledo Correa for the suggestion.
21817
21818 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21819
21820 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21821
21822 * international/characters.el: Setup case table for Vietnamese.
21823
21824 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21825
21826 * uniquify.el (toplevel): Require CL at compile time.
21827 (uniquify-push): Removed.
21828
21829 * shadowfile.el (shadow-when): Removed.
21830
21831 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21832 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21833
21834 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21835 regexp for paragraph-start.
21836
21837 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21838 commas as well.
21839
21840 2000-02-10 Dave Love <fx@gnu.org>
21841
21842 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21843 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21844 Deleted.
21845 (widget-specify-field, widget-specify-button): Don't use
21846 widget-mouse-help as help-echo property.
21847 (default): Use #'ignore for :validate and :mouse-down-action.
21848 (checkbox): Add help-echo.
21849 (widget-sexp-validate): Rewritten to clarify error messages.
21850 (character): Use char-valid-p in :match function.
21851 (widget-color-complete): Use facemenu-color-alist.
21852 (widget-color-action): Use facemenu-read-color.
21853
21854 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21855 set up `caar' &c that we now have.
21856
21857 2000-02-09 Ray Blaak <blaak@gnu.org>
21858
21859 * delphi.el: Make resourcestring a declaration region, like const
21860 and var.
21861
21862 2000-02-09 Dave Love <fx@gnu.org>
21863
21864 * bindings.el (mode-line-input-method-map): New variable.
21865 (mode-line-mule-info): Use it; fix last change.
21866 (mode-line-mode-menu): Move definition.
21867 (mode-line-mouse-sensitive-p): Deleted.
21868 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21869 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21870
21871 * startup.el (command-line-1): Don't call
21872 make-mode-line-mouse-sensitive.
21873
21874 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21875
21876 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21877 before rmail-toggle-header, because the former toggles headers.
21878
21879 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21880
21881 * diff-mode.el (diff-kill-junk): New interactive function.
21882 (diff-reverse-direction): Use delete-and-extract-region.
21883 (diff-post-command-hook): Restrict the area so that the hook also works
21884 outside of any diff hunk. This is necessary for the minor-mode.
21885 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21886 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21887
21888 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21889 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21890 so that it can be used more easily in <foo>-mode-hook. Also make sure
21891 to avoid duplicate entries.
21892 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21893 (font-lock-remove-keywords): Just as was done for `add', allow it to
21894 work even if font-lock-mode is nil. Also make sure we don't modify
21895 any pre-existing list by forcing a copy-sequence. Finally rename
21896 `major-mode' to `mode'.
21897 (font-lock-fontify-syntactic-anchored-keywords)
21898 (font-lock-fontify-anchored-keywords)
21899 (font-lock-fontify-keywords-region): Use line-end-position.
21900 Don't make `font-lock-multiline' local (it's now done in
21901 font-lock-set-defaults).
21902 (font-lock-set-defaults): Make `font-lock-multiline' local.
21903 Move the `font-lock-fontified' creation to inside the `unless'.
21904
21905 2000-02-06 Andrew Innes <andrewi@gnu.org>
21906
21907 * term/w32-win.el (x-handle-args): Comment out call to message,
21908 which occurs before window system is initialized.
21909
21910 * makefile.nt: Add support for recompiling lisp code.
21911
21912 2000-02-04 Dave Love <fx@gnu.org>
21913
21914 * bindings.el (mode-line-mule-info): Fix/extend last change.
21915
21916 * completion.el: Replace completion-dolist with dolist.
21917
21918 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21919
21920 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21921
21922 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21923 environment names before they go into the section regexp.
21924
21925 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21926 char class in regexp.
21927
21928 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21929 Bind `case-fold-search' to nil.
21930
21931 * progmodes/idlwave.el (idlwave-template):
21932 Respect `idlwave-abbrev-change-case'.
21933 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21934 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21935 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21936 (idlwave-rw-case): New function.
21937 (idlwave-statement-match): Fixed problem with assignment regexp.
21938 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21939 (idlwave-surround): New argument LENGTH to support padding of
21940 operators longer than 1 char.
21941
21942 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21943 idlwave-shell-expression-overlay. Implemented printing of
21944 expressions on higher levels of the calling stack.
21945 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21946 (idlwave-retrieve-expression-from-level): New function.
21947 (idlwave-shell-last-calling-stack): Variable removed.
21948 (idlwave-shell-reset): Argument action reversed (`visible' to
21949 `hidden'). Also remove stop-line overlay.
21950 (idlwave-shell-calling-stack-routine): New variable.
21951 (idlwave-shell-parse-stack-and-display): Messages now display
21952 negative level numbers.
21953 (idlwave-shell-mode): Set `modeline-format'.
21954 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21955 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21956 (idlwave-shell-print-expression-function): New option.
21957
21958 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21959 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21960 `tool-bar' instead of `toolbar'.
21961
21962 2000-02-02 Dave Love <fx@gnu.org>
21963
21964 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21965 emacs-lisp-mode-hook. Don't check for defalias being defined.
21966
21967 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21968 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21969 Use the new builtins directly.
21970
21971 * whitespace.el (whitespace): Add :version to defgroup.
21972
21973 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21974 Doc fix.
21975
21976 * thingatpt.el (sexp-at-point, symbol-at-point)
21977 (number-at-point, list-at-point): Add autoload cookie.
21978
21979 * recentf.el (recentf): Add :version to defgroup.
21980
21981 * quickurl.el (quickurl): Add :version to defgroup.
21982
21983 * elide-head.el (elide-head): Use point-marker more.
21984
21985 * bs.el (bs): Add :version to defgroup.
21986
21987 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21988
21989 * progmodes/delphi.el (delphi): Add :version to defgroup.
21990
21991 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21992
21993 * ange-ftp.el (ange-ftp-write-region): Handle case that
21994 succeeding process operation sets a different coding system.
21995
21996 * calculator.el: New file.
21997
21998 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21999
22000 * frame.el (frames-on-display-list, framep-on-display): New functions.
22001 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22002 (display-selections-p, display-screens, display-pixel-width)
22003 (display-pixel-height, display-mm-width, display-mm-height)
22004 (display-backing-store, display-save-under, display-planes)
22005 (display-color-cells, display-visual-class): New functions.
22006
22007 * term/tty-colors.el (tty-color-gray-shades): New function.
22008
22009 * faces.el (display-color-p): Use framep-on-display.
22010 (display-grayscale-p): New function.
22011
22012 2000-01-31 Dave Love <fx@gnu.org>
22013
22014 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22015 (create-fontset-from-x-resource): Don't concat integers.
22016
22017 2000-01-31 Inge Frick <inge@nada.kth.se>
22018
22019 * view.el: Some changes in documentation. Removed some trailing
22020 whitespace. Changed some parameter names to agree with documentation.
22021 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22022 window is not deleted. Modifies change 1998-04-26.
22023
22024 2000-01-31 Gerd Moellmann <gerd@gnu.org>
22025
22026 * windmove.el: New file.
22027
22028 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22029 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22030 progmodes/ebnf-yac.el: Update copyright and license info.
22031
22032 * jit-lock.el (jit-lock-function): Widen before calculating
22033 end position.
22034 (jit-lock-stealth-chunk-start): Rewritten.
22035
22036 * info.el (Info-title-face-alist): Removed.
22037 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22038 (Info-fontify-node): Use these faces.
22039
22040 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22041
22042 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22043 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22044 `&allow-other-keywords'.
22045
22046 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22047 the list of directories scanned heuristically.
22048
22049 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22050
22051 2000-01-30 Jason Rumney <jasonr@gnu.org>
22052
22053 * w32-fns.el: Define w32-tty-standard-colors.
22054
22055 * startup.el (command-line): Use w32-tty-standard-colors when in
22056 w32 console mode.
22057
22058 2000-01-30 Dave Love <fx@gnu.org>
22059
22060 * jka-compr.el (jka-compr-load): Fix up load-history.
22061
22062 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22063
22064 * emacs-lisp/cl-macs.el: Revert previous change.
22065
22066 2000-01-29 Dave Love <fx@gnu.org>
22067
22068 * facemenu.el: Purecopy various strings.
22069
22070 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22071 years. Deal with three-digit years.
22072
22073 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22074 Use defconst, purecopy.
22075 (help-back-label): Purecopy it.
22076
22077 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22078
22079 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22080 variable. If non-nil, order the buffer list according to the
22081 currently selected frame.
22082 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22083 non-nil, pass the selected frame to function buffer-list.
22084
22085 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22086
22087 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22088
22089 2000-01-28 Dave Love <fx@gnu.org>
22090
22091 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22092
22093 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22094 Don't use lisp-indent-hook property.
22095 (cl-abs): Remove.
22096
22097 * subr.el: Move out indent and edebug specs for when and unless.
22098
22099 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22100 when, unless.
22101
22102 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22103 unless, when.
22104
22105 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22106
22107 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22108 `collecting' as synonym for `collect'.
22109
22110 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22111 for the case it contains spaces.
22112
22113 * simple.el (what-cursor-position): Change formatting of messages.
22114
22115 * frame.el (delete-other-frames): New function.
22116 (toplevel): Bind it to C-x 5 1.
22117
22118 * sort.el (sort-numeric-base): New option.
22119 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22120 interpret it as octal or hexadecimal. Use sort-numeric-base
22121 as default base.
22122
22123 * progmodes/glasses.el: New file.
22124
22125 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22126
22127 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22128 userids differently.
22129
22130 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22131 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22132 progmodes/ebnf-yac.el: New files.
22133
22134 2000-01-26 Dave Love <fx@gnu.org>
22135
22136 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22137 on a function with an empty body. [From Eric Ludlam.]
22138
22139 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22140
22141 * vc.el (vc-version-diff): Make sure file name is expanded.
22142
22143 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22144
22145 * scroll-bar.el (scroll-bar-timer): Variable removed.
22146 (scroll-bar-toolkit-scroll): Don't use a timer.
22147
22148 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22149
22150 * language/thai-util.el (thai-composition-function):
22151 Delete superfluous `a'.
22152
22153 2000-01-24 Dave Love <fx@gnu.org>
22154
22155 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22156 end-of-defun-function.
22157
22158 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22159
22160 2000-01-22 Jason Rumney <jasonr@gnu.org>
22161
22162 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22163 conflicts with new face support.
22164
22165 2000-01-22 Richard M. Stallman <rms@gnu.org>
22166
22167 * replace.el (query-replace): Rename last arg to DELIMITED.
22168 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22169 (query-replace-regexp): Likewise.
22170
22171 2000-01-20 Richard M. Stallman <rms@gnu.org>
22172
22173 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22174
22175 * emacs-lisp/lisp.el (beginning-of-defun-function):
22176 Variable renamed from beginning-of-defun.
22177 Do not call make-variable-buffer-local.
22178 (beginning-of-defun-raw): Use new variable name; doc fix.
22179 (beginning-of-defun): Doc fix.
22180 (end-of-defun-function): Variable renamed from end-of-defun.
22181 Do not call make-variable-buffer-local.
22182 (end-of-defun): Use new variable name; doc fix.
22183
22184 * subr.el (dolist, dotimes): Copied from cl-macs.el
22185 and made to work.
22186
22187 * mail/undigest.el (rmail-digest-end-regexps):
22188 Variable replaces rmail-digest-end-regexp.
22189 Allows multiple regexps for detecting the end line.
22190 (undigestify-rmail-message): Corresponding changes.
22191
22192 2000-01-19 Dave Love <fx@gnu.org>
22193
22194 * files.el (user-init-file): Don't declare here -- is primitive.
22195
22196 * startup.el (command-line): Check for compiled user-init-file and
22197 set to uncompiled version if necessary.
22198
22199 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22200
22201 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22202 (undigestify-rmail-message): Use it.
22203
22204 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22205
22206 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22207
22208 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22209 of mini-buffer.
22210
22211 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22212
22213 * emacs-lisp/copyright.el (copyright-update): Removed the
22214 requirement for a trailing space from `copyright-regexp', to
22215 support copyrights with owner specified on a separate line..
22216
22217 * align.el: New file.
22218
22219 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22220
22221 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22222
22223 2000-01-13 Dave Love <fx@gnu.org>
22224
22225 * ph.el: Removed. (Obsoleted by EUDC.)
22226
22227 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22228
22229 * net/eudc.el (toplevel): Remove autoloaded code installing
22230 menu with easymenu, because that causes build problems.
22231
22232 * frame.el (frame-notice-user-settings): New variable.
22233 (frame-notice-user-settings): Don't modify frame parameters
22234 if called a second time.
22235
22236 2000-01-13 Richard M. Stallman <rms@gnu.org>
22237
22238 * frame.el (frame-notice-user-settings):
22239 Notice default-frame-parameters even for non-window frames.
22240
22241 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22242
22243 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22244 for Emacs.
22245 (eudc-bob-can-display-inline-images): Extend for Emacs.
22246 (eudc-bob-toggle-inline-display): Ditto.
22247 (eudc-bob-display-jpeg): Ditto.
22248
22249 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22250
22251 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22252 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22253 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22254
22255 * add-log.el (add-change-log-entry): Fix error trying an
22256 `(insert nil)'.
22257
22258 * subdirs.el: Add `net' directory.
22259
22260 * net: New directory.
22261
22262 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22263 eval-last-sexp. Don't bind debug-on-error here.
22264 (eval-last-sexp): New function. Bind debug-on-error if
22265 eval-expression-debug-on-error is non-nil.
22266 (eval-defun-2, eval-defun): Likewise.
22267
22268 * simple.el (eval-expression): Don't bind debug-on-error if
22269 eval-expression-debug-on-error is nil. Detect changed
22270 debug-on-error, and propagate new value to global binding, if
22271 eval-expression-debug-on-error is non-nil,
22272 (eval-expression-debug-on-error): Change doc string.
22273
22274 2000-01-11 Richard M. Stallman <rms@gnu.org>
22275
22276 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22277
22278 * emacs-lisp/lisp-mode.el (with-syntax-table):
22279 Set up lisp-indent-function property.
22280
22281 * subr.el (with-syntax-table): Moved from simple.el.
22282
22283 * simple.el (with-syntax-table): Moved to subr.el.
22284
22285 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22286
22287 * tmm.el (tmm-shortcut): Delete region after prompt instead
22288 of erasing buffer.
22289
22290 * textmodes/fill.el (fill-common-string-prefix): New function.
22291 (fill-context-prefix): Use the longest common prefix of first
22292 and second line fill prefix, if there is one.
22293
22294 2000-01-11 Richard M. Stallman <rms@gnu.org>
22295
22296 * array.el (array-mode): Don't use make-variable-buffer-local.
22297 Use make-local-variable for `truncate-lines'.
22298
22299 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22300
22301 * add-log.el (add-log-current-defun): Handle user-defined
22302 add-log-current-function returning nil,
22303
22304 * add-log.el (add-change-log-entry): Insert version number
22305 if having found a current function
22306
22307 * add-log.el (add-log-current-defun):
22308 Call `add-log-current-defun-function'. Try matches at level 0 and
22309 level 1. Strip whitespace from defun found.
22310
22311 2000-01-10 John Wiegley <johnw@gnu.org>
22312
22313 * allout.el (isearch-done/outline-provisions): Added `edit'
22314 argument to correspond with the current definition of `isearch-done'.
22315
22316 2000-01-10 Dave Love <fx@gnu.org>
22317
22318 * elide-head.el (elide-head): Use point-marker, not point.
22319
22320 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22321
22322 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22323 before and after the year 2000.
22324
22325 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22326 Add ispell- prefix.
22327
22328 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22329
22330 * ispell.el: Only define dictionaries in menus when they exist.
22331 (version18p): New variable.
22332 (version20p): New variable.
22333 (xemacsp): New variable.
22334 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22335 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22336 (ispell-dictionary-alist6): Russian command lines no longer accept
22337 run-together words.
22338 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22339 (ispell-dictionary-alist): Add koi8-r to customize definition.
22340 (check-ispell-version): Added documentation string. Return library
22341 path when called non-interactively.
22342 (ispell-menu-map-needed): Uses new variables.
22343 (ispell-library-path): New variable.
22344 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22345 (ispell-word): Improved documentation string. Test for valid
22346 character mappings. Correctly check typed in word changes that can
22347 result in single words split into multiple words.
22348 Return replacement word.
22349 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22350 replace in recursive query replace mode. Help message for
22351 recursive edit mode.
22352 (ispell-show-choices): Protect against bad framepop bindings.
22353 (ispell-help): Fix to work with XEmacs.
22354 (ispell-highlight-spelling-error): Use new variables.
22355 (ispell-overlay-window): Fix to work with XEmacs.
22356 (ispell-parse-output): Passed and returns location information
22357 tracking spelling corrections. Doesn't recheck same word on
22358 current line.
22359 (ispell-init-process): Protect against bogus XEmacs variable binding.
22360 Fix call to single argument in sleep-for. Use new variables.
22361 (ispell-region): Passed and returns location information tracking
22362 spelling corrections. Doesn't check same word on current line.
22363 Improved documentation string. Doesn't resend a line already
22364 checked to the ispell process - fixes bug in LaTeX parsing.
22365 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22366 (ispell-skip-region): No longer skips <TT> in SGML.
22367 (ispell-process-line): Tracks location information with spelling
22368 corrections. Added documentation string. Accounts for words
22369 already accepted on this line. Don't allow query-replace on line
22370 starting with math characters. Doesn't resend a line already sent
22371 to ispell process. Fixes alignment error bug.
22372
22373 2000-01-10 Richard M. Stallman <rms@gnu.org>
22374
22375 * dired-x.el (dired-guess-shell-alist-default):
22376 Suggest xloadimage, which is free, not xv, which isn't.
22377
22378 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22379 Don't ever include the host name or user name in the value.
22380
22381 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22382
22383 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22384 of a real newline.
22385
22386 2000-01-09 Stephen Eglen <stephen@gnu.org>
22387
22388 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22389 for .png files.
22390
22391 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22392
22393 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22394
22395 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22396
22397 * progmodes/cperl-mode.el: Replace ^F with ^L.
22398
22399 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22400 `require'ing rmail and mailalias to prevent infinite recursion.
22401
22402 2000-01-08 Dave Love <fx@gnu.org>
22403
22404 * emacs-lisp/backquote.el: Remove inappropriate customization
22405 (allowing custom.el to use backquote).
22406
22407 2000-01-07 Dave Love <fx@gnu.org>
22408
22409 * add-log.el (add-log-debugging): Deleted.
22410 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22411 file. Remove debugging code.
22412 (change-log-get-method-definition, change-log-name): Add doc.
22413 (change-log-sortable-date-at): New function.
22414 (change-log-merge): New command.
22415
22416 * time.el (display-time-string-forms): Make the Mail string active.
22417 (display-time-update): Provide help-echo for load average.
22418
22419 * bindings.el (make-mode-line-mouse2-map): New function.
22420 (mode-line-modified): Use it and simplify.
22421 (mode-line-mule-info): Provide help-echo info.
22422 (minor-mode-alist): Activate the strings.
22423 (make-mode-line-mouse-sensitive): Simplify for
22424 mode-line-buffer-identification.
22425
22426 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22427
22428 * play/pong.el: New file.
22429
22430 2000-01-06 Dave Love <fx@gnu.org>
22431
22432 * array.el: Assorted cleanups for compiler warnings, doc strings,
22433 `array-' prefix for symbols.
22434
22435 2000-01-05 Dave Love <fx@gnu.org>
22436
22437 * textmodes/outline.el (outline-mode-menu-bar-map):
22438 Add outline-headers-as-kill.
22439 (outline-mode): Define imenu-generic-expression.
22440 (outline-headers-as-kill): New command.
22441
22442 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22443 from paragraph-start.
22444 (paragraph-indent-minor-mode): New command.
22445
22446 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22447 M-C-e, M-C-h, C-j, C-xnd, TAB.
22448 (fortran-mode): Set beginning-of-defun, end-of-defun.
22449 (fortran-column-ruler): Simplify.
22450 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22451 (fortran-with-subprogram-narrowing): Likewise.
22452 (fortran-indent-subprogram): Call mark-defun.
22453 (fortran-check-for-matching-do): Change narrowing.
22454
22455 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22456 (cl-lucid-hash-tag): Delete.
22457 (cl-hash-table-p): Correct test for native table.
22458 (cl-hash-table-count): Use hash-table-count.
22459
22460 * browse-url.el (browse-url): Fix case of
22461 browse-url-browser-function being an alist.
22462
22463 2000-01-05 Carsten Dominik <cd@gnu.org>
22464
22465 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22466 (reftex-index-phrase-file-extension): New options.
22467
22468 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22469 Use new option `reftex-index-phrase-file-extension'.
22470
22471 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22472 `reftex-parse-file-extension'.
22473
22474 2000-01-05 Dave Love <fx@gnu.org>
22475
22476 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22477 (beginning-of-defun-raw): Use it.
22478 (end-of-defun): New variable.
22479 (end-of-defun): Use it.
22480 (check-parens): New command.
22481
22482 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22483
22484 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22485 (hs-show-block): Don't use `mapcar' when not accumulating.
22486
22487 Fix buglet in local variables initialization.
22488
22489 2000-01-05 Andreas Schwab <schwab@suse.de>
22490
22491 * hscroll.el (hscroll): Doc fix.
22492
22493 2000-01-05 Carsten Dominik <cd@gnu.org>
22494
22495 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22496 Require idlw-toolbar.
22497
22498 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22499 file idlw-rinfo.el.
22500 (idlwave-customize): Load must read file idlw-shell.el.
22501 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22502
22503 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22504
22505 * progmodes/idlw-shell.el: Also provide idlwave-shell
22506 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22507 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22508
22509 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22510 both reftex-dcr and reftex-vcr.
22511
22512 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22513
22514 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22515
22516 * ps-print.el: PostScript code now is in separate files, doc fix.
22517 (ps-print-version): New version number (5.0.3).
22518 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22519 local.
22520 (ps-spool-config): Initialization fix.
22521 (ps-print-prologue-1, ps-print-prologue-2)
22522 (ps-print-duplex-feature): PostScript code moved to separated file.
22523 (ps-background-image): Little code reformating.
22524 (ps-begin-file, ps-begin-job): Fix code.
22525 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22526 (ps-prologue-file): New fun.
22527
22528 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22529
22530 * ps-vars.el: Eliminated.
22531
22532 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22533 `;;;###autoload'.
22534
22535 * ps-print.el: ps-vars eliminated, doc fix.
22536 (ps-print-version): New version number (5.0.2).
22537 (ps-spool-config): Initialization fix.
22538 (ps-print-customize): New fun.
22539
22540 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22541
22542 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22543
22544 2000-01-04 Dave Love <fx@gnu.org>
22545
22546 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22547 menu items.
22548
22549 2000-01-03 Dave Love <fx@gnu.org>
22550
22551 * elide-head.el (elide-head) [defgroup]: Add :version.
22552
22553 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22554 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22555 Use `cl-hash-table-p', not `hash-table-p'.
22556 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22557
22558 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22559
22560 * faces.el (face-read-integer, read-face-attribute)
22561 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22562
22563 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22564
22565 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22566 at comment end, and re-insert them after filling.
22567
22568 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22569
22570 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22571 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22572 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22573
22574 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22575
22576 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22577 the new name of face-color-supported-p.
22578
22579 * term/w32-win.el (xw-defined-colors): Likewise.
22580
22581 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22582
22583 * simple.el (completion-setup-function): Count completion-size
22584 from minibuffer-prompt-end, not from point-min.
22585
22586 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22587
22588 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22589 Pass the frame to tty-color-* functions.
22590 (display-color-p, frame-set-background-mode): Pass the frame to
22591 tty-display-color-p.
22592
22593 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22594 tty-color-alist.
22595 (tty-color-alist, tty-modify-color-alist): New functions.
22596 (tty-color-define, tty-color-clear, tty-color-approximate)
22597 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22598 optional parameter FRAME.
22599
22600 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22601
22602 * image.el (create-image, defimage): Don't assume image data is
22603 a string.
22604
22605 * image.el (defimage): Handle specifications containing :data
22606 instead of :file.
22607 (image-type-from-data): New function.
22608 (image-type-from-file-header): Use it.
22609 (create-image): Add parameter DATA-P.
22610
22611 See ChangeLog.8 for earlier changes.
22612
22613 ;; Local Variables:
22614 ;; coding: iso-2022-7bit
22615 ;; End:
22616
22617 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22618 Copying and distribution of this file, with or without modification,
22619 are permitted provided the copyright notice and this notice are preserved.