]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(calendar-mode): Remove make-local-hook.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
4
5 * icomplete.el (icomplete-minibuffer-setup): Likewise.
6
7 * hilit-chg.el (hilit-chg-set): Likewise.
8
9 * speedbar.el (speedbar-mode): Likewise.
10
11 * calendar/calendar.el (calendar-mode): Likewise.
12
13 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
14 insert-string.
15
16 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
17
18 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
19
20 * term/sun-mouse.el (sun-yank-selection): Likewise.
21
22 * textmodes/bib-mode.el (return-key-bib): Likewise.
23
24 * calendar/appt.el (appt-disp-window): Likewise.
25
26 * calendar/diary-lib.el (list-diary-entries): Likewise.
27
28 * array.el (array-reconfigure-rows): Likewise.
29
30 * filecache.el (file-cache-minibuffer-complete): Likewise.
31
32 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
33
34 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
35
36 * allout.el (outline-version, outline-open-topic)
37 (outline-rebullet-heading, outline-insert-listified)
38 (outline-latex-verbatim-quote-curr-line)
39 (outline-latexify-one-item, outlineify-sticky): Likewise.
40
41 * vc.el (vc-next-action-on-file): Likewise.
42 (vc-dired-mode): Remove make-local-hook.
43
44 2001-11-26 Andre Spiegel <spiegel@gnu.org>
45
46 * vc.el (vc-find-version): New function.
47 (vc-version-other-window): Redefined in terms of the above.
48
49 * log-view.el (log-view-find-version): New function.
50 (log-view-mode-map): Bind it to `f'.
51
52 2001-11-26 Gerd Moellmann <gerd@gnu.org>
53
54 * language/devan-util.el (dev-char-glyph): Escape `"' in
55 string literals.
56 (dev-glyph-glyph, dev-glyph-glyph-2)
57 (devanagari-compose-syllable-region): Likewise.
58
59 2001-11-26 Richard M. Stallman <rms@gnu.org>
60
61 * window.el (save-selected-window): No error if saved window is dead.
62
63 * help-funs.el (describe-syntax): Put (interactive) after doc string.
64
65 2001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
66
67 * international/quail.el (quail-help): Require help-mode in
68 top-level instead.
69
70 * iswitchb.el (iswitchb-exhibit): Use insert instead of
71 insert-string.
72
73 * icomplete.el (icomplete-exhibit): Likewise.
74
75 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
76
77 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
78 (diff-hunk-kill): Simplify.
79 (diff-post-command-hook): Only apply to a single hunk.
80 (diff-hunk-text): Make `char-offset' non-optional.
81 (diff-find-text): Return a cons cell.
82 (diff-find-approx-text): New fun.
83 (diff-find-source-location): Use it.
84 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
85 Adapt to new retval of diff-find-text.
86
87 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
88 rather than integer- representation of dates.
89
90 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
91
92 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
93 (syntax-after): New fun.
94
95 * help-funs.el (describe-syntax): New fun.
96
97 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
98 (font-lock-ppss-stats, font-lock-ppss): Remove.
99 (font-lock-fontify-syntactically-region): Remove tuning code.
100 (font-lock-compile-keywords): Fix off-by-one bug.
101 (font-lock-set-defaults): Don't set removed vars.
102 (c-keywords): Add `inline'.
103 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
104
105 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
106 Set syntax-begin-function.
107 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
108 (lisp-interaction-mode): Don't set local-abbrev-table any more.
109 (lisp-mode-auto-fill): Use syntax-ppss and obey
110 comment-auto-fill-only-comments.
111 (lisp-fill-paragraph): Use syntax-ppss.
112
113 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
114
115 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
116 version of rmail-enable-mime.
117 (rmail-forward): Use it.
118
119 2001-11-25 Richard M. Stallman <rms@gnu.org>
120
121 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
122
123 * international/quail.el (quail-keyboard-layout-button):
124 Define button type.
125 (quail-keyboard-customize-button): Likewise.
126 (quail-help): Use those button types. Require `help-mode'.
127 Avoid altering the argument `package'.
128
129 * help-mode.el (help-function, help-variable, help-face)
130 (help-coding-system, help-input-method, help-character-set):
131 Define each button type with its own explicit define-button-type.
132
133 * language/devan-util.el: Comment out parts of the file
134 which apparently are garbled.
135
136 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
137
138 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
139 insert-string.
140
141 2001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
142
143 * play/snake.el (snake-mode): Remove make-local-hook.
144
145 * play/tetris.el (tetris-mode): Likewise.
146
147 * play/decipher.el (decipher-mode): Likewise.
148
149 * tmm.el (tmm-add-prompt): Likewise.
150
151 2001-11-25 Sam Steingold <sds@gnu.org>
152
153 * menu-bar.el (menu-bar-apropos-menu): New variable.
154 Moved all `apropos' bindings to this menu.
155 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
156
157 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
158
159 The following changes are for new indian languages support based
160 on Unicode charset and CDAC fonts.
161
162 * international/mule-conf.el: Change indian-1-column charset to
163 indian-glyph charset.
164
165 * international/characters.el: Adjusted for the change of
166 indian-1-column -> indian-glyph.
167
168 * international/fontset.el: Delete the setting for indian-1-column
169 and add the setting for indian-glyph in the default fontset.
170
171 * language/indian.el: Completely re-written.
172
173 * language/devanagari.el: Completely re-written.
174
175 * language/devan-util.el: Completely re-written.
176
177 * language/ind-util.el: New file.
178
179 2001-11-24 Richard M. Stallman <rms@gnu.org>
180
181 * startup.el (command-line-1): Don't do startup screen
182 if a subprocess is running. Call the startup screen buffer
183 "GNU Emacs". Make a special mode-line-format for it.
184
185 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
186 (browse-url-galeon): Use that variable.
187
188 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
189 eval-expression. Eval and set the variable simply.
190
191 * files.el (temporary-file-directory): Use defcustom.
192 (small-temporary-file-directory): Likewise.
193 (normal-backup-enable-predicate): Move down in file
194 after definition of temporary-file-directory.
195
196 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
197
198 2001-11-24 Colin Walters <walters@debian.org>
199
200 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
201 autoload names to match files renamed on initial calc import.
202
203 * calc/calc.el (Commentary): Cleanup, and add logistic curve
204 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
205
206 2001-11-23 Colin Walters <walters@debian.org>
207
208 * Makefile.in (finder_setwins, setwins): Include Calc again.
209
210 * calc/calc-rules.el: Add header comment.
211
212 2001-11-23 Andre Spiegel <spiegel@gnu.org>
213
214 * vc.el (with-vc-properties): Don't bind `filename' locally.
215 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
216 to avoid name clashes. Fix `lisp-indent-function' property for
217 both.
218
219 2001-11-23 Francesco Potorti` <pot@gnu.org>
220
221 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
222
223 2001-11-22 Colin Walters <walters@debian.org>
224
225 * calc/calc-misc.el (report-calc-bug):
226 Use `reporter-prompt-for-summary-p'.
227
228 * calc/INSTALL, calc/Makefile: Remove.
229
230 2001-11-22 Miles Bader <miles@gnu.org>
231
232 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
233 (reb-match-2, reb-match-3): Add dark-background variants.
234
235 2001-11-22 Colin Walters <walters@debian.org>
236
237 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
238 (info "Calc").
239 (report-calc-bug): Use reporter.el.
240
241 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
242
243 2001-11-21 Richard M. Stallman <rms@gnu.org>
244
245 * which-func.el (which-function): Call imenu--make-index-alist
246 if necessary to get a list of functions.
247 (which-function-imenu-failed): New variable.
248 (which-func-update): Handle all visible windows.
249 (which-func-update-1): New subroutine broken out of which-func-update.
250
251 * files.el (temporary-file-directory, null-device)
252 (small-temporary-file-directory): Definitions moved up.
253
254 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
255 (cperl-non-problems, cperl-praise): Doc fixes.
256
257 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
258 (sh-mode-syntax-table): Function restored.
259 Variable set up for use by function sh-mode-syntax-table.
260 (sh-set-shell): Set the syntax table.
261
262 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
263
264 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
265
266 * international/encoded-kb.el: Don't alter minor-map-alist.
267
268 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
269
270 * files.el (auto-save-file-name-transforms): Put remote files in
271 temporary-file-directory rather than /tmp.
272
273 2001-11-21 Colin Walters <walters@debian.org>
274
275 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
276 of (function ...) wrapper.
277
278 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
279
280 * derived.el (define-derived-mode): Create the abbrev-table
281 from inside the `defvar'.
282
283 * jit-lock.el (jit-lock-defer-time): New var.
284 (jit-lock-defer-timer, jit-lock-buffers): New vars.
285 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
286 (jit-lock-function): Defer fontification if requested.
287 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
288 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
289 text property.
290 (jit-lock-deferred-fontify): New fun.
291
292 2001-11-20 Richard M. Stallman <rms@gnu.org>
293
294 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
295 Set local-abbrev-table to lisp-mode-abbrev-table.
296
297 * emacs-lisp/re-builder.el (reb-mode):
298 Don't use define-derived-mode. Call kill-all-local-variables.
299
300 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
301 Don't use define-derived-mode.
302
303 * help-mode.el (help-mode): Undo 2001-10-07 change.
304
305 * replace.el (occur-mode): Undo 2001-5-20 change.
306
307 2001-11-20 Jason Rumney <jasonr@gnu.org>
308
309 * w32-fns.el (w32-system-coding-system): Change to an alias for
310 locale-coding-system.
311 (set-w32-system-coding-system): Document the above change.
312 Set locale-coding-system instead.
313
314 2001-11-20 Richard M. Stallman <rms@gnu.org>
315
316 * ruler-mode.el: Add pagination.
317 (ruler-mode-toggle-show-tab-stops): No need to
318 test `ruler-mode' variable.
319
320 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
321
322 * play/landmark.el: Mark lm-mode as special.
323
324 * play/gomoku.el: Mark gomoku-mode as special.
325
326 2001-11-20 Juanma Barranquero <lektu@terra.es>
327
328 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
329 (top-level): Bind it to C-c C-b.
330 (re-builder): Don't re-enter RE Builder Mode.
331
332 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
333
334 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
335
336 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
337 `manual-program'.
338
339 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
340 to a line without a comment.
341
342 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
343
344 * dired.el (dired-listing-switches): Mention in the doc string
345 that some switches are not supported by ls-lisp.el
346
347 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
348
349 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
350 (imenu--create-keymap-2): Remove.
351 (imenu--create-keymap-1): Simplify, remove third argument.
352 (imenu--generic-function): Use dolist.
353 (imenu-find-default): New function.
354 (imenu--completion-buffer): Use it.
355 (imenu--mouse-menu): Use popup-menu.
356 (imenu--menubar-select): Return t rather than calling imenu.
357
358 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
359 New functions, extracted from fill-region-as-paragraph.
360 (fill-region-as-paragraph): Use them.
361 Use an end marker instead of eob.
362 Ignore whitespace-only fill-prefixes when indenting according to mode.
363 Simplify the loop that searches for spaces backwards.
364
365 * textmodes/picture.el (picture-vertical-step)
366 (picture-horizontal-step): Don't use defconst for variables.
367
368 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
369 (mail-extract-address-components): Downcase domain names.
370 (mail-extr-delete-char): Remove. Use delete-char instead.
371
372 * emulation/pc-select.el: Doc string fixes.
373 (pc-selection-mode): Don't treat macos as a tty.
374
375 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
376
377 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
378
379 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
380 (mouse-wheel-progessive-speed): New var.
381 (mwheel-scroll): Use it and handle float values.
382
383 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
384
385 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
386 (iswitchb): Fix the case where the result was selected with the mouse.
387 (iswitchb-completion-help): Use the normal *Completions* now that
388 mouse selection works.
389 (iswitchb-minibuffer-setup): Simplify.
390
391 * newcomment.el (comment-column, comment-style, comment-multi-line)
392 (comment-auto-fill-only-comments): Remove :group arg.
393 (comment-padding): Add :type.
394 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
395 if called interactively.
396
397 2001-11-19 Colin Walters <walters@verbum.org>
398
399 * calc/calc.el (toplevel): Add comment and version header.
400 (calc-init-base): Bump version to 2.02f, update date.
401
402 2001-11-19 Richard M. Stallman <rms@gnu.org>
403
404 * net/browse-url.el: Support Mozilla and Galeon.
405 By default, find the installed browser whichever it is.
406 (browse-url-mozilla): New function.
407 (browse-url-mozilla-sentinel): New function.
408 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
409 (browse-url-default-browser): New function.
410 (browse-url-process-environment): Use browse-url-browser-display.
411 (browse-url-browser-display): Renamed from browse-url-netscape-display.
412 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
413 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
414 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
415 (browse-url-browser-function): New default, new options.
416
417 2001-11-19 Sam Steingold <sds@gnu.org>
418
419 * bindings.el (last-buffer, unbury-buffer): New function.
420 (mode-line-unbury-buffer): Use `unbury-buffer'.
421
422 2001-11-18 Stephen Eglen <stephen@gnu.org>
423
424 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
425 control behaviour when no further completion is possible.
426
427 2001-11-19 Colin Walters <walters@verbum.org>
428
429 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
430 (math-showing-full-precision, math-with-extra-prec, math-working)
431 (calc-with-default-simplification)
432 (calc-with-trail-buffer): Use backtick.
433 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
434 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
435 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
436 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
437 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
438 (Math-num-integerp, Math-bignum-test, Math-equal-int)
439 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
440 (calc-record-compilation-date-macro): Deleted. Callers updated.
441 (math-format-radix-digit): Move to calc-bin.el.
442
443 * calc/calc.el (calc-record-compilation-date): Remove.
444 (calc-bug-address): Update.
445 (calc-settings-file): Use `user-init-file'.
446
447 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
448 Handle null `calc-settings-file'.
449
450 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
451 * calc/calc-keypd.el (calc-keypad-mode): New.
452 (calc-do-keypad): Use it.
453 (calc-keypad-map): Move into `calc-keypad-mode'.
454
455 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
456 to defalias argument.
457
458 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
459 (calcFunc-floor): Ditto.
460
461 * calc-units.el (calcFunc-usimplify): Ditto.
462
463 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
464 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
465 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
466 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
467 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
468 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
469 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
470 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
471 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
472 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
473 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
474 and move them before their first use. Use `when', `unless'.
475 Remove trailing periods from error forms. Add description and
476 headers suggested by Emacs Lisp coding conventions.
477
478 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
479
480 * newcomment.el (comment-indent):
481 Fix misindentation for comment-only lines.
482 (comment-indent-new-line): Only obey comment-multi-line if the
483 comment-ender is not the end-of-line.
484
485 2001-11-19 Richard M. Stallman <rms@gnu.org>
486
487 * net/net-utils.el (network-connection-service-abbrev-alist):
488 New variable.
489
490 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
491 Advance to start of 3rd sexp by moving fwd and backing over it.
492 At first three elements, act like defun.
493
494 * delsel.el (delete-selection-pre-hook): Handle and resignal
495 file-supersession errors to interact properly with userlock.el.
496
497 2001-11-18 Richard M. Stallman <rms@gnu.org>
498
499 * progmodes/fortran.el (fortran-mode-syntax-table):
500 Specify punctuation syntax for backslash.
501
502 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
503 All calls deleted.
504
505 * international/mule-util.el (string-to-sequence): Make it obsolete.
506 (string-to-list, string-to-vector): Implement them directly
507 using append and vconcat, not with string-to-sequence.
508
509 * startup.el (command-line): Set abbrevs-changed to nil after
510 reading the init file and the abbrevs file.
511
512 * isearch.el (isearch): Use magenta2 as bg for (background light)
513
514 2001-11-17 Richard M. Stallman <rms@gnu.org>
515
516 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
517
518 * simple.el (minibuffer-history-sexp-flag): Doc fix.
519
520 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
521
522 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
523 If set and if applicable, add a regexp to highlight defun-like
524 text inside comments and strings.
525 (font-lock-fontify-keywords-region): Pass that new arg.
526 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
527 to the end and pass that new arg.
528 (c-font-lock-keywords-2): Fix regex for labels.
529 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
530 Make it work when LIMIT is several lines further.
531 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
532 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
533 Use backquote and make the regexes for `int a, b, c;' work on
534 multiple lines.
535
536 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
537 (font-lock-defaults-alist): Don't change it any more.
538 (reb-subexp-mode-map): Cleanup.
539
540 * custom.el (custom-current-group-alist): New var.
541 (custom-declare-group): Set it.
542 (custom-current-group): New fun.
543 (custom-declare-variable, custom-handle-all-keywords):
544 Use it as a default if no :group argument is specified.
545
546 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
547 (standard-keyboard-coding-systems): New var.
548 (set-locale-environment): Use it to decide whether or not to call
549 set-keyboard-coding-system.
550 (locale-language-names): Use \"French\" for "fr".
551
552 2001-11-17 Richard M. Stallman <rms@gnu.org>
553
554 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
555 (add-to-list): Delete compatibility code.
556 (checkdoc-next-message-error): Doc fix.
557
558 2001-11-17 Stephen Eglen <stephen@gnu.org>
559
560 * locate.el (locate): Show default locate pattern within the
561 prompt, but don't insert it into the minibuffer contents.
562 Catch the case when pattern is the empty string.
563
564 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
565
566 * language/european.el ("French"): New language environment.
567
568 2001-11-16 Richard M. Stallman <rms@gnu.org>
569
570 * calendar/todo-mode.el (todo-save): Fix previous change.
571
572 * subr.el (functionp): Do use cdr-safe on object.
573
574 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
575
576 * bindings.el (mode-line-mode-name): Only put the help-echo property
577 if the local-map property was put as well.
578 (global-map): Bind switch-frame, delete-frame, iconify-frame
579 and make-frame-visible events.
580
581 * emacs-lisp/elp.el (elp-not-profilable): New var.
582 (elp-not-profilable-p): New function.
583 (elp-instrument-function): Use it. Use backquotes and push.
584
585 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
586 (byte-stack+-info, byte-compile-last-warned-form)
587 (byte-compile-last-logged-file): Don't defconst a variable.
588 (no-byte-compile): Declare.
589 (byte-compile-file): Don't boundp-check no-byte-compile any more.
590 (byte-compile-defvar): Leave defconst as is.
591
592 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
593 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
594 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
595 (edebug-best-error): Don't defconst a variable.
596 (edebug-read-syntax-table): Use a char-table.
597 (edebug-lemacs-specific): Remove.
598 Toplevel: Eliminate check for Lucid Emacs.
599
600 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
601
602 * rect.el (move-to-column-force): Mark obsolete.
603 (operate-on-rectangle, delete-extract-rectangle-line)
604 (insert-rectangle, delete-whitespace-rectangle-line)
605 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
606 (string-rectangle-history): New var.
607 (string-rectangle, string-insert-rectangle): Use it.
608 (delete-rectangle-line): Fix pos/column mixup and simplify.
609
610 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
611 (normal-top-level, command-line, command-line-1): Simplify.
612
613 * tar-mode.el (tar-mode): Use define-derived-mode.
614
615 * view.el (view-mode-enable): Don't use make-local-hook.
616
617 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
618
619 2001-11-16 Richard M. Stallman <rms@gnu.org>
620
621 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
622 if it doesn't make sense as anything else.
623 Don't recognize a "telephone number" at the beginning of the name.
624 (mail-extr-leading-garbage): Match non-word characters only.
625
626 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
627
628 * startup.el (command-line-processed): Doc fix.
629
630 * apropos.el (apropos-next-label-button): Doc fix.
631
632 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
633
634 * comint.el (comint-mode): Simplify.
635 (make-comint-in-buffer): Run `comint-mode' only if necessary.
636
637 * subr.el (eval-after-load): Make it work with features as well.
638
639 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
640
641 * international/mule-cmds.el (describe-input-method): Setup xref.
642 (set-language-environment): Use functionp.
643 (locale-language-names, locale-charset-language-names)
644 (locale-preferred-coding-systems): Defconst and purecopy.
645
646 * language/european.el (mac-roman): Add mime-charset property.
647
648 2001-11-15 Richard M. Stallman <rms@gnu.org>
649
650 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
651 (multiple-value-apply, nth-value): Use defsubst rather than defalias
652 to get better doc strings.
653
654 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
655
656 * derived.el: Fix autoload cookie.
657
658 2001-11-15 Richard M. Stallman <rms@gnu.org>
659
660 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
661
662 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
663
664 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
665
666 2001-11-15 Richard M. Stallman <rms@gnu.org>
667
668 * dired.el (dired-undo): Display a message to explain
669 that this does not undo file system changes.
670
671 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
672
673 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
674 into `unread-command-events' instead of trying keymap
675 lookups ourselves. This makes mouse-clicks do the right
676 thing even when keymaps of overlays are involved.
677 (mouse-drag-drag): Likewise.
678
679 2001-11-15 Andreas Schwab <schwab@suse.de>
680
681 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
682 characters and append anchor to pattern added to auto-mode-alist.
683
684 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
685
686 * server.el (server-process-filter): Run pore/post-comment-hook
687 before/after visiting the file.
688
689 * info-look.el (makefile-mode): Add info for automake.
690 (autoconf-mode): Fix the name of the index for automake.
691
692 * international/latin-9.el: Give pilcrow punctuation syntax.
693
694 2001-11-15 Andre Spiegel <spiegel@gnu.org>
695
696 * vc.el: Documentation fixes.
697
698 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
699
700 * smerge-mode.el (smerge-match-conflict): Fix typo.
701 (smerge-diff): Be careful to read match-data early enough.
702
703 2001-11-14 Colin Walters <walters@verbum.org>
704
705 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
706 (calcFunc-subst): Use `defalias' instead of `fset' and
707 `symbol-function'.
708
709 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
710 (calcFunc-ceil, calcFunc-round): Ditto.
711
712 * calc/calc-bin.el (calcFunc-clip): Ditto.
713
714 * calc/calc-ext.el (calcFunc-evalv): Ditto.
715
716 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
717
718 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
719 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
720
721 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
722
723 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
724 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
725 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
726 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
727 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
728 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
729 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
730 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
731 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
732 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
733 * calcsel2.el: Style cleanup; don't put closing parens on their
734 own line, add "foo.el ends here" to each file, and update
735 copyright date.
736
737 * README: Update maintainer.
738
739 2001-11-13 Alan Shutko <ats@acm.org>
740
741 * compile.el (recompile): Use compilation-arguments if set, so as
742 to be able to M-x recompile the exact command which created a
743 compilation-mode buffer.
744
745 2001-11-13 Richard M. Stallman <rms@gnu.org>
746
747 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
748
749 2001-11-13 Gerd Moellmann <gerd@gnu.org>
750
751 * mouse.el (mouse-drag-region): Don't run the up-event
752 handler if window start changed due to the down-mouse event.
753
754 2001-11-13 Richard M. Stallman <rms@gnu.org>
755
756 * mouse.el (mouse-show-mark): Either move point to the mark
757 or use highlighting, never both.
758 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
759
760 2001-11-13 Simon Josefsson <jas@extundo.com>
761
762 * mail/smtpmail.el (top-level): Change maintainer to Simon
763 Josefsson, cleanup the smtpmail.el header.
764
765 * mail/smtpmail.el (top-level): Don't require cl or base64.
766 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
767 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
768 Defsubst instead of defmacro.
769 (smtpmail-intersection): Return value in reverse order.
770 (smtpmail-open-stream): Use stringp instead of string-to-list.
771 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
772 separated from smtpmail-via-smtp.
773
774 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
775 rfc2104. Require base64 and cl.
776 (smtpmail-smtp-service): Doc fix. :type fix.
777 (smtpmail-debug-info): Doc fix.
778 (smtpmail-debug-verb, smtpmail-auth-credentials)
779 (smtpmail-starttls-credentials, smtpmail-auth-supported):
780 New variables.
781 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
782 mail-utils (it is autoloaded).
783 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
784 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
785 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
786 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
787 (smtpmail-via-smtp): Support AUTH.
788 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
789
790 2001-11-13 Richard M. Stallman <rms@gnu.org>
791
792 * ebuff-menu.el (electric-buffer-update-highlight): New function.
793 (electric-buffer-overlay): New variable.
794 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
795 (electric-buffer-list): Likewise.
796
797 2001-11-13 Per Starback <starback@ling.uu.se>
798
799 * isearch.el (isearch-whitespace-chars): Doc fix.
800 (isearch-mode): Handle negative search-slow-window-lines correctly.
801
802 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
803
804 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
805
806 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
807 From Emmanuel Briot <briot@act-europe.fr>.
808
809 2001-11-13 Colin Walters <walters@debian.org>
810
811 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
812
813 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
814 "~/.emacs"; use `read-file-name'.
815
816 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
817 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
818 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
819 * calc/calc.el: Use `frame-width' instead of `screen-width',
820 `frame-height' instead of `screen-height', and,
821 `executing-kbd-macro' instead of `executing-macro'.
822
823 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
824 correct number of arguments.
825
826 * calc/calc-aent.el (calc-do-alg-entry):
827 Use `blink-paren-function' instead of `blink-paren-hook'.
828
829 2001-11-12 Richard M. Stallman <rms@gnu.org>
830
831 * calendar/todo-mode.el (todo-save): Add save-excursion
832 and save-restriction.
833
834 * server.el (server-edit, server-done): Doc fix.
835
836 * simple.el (clone-indirect-buffer): Error if major mode symbol
837 has a no-clone-indirect property.
838 (clone-buffer): Check for obvious errors before reading clone name.
839
840 * info.el (Info-mode): Add a no-clone-indirect property.
841
842 2001-11-12 Sam Steingold <sds@gnu.org>
843
844 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
845 set-buffer-modified-p to nil after `vc-exec-after'.
846 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
847 (log-view-mode): Make read-only.
848 (log-view-current-file): Do final `expand-file-name' in the
849 current `default-directory'.
850 (log-view-current-tag): Take an optional `where' arg.
851 (log-view-diff): New user command.
852
853 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
854
855 * progmodes/cpp.el (cpp-choose-face): Fix typo.
856
857 2001-11-12 Sam Steingold <sds@gnu.org>
858
859 * emacs-lisp/cl-indent.el (toplevel): Indent properly
860 `generic-flet', `generic-labels', `with-accessors',
861 `with-condition-restarts'.
862
863 2001-11-12 Richard M. Stallman <rms@gnu.org>
864
865 * dired.el: Many trivial doc fixes.
866 (dired-get-file-for-visit): New function.
867 (dired-find-alternate-file, dired-mouse-find-file-other-window):
868 (dired-view-file, dired-find-file-other-window, dired-display-file):
869 (dired-find-file): Use dired-get-file-for-visit.
870
871 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
872
873 * sql.el (sql-mode): Doc change.
874
875 * sql.el (sql-mode-syntax-table): The backslash is no longer an
876 escape character.
877
878 2001-11-12 Colin Walters <walters@debian.org>
879
880 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
881 (calc-do-keypad): Don't attempt to use nonexistent global
882 mouse-map, use calc-keypad-map.
883 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
884 (calc-keypad-left-click): Don't use mouse-map; update to new event
885 interface.
886 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
887 (calc-keypad-press): Use `unread-command-events' instead of
888 `unread-command-char'.
889
890 * calc/calc-ext.el (calc-init-extensions): Update autoload names
891 to match files renamed on initial calc import.
892
893 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
894
895 * textmodes/flyspell.el (flyspell-default-dictionary):
896 Fix previous change.
897
898 2001-11-12 Richard M. Stallman <rms@gnu.org>
899
900 * textmodes/flyspell.el (flyspell-default-dictionary):
901 Fix custom type.
902
903 2001-11-11 Richard M. Stallman <rms@gnu.org>
904
905 * calendar/solar.el (solar-sunrise-and-sunset):
906 Exchange the two extreme values of day-length.
907
908 * progmodes/sh-script.el (sh-must-be-shell-mode):
909 Allow modes derived from sh-mode.
910
911 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
912 Turn off error in some re-search-forward calls.
913
914 * replace.el (query-replace-skip-read-only): New variable.
915 (perform-replace): If that variable is non-nil, ignore matches
916 that have a read-only property.
917
918 * derived.el (define-derived-mode): Doc fix.
919
920 * server.el (server-buffer-done): Test of server-existing-buffer
921 was backwards.
922 (server-existing-buffer): Doc fix.
923
924 * textmodes/flyspell.el (flyspell-default-dictionary):
925 Allow nil as value, and make nil the default.
926
927 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
928
929 * subdirs.el: Regenerated.
930
931 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
932 it is not fboundp.
933 (clipboard-yank): Ditto.
934
935 2001-11-11 Colin Walters <walters@verbum.org>
936
937 The following changes are based on patches from
938 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
939 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
940
941 * calc/calc.el (toplevel): Require calc-macs.
942 (calc-minibuffer-size): New.
943 (calcDigit-nondigit): Use it instead of `buffer-size'.
944 (calcDigit-backspace): Likewise.
945 (calcDigit-nondigit): Use `minibuffer-contents' instead of
946 `buffer-string'.
947 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
948 `point-min'.
949 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
950 `save-excursion'.
951
952 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
953 simple `setq' form.
954
955 * calc/calc-ext.el: (toplevel): Require calc.
956 (calc-fancy-prefix-map): New.
957 (calc-fancy-prefix): Use it.
958 (calc-fancy-prefix-other-key): New.
959
960 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
961 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
962 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
963 (calcAlg-enter): Likewise.
964 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
965
966 2001-11-10 Richard M. Stallman <rms@gnu.org>
967
968 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
969 (quietly-read-abbrev-file): Doc fix.
970
971 * startup.el (command-line): Read standard abbrev
972 file (abbrev-file-name), if it exists.
973
974 * files.el (save-abbrevs): Default value is t.
975
976 * progmodes/compile.el (compile-goto-error): Fix previous change
977 in the case where subsequent errors have not been parsed yet
978 because they are in a different source file.
979
980 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
981
982 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
983 Merge two regular expressions into one.
984 (ps-mode): Make local bindings for `comment-start' and
985 `comment-start-skip'.
986 (ps-mode-looking-at-nested): Simplify an if-else construct;
987 use `set-match-data' to set the result.
988
989 2001-11-10 Richard M. Stallman <rms@gnu.org>
990
991 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
992 Function deleted.
993 (flyspell-correct-word): Old definition deleted.
994 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
995 All references renamed too.
996
997 2001-11-10 Gerd Moellmann <gerd@gnu.org>
998
999 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1000
1001 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1002
1003 * wid-edit.el (checklist): Removed `:menu-tag'.
1004 (radio-button-choice): Ditto.
1005 (editable-list): Ditto.
1006
1007 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1008
1009 * play/gomoku.el: Move definitions of constants to the beginning
1010 of file, before their use.
1011
1012 2001-11-09 Richard M. Stallman <rms@gnu.org>
1013
1014 * textmodes/flyspell.el: Use the keymap property
1015 instead of local-map, and don't use a minor-mode map.
1016 (flyspell-mode-map): Variable deleted.
1017 Don't mess with minor-mode-map-alist.
1018 (calling add-minor-mode): Specify nil for keymap.
1019 And always use add-minor-mode, now that it exists.
1020 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1021 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1022 or flyspell-local-mouse-map.
1023 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1024 (flyspell-mode): Doc fix.
1025 (flyspell-mode-on): Don't call make-local-hook.
1026
1027 2001-11-09 Sam Steingold <sds@gnu.org>
1028
1029 * emacs-lisp/debug.el (debugger-make-xrefs):
1030 Add buttons to all symbols.
1031
1032 2001-11-09 Andre Spiegel <spiegel@gnu.org>
1033
1034 * vc.el: Add John David Smith to credits.
1035
1036 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
1037
1038 * vc-hooks.el (vc-error-occured): Backquotified.
1039 (vc-file-prop-obarray): Use prime length for better efficiency.
1040
1041 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1042
1043 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1044
1045 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1046
1047 2001-11-09 Miles Bader <miles@gnu.org>
1048
1049 * subr.el (functionp): Don't consider macros as functions.
1050
1051 2001-11-08 Miles Bader <miles@gnu.org>
1052
1053 * subr.el (functionp): Make work correctly for macros and unbound
1054 symbols.
1055
1056 * comint.el (comint-send-input): Fix description of
1057 `comint-process-echoes' in the doc-string.
1058
1059 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1060
1061 * international/mule.el (make-translation-table): Doc fix.
1062 Suggested by Alex Schroeder <alex@gnu.org>.
1063
1064 2001-11-07 Richard M. Stallman <rms@gnu.org>
1065
1066 * info.el (Info-fontify-node): Highlight every third menu item.
1067
1068 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1069
1070 * cus-edit.el (custom-face-value-create): Don't ignore the
1071 `customized-face' attribute when finding the current face spec.
1072
1073 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1074
1075 * subr.el (with-local-quit): New macro.
1076 (make-syntax-table): Always inherit.
1077 (functionp): Be more careful when `object' is a symbol.
1078
1079 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1080
1081 2001-11-07 Paul Eggert <eggert@twinsun.com>
1082
1083 * dired.el (dired-move-to-filename-regexp):
1084 Do not distinguish between ASCII letters and non-ASCII characters.
1085 Don't allow comma except in the form "month day, year".
1086 Don't allow space between month name and comma.
1087 Clean up the code that checks for trailing period, comma, and space.
1088 Remove now-obsolete comments, and add more commentary about
1089 Japanese dates.
1090 Always gobble up trailing spaces, instead of doing it only sometimes.
1091
1092 2001-11-07 Miles Bader <miles@gnu.org>
1093
1094 * paren.el (show-paren-match-face): Add dark-background variant.
1095
1096 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1097
1098 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1099 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1100 Don't disable adaptive-fill-mode.
1101 (lisp-fill-paragraph): Use tab-width rather than 8.
1102 Prevent filling the first line of docstrings.
1103
1104 2001-11-06 Richard M. Stallman <rms@gnu.org>
1105
1106 * play/gomoku.el (gomoku): Doc fix.
1107
1108 * jka-compr.el (jka-compr-partial-uncompress):
1109 Support an alternative of not using dd.
1110 (jka-compr-dd-program): Use defcustom to define this.
1111 (jka-compr-load-suffixes): Use defcustom.
1112 (jka-compr-mode-alist-additions): Use defcustom.
1113
1114 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1115
1116 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1117 Also work when LIMIT is further than the end of line.
1118
1119 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1120
1121 * international/quail.el (quail-update-leim-list-file): Print the
1122 offending file name if some of its quail-define-package forms is broken.
1123
1124 2001-11-05 Richard M. Stallman <rms@gnu.org>
1125
1126 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1127 of the evaluated form.
1128
1129 2001-11-05 Paul Eggert <eggert@twinsun.com>
1130
1131 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1132 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1133 stamps always line up by default. Also, it uses a slightly
1134 different window to determine whether files are "recent".
1135
1136 2001-11-05 Andrew Innes <andrewi@gnu.org>
1137
1138 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1139 Don't attempt to remake autoloads before nuking .elc files.
1140
1141 2001-11-04 Richard M. Stallman <rms@gnu.org>
1142
1143 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1144 previous-single-property-change or next-single-char-property-change
1145 returns nil.
1146
1147 * international/mule-cmds.el (set-locale-environment):
1148 Make it interactive; make arg optional.
1149
1150 * international/mule-diag.el (help-funs): Require help-funs.
1151
1152 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1153
1154 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1155
1156 2001-11-04 Miles Bader <miles@gnu.org>
1157
1158 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
1159 shadow of the splash image grey on a dark background instead of black.
1160
1161 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1162
1163 * term.el (all faces): Don't (copy-face 'default <foo>).
1164
1165 * term/xterm.el (function-key-map):
1166 Add entry for `ESC [ 3 ~' -> <delete>
1167 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1168 Use inheritance so that .emacs and terminfo take precedence.
1169
1170 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1171
1172 * tooltip.el (tooltip-delay): Decrease to 0.7.
1173 (tooltip-hide-delay): Enlarge to 10.
1174
1175 2001-11-03 Richard M. Stallman <rms@gnu.org>
1176
1177 * startup.el (fancy-splash-tail): Explain how to recover
1178 from a crash, if there was a crash.
1179 (command-line-1): Reorganize display of startup screen,
1180 to simplify the logic. Use a temp buffer for it.
1181
1182 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1183
1184 * frame.el (set-background-color, set-foreground-color):
1185 Call face-set-after-frame-default, to propagate the new colors to
1186 the frame's parameters alist.
1187
1188 * calendar/timeclock.el (timeclock-out): Signal an error if
1189 timeclock-last-event is nil.
1190
1191 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1192
1193 * textmodes/fill.el (fill-context-prefix): Fix braino.
1194
1195 * international/quail.el (quail-help):
1196 Use `help-buffer' and move `help-setup-xref' to beginning.
1197
1198 * international/mule-cmds.el (describe-language-environment):
1199 Use `help-buffer' and move `help-setup-xref' to beginning.
1200
1201 * international/mule-diag.el (list-character-sets)
1202 (sort-listed-character-sets, describe-character-set)
1203 (describe-coding-system, describe-fontset, list-fontsets):
1204 Use `help-buffer' and move `help-setup-xref' to beginning.
1205 (describe-char-after): Use `internal-describe-syntax-value'.
1206
1207 2001-11-02 Richard M. Stallman <rms@gnu.org>
1208
1209 * mouse.el (popup-menu): If the user refuses to select
1210 from a menu, don't try to invoke the menu.
1211
1212 2001-11-02 Miles Bader <miles@gnu.org>
1213
1214 * help-mode.el (help-xref): New button type.
1215 (help-function, help-variable, help-face, help-coding-system)
1216 (help-input-method, help-character-set, help-type, help-symbol)
1217 (help-back, help-info, help-customize-variable, help-customize-face)
1218 (help-function-def, help-variable-def): Use it as a supertype.
1219 Remove `action' property.
1220
1221 * international/mule-diag.el (describe-character-set)
1222 (describe-coding-system): Pass correct args to `help-xref-button'.
1223 (sort-listed-character-sets): New button type.
1224 (list-character-sets): Use it.
1225 (list-charset-chars): New button type.
1226 (list-character-sets-1): Use it.
1227
1228 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1229
1230 * indent.el (tab-always-indent, indent-for-tab-command):
1231 Remove redundant `never' setting.
1232
1233 * fill.el (fill-region-as-paragraph): Don't forget to skip
1234 over current whitespace before looking for a preceding space.
1235
1236 2001-11-01 Richard M. Stallman <rms@gnu.org>
1237
1238 * files.el (file-newest-backup): Don't pass backup file name
1239 thru file-name-sans-versions, because it never has version numbers.
1240
1241 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1242 to avoid ambiguous nested loops.
1243
1244 * files.el (find-file-noselect): Offer to change buffer-read-only
1245 only when the file's read-only status has changed from before
1246 as well as disagreeing with the buffer's current status.
1247 (buffer-file-read-only): New var, local in all buffers.
1248
1249 * buff-menu.el (buffer-menu): Doc fix.
1250 (buffer-menu-other-window): Doc fix.
1251 (list-buffers, list-buffers-noselect): Doc fix.
1252
1253 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1254
1255 * startup.el (command-line): If the terminal Emacs is running on
1256 has erase char set to ^H, use the Backspace key for deleting
1257 backward, and the Delete key for deleting forward.
1258
1259 2001-11-01 Miles Bader <miles@gnu.org>
1260
1261 * button.el (define-button-type): Make sure every user-defined
1262 button type has a supertype.
1263
1264 2001-10-31 Jason Rumney <jasonr@gnu.org>
1265
1266 * international/mule-cmds.el (locale-language-names): Add chs and
1267 cht as aliases for Chinese-GB and Chinese-BIG5.
1268
1269 2001-10-31 Richard M. Stallman <rms@gnu.org>
1270
1271 * bindings.el (mode-line-frame-identification): Add doc string.
1272 (mode-line-position, mode-line-modes): New variables.
1273 (mode-line-format): Use mode-line-position for the part
1274 that displays the position-in-buffer info.
1275 Use mode-line-modes for the part that displays major and minor modes.
1276
1277 2001-10-31 Sam Steingold <sds@gnu.org>
1278
1279 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1280 (debugger-setup-buffer): Call it.
1281 (debugger-mode-map): Bind RET and mouse-2.
1282
1283 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1284
1285 * startup.el: Document command line option --no-window-system
1286 instead of --no-windows.
1287
1288 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1289
1290 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1291
1292 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1293 (font-lock-defaults-alist): Use it.
1294 From David Ponce <david.ponce@wanadoo.fr>
1295
1296 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1297 output of `char-after'.
1298
1299 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1300
1301 * simple.el (reindent-then-newline-and-indent): Insert the newline
1302 before indenting the first line.
1303 (undo-get-state, undo-revert-to-state): New funs.
1304 (shell-command): Don't kill the buffer even if empty.
1305 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1306 (transpose-subr-end2): Remove.
1307 (transpose-subr): Add `special' arg and simplify.
1308 (transpose-subr-1): Rewrite.
1309 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1310 (rfc822-goto-eoh): Simplify.
1311
1312 2001-10-30 Richard M. Stallman <rms@gnu.org>
1313
1314 * enriched.el (enriched-face-ans): FIx previous change.
1315
1316 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1317
1318 * international/iso-acc.el (iso-accents-compose): Remove a
1319 superfluous setq.
1320
1321 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1322
1323 * buff-menu.el (list-buffers-noselect): If the buffer's name
1324 starts with a blank, but it visits a file, do show it (for files
1325 whose names start with a blank).
1326
1327 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1328
1329 * textmodes/fill.el (sentence-end-double-space)
1330 (sentence-end-without-period): Move to paragraphs.el.
1331 (fill-indent-according-to-mode): Change default to t.
1332 (fill-context-prefix): Simplify control-flow and use a more
1333 sophisticated merge that unifies both previous checks.
1334 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1335 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1336 (fill-nobreak-p): New fun.
1337 (fill-region-as-paragraph): Use it.
1338 Handle `fill-indent-according-to-mode' slightly differently.
1339 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1340 (fill-individual-paragraphs-citation): Fix.
1341
1342 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1343 (paragraph-start): Change default to the `text-mode' value.
1344 (sentence-end-double-space, sentence-end-without-period):
1345 Move from fill.el.
1346 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1347 rather than rebinding `paragraph-start' and `paragraph-separate'.
1348
1349 * indent.el (indent-line-function): Change default to indent-relative.
1350 (tab-always-indent): Add an `never' setting.
1351 (indent-according-to-mode): Handle `indent-relative' and
1352 `indent-relative-maybe' specially.
1353 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1354 Handle the `never' case for `tab-always-indent'.
1355 Don't call indent-according-to-mode for indent-relative' and
1356 `indent-relative-maybe'.
1357 (insert-tab): Rename `prefix-arg' to `arg'.
1358 (indent-region): Indent the first line as well.
1359 (indent-relative): Don't mark the buffer modified if the indentation
1360 is unchanged.
1361
1362 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1363 Don't set paragraph-separate. Set paragraph-start more carefully.
1364 Set indent-line-function.
1365 (paragraph-indent-text-mode): Use it and define-derived-mode.
1366 (text-mode-map): Remove the \t binding.
1367 (text-mode): Simplify now that the default is more favorable.
1368
1369 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1370
1371 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1372 If the regexp doesn't match, use a looser one.
1373 (find-variable-noselect): Add `file' argument.
1374
1375 * pcvs.el (cvs-mode-commit-hook): New hook.
1376 (cvs-mode-commit): Run it.
1377
1378 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1379
1380 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1381 (edebug-instrument-function): Use `find-function-noselect'.
1382
1383 2001-10-29 Richard M. Stallman <rms@gnu.org>
1384
1385 * term.el (term-if-emacs19): Macro deleted.
1386 Callers changed to use progn instead.
1387
1388 * frame.el (blink-cursor-mode): Doc fix.
1389
1390 * files.el (find-backup-file-name): Use make-backup-file-name.
1391
1392 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1393 window-live-p.
1394 (edebug-set-conditional-breakpoint): Unconditionally use
1395 the former Emacs >=19 definition.
1396 (edebug-mark): Define unconditionally.
1397 (edebug-eval-expression): Always call read-from-minibuffer
1398 and specify history list.
1399 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1400 edebug-set-conditional-breakpoint.
1401 (edebug-emacs-version-specific): Function deleted;
1402 do the job at top level.
1403 (edebug-emacs-19-specific): Function deleted, this is the default.
1404
1405 2001-10-29 Sam Steingold <sds@gnu.org>
1406
1407 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1408 "/cygdrive/LETTER/" pathnames.
1409
1410 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1411
1412 * faces.el (invert-face): Check for 'unspecified, not for nil,
1413 when testing whether face colors are not specified.
1414 From David.Kastrup@t-online.de (David Kastrup).
1415 (read-face-name): Doc fix.
1416 (make-face-bold, make-face-unbold, make-face-italic)
1417 (make-face-unitalic, make-face-bold-italic, invert-face):
1418 Remove trailing blank from the prompt passed to read-face-name.
1419
1420 2001-10-29 Sam Steingold <sds@gnu.org>
1421
1422 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1423 Report numbers of files skipped and failed too.
1424 (byte-compile-file): Return 'no-byte-compile for skipped files.
1425
1426 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1427
1428 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1429 and `M p'.
1430
1431 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1432
1433 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1434 as is on unread-command-events instead of `(SECOND-CHAR)'.
1435
1436 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1437
1438 * vc.el: Mention vc-*-switches in backend API documentation.
1439 (vc-annotate): Adapt doc string to recent change.
1440
1441 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1442
1443 * enriched.el (enriched-face-ans): Handle face attributes
1444 of the form `(FACE1 FACE2 ...)'.
1445
1446 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1447
1448 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1449
1450 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1451
1452 * progmodes/sql.el (sql-db2): Doc change.
1453 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1454 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1455
1456 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1457
1458 * env.el (substitute-env-vars): Don't quote argument to `rx';
1459 it's a macro.
1460
1461 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1462
1463 * cus-start.el (recursive-load-depth-limit): Added.
1464
1465 2001-10-28 Richard M. Stallman <rms@gnu.org>
1466
1467 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1468 All uses removed--assume Emacs version is >= 20.
1469
1470 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1471 by really checking that it is not version 18.
1472
1473 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1474
1475 2001-10-28 Miles Bader <miles@gnu.org>
1476
1477 * faces.el (face-attribute): Add INHERIT argument, consider face
1478 inheritance if it's non-nil.
1479 (face-attribute-merged-with): New function.
1480 (face-attribute-specified-or): New macro.
1481 (face-foreground, face-background, face-stipple): Add INHERIT
1482 argument. Use `face-attribute-specified-or'.
1483
1484 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1485
1486 * font-lock.el: Require `syntax'.
1487 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1488 Use `c-font-lock-syntactic-face-function' for c languages.
1489 (font-lock-mode): Don't unset vars when turning the mode off.
1490 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1491 (font-lock-extra-managed-props): New var.
1492 (font-lock-default-unfontify-region): Use it.
1493 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1494 Don't eval the value when there's no match.
1495 (font-lock-ppss-stats): New var.
1496 (font-lock-ppss): New fun.
1497 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1498 (font-lock-apply-highlight): Allow `highlight' to set several props.
1499 (font-lock-set-defaults): Use dolist.
1500 (font-lock-unset-defaults): Remove.
1501 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1502 Try to recognize prototypes using `foo P_ ((args))'.
1503 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1504 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1505 (c-font-lock-syntactic-face-function): New function.
1506 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1507 (c++-keywords): Use a more sophisticated regexp to handle
1508 shallowly nested templates.
1509
1510 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1511
1512 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1513 (sgml-tag): Use it. Cleanup with `cond'.
1514 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1515 Mark the overlays and only delete those that are marked.
1516 (sgml-skip-close-p): Remove.
1517 (sgml-value): Replace sgml-skip-close-p with its definition.
1518 (html-tag-alist): Use sgml-xml a bit more.
1519 (html-mode): Set sgml-empty-tags.
1520
1521 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1522 (texinfo-update-node, texinfo-sequential-node-update):
1523 Don't bind the obsolete `auto-fill-hook'.
1524 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1525 Use `set-buffer' rather than `switch-to-buffer'.
1526 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1527 Use `set-buffer' rather than `switch-to-buffer'.
1528
1529 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1530 text-mode-syntax-table.
1531 (mail-mode): Use define-derived-mode.
1532 Fix ordering of alternatives in adaptive-fill-regexp.
1533 (mail-mode-map): Don't rely on keymap's internal representation.
1534
1535 2001-10-27 Sam Steingold <sds@gnu.org>
1536
1537 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1538 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1539 (sgml-mode-common): Call it.
1540 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1541 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1542 (html-horizontal-rule, html-image, html-ordered-list):
1543 (html-unordered-list, html-list-item, html-paragraph):
1544 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1545 `html-xhtml'.
1546
1547 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1548
1549 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1550 (ifnothtml): New alias.
1551
1552 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1553
1554 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1555 (toggle-text-mode-auto-fill): Use derived-mode-p.
1556
1557 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1558
1559 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1560 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1561
1562 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1563
1564 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1565 Add make-obsolete cookies, to follow faces.el.
1566
1567 These changes avoid warnings from the byte compiler in faces.el:
1568
1569 * faces.el (internal-get-face): Use facep instead of the obsolete
1570 internal-find-face.
1571 (internal-frob-font-weight, internal-frob-font-slant):
1572 New defaliases for obsolete functions.
1573 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1574 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1575 (x-make-font-bold-italic): Use internal-frob-font-weight and
1576 internal-frob-font-slant aliases instead of the obsolete
1577 x-frob-... functions.
1578
1579 2001-10-26 Sam Steingold <sds@gnu.org>
1580
1581 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1582 DOCTYPE; set `mode-name' based on it.
1583 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1584 (sgml-tag): Close empty tags in XHTML.
1585
1586 2001-10-26 Jason Rumney <jasonr@gnu.org>
1587
1588 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1589 when UNICODE is not defined.
1590
1591 2001-10-26 Sam Steingold <sds@gnu.org>
1592
1593 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1594 be alone on the line.
1595
1596 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1597
1598 * button.el (button): Special face definition for MS-DOS terminals.
1599
1600 2001-10-26 Sam Steingold <sds@gnu.org>
1601
1602 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1603 Protect the /= test by checking that the args are non-nil.
1604 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1605
1606 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1607
1608 * textmodes/artist.el (artist-version): 1.2.4.
1609 (artist-butlast-fn): New variable.
1610 (artist-butlast): New function.
1611 (artist-ellipse-mirror-quadrant): Use it.
1612 (artist-mouse-draw-poly): Use nil for `point-list'.
1613 (artist-mouse-draw-poly): Check for point-list being nil.
1614
1615 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1616
1617 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1618 lambda expression.
1619 (ps-mode-menu-main): Submenu with options on/off was replaced with
1620 a toggle button.
1621 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1622 (ps-mode): Autoload cookie added on same line as comment
1623 (ps-mode-tabkey, ps-mode-backward-delete-char):
1624 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1625 `indent-to' with `indent-line-to'
1626 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1627 instead of `eval'.
1628 (ps-mode-print-region): Use `with-temp-buffer'.
1629 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1630 (numerous places): Add back-tick and tick around names in
1631 docstrings, fix punctuation in docstrings, remove trailing spaces.
1632
1633 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1634
1635 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1636 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1637 (sgml-font-lock-syntactic-keywords): New var.
1638 (sgml-mode-common): Drop the two args.
1639 Don't make buffer-local variables that aren't used.
1640 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1641 Don't set `before-string' props from sgml-display-text.
1642 (sgml-mode): Use define-derived-mode.
1643 (sgml-tags-invisible): Use sgml-display-text.
1644 (sgml-quote): New command.
1645 (html-tag-alist): Add args for `span'.
1646 (html-mode): Use define-derived-mode.
1647 Set sgml-display-text and sgml-tag-face-alist.
1648
1649 2001-10-25 Sam Steingold <sds@gnu.org>
1650
1651 * add-log.el (add-log-always-start-new-record): New user option.
1652 (add-change-log-entry): Use it.
1653
1654 2001-10-25 Richard M. Stallman <rms@gnu.org>
1655
1656 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1657 bind case-fold-search if FROM is not all lower case.
1658
1659 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1660
1661 * startup.el (normal-top-level): Check for frame-initial-frame
1662 only if it's really used.
1663
1664 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1665
1666 * progmodes/compile.el (compilation-parse-errors-filename-function):
1667 New variable.
1668 (compilation-parse-errors): Use it.
1669
1670 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1671
1672 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1673 interactively so that C-u M-C-x still does edebug.
1674 (checkdoc-sentencespace-region-engine): Don't force a double-space
1675 after `.' if it doesn't look like an end-of-sentence.
1676 (debug-ignored-errors): Add `disambiguate ...'.
1677
1678 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1679
1680 * textmodes/texinfo.el (texinfo-environments)
1681 (texinfo-environment-regexp): Hoist.
1682 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1683 Only highlight the menu name in menu items.
1684 Setup `@foo ... @end foo' as text clones.
1685 (texinfo-clone-environment): New function.
1686 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1687 (texinfo-insert-block): Simplify.
1688 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1689 the command is repeated.
1690 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1691 (texinfo-insert-@end): Simplify.
1692
1693 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1694 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1695 (texinfo-subsubsection-level-regexp)
1696 (texinfo-update-menu-same-level-regexps)
1697 (texinfo-update-menu-higher-regexps)
1698 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1699
1700 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1701 (derived-mode-p): Autoload.
1702
1703 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1704 New vars and functions.
1705 (text-clone-maintain, text-clone-create): New functions.
1706
1707 2001-10-25 Miles Bader <miles@gnu.org>
1708
1709 * facemenu.el (facemenu-add-new-face): Fix variable names.
1710
1711 2001-10-24 Richard M. Stallman <rms@gnu.org>
1712
1713 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1714 of t and nil values.
1715 (facemenu-set-face): Handle START and END interactively.
1716 (facemenu-set-foreground): Don't use a face; specify color directly.
1717 (facemenu-set-background): Likewise.
1718 (facemenu-set-face-from-menu): Doc fix.
1719 (facemenu-active-faces): Use face-attribute-vector
1720 to handle bare attributes not in faces.
1721 (facemenu-get-face): Don't handle face names fg:... and bg:...
1722 specially.
1723 (facemenu-add-new-face): New argument MENU.
1724 New way to handle adding colors to the color menus.
1725
1726 * env.el (substitute-env-vars): Quote the arg to rx.
1727
1728 2001-10-24 Sam Steingold <sds@gnu.org>
1729
1730 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1731 Control" and "SGML" groups.
1732
1733 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1734
1735 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1736 Better handling of C++ template args to avoid confusion with `<'
1737 and `>' used as operators in member init expressions.
1738
1739 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1740
1741 * replace.el (perform-replace): Move START and END parameters
1742 to the end of the argument list and make them optional.
1743
1744 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1745 perform-replace.
1746
1747 * international/fontset.el (x-must-resolve-font-name): New function.
1748 (x-complement-fontset-spec): Use it.
1749
1750 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1751
1752 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1753
1754 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1755 Turn caadr into caar of cdr.
1756
1757 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1758
1759 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1760 of mouse-{1,2} since dragging is on the down event.
1761
1762 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1763
1764 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1765 if ARG is nil.
1766
1767 * desktop.el (desktop-last-buffer): New variable.
1768 (desktop-create-buffer): Set it.
1769 (desktop-read): Bind it and switch to that buffer.
1770
1771 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1772
1773 * progmodes/compile.el (compilation-set-window-height):
1774 Select old window only if it's still live.
1775
1776 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1777
1778 * help-mode.el (help-buffer): Remove debugging code.
1779 From Stefan Monnier <monnier@cs.yale.edu>.
1780
1781 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1782
1783 * files.el (file-name-sans-extension, file-name-extension):
1784 Don't count the leading dots in file names as signaling an extension.
1785
1786 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1787
1788 * vc.el (vc-diff-switches): Doc rewritten.
1789
1790 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1791
1792 * tooltip.el (tooltip-set-param): Doc fix.
1793
1794 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1795 127 to sgml-maybe-name-self.
1796 (sgml-name-8bit-mode): Doc fix.
1797 (sgml-char-names-table): New variable.
1798 (sgml-name-char): Support non-ASCII and mule-unicode-*
1799 characters. Doc fix.
1800 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1801
1802 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1803 doc string the effect of `left' and `top' parameters in
1804 tooltip-frame-parameters, the default values, and the units.
1805 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1806 (tooltip-show): Mention in the doc string the `top' and `left'
1807 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1808
1809 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1810
1811 Add autoscaling support for vc-annotate.
1812 From J.D. Smith <jdsmith@alum.mit.edu>.
1813
1814 * vc.el (vc-annotate-display-default): Accept colormap scaling
1815 ratio (now deprecated).
1816 (vc-annotate-display-autoscale): Added.
1817 (vc-annotate-add-menu): New autoscaling menu options "Span to
1818 Oldest" and "Span Oldest->Newest". Easymenu support added for
1819 toggle menus driven by customize variable `vc-annotate-display-mode'.
1820 (vc-annotate-display-select): Added.
1821 (vc-annotate): Changed temp-buffer-show-function to
1822 `vc-annotate-display-select'.
1823 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1824 Added argument OFFSET. Instead of backend function, calls now
1825 generic `vc-annotate-difference'.
1826 (vc-annotate-difference): Added as generic function instead of
1827 backend-specific function. No longer takes argument POINT, but
1828 instead accepts a time OFFSET.
1829 (vc-default-annotate-current-time): Added.
1830
1831 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1832 version in vc.el, with
1833 (vc-cvs-annotate-current-time): Added, as override of default.
1834 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1835 `vc-cvs-annotate-difference'.
1836
1837 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1838
1839 * saveplace.el (save-place): Require `saveplace'.
1840
1841 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1842 Use `sexp' for :value-type instead of `face'.
1843
1844 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1845
1846 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1847 regexps due to 5-digit message IDs.
1848
1849 2001-10-21 Jason Rumney <jasonr@gnu.org>
1850
1851 * term/w32-win.el (redisplay-dont-pause): Don't set.
1852
1853 2001-10-21 Miles Bader <miles@gnu.org>
1854
1855 * help-funs.el (help-manyarg-func-alist): Variable removed.
1856
1857 2001-10-21 Miles Bader <miles@gnu.org>
1858
1859 * help-funs.el (help-manyarg-func-alist): Remove entries for
1860 `insert', `insert-and-inherit', `insert-before-markers',
1861 `insert-before-markers-and-inherit', `message', `message-box',
1862 `message-or-box', `propertize', `format', `encode-time', `append',
1863 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1864 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1865 `ml-prefix-argument-loop'.
1866
1867 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1868
1869 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1870 (vc-default-diff-tree): New functions.
1871 (vc-version-diff): Use them. As a result, coding systems are now
1872 set up properly for all sorts of diffs, and tree diffs can now
1873 also be done locally.
1874 (vc-diff): With a prefix argument, don't require that it's called
1875 from a buffer under version control.
1876 (diff-switches): Remove duplicate definition.
1877
1878 * vc-cvs.el (vc-cvs-diff-tree): New function.
1879
1880 2001-10-21 Miles Bader <miles@gnu.org>
1881
1882 * help-funs.el (help-manyarg-func-alist): Remove entries for
1883 `list', `vector', `make-byte-code', `call-process',
1884 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1885 `logand', `logior', and `logxor'.
1886
1887 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1888 image bits to compensate. Use `make-string' instead of
1889 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1890
1891 2001-10-20 Kim F. Storm <storm@cua.dk>
1892
1893 * simple.el (kill-ring-save): Don't show extent of copied region
1894 if using transient-mark-mode and region is fully visible.
1895
1896 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1897
1898 * (Version 21.1 released.)
1899
1900 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1901
1902 * files.el (auto-mode-alist): Associate .indent.pro with
1903 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1904
1905 2001-10-18 Sam Steingold <sds@gnu.org>
1906
1907 Put the *Compile-Log* buffer in `compilation-mode'.
1908 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1909 (byte-compile-log-1, byte-compile-log-file)
1910 (displaying-byte-compile-warnings): Use it
1911
1912 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1913
1914 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1915
1916 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1917
1918 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1919
1920 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1921
1922 * obsolete/hilit19.el (hilit-lookup-face-create):
1923 Call set-face-font only if display-graphic-p.
1924 (toplevel): Remove references to window-system.
1925
1926 2001-10-18 Miles Bader <miles@gnu.org>
1927
1928 * simple.el (what-line): Avoid problems with field properties.
1929
1930 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1931
1932 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1933 Define special colors for a tty.
1934
1935 2001-10-17 Francesco Potorti` <pot@gnu.org>
1936
1937 * comint.el (comint-password-prompt-regexp): Make it less
1938 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1939
1940 2001-10-17 John Wiegley <johnw@gnu.org>
1941
1942 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1943 a regular file, before checking if it is a directory or symlink.
1944 This avoids a call to eshell-file-attributes, which can be
1945 expensive in some situations.
1946
1947 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1948 customization variable, to differentiate ls-in-dired from regular
1949 uses of ls.
1950
1951 2001-10-17 Miles Bader <miles@gnu.org>
1952
1953 * custom.el (defface): Mention `:inherit' in doc-string.
1954
1955 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1956
1957 * paren.el: Update the Commentary with installation instructions.
1958
1959 2001-10-15 Dave Love <fx@gnu.org>
1960
1961 * international/mule.el (set-auto-coding): Fix regexps for local
1962 variables section not to eat newlines.
1963
1964 2001-10-15 Miles Bader <miles@gnu.org>
1965
1966 * simple.el (display-message-or-buffer): Pass the correct buffer
1967 to `display-buffer'.
1968
1969 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1970
1971 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1972 (executable-find): Use exec-suffixes.
1973 (executable-set-magic): Don't use make-local-hook.
1974
1975 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1976
1977 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1978
1979 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1980 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1981 Add .so to the Unix and GNU branch.
1982
1983 * international/latin-1.el:
1984 * international/latin-2.el:
1985 * international/latin-3.el:
1986 * international/latin-4.el:
1987 * international/latin-5.el:
1988 * international/latin-8.el:
1989 * international/latin-9.el: Add no-byte-compile: t, since
1990 Makefile.in instructs make-docfile to look at .el files.
1991
1992 2001-10-14 Miles Bader <miles@gnu.org>
1993
1994 * button.el (define-button-type): Allow supertype property to be
1995 specified with a keyword `:supertype' too.
1996 (button-put, make-text-button): Allow button type property to be
1997 specified using the keyword `:type' too.
1998 (button-type): New function.
1999 (button): Add `button-category-symbol' property.
2000
2001 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2002
2003 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2004 indent-new-comment-line from comment-indent-new-line.
2005
2006 * textmodes/refill.el (refill-mode):
2007 Bind DEL to backward-delete-char-untabify.
2008 Set backward-delete-char-untabify-method to `hungry'.
2009
2010 * textmodes/bib-mode.el (bib-mode):
2011 * play/gomoku.el (gomoku-mode):
2012 * textmodes/page-ext.el (pages-directory-mode):
2013 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2014
2015 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2016
2017 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2018
2019 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2020 Handle here-docs differently.
2021 (sh-font-lock-heredoc): Remove.
2022 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2023 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2024 (sh-font-lock-open-heredoc): New functions.
2025 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2026 (sh-font-lock-keywords-1): Use regexp-opt.
2027 (sh-in-comment-or-string): Use syntax-ppss.
2028 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2029 (sh-select, sh-tmp-file): Add explicit terminating \n.
2030
2031 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2032 Use with-current-buffer.
2033 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2034 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2035 filename), catch any error that occurs in `ange-ftp-cd'.
2036 If an error happened, don't bother sending `cmd' at all.
2037 Fix a parenthesis typo.
2038 (ange-ftp-write-region): Don't blindly use binary if the remote host
2039 is unix-like.
2040
2041 * play/pong.el (pong-init): Don't use make-local-hook.
2042
2043 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
2044
2045 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2046 (viper-get-ex-address-subr): More precise addr for the $ marker
2047
2048 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2049
2050 * version.el (emacs-version): Bump to 21.1.50.
2051
2052 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2053
2054 * mail/mailalias.el (mail-directory-stream): Do not double
2055 variables in the lambda-list.
2056
2057 * play/gomoku.el (gomoku-init-display): Ditto.
2058
2059 * play/landmark.el (lm-init-display): Ditto.
2060
2061 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2062 (delimit-columns-rectangle-line): Ditto.
2063
2064 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2065
2066 * newcomment.el (comment-region-internal): Don't rebind
2067 invisibility_spec now that the C routines handle it correctly.
2068
2069 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2070
2071 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2072 and `same-frame'.
2073
2074 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2075
2076 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2077
2078 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2079 C-p and C-r. Remove redundant bindings from inheriting maps.
2080
2081 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2082 After 4.23 and: After 4.24:
2083 (cperl-contract-levels): Restore position.
2084 (cperl-beautify-level): Likewise.
2085 (cperl-beautify-regexp): Likewise.
2086 (cperl-commentify): Rudimental support for length=1 runs
2087 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2088 After 4.25:
2089 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2090 (imenu-example--create-perl-index): Was not enforcing
2091 syntaxification-to-the-end.
2092 (cperl-invert-if-unless): Allow `for', `foreach'.
2093 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2094 Mark qw(), m()x as indentable.
2095 (cperl-init-faces): Highlight `sysopen' too.
2096 Highlight $var in `for my $var' too.
2097 (cperl-invert-if-unless): Was leaving whitespace at end.
2098 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2099 (cperl-calculate-indent): Remove old commented out code.
2100 Support (primitive) indentation of qw(), m()x.
2101 After 4.26:
2102 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2103 q [] with intervening newlines.
2104 (cperl-autoindent-on-semi): New customization variable.
2105 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2106 (cperl-tips): Mention how to make CPerl the default mode.
2107 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2108 (cperl-outline-level): New function.
2109 (cperl-highlight-variables-indiscriminately): New customization var.
2110 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2111 From Sean Kamath <kamath@pogo.wv.tek.com>.
2112 (cperl-after-block-p): Support CHECK and INIT.
2113 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2114 From Doug MacEachern <dougm@covalent.net>.
2115 After 4.27:
2116 (cperl-find-pods-heres): Recognize \"" as a string.
2117 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2118 Allow whitespace between << and "FOO".
2119 (cperl-problems): Remove \"" and q [] with intervening newlines.
2120 Mention multiple <<EOF as unsupported.
2121 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2122 (cperl-indent-parens-as-block): New configuration variable.
2123 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2124 Use `cperl-indent-parens-as-block'.
2125 (cperl-find-pods-heres): Test for =cut without empty line instead of
2126 complaining about no =cut.
2127 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2128 (cperl-find-pods-heres): Likewise.
2129 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2130 POD could've been marked as comment already.
2131 (cperl-unwind-to-safe): Unwind before start of POD too.
2132 After 4.28:
2133 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2134 After 4.29:
2135 (x-color-defined-p): Make an extra case to peacify the warning.
2136 Toplevel: `defvar' to peacify the warnings.
2137 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2138 No -nw-compile time warnings now.
2139 (cperl-find-tags): TAGS file had too short substring-to-search.
2140 Be less verbose in non-interactive mode
2141 (imenu-example--create-perl-index): Set index-marker after name
2142 (cperl-outline-regexp): New variable.
2143 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2144 (cperl-mode): Made use `cperl-outline-regexp'.
2145 After 4.30:
2146 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2147 (cperl-outline-level): Make start-of-file same level as `package'.
2148 After 4.31:
2149 (cperl-electric-pod): `head1' and `over' electric only if empty.
2150 (cperl-unreadable-ok): New variable.
2151 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2152 on an unreadable file.
2153 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2154 on an unreadable directory.
2155
2156 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2157 Consider the text between two errors as belonging to the first error.
2158 (compilation-goto-locus): Use pop-to-buffer rather than
2159 switch-to-buffer-other-frame.
2160
2161 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2162 (awk-font-lock-syntactic-keywords): New var.
2163 (awk-mode): Use it.
2164
2165 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2166
2167 * faces.el (describe-face): Call help-setup-xref earlier.
2168
2169 * jka-compr.el (jka-compr-load-suffixes): New var.
2170 (jka-compr-install): Add its content to load-suffixes.
2171 (jka-compr-uninstall): Remove its content from load-suffixes.
2172
2173 2001-10-12 Sam Steingold <sds@gnu.org>
2174
2175 * bindings.el (completion-ignored-extensions): CL-related
2176 extensions are platform-independent.
2177
2178 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2179 asynchronous multiple file copying.
2180
2181 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2182
2183 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2184 Turn error for repeated variables into warning.
2185
2186 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2187 New function checking that lambda-list consists of non-constant
2188 symbols, that &rest and &optional are followed by variable names,
2189 that &rest VAR is the last element, and that variables aren't doubled.
2190 (byte-compile-lambda): Use it.
2191
2192 2001-10-12 Eli Barzilay <eli@barzilay.org>
2193
2194 * calculator.el (calculator-eng-display): Don't call concat
2195 with an integer argument.
2196
2197 2001-10-12 Miles Bader <miles@gnu.org>
2198
2199 * help-mode.el (help-customize-face): New button-type.
2200
2201 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2202 (describe-face): Fix args to `help-xref-button'.
2203 Don't switch to help-buffer around call to `help-setup-xref'.
2204 Use `help-buffer' instead of hard-wired "*Help*".
2205 Require `help-mode'.
2206
2207 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2208
2209 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2210
2211 * help-mode.el (help-buffer): New function.
2212 Returns the buffer-name to use for help output.
2213 Change all the code to use it instead of hard-coding *Help*.
2214 (help-mode-map): Put back the mouse-2 binding.
2215 (help-xref-stack): Change the format and make buffer-local.
2216 (help-xref-stack-item): Make buffer-local.
2217 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2218 (help-xref-interned): Display the face doc as well.
2219 (help-follow-mouse): Re-introduce.
2220 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2221 (help-do-xref): Don't `push' any more.
2222 (help-follow): Also follow face names.
2223
2224 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2225 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2226 Autoload and cleanup.
2227 (describe-function): Call help-setup-xref.
2228 (describe-variable): Call help-setup-xref earlier.
2229
2230 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2231 (view-lossage): Call help-setup-xref correctly and earlier.
2232 (describe-bindings): Call help-setup-xref earlier.
2233 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2234 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2235
2236 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2237
2238 * master.el (master-mode): Use define-minor-mode instead of
2239 easy-mmode-define-minor-mode. Add autload cookie.
2240 (Commentary): Remove the line showing how to autoload master-mode,
2241 since it's always autoloaded.
2242
2243 * master.el: New file.
2244
2245 2001-10-11 Dave Love <fx@gnu.org>
2246
2247 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2248 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2249 <const-C varset-X const-C>: Fix car/cdr typo.
2250
2251 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2252
2253 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2254 New function extracted from byte-compile-log-1.
2255 (byte-compile-log-1): Change output to be more in line with
2256 the output of other GNU tools.
2257 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2258 (byte-compile-report-error): Downcase error message.
2259 Use `error' instead of `!!' for error messages.
2260 (byte-compile-print-syms): Treat non-interactive case specially.
2261 (displaying-byte-compile-warnings): Use backquote.
2262 (byte-compile-from-buffer): Bind byte-compile-last-line.
2263 (batch-byte-compile): Remove `Done' message.
2264
2265 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2266
2267 * emacs-lisp/copyright.el (copyright): Add final \n.
2268
2269 2001-10-11 Miles Bader <miles@gnu.org>
2270
2271 * diff.el (diff): Display default values in prompts as
2272 `(default ...)', not `(...)'.
2273
2274 * info.el (Info-follow-reference): Likewise.
2275
2276 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2277
2278 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2279
2280 * newcomment.el (comment-indent): Be a little more robust in case
2281 comment-indent-function does funny things.
2282 (comment-normalize-vars): Autoload.
2283 (comment-region-internal): Fiddle with the visibility spec.
2284 (comment-valid-prefix): New function.
2285 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2286 that would turn comment-text into non-comment-text.
2287
2288 * emacs-lisp/syntax.el: New file.
2289
2290 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2291 compatibility cruft.
2292 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2293 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2294 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2295 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2296 tcl-submit-bug-report.
2297 (tcl-mode-syntax-table): Leave \f alone.
2298 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2299 tcl-end-of-defun, tcl-submit-bug-report.
2300 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2301 (tcl-add-emacs-menu): Remove.
2302 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2303 (tcl-keyword-list): Add `chain'.
2304 (tcl-font-lock-syntactic-keywords): New variable.
2305 (tcl-pps-has-arg-6): Remove.
2306 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2307 (tcl-internal-mark-defun): Remove.
2308 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2309 (tcl-mode): Use define-derived-mode. Simplify.
2310 Set comment-indent-function.
2311 (tcl-indent-command): Use line-beginning-position and comment-indent.
2312 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2313 (tcl-indent-line): Use tcl-calculate-indent.
2314 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2315 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2316 (tcl-filter): Use with-current-buffer, simplify.
2317 (inferior-tcl-mode): Use define-derived-mode.
2318 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2319 (tcl-simple-in-comment, tcl-in-comment): Removed.
2320 (tcl-files-alist): New function.
2321 (tcl-help-snarf-commands): Use it and return the result directly
2322 rather than through a global variable.
2323 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2324 (tcl-help-on-word): Provide the default value to completing-read.
2325 (tcl-hilit): Remove.
2326 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2327 (tcl-comment-indent): New function.
2328 (tcl-submit-bug-report): Remove.
2329 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2330 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2331 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2332
2333 2001-10-10 Miles Bader <miles@gnu.org>
2334
2335 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2336 (Info-fontify-node): Don't fontify the node if it's already been done.
2337
2338 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2339
2340 * international/iso-transl.el (iso-transl-e-caret)
2341 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2342 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2343
2344 * simple.el (end-of-buffer): Fix code scrolling specially
2345 for the buffer end.
2346
2347 * startup.el (command-line-1): Bind tab-width to 8.
2348
2349 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2350
2351 * emulation/tpu-edt.el: Use defalias instead of fset for
2352 user-visible commands. From Rob Riepel
2353 <riepel@Networking.Stanford.EDU>.
2354
2355 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2356
2357 * ruler-mode.el: New file.
2358
2359 2001-10-09 Miles Bader <miles@gnu.org>
2360
2361 * apropos.el (button): New require.
2362
2363 * help-funs.el: New file, contents mostly from `help.el'.
2364 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2365
2366 * help-mode.el: New file, contents mostly from `help.el'.
2367
2368 * help.el: Don't require `view' when compiling.
2369 (help-with-tutorial, describe-function, describe-function-1)
2370 (variable-at-point, describe-variable, locate-library):
2371 Functions moved into `help-funs.el'.
2372 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2373 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2374 (help-setup-xref, help-xref-following, help-make-xrefs)
2375 (help-xref-button, help-insert-xref-button, help-xref-interned)
2376 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2377 (help-xref-on-pp): Functions moved into `help-mode.el'
2378 (help-mode-map, help-xref-stack, help-xref-stack-item)
2379 (help-highlight-p, help-highlight-face, help-back-label)
2380 (help-xref-symbol-regexp, help-xref-mule-regexp)
2381 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2382 (help-symbol, help-back, help-info, help-customize-variable)
2383 (help-function-def, help-variable-def):
2384 Button-types moved into `help-mode.el'.
2385 (load-symbol-file-load-history, symbol-file):
2386 Functions moved into `subr.el'.
2387 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2388 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2389
2390 * subr.el (symbol-file-load-history-loaded)
2391 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2392
2393 * loadup.el ("button"): Load removed.
2394
2395 * button.el (define-button-type): Respect any `supertype' property.
2396 (button-type-subtype-p, button-has-type-p): New functions.
2397
2398 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2399 dollar-signs.
2400
2401 * comint.el (comint-insert-previous-argument): New function.
2402 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2403 (comint-insert-previous-argument-last-start-pos)
2404 (comint-insert-previous-argument-last-index): New variables.
2405
2406 * apropos.el (apropos-next-label-button): Use the presence of a
2407 `apropos-label' property to detect label buttons.
2408
2409 2001-10-08 Miles Bader <miles@gnu.org>
2410
2411 * button.el (next-button, previous-button): Remove N and WRAP
2412 parameters. Don't pay attention to `skip' properties.
2413 (forward-button): Implement wrapping, iterating, and skipping here
2414 instead.
2415 (button-activate): USE-MOUSE-ACTION is optional.
2416 (button-nop): Function removed.
2417 (default-button): Use `ignore' as default button action.
2418
2419 * apropos.el (apropos-next-label-button): Update arguments to
2420 `next-button'.
2421 (apropos-symbol): Add `skip' property.
2422 (apropos-function, apropos-macro, apropos-command)
2423 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2424 (apropos-plist): New button types.
2425 (apropos-label-properties): Variable removed.
2426 (apropos-print): Pass button-type to apropos-print-doc, rather
2427 than help function and label text.
2428 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2429 Get button label from TYPE.
2430
2431 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2432
2433 * help.el (help-mode): Use define-derived-mode.
2434 (describe-mode): Add optional `buffer' arg.
2435 Use it instead of going through help-xref-mode.
2436 Avoid doubling the word `minor' when prettifying.
2437 (describe-function-1): List the corresponding key bindings.
2438 (describe-variable): Say if the var is automatically buffer-local.
2439 If the source is `loaddefs.el', look for the real source.
2440 (help-xref-mode): Remove.
2441
2442 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2443 the file says no-byte-compile.
2444
2445 2001-10-08 Miles Bader <miles@gnu.org>
2446
2447 * button.el (next-button, previous-button): Respect `skip' property.
2448
2449 2001-10-07 Miles Bader <miles@gnu.org>
2450
2451 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2452 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2453 `woman-follow-word' instead of `woman-mouse-2'.
2454 (woman-follow-word): Renamed from `woman-mouse-2'.
2455 Follow current unconditionally, since this function is now only
2456 bound to M-mouse-2. Use accessor functions.
2457 (WoMan-highlight-references): Use `make-text-button'.
2458 (woman-xref): New button type.
2459
2460 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2461 ("button"): New load, just before "help" (which uses it).
2462
2463 * help.el (help-mode-map): Make button-buffer-map our parent.
2464 Don't bind mouse events or tab/backtab.
2465 (help-function, help-variable, help-face, help-coding-system)
2466 (help-input-method, help-character-set, help-back, help-info)
2467 (help-customize-variable, help-function-def, help-variable-def):
2468 New button types.
2469 (help-button-action): New function.
2470 (describe-function-1): Pass help button-types to
2471 `help-xref-button' rather than help function and help-echo string.
2472 Don't put multiple help-function args in a list to pass them to
2473 help-xref-button, just pass them as multiple arguments.
2474 Use `help-insert-xref-button' to make [back]-button, rather than
2475 `help-xref-button'.
2476 (help-xref-button): Take a button-type TYPE as a parameter rather
2477 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2478 and add a &rest parameter ARGS to serve the same purpose.
2479 Use `make-text-button' to add the button.
2480 (help-insert-xref-button): Use `insert-text-button' to add the button.
2481 (help-follow-mouse, help-next-ref, help-previous-ref):
2482 Functions removed.
2483 (help-do-xref): New function.
2484 (help-follow): Use `push-button' and `help-do-xref' to do most of
2485 the work.
2486
2487 * apropos.el (apropos-symbol, apropos-label): New button types.
2488 (apropos-symbol-button-display-help)
2489 (apropos-label-button-display-help, apropos-next-label-button):
2490 New functions.
2491 (apropos-mode-map): Make button-buffer-map our parent.
2492 Don't bind mouse events.
2493 (apropos-print, apropos-print-doc): Create buttons instead of text
2494 properties.
2495 (apropos-mouse-follow): Function removed.
2496 (apropos-follow): Use buttons.
2497
2498 * button.el: New file.
2499
2500 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2501
2502 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2503 Remove.
2504
2505 2001-10-05 Richard M. Stallman <rms@gnu.org>
2506
2507 * add-log.el (add-change-log-entry): Skip copyright notice
2508 and copying permission notice at start of file, if any.
2509 Make use of terms "entry" and "item" accord with Emacs manual.
2510 Simplify the logic for moving point while entering or creating
2511 an entry and then an item.
2512 (add-change-log-entry-other-window): Doc fix.
2513
2514 2001-10-06 Miles Bader <miles@gnu.org>
2515
2516 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2517 removed; they apparently don't work with faces.
2518
2519 2001-10-05 Sam Steingold <sds@gnu.org>
2520
2521 * textmodes/sgml-mode.el (html-xhtml): New user option.
2522 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2523 (html-ordered-list, html-unordered-list, html-list-item)
2524 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2525 (sgml-skip-close-p): New function.
2526 (sgml-value): Use it.
2527
2528 2001-10-05 Sam Steingold <sds@gnu.org>
2529
2530 * calendar/diary-lib.el (diary-entry-compare): When times are
2531 identical, compare the entries lexicographically.
2532
2533 2001-10-06 Miles Bader <miles@gnu.org>
2534
2535 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2536 Use `minibuffer-prompt-end'.
2537
2538 * simple.el (previous-matching-history-element): Fix misplaced
2539 parentheses.
2540
2541 2001-10-05 Miles Bader <miles@gnu.org>
2542
2543 * rfn-eshadow.el: New file.
2544
2545 2001-10-05 Miles Bader <miles@gnu.org>
2546
2547 * cus-face.el (custom-face-attributes): Make sure each attribute
2548 has a valid default value. Remove hacks that mapped `nil' to
2549 `off' and used nil to mean `unspecified'. Remove `unspecified'
2550 choices from all attributes (unspecified is handled by the parent
2551 checklist).
2552 * cus-edit.el (custom-face-edit-convert-widget)
2553 (custom-face-edit-deactivate, custom-face-edit-activate)
2554 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2555 New functions.
2556 (custom-face-edit): Specify a custom :convert-widget.
2557 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2558 Don't pass in default filters that map between `nil' and `off' and
2559 `unspecified' and `nil'.
2560
2561 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2562
2563 * progmodes/compile.el (compilation-buffer-name): New function.
2564 (compile-internal): Use it to determine the name of the
2565 compilation buffer.
2566
2567 2001-10-05 Miles Bader <miles@gnu.org>
2568
2569 * progmodes/compile.el (grep-use-null-device): New variable.
2570 (grep-command): Mention `grep-use-null-device'.
2571 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2572 Make computation of `grep-command' respect `grep-use-null-device'.
2573 (grep): Respect `grep-use-null-device'.
2574 Call `grep-compute-defaults' even if grep-command is set, if
2575 grep-use-null-device is still tentative.
2576
2577 * subr.el (call-process-shell-command): New function.
2578
2579 2001-10-05 Miles Bader <miles@gnu.org>
2580
2581 * simple.el (previous-matching-history-element)
2582 (next-history-element, next-complete-history-element): Use
2583 `minibuffer-' functions instead of calling `field-' functions directly.
2584 (minibuffer-prompt-end, minibuffer-contents):
2585 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2586 Functions removed (now subrs).
2587 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2588
2589 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2590 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2591 instead of calling `field-' functions directly.
2592 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2593
2594 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2595
2596 * files.el (find-file-noselect): If file's read-only status has
2597 changed on disk, ask if buffer's read-only status should be
2598 changed, unless NOWARN is set.
2599
2600 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2601 alias for define-setf-method.
2602
2603 * bindings.el: Remove no-byte-compile from file local variables
2604 to enable bootstrapping.
2605
2606 2001-10-04 Andrew Innes <andrewi@gnu.org>
2607
2608 * faces.el (face-font-registry-alternatives) [windows-nt]:
2609 Make gb2312 an alias for gb2312.1980.
2610
2611 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2612
2613 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2614 (uniquify-reverse-components): Remove.
2615
2616 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2617 Make sure the file is readable.
2618 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2619 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2620 (batch-byte-recompile-directory): Pass arg=0.
2621
2622 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2623 (perl-calculate-indent): Use it.
2624 (perl-backward-to-noncomment): Use forward-comment.
2625
2626 * derived.el (define-derived-mode, derived-mode-make-docstring):
2627 Allow `parent' to be nil.
2628
2629 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2630 Use define-derived-mode.
2631 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2632
2633 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2634
2635 * emacs-lisp/lselect.el: Use facep iso find-face.
2636
2637 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2638 Use regexp-opt.
2639 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2640 (lisp-font-lock-syntactic-face-function): New function.
2641 (lisp-mode-variables): Use it. Make arg optional.
2642 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2643 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2644 Set comment-start-skip.
2645
2646 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2647
2648 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2649 (ignore-errors): Don't bother using a `err' symbol.
2650
2651 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2652 (autoload-insert-section-header, autoload-before-p)
2653 (autoload-remove-section): New functions.
2654 (generate-file-autoloads): Use them.
2655 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2656 Make sure the autoload file is properly formatted when creating it.
2657 (update-autoloads-from-directories): Use them as well.
2658 Only update autoloads for files whose timestamp has changed.
2659 Add a dummy entry to remember the files which had no autoload cookies.
2660
2661 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2662
2663 * subr.el (define-key-after): Allow `key' to be longer than 1.
2664 (make-local-hook): Make obsolete.
2665 (add-hook, remove-hook): Don't use make-local-hook any more.
2666 (make-syntax-table): Inherit all chars from s-s-t.
2667
2668 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2669
2670 This is a fix for a report saying that resuming a search with C-s
2671 C-s doesn't use the case-fold-search setting of the previous
2672 search (C-s ... M-c ... then C-s C-s).
2673
2674 * isearch.el (isearch-last-case-fold-search): New variable.
2675 (isearch-mode): Remember value of isearch-case-fold-search
2676 in isearch-last-case-fold-search.
2677 (isearch-done): Quote value of isearch-case-fold-search.
2678 (isearch-repeat): When resuming a search, restore
2679 isearch-case-fold-search from isearch-last-case-fold-search.
2680
2681 Added to NEWS.
2682
2683 * startup.el (inhibit-startup-buffer-menu): New user-option.
2684 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2685 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2686
2687 This allows upto 99999 messages in the summary without screwing up
2688 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2689
2690 * mail/rmailsum.el (rmail-make-summary-line)
2691 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2692 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2693 Allow 5-digit message ids instead of 4.
2694
2695 This adds expansion of environment variables in the value
2696 specified with M-x setenv. Added to NEWS.
2697
2698 * env.el (substitute-env-vars): New function.
2699 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2700 environment variables in VALUE. Return VALUE.
2701
2702 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2703
2704 * Branch for 21.1.
2705
2706 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2707
2708 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2709
2710 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2711
2712 * emulation/tpu-edt.el: Make messages match original TPU/edt
2713 editor. From riepel@Stanford.EDU (Rob Riepel).
2714
2715 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2716
2717 * rect.el: Update maintainer's email address.
2718
2719 2001-10-02 Andreas Schwab <schwab@suse.de>
2720
2721 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2722 and Extended Passive Mode, resp.
2723
2724 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2725
2726 These changes add support for Calendar-related items in the
2727 menu bar on tty's as well:
2728
2729 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2730 unconditionally.
2731 (calendar-mode): Set up activate-menubar-hook unconditionally.
2732
2733 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2734 calls x-popup-menu only if popup menus are supported.
2735 (calendar-mouse-insert-hebrew-diary-entry)
2736 (calendar-mouse-insert-islamic-diary-entry)
2737 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2738 (calendar-mouse-view-other-diary-entries)
2739 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2740 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2741 Call cal-menu-x-popup-menu instead of x-popup-menu.
2742
2743 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2744
2745 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2746
2747 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2748
2749 * emacs-lisp/rx.el: New file.
2750
2751 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2752
2753 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2754
2755 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * frame.el (select-frame-by-name, other-frame): Doc fix.
2758
2759 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2760
2761 * play/snake.el (snake-score-file): Use temporary-file-directory
2762 instead of a literal "/tmp". Suggested by Robert
2763 <robert@chezmarshall.freeserve.co.uk>.
2764
2765 * play/tetris.el (tetris-score-file): Ditto.
2766
2767 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2768
2769 * apropos.el (apropos-print): Make the directions inserted at the
2770 beginning of the *Apropos* buffer more clear.
2771
2772 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2773
2774 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2775 Added comments.
2776
2777 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2778
2779 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2780 "\\s-" when defining comment-end-skip.
2781
2782 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2783
2784 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2785 Call get-buffer-window first second arg `visible'.
2786
2787 * international/mule-diag.el (list-input-methods-1):
2788 Output something that's independent of Emacs' version.
2789
2790 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2791 calling byte-to-position with a nil tar-header-offset.
2792
2793 2001-09-27 Simon Josefsson <jas@extundo.com>
2794
2795 * mail/sendmail.el (send-mail-function): Doc fix.
2796 (mail-do-fcc): Error if header-end is not a marker.
2797 (mail-do-fcc): Add a comment.
2798 (mail-reply-to): Doc fix.
2799 (mail-signature): Make ATPOINT optional.
2800 (mail-yank-original): Use cond instead of nestled if.
2801
2802 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2803
2804 * info.el (Info-on-current-buffer): Default arg to "Top".
2805
2806 2001-09-25 Eli Barzilay <eli@barzilay.org>
2807
2808 * calculator.el (calculator-copy-displayer): New user-option.
2809 (calculator-displayer-prev, calculator-displayer-next):
2810 Renamed from calculator-displayed-{left,right}.
2811 (calculator, calculator-standard-displayer)
2812 (calculator-num-to-string, calculator-update-display)
2813 (calculator-copy, calculator-put-value): Bug and display fixes.
2814
2815 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2816
2817 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2818 (ebnf-version): New version (3.6.1).
2819
2820 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2821 (ebnf-bnf-non-terminal-chars): New internal const.
2822 (ebnf-bnf-lex): Fix code.
2823
2824 * ebnf-iso.el: Fix character range regexp. Doc fix.
2825 (ebnf-iso-non-terminal-chars): New internal const.
2826 (ebnf-iso-lex): Fix code.
2827
2828 * ebnf-yac.el: Fix character range regexp. Doc fix.
2829 (ebnf-yac-skip-chars): New internal const.
2830 (ebnf-yac-skip-code): Fix code.
2831
2832 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2833
2834 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2835
2836 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2837 passing it to VC.
2838
2839 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2840 case where the file is relative.
2841
2842 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2843
2844 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2845 same on each side. Make sure we properly handle simple quotes.
2846 From Daiki Ueno <ueno@unixuser.org>.
2847
2848 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2849
2850 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2851 <jas@extundo.com>.
2852
2853 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2854 some items of the Options menu.
2855
2856 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2857
2858 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2859
2860 * vc-hooks.el (vc-delete-automatic-version-backups):
2861 Don't fail if the directory doesn't exist.
2862
2863 * diff-mode.el (diff-default-read-only): New var.
2864 (diff-mode): Use it.
2865
2866 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2867
2868 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2869 Use make-keymap instead of copy-keymap, since copying the global
2870 keymap messes up the menu bar.
2871
2872 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2873 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2874
2875 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2876
2877 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2878
2879 * dired-aux.el (dired-insert-subdir): Pass switches to
2880 dired-build-subdir-alist.
2881
2882 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2883
2884 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2885 caused %#a and %#b to be mis-formatted.
2886
2887 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2888
2889 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2890 ccmode, emacs-mime, and eudc manuals.
2891
2892 2001-09-19 Sam Steingold <sds@gnu.org>
2893
2894 w32 find cannot be used with `grep-find'.
2895 * progmodes/compile.el (find-program): New variable.
2896 (grep-compute-defaults): Use it to set `grep-find-command'.
2897
2898 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2899
2900 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2901
2902 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2903
2904 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2905 programming. Doc fix.
2906 (ebnf-version): New version (3.6).
2907 (ebnf-eps-begin): Data fix.
2908 (ebnf-begin-file): Code fix.
2909
2910 * ebnf-bnf.el: Doc fix.
2911 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2912
2913 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2914
2915 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2916
2917 * ps-print.el: Better face mapping for black/white PostScript printers.
2918 Check if mark is active when printing a region. Doc fix.
2919 (ps-print-version): New version number (6.5.5).
2920 (ps-print-color-p): Customization fix.
2921 (ps-black-white-faces): New option.
2922 (ps-black-white-faces-alist): New internal var.
2923 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2924 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2925 (ps-nb-pages-region): Interactive fix.
2926 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2927 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2928
2929 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2930
2931 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2932 numeric month value, and allow the Kanji character after the it to
2933 be missing (happens with ls-lisp's output on Japanese versions of
2934 MS-Windows).
2935
2936 2001-09-18 Miles Bader <miles@gnu.org>
2937
2938 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2939 it's empty (and thus probably a new patch file about to be edited).
2940
2941 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2942
2943 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2944 Check for '(' in column 0 of doc string.
2945
2946 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2947 of `nth' so that using a vector as bounding-box works.
2948 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2949
2950 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2951
2952 * vc.el (vc-annotate): Use current workfile version explicitly as
2953 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2954
2955 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2958 convert-standard-filename doesn't guarantee that the .el extension
2959 is preserved.
2960
2961 * dos-fns.el (convert-standard-filename): Replace invalid
2962 characters only after converting dash/underscore to a period.
2963 (original-make-auto-save-file-name): New.
2964 (make-auto-save-file-name): New function, overrides the definition
2965 on files.el and calls the original function via
2966 original-make-auto-save-file-name.
2967
2968 * mail/rmail.el (top-level): Require mule-utils when compiling.
2969 (rmail-decode-babyl-format): Use detect-coding-with-priority
2970 instead of detect-coding-region, to favor detection of emacs-mule
2971 encoded Babyl files written by rmailout.el etc. Suggested by
2972 Kenichi Handa <handa@etl.go.jp>.
2973
2974 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2977 Use `equal', not `=', since the device number can be a cons cell.
2978
2979 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2980
2981 * simple.el: Comment out change of 2001-09-13.
2982
2983 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2984
2985 * progmodes/compile.el (grep-compute-defaults): Don't set
2986 grep-command/grep-find-command when it is already non-nil.
2987 (grep-command): Make it a user option.
2988 (grep-find-command): Likewise.
2989
2990 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2991
2992 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2993 inhibit quit.
2994
2995 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2996
2997 * files.el (make-auto-save-file-name): If long file names are not
2998 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2999 generating an auto-save file name from it.
3000
3001 2001-09-13 Gerd Moellmann <gerd@gnu.org>
3002
3003 * ps-print.el (ps-print-region, ps-print-region-with-faces)
3004 (ps-nb-pages-region): Signal an error if called interactively
3005 and the mark is not active.
3006
3007 * simple.el (minibuffer-prompt-modification)
3008 (minibuffer-prompt-insertion): New functions.
3009 (minibuffer-prompt-properties): Use `modification-hooks' and
3010 `insert-in-front-hooks'.
3011
3012 2001-09-12 Richard M. Stallman <rms@gnu.org>
3013
3014 * textmodes/outline.el (outline-regexp): Doc fix.
3015 Initialize it in the defcustom, the usual way.
3016
3017 2001-09-12 Gerd Moellmann <gerd@gnu.org>
3018
3019 * ediff-mult.el (ediff-get-meta-info): Take into account that data
3020 from `ediff-meta-info' properties need not be an overlay.
3021 From David Ponce <dponce@voila.fr>.
3022
3023 * isearch.el (isearch-intersects-p): Fix end checks.
3024
3025 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3026
3027 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3028 `t' branch of `cond', since Irix 6.1 and up is a special case of
3029 the standard dbx interface.
3030
3031 2001-09-11 Miles Bader <miles@gnu.org>
3032
3033 * comint.el (comint-send-input): When waiting for echoed input,
3034 don't save the expected end position in `echo-end', so that things
3035 work properly even if the buffer is modified elsewhere at the same
3036 time [this happens if `comint-truncate-buffer' is used].
3037
3038 2001-09-11 Gerd Moellmann <gerd@gnu.org>
3039
3040 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3041 when constructing imenu-generic-expression from outline-regexp.
3042
3043 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3044
3045 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3046 `equal' instead of `=', since they can be cons cells. From Nils
3047 Goesche <cartan@cartan.de>.
3048
3049 2001-09-10 Andre Spiegel <spiegel@gnu.org>
3050
3051 * vc.el (vc-annotate): Rewrote doc string.
3052
3053 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3054
3055 * time-stamp.el: Update Stephen Gildea's email address.
3056
3057 2001-09-10 Gerd Moellmann <gerd@gnu.org>
3058
3059 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3060 enable-multibyte-characters = nil. From Hallvard B Furuseth
3061 <h.b.furuseth@usit.uio.no>.
3062
3063 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
3064
3065 * ediff-init.el (ediff-highest-priority): Bug fix.
3066
3067 * viper-cmd.el (viper-special-read-and-insert-char): New function
3068 that reads a character and uses the current input method or
3069 iso-accents when appropriate.
3070
3071 * viper.el and all others: Corrections to the comment blocks at
3072 the top.
3073
3074 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3075
3076 * info.el (Info-goto-node): Doc fix.
3077
3078 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3079
3080 * isearch.el (isearch-intersects-p): New function.
3081 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3082 use isearch-intersects-p, and clean up.
3083
3084 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3085
3086 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3087 and "german8", for the new German orthography dictionaries,
3088 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3089 the entries, to keep the line length balanced for loaddefs.el.
3090
3091 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
3092
3093 * comint.el (comint-send-input): Handle comint-process-echoes
3094 differently.
3095
3096 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3097
3098 * locate.el (locate-insert-header): Remove unnecessary whitespace.
3099
3100 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3101
3102 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
3103
3104 2001-09-07 Gerd Moellmann <gerd@gnu.org>
3105
3106 * server.el (server-switch-buffer):
3107 * textmodes/refer.el (refer-find-entry-internal):
3108 * term/sup-mouse.el (sup-pos-to-window):
3109 * term/bg-mouse.el (bg-window-from-x-y):
3110 * emacs-lisp/edebug.el (edebug-window-live-p):
3111 Use get-window-with-predicate.
3112
3113 * window.el (get-window-with-predicate): Renamed from some-window.
3114 (some-window): Make it an alias.
3115
3116 2001-09-06 Gerd Moellmann <gerd@gnu.org>
3117
3118 * simple.el (undo): Remove positions from buffer-undo-list up to
3119 the next undo boundary only.
3120
3121 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3122
3123 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3124 Kim <ryk@dspwiz.com>
3125
3126 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3127 the message "Creating customization items...done".
3128
3129 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3130
3131 * font-lock.el (toplevel): Require `jit-lock' only if
3132 font-lock-support-mode is set to jit-lock-mode.
3133
3134 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3135
3136 * international/quail.el (quail-use-package, quail-inactivate)
3137 (quail-activate): Mention the hooks these functions run in their
3138 doc strings.
3139
3140 2001-09-05 Edward M. Reingold <reingold@iit.edu>
3141
3142 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3143 of file in header of menu.
3144
3145 2001-09-04 Gerd Moellmann <gerd@gnu.org>
3146
3147 * env.el (setenv): Interactively, if VARIABLE has a current value,
3148 add that to the front of the history, as the doc string says.
3149
3150 * comint.el (comint-send-input): Change help-echo.
3151 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
3152
3153 * bookmark.el (bookmark-write-file): Bind print-length and
3154 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3155
3156 * obsolete/uncompress.el: Moved there from lisp/.
3157
3158 * comint.el (comint-insert-clicked-input): Goto point-max before
3159 deleting previous input. From "Dr Francis J. Wright"
3160 <F.J.Wright@qmw.ac.uk>.
3161
3162 * simple.el (backward-word): Doc fix.
3163
3164 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3165
3166 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3167 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3168 * w32-fns.el: Add Keywords header.
3169
3170 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3171
3172 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3173 "Text Properties". Suggested by Simon Marshall
3174 <Simon.Marshall@midas-kapiti.com>.
3175
3176 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3177
3178 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3179 consulting the value of file-name-coding-system.
3180
3181 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3182
3183 * help.el (describe-function-1): Save precomputed `file-name' rather
3184 than recomputing it (incorrectly) with `symbol-file'.
3185
3186 2001-09-03 Gerd Moellmann <gerd@gnu.org>
3187
3188 * international/isearch-x.el (isearch-exit-recursive-edit):
3189 Take three parameters, since it's used as an after-change-function.
3190
3191 * emacs-lisp/backquote.el (backquote-backquote-symbol)
3192 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3193 from doc strings.
3194
3195 2001-09-02 Milan Zamazal <pdm@zamazal.org>
3196
3197 * progmodes/glasses.el (glasses-convert-to-unreadable):
3198 Consider underscores as in `glasses-make-readable'.
3199
3200 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3201
3202 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3203 MS-DOS, since cpp might not be available.
3204
3205 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3206 Mention "yank" in the help-echo text.
3207 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3208
3209 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3210
3211 * newcomment.el (comment-indent): Insert spaces more carefully.
3212
3213 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3214
3215 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3216 exists. From Andy Petrusenco <andy@int.spb.ru>.
3217
3218 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3219 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3220 <andy@int.spb.ru>.
3221
3222 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3223
3224 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3225 Instead of running mouse-yank-at-click, see what the event is
3226 bound to outside Isearch and run that.
3227
3228 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3231 Fix the menu entry to mention transient-mark-mode.
3232
3233 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3234
3235 * simple.el (eval-expression-print-level): Fix last change.
3236
3237 * bindings.el (mode-line-coding-system-map): New variable.
3238 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3239
3240 * simple.el (eval-expression-print-level): Change the type
3241 of the defcustom to allow nil.
3242
3243 * emacs-lisp/find-gc.el: Moved here from lisp/.
3244
3245 * international/quail.el (quail-completion-1):
3246 Reverse the ((CHAR . DEFN) ...) list before processing it.
3247 From Kenichi Handa <handa@etl.go.jp>.
3248
3249 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3250 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3251
3252 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3253
3254 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3255 aren't supported. This avoids the annoying gray strip drawn by
3256 the Windows version instead of the missing tool bar.
3257
3258 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3259
3260 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3261 and tooltips more consistent. From "Marshall, Simon"
3262 <Simon.Marshall@midas-kapiti.com>.
3263
3264 * startup.el (fancy-splash-screens): Temporarily set
3265 minor-mode-map-alist to nil while displaying splash screens.
3266
3267 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3268
3269 * buff-menu.el: Add Keywords header.
3270 Doc fix (C-x C-b is bound to list-buffers).
3271
3272 * dired-x.el: Add keyword files to get listed in finder.
3273 Remove confusing notes about GNU Emacs 19.
3274
3275 * dired.el, dired-aux.el: Add Keywords header.
3276
3277 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3278
3279 * vc.el (vc-revert-file): Call the backend even if the FILE's
3280 contents can be reverted locally; pass new arg CONTENTS-DONE
3281 down to the backend.
3282
3283 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3284 optional arg CONTENTS-DONE.
3285
3286 2001-08-28 Andrew Innes <andrewi@gnu.org>
3287
3288 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3289
3290 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3291
3292 * makefile.nt (install): Copy more *.el files.
3293
3294 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3295
3296 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3297 instead of `w' which is already in use.
3298
3299 * gs.el (gs-load-image): Use sleep-for.
3300 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3301
3302 2001-08-28 Miles Bader <miles@gnu.org>
3303
3304 * replace.el (query-replace-regexp-eval): Return args from
3305 `interactive' form in correct order.
3306
3307 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3308
3309 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3310 major modes, don't create panes for modes for which
3311 mouse-buffer-menu-alist returns an empty alist.
3312
3313 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3314
3315 * progmodes/hideshow.el: Update first-line description.
3316 Sync comments w/ maintainer version 5.31.
3317
3318 (hs-isearch-open): Default value now `code'.
3319 Fix docstring to use "code blocks" vs "comment blocks",
3320 as opposed to "block" vs "comment".
3321 (hs-flag-region): Accept `hs-isearch-open' value
3322 of `block' as synonymous w/ `code'.
3323 (hs-hide-block-at-point): For code blocks, pass `code'
3324 to `hs-flag-region' instead of `block'.
3325
3326 2001-08-28 Miles Bader <miles@gnu.org>
3327
3328 * comint.el (comint-next-prompt): Don't loop infinitely if
3329 {next,previous}-single-char-property-change returns its input
3330 position when the search fails.
3331
3332 2001-08-27 Miles Bader <miles@gnu.org>
3333
3334 * comint.el (comint-get-old-input-default): Don't signal an error
3335 if point is not on an input field; instead, return the current
3336 line (using `comint-bol' to skip any prompt, in case we're not
3337 using fields at all).
3338
3339 * man.el (Man-mode-line-format): Variable removed.
3340 (Man-mode): Change `mode-line-buffer-identification' instead of
3341 `mode-line-format'.
3342
3343 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3344
3345 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3346 From Simon Josefsson <jas@extundo.com>.
3347
3348 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3349
3350 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3351 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3352
3353 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3354 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3355
3356 * emacs-lisp/lselect.el: Ditto.
3357
3358 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3359 Remove periods from the end of error message strings.
3360 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3361
3362 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3363 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3364
3365 * net/telnet.el: Ditto.
3366
3367 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3368
3369 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3370 KEYMAP to the call to define-minor-mode.
3371
3372 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3373
3374 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3375 Replace some of the undefined characters with emulations of bidi
3376 formatting characters and Niqud as per SI 1311-1.
3377 (IT-unicode-translations): Ditto.
3378 (IT-display-table-setup, IT-setup-unicode-display):
3379 Fill characters without translations with dos-unsupported-char-glyph.
3380
3381 2001-08-24 Simon Josefsson <jas@extundo.com>
3382
3383 * hl-line.el (hl-line-mode): Don't be a global mode.
3384 (global-hl-line-mode): New function.
3385
3386 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3387
3388 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3389 being reset by Ghostscript. Don't kill the gs process.
3390 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3391
3392 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3393
3394 * term/mac-win.el: Require scroll-bar.
3395
3396 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3397
3398 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3399
3400 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3401
3402 * hexl.el (hexl-insert-multibyte-char) New function.
3403 (hexl-quoted-insert, hexl-self-insert-command)
3404 (hexl-insert-hex-char, hexl-insert-decimal-char)
3405 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3406 Fix the doc strings accordingly.
3407 (hexl-insert-char): Reject characters whose code is above 255.
3408 Doc fix.
3409 (hexl-mode-map): Copy the global keymap instead of creating a
3410 sparse keymap, and bind all self-inserting characters to
3411 hexl-self-insert-command.
3412
3413 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3414
3415 * wid-edit.el (text): Re-order docstring correctly.
3416
3417 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3418
3419 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3420
3421 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3422
3423 * simple.el (line-number-mode): Mention the variable
3424 line-number-display-limit-width in the doc string.
3425
3426 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3427
3428 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3429 Temporarily select EVENT's window for switching buffers.
3430 (mode-line-bury-buffer): New function.
3431 (mode-line-buffer-identification-keymap): Use it instead of
3432 bury-buffer. Bind down-mouse events to prevent global down-mouse
3433 events from shining through.
3434
3435 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3436
3437 * newcomment.el (comment-beginning): Make sure the comment-start
3438 we found isn't a comment-end (in cases where confusion is possible).
3439
3440 2001-08-22 Miles Bader <miles@gnu.org>
3441
3442 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3443 before writing it, so that hard-links don't see new version.
3444
3445 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3446
3447 * gs.el (gs-set-ghostview-colors-window-prop):
3448 Call x-change-window-property with 3rd arg FRAME.
3449 (gs-load-image): Wait for a previous Ghostscript process
3450 to complete before starting a new one.
3451
3452 * image.el (image-type-regexps): Make sure that the TIFF
3453 pattern is only matched at the beginning of a string.
3454 From Markus Rost <rost@math.ohio-state.edu>.
3455
3456 * international/swedish.el: Pre-Mule file removed. From Jonas
3457 Oberg <jonas@gnu.org>.
3458
3459 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3460
3461 * whitespace.el (whitespace-abort-on-error): Add custom variable
3462 to whitespace to abort a write-file if whitespace is detected in file.
3463
3464 * whitespace.el (whitespace-write-file-hook): Hook to be called
3465 when writing a file. If `whitespace-abort-on-error' is set, the
3466 write will abort on detecting whitespaces.
3467 If `whitespace-auto-cleanup' is set, the file will be cleaned
3468 automatically prior to writing.
3469
3470 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3471 whitespaces in the error output!
3472
3473 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3474 `indent-tabs-mode', since the latter notes user preferences on
3475 TABs anyway.
3476
3477 * whitespace.el (whitespace-version): 3.1. All of the above issues
3478 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3479
3480 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3481
3482 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3483 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3484
3485 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3486
3487 2001-08-20 Alex Schroeder <alex@gnu.org>
3488
3489 * sql.el (sql-db2): Doc change.
3490
3491 2001-08-20 Alex Schroeder <alex@gnu.org>
3492
3493 * sql.el (sql-postgres): Add the database at the end of the
3494 parameters instead of at the beginning.
3495 (sql-postgres-options): Doc change.
3496
3497 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3498
3499 * custom.el (defcustom): Doc fix.
3500
3501 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3502
3503 * ps-mule.el (find-composition): Check if (char-after POS)
3504 returns a valid character.
3505
3506 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3507
3508 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3509 original-point for extra CR characters that are added/removed when
3510 the buffer is written/read whose EOL type is -dos.
3511
3512 2001-08-16 Miles Bader <miles@gnu.org>
3513
3514 * simple.el (line-move): Undo previous change.
3515
3516 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3517 property to input-terminating `boundary' overlays to avoid
3518 line-move wierdness.
3519
3520 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3521
3522 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3523 buffer in a save-restriction. Under one test case with Ediff,
3524 window-scroll-functions are run with a window start that's
3525 temporarily outside of the restriction.
3526
3527 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3528
3529 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3530 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3531 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3532 (texinfo-update-menu-region-beginning)
3533 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3534 command, @ifnottex, to regexps, so it is found.
3535
3536 2001-08-16 Andrew Innes <andrewi@gnu.org>
3537
3538 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3539 (DONTCOMPILE): Omit sc.el.
3540
3541 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3542 (DONTCOMPILE): Omit sc.el.
3543
3544 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3545
3546 * replace.el (occur): Bind inhibit-read-only to t.
3547
3548 2001-08-16 Miles Bader <miles@gnu.org>
3549
3550 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3551 calling `constrain-to-field', to avoid problems with comint prompts.
3552
3553 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3554
3555 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3556 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3557
3558 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3559 of a while-loop.
3560
3561 * Makefile.in (DONTCOMPILE): Remove sc.el.
3562
3563 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3564 Don't include term/.
3565
3566 * mail/sc.el: Moved to obsolete/.
3567
3568 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3569
3570 * ps-print.el: Change error function arguments to follow Emacs
3571 message convention. Doc fix.
3572 (ps-print-version): New version number (6.5.4).
3573 (coding-system-for-write): Change declaration position to avoid
3574 XEmacs compilation gripes.
3575 (coding-system-for-read, buffer-file-coding-system):
3576 Declarations to avoid XEmacs compilation gripes.
3577
3578 * ps-mule.el: Doc fix.
3579 (ps-mule-encode-header-string): If STRING is not a string, replace
3580 STRING by empty string.
3581
3582 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3583
3584 * frame.el (show-trailing-whitespace): Doc fix.
3585
3586 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3587
3588 * desktop.el (desktop-save): Insert the coding: tag before
3589 desktop-header.
3590
3591 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3592
3593 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3594 its path from $els.
3595
3596 * image.el (image-jpeg-p): Fix call of substring.
3597
3598 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3599
3600 * play/animate.el (animate-string): Doc fix. Use a buffer
3601 name with stars in it.
3602 (animate-sequence): New function.
3603 From Richard Stallman <rms@gnu.org>.
3604
3605 * frame.el (select-frame-set-input-focus): New function
3606 extracted from other-frame.
3607 (other-frame): Use it.
3608 (next-multiframe-window, previous-multiframe-window): Use it.
3609
3610 * isearch.el (isearch-other-meta-char): Don't switch to the
3611 buffer of a window clicked on, when the current buffer is
3612 in Isearch mode.
3613
3614 * image.el (image-jpeg-p): Test for APPn markers in the range
3615 #xe0..#xef.
3616
3617 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3618
3619 * desktop.el (desktop-save): Don't use concat to form a file
3620 name, use expand-file-name.
3621
3622 * mouse.el (mouse-delete-window): Do nothing if frame has just
3623 one window.
3624
3625 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3626 for the minor mode name.
3627
3628 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3629 minor mode name.
3630
3631 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3632 instead of make-mode-line-mouse2-map.
3633
3634 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3635 the minor mode name.
3636
3637 * emacs-lisp/easy-mmode.el (define-minor-mode):
3638 Use mode-line-minor-mode-keymap for the minor mode name.
3639
3640 * calendar/calendar.el (calendar-mode-line-format):
3641 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3642
3643 * bindings.el (make-mode-line-mouse-map): Renamed from
3644 make-mode-line-mouse2-map. Take additional arg MOUSE.
3645 (mode-line-modified): Use mouse-3 instead of mouse-2.
3646 (mode-line-buffer-identification-keymap): Bind keys differently.
3647 (propertized-buffer-identification): Adapt help-echo to new bindings.
3648
3649 * bindings.el (mode-line-format): Specify help-echo for line
3650 number, column number and buffer-percent part of the mode-line.
3651
3652 * image.el (image-type-regexps): Allow whitespace at the start
3653 of the image data for XPM, XBM and Postscript, which are
3654 text files.
3655 (image-jpeg-p): Correct calculation of next field offset.
3656
3657 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3658
3659 * battery.el: Fix typo.
3660
3661 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3662
3663 * image.el (image-type-regexps): Allow predicates. Change the way
3664 JPEG images are recognized.
3665 (image-jpeg-p): New function.
3666 (image-type-from-data): Handle predicates in image-type-regexps.
3667
3668 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3669 #:, #x, #o, and similar constructs.
3670
3671 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3672
3673 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3674
3675 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3676 instead of `progn'.
3677
3678 * tar-mode.el (tar-extract): Avoid generating a new buffer
3679 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3680
3681 * textmodes/paragraphs.el (forward-sentence): Avoid building
3682 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3683
3684 * progmodes/executable.el (executable-set-magic):
3685 If executable-find returns a quoted file name, unquote it before
3686 inserting it.
3687
3688 * image.el (image-type-regexps): For JPEG files, use a regexp
3689 derived from the JFIF spec.
3690
3691 * image.el (image-type-regexps): Use `\`' instead of `^' in
3692 most regular expressions.
3693
3694 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3695
3696 * play/animate.el: Re-insert a reference to re-inserted function.
3697
3698 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3699
3700 * help.el (describe-function-1): Use find-function-search-for-symbol
3701 instead of find-function-noselect because the latter follows aliases.
3702
3703 * play/animate.el (animate-birthday-present): Re-insert.
3704
3705 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3706 Handle old-style menu definitions.
3707
3708 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3709
3710 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3711 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3712
3713 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3714 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3715 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3716
3717 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3718
3719 * textmodes/tildify.el: Milan Zamazal has new address.
3720
3721 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3722
3723 * custom.el (custom-set-variables): Don't test `custom-requests'
3724 properties, check the third element of the options passed to
3725 custom-set-variables instead.
3726
3727 * info.el (info-insert-file-contents): Use info-file-exists-p
3728 instead of file-exists-p.
3729
3730 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3731 the mode-line face is restored. Fix several bugs.
3732
3733 * replace.el (perform-replace): Doc fix.
3734
3735 2001-08-02 Francesco Potorti` <pot@gnu.org>
3736
3737 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3738 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3739 (uniquify-fix-item-base, uniquify-fix-item-filename)
3740 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3741 Callers changed.
3742 (uniquify-set-proposed): Changed to work with a vector item.
3743 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3744 the fix list, and a list of strings for the non-file buffer
3745 names. Both changes reduce consing.
3746 (uniquify-rationalize-a-list): Local variable renaming.
3747 (uniquify-rationalize-conflicting-sublist): Use member instead of
3748 assoc.
3749 (uniquify-rename-buffer): Use unless instead of if not.
3750
3751 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3752
3753 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3754
3755 * custom.el (custom-set-variables): Set options with :require
3756 clauses last.
3757
3758 * custom.el (defcustom): Doc fix.
3759
3760 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3761
3762 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3763
3764 * man.el (man): Mention Man-switches in the doc string.
3765 (Man-switches): Mention -a in the doc string.
3766
3767 * textmodes/ispell.el (ispell-alternate-dictionary):
3768 Add /usr/share/lib/dict/words, for Irix.
3769
3770 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3771 corresponding non-kp keys. Suggested by Stephen Gildea
3772 <gildea@stop.mail-abuse.org>.
3773
3774 2001-08-01 Francesco Potorti` <pot@gnu.org>
3775
3776 * uniquify.el: These changes correct a corner case that the old
3777 code managed correctly.
3778 (uniquify-fix-item-proposed): Renamed from
3779 uniquify-fix-item-min-proposed.
3780 (uniquify-set-proposed): New function.
3781 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3782 clarity and speed.
3783 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3784 This is equivalent to what the old code did.
3785 (uniquify-rationalize-a-list): Never recompute the proposed
3786 name. Sort the conflicting sublist before rationalising it: this
3787 is equivalent to what the old code did, but one directory element
3788 at a time, and only when necessary.
3789 (uniquify-rationalize-conflicting-sublist): Recompute here the
3790 proposed name.
3791
3792 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3793
3794 * play/animate.el: Add Keywords and Maintainer. Remove a
3795 reference to a removed function.
3796
3797 * play/animate.el (animate-string): Handle case that the string is
3798 longer than the window is wide.
3799
3800 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3801
3802 * desktop.el (desktop-save): Bind coding-system-for-write to
3803 `emacs-mule' for write-region.
3804
3805 * delsel.el (delete-selection-pre-hook): Don't set this-command
3806 to `ignore' if the region is empty.
3807
3808 * international/mule.el (set-keyboard-coding-system):
3809 Set keyboard-coding-system.
3810
3811 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3812 before accessing it.
3813
3814 2001-07-30 Andreas Schwab <schwab@suse.de>
3815
3816 * menu-bar.el (toggle-highlight-paren-mode):
3817 Use `(show-paren-mode)' as body.
3818
3819 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3820
3821 * vc.el (vc-checkout-hook): New hook.
3822 (vc-checkout): Run it.
3823
3824 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3825
3826 * progmodes/make-mode.el (makefile-macroassign-regex):
3827 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3828
3829 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3830
3831 * vc.el (vc-switch-backend): Fix autoload cookie.
3832
3833 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3834 the desktop file.
3835
3836 2001-07-30 Simon Josefsson <jas@extundo.com>
3837
3838 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3839 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3840
3841 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3842
3843 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3844 (last-sexp-toggle-display): Renamed from last-sexp-print.
3845 (last-sexp-toggle-display, eval-last-sexp-1):
3846 Use last-sexp-setup-props.
3847
3848 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3849 New user-options.
3850 (mouse-wheel-change-button): New function.
3851 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3852 (mwheel-scroll): Ditto.
3853
3854 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3855
3856 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3857 `...', compare with unabbreviated printed representation instead.
3858 (last-sexp-print): Bind print-length and print-level to nil.
3859
3860 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3861 before assigning text properties. Make properties rear-nonsticky.
3862
3863 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3864 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3865 <mouse-2> and <RET> in that map to a function printing the
3866 unabbreviated value.
3867
3868 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3869 is a buffer, put a text property `printed-value' on the printed
3870 representation, with the Lisp object printed as value.
3871
3872 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3875 Mention the effect of eval-expression-print-length and
3876 eval-expression-print-level in the doc strings. Suggested by
3877 Kevin Gallagher <kevingal@onramp.net>.
3878
3879 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3880
3881 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3882 for buttons > 3.
3883 (xterm-mouse-translate): Handle the case that we don't get a
3884 down-event.
3885
3886 * emacs-lisp/find-func.el (find-function-regexp):
3887 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3888 in front of the function name.
3889
3890 * isearch.el (isearch-other-meta-char): Fix last change.
3891
3892 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3893 similar events for which fake prefix keys are generated. It's no
3894 longer necessary since read_key_sequence doesn't modify these
3895 events for internal purposes anymore.
3896
3897 * files.el (auto-mode-alist): Use nroff-mode for files ending
3898 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3899
3900 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3901
3902 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3903 tool-bar-lines parameter, behave as if its value were zero.
3904 (mouse-avoidance-set-pointer-shape): Don't do anything if
3905 x-pointer-shape is not boundp.
3906
3907 2001-07-23 Francesco Potorti` <pot@gnu.org>
3908
3909 * uniquify.el: Overall speedup changes when using many buffers.
3910 (uniquify-fix-item-base, uniquify-fix-item-filename)
3911 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3912 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3913 place in the item, but was never used.
3914 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3915 in the item is now used as cache for the proposed name.
3916 (uniquify-rationalize-file-buffer-names): Move computation made on
3917 newbuffile out of the loop, in the newbuffile-nd local var.
3918 Use dolist (cosmetic change). Compute the proposed name for the most
3919 common case and cache it in the fourth place in the item.
3920 (uniquify-rationalize-file-buffer-names): Used to return a a list
3921 of buffer whose name was changed, but that return value was never used.
3922 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3923 the cached proposed name, does much less consing and is quicker.
3924 (uniquify-filename-lessp): Deleted.
3925 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3926 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3927 cached proposed name is possible.
3928 (uniquify-get-proposed-name): Arguments changed, callers changed.
3929 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3930 uniquify-possibly-resolvable flag, which is no more bound locally.
3931 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3932 flag, which does not exist any more.
3933
3934 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3935
3936 * term/internal.el (IT-unicode-translations): Fix the appearance of
3937 "6`".
3938
3939 * progmodes/compile.el (compile-internal): If EMACS is already
3940 defined in the environment, don't override its value.
3941
3942 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3943
3944 * play/fortune.el: Undo change of 2001-07-13.
3945 Fix autoload cookies. Add types to defcustoms.
3946 (fortune) <defgroup>: Add :link.
3947 (fortune-from-region): Use eq, not eql.
3948 From Dave Love <fx@gnu.org>.
3949
3950 * play/animate.el (animate-birthday-present): Function removed.
3951
3952 * play/animate.el: New file.
3953
3954 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3955
3956 * startup.el (normal-top-level-add-subdirs-to-load-path):
3957 On Windows, put into normal-top-level-add-subdirs-inode-list the
3958 canonicalized names of the directories instead of inode numbers.
3959
3960 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3961
3962 * ediff-util.el: Copyright years.
3963 (ediff-choose-syntax-table): New function.
3964 (ediff-setup): Use ediff-choose-syntax-table.
3965 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3966 vc-state is available.
3967 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3968
3969 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3970 with-syntax-table.
3971 (ediff-coding-system-for-read): From ediff-diff.el
3972 (ediff-coding-system-for-write): New variable.
3973 (ediff-highest-priority): Fixed the bug having to do with disappearing
3974 overlays.
3975 (ediff-file-remote-p): Use file-remote-p, if available.
3976 (ediff-listable-file): New function.
3977 (ediff-file-attributes): Use ediff-listable-file.
3978
3979 * ediff-mult.el (ediff-meta-insert-file-info1):
3980 Use ediff-listable-file.
3981
3982 * ediff-ptch.el (ediff-prompt-for-patch-file):
3983 Use ediff-coding-system-for-read.
3984 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3985
3986 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3987 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3988
3989 * ediff.el: Date of last update, copyright years.
3990
3991 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3992
3993 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3994 of Scott Bronson.
3995 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3996 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3997 Deleted functions.
3998 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3999 ex-token-list.
4000 (viper-get-ex-address-subr): Convert registers to char data type.
4001
4002 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
4003 (viper-memq-char): Use viper-int-to-char.
4004 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4005 vc-locking-state.
4006 (viper-read-key): Use viper-read-key-sequence.
4007
4008 * viper.el (viper-major-mode-modifier-list):
4009 Added inferior-emacs-lisp-mode.
4010 (this-major-mode-requires-vi-state): New function that uses simple
4011 heuristics to decide if vi state is appropriate.
4012 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4013 (viper-non-hook-settings): Don't advise read-key-sequence.
4014 (viper-read-key-sequence): New function that replaces the
4015 previously used advice to read-key-sequence.
4016
4017 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4018 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4019 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4020 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4021 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4022 Got rid of the negative character hack.
4023 (viper-escape-to-state,viper-replace-state-exit-cmd):
4024 Use viper-read-key-sequence.
4025 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4026 (viper-minibuffer-standard-hook,viper-read-string-with-history):
4027 Don't override existing minibuffer-setup-hook.
4028 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
4029 Convert registers to char data type.
4030 (viper-autoindent): Use viper-indent-line.
4031
4032 * viper-keym.el: Use viper-exec-key-in-emacs.
4033
4034 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4035
4036 * server.el (server-visit-files): Fix variable name typo.
4037
4038 2001-07-20 Gerd Moellmann <gerd@gnu.org>
4039
4040 * simple.el (delete-trailing-whitespace): Save match data
4041 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4042
4043 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4044
4045 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4046 return a this-error using the alternative format (a pair of markers).
4047
4048 2001-07-19 Gerd Moellmann <gerd@gnu.org>
4049
4050 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4051
4052 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4053 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
4054
4055 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4056
4057 * international/iso-transl.el: Fix typo in the header of the file.
4058
4059 * textmodes/picture.el (picture): Doc fix.
4060
4061 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4062 follow coding conventions in generated files.
4063
4064 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4065
4066 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4067 (tool-bar-add-item): Don't call image-related primitives if the
4068 display doesn't support images.
4069
4070 * frame.el (display-images-p): New function.
4071
4072 2001-07-17 Gerd Moellmann <gerd@gnu.org>
4073
4074 * server.el (server-visit-files): Handle the case the specified
4075 column number is <= 0.
4076
4077 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4078
4079 * startup.el (command-line-1): Add support for +LINE:COLUMN
4080 command line argument.
4081
4082 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4083
4084 * server.el (server-process-filter, server-visit-files):
4085 Add support for +LINE:COLUMN style emacsclient calls.
4086
4087 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4088
4089 * emacs-lisp/easy-mmode.el: Add Keywords header.
4090
4091 * play/pong.el: Author has new address.
4092
4093 * play/landmark.el: Author is no more reachable.
4094
4095 * play/handwrite.el: Author is no more reachable.
4096
4097 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4098
4099 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4100 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4101 Complete bindings for F<1..12> keys.
4102 (global-map): Remove `undo' binding (already in the default).
4103 Replace `t<n>' bindings with `f<n>' bindings.
4104
4105 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4106
4107 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4108 (tcl-mode): Use tcl-add-log-defun.
4109 (tcl-indent-line): Use tcl-calculate-indent.
4110 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4111 (tcl-indent-exp): Renamed from indent-tcl-exp.
4112 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4113 (tcl-indent-for-comment): Call comment-indent-function properly
4114 and handle the case where it returns nil.
4115
4116 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4117
4118 * calendar/cal-islam.el (calendar-goto-islamic-date):
4119 Remove autoload cookie.
4120
4121 * calendar/calendar.el (calendar-goto-islamic-date):
4122 Add call to autoload.
4123
4124 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4125
4126 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4127 Don't change compile-auto-highlight globally.
4128 Don't bother with `font-lock-defaults' property since XEmacs
4129 also understands the `font-lock-defaults' variable.
4130 Use make-local-variable rather than make-variable-buffer-local.
4131 Don't `defconst' comment-indent-function: keep the default.
4132 Call easy-menu-add unconditionally.
4133 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4134 (ada-create-menu): Use :included for Emacs as well.
4135
4136 * vc.el (vc-do-command): Autoload.
4137
4138 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4139
4140 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4141
4142 * ps-print.el: Fix Author: header.
4143
4144 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4145
4146 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4147 mouse-1 etc., bind them to `ignore'.
4148
4149 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4150 send-invisible, which is already defined in Comint.
4151 (eshell-watch-for-password-prompt): Use it.
4152
4153 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4154
4155 * which-func.el (which-func-mode): Doc fix.
4156
4157 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
4158 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4159 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4160 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4161 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4162 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4163 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4164 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4165 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4166 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4167 * emulation/edt-mapper.el, emulation/edt-pc.el,
4168 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4169 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4170 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4171 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4172 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4173 * international/isearch-x.el, international/iso-cvt.el,
4174 * international/ogonek.el, international/quail.el,
4175 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4176 * language/devanagari.el, language/ethio-util.el,
4177 * language/ethiopic.el, language/european.el, language/indian.el,
4178 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4179 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4180 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4181 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4182 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4183 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4184 * progmodes/autoconf.el, progmodes/cmacexp.el,
4185 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4186 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4187 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4188 * progmodes/ebnf2ps.el, progmodes/executable.el,
4189 * progmodes/fortran.el, progmodes/idlw-shell.el,
4190 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4191 * progmodes/m4-mode.el, progmodes/mantemp.el,
4192 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4193 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4194 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4195 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4196 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4197 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4198 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4199 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4200 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4201 * textmodes/two-column.el, time-stamp.el, timezone.el,
4202 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4203 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4204 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4205 conventions.
4206
4207 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4208
4209 * simple.el (set-variable): Require 'cus-edit' instead of
4210 `wid-edit', so that the Custom widgets get defined.
4211
4212 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4213
4214 * allout.el: A fix to follow coding conventions.
4215
4216 * find-lisp.el: A fix to follow coding conventions.
4217
4218 * term/w32-win.el: A fix to follow coding conventions.
4219
4220 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4221
4222 * term/xterm.el: A fix to follow coding conventions.
4223
4224 * term/news.el: A fix to follow coding conventions.
4225
4226 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4227 header line fixed.
4228
4229 * sun-curs.el: Fix Maintainer: header line.
4230
4231 * emacs-lisp/easymenu.el: Address of the author added.
4232
4233 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4234
4235 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4236 property.
4237
4238 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4239
4240 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4241 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4242 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4243 Some fixes to follow coding conventions.
4244
4245 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4246
4247 * which-func.el (which-func-mode): Doc fix.
4248
4249 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * net/rcompile.el (remote-compile): Use make-local-variable.
4252
4253 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4254
4255 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4256
4257 * mail/reporter.el (reporter-submit-bug-report):
4258 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4259
4260 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4261
4262 * calendar/cal-china.el, calendar/cal-coptic.el,
4263 * calendar/cal-dst.el, calendar/cal-french.el,
4264 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4265 * calendar/cal-iso.el, calendar/cal-julian.el,
4266 * calendar/cal-mayan.el, calendar/cal-persia.el,
4267 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4268 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4269 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4270 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4271 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4272 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4273 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4274 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4275 * progmodes/ada-xref.el, progmodes/cc-align.el,
4276 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4277 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4278 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4279 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4280 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4281 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4282 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4283 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4284 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4285 * textmodes/reftex.el: Some fixes to follow coding
4286 conventions in Eshell files with known maintainers.
4287
4288 * emulation/viper.el: A fix to follow coding conventions.
4289
4290 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4291 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4292 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4293 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4294 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4295 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4296 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4297 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4298 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4299 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4300 conventions in Eshell files.
4301
4302 * composite.el, diff.el, emacs-lisp/levents.el,
4303 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4304 * emulation/pc-mode.el, emulation/viper-cmd.el,
4305 * emulation/viper-ex.el, emulation/viper-init.el,
4306 * emulation/viper-keym.el, emulation/viper-macs.el,
4307 * emulation/viper-mous.el, emulation/viper-util.el,
4308 * emulation/viper.el, forms-pass.el, international/ccl.el,
4309 * international/characters.el, international/encoded-kb.el,
4310 * international/fontset.el, international/ja-dic-cnv.el,
4311 * international/ja-dic-utl.el, international/kinsoku.el,
4312 * international/kkc.el, international/mule-cmds.el,
4313 * international/mule-diag.el, international/mule-util.el,
4314 * international/mule.el, international/titdic-cnv.el,
4315 * language/china-util.el, language/chinese.el,
4316 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4317 * language/greek.el, language/hebrew.el, language/japan-util.el,
4318 * language/japanese.el, language/korea-util.el, language/korean.el,
4319 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4320 * language/slovak.el, language/thai-util.el, language/thai.el,
4321 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4322 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4323 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4324 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4325 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4326 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4327 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4328 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4329 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4330 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4331 to follow coding conventions in files without maintainer or in files
4332 with clear maintainer (but without Maintainer header stating so).
4333
4334 * emacs-lisp/elp.el: A fix to follow coding conventions.
4335
4336 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4337 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4338 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4339 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4340 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4341 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4342 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4343 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4344 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4345 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4346 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4347 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4348 conventions in files from Gnus.
4349
4350 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4351 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4352 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4353 * echistory.el, electric.el, emacs-lisp/authors.el,
4354 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4355 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4356 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4357 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4358 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4359 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4360 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4361 * international/codepage.el, international/iso-ascii.el,
4362 * international/iso-insert.el, international/iso-transl.el,
4363 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4364 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4365 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4366 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4367 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4368 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4369 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4370 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4371 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4372 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4373 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4374 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4375 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4376 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4377 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4378 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4379 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4380 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4381 * textmodes/tex-mode.el, textmodes/text-mode.el,
4382 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4383 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4384 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4385 files maintained by FSF.
4386
4387 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4388
4389 * arc-mode.el: A fix to follow coding conventions.
4390
4391 * bindings.el: Ditto.
4392
4393 * cdl.el: Ditto.
4394
4395 * comint.el: Ditto.
4396
4397 * cus-start.el: Ditto.
4398
4399 * shell.el: Ditto.
4400
4401 * skeleton.el: Ditto.
4402
4403 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4404
4405 * info.el (Info-build-node-completions):
4406 Make Info-current-file-completions buffer local.
4407
4408 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4409
4410 * which-func.el (which-func-mode, which-func-ff-hook)
4411 (which-function-mode): Remove references to which-func-mode-global.
4412
4413 * calendar/cal-islam.el (calendar-goto-islamic-date):
4414 Add autoload cookie.
4415
4416 * play/fortune.el: Add types to defcustoms.
4417
4418 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4419
4420 * language/czech.el: A fix to follow coding conventions.
4421
4422 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4423
4424 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4425 to the extension list, for antlr-mode. From Christoph Wedler
4426 <Christoph.Wedler@sap.com>.
4427
4428 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4429
4430 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4431 (vc-dired-mode-map): Fix the madness.
4432
4433 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4434 (vc-prefix-map): Moved back from vc.el.
4435
4436 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4437
4438 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4439 Increase the size of the obarray.
4440 (mail-extr-all-top-level-domains): Add more toplevel domains,
4441 add more long names.
4442 From: Per Starback <starback@ling.uu.se>.
4443
4444 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4445
4446 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4447 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4448
4449 * progmodes/ada-mode.el: Ditto.
4450
4451 * progmodes/ada-xref.el: Ditto.
4452
4453 2001-07-11 Miles Bader <miles@gnu.org>
4454
4455 * finder.el (finder-insert-at-column): Also move to the next line
4456 if exactly at COLUMN.
4457
4458 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4459
4460 * help.el (describe-function-1): When printing FUNCTION's
4461 documentation, don't assume FUNCTION is a symbol.
4462
4463 * startup.el (normal-top-level): Don't operate on the initial
4464 frame if we failed to create one.
4465
4466 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4467
4468 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4469 itself, i.e. only indent the contents in it.
4470
4471 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4472
4473 * mail/rmail.el (rmail-show-message): Show beginning of message in
4474 all windows containing it.
4475
4476 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4477
4478 * term/tty-colors.el: Fix the header line and copyright years.
4479
4480 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4481
4482 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4483 original definition has an interactive form, but is Elp
4484 instrumented, use the interactive form of the function called by
4485 elp-wrapper.
4486
4487 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4488 configurations with compare-window-configuration; they aren't
4489 window configurations.
4490
4491 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4492 from the server for the format we expect. Don't use it if it
4493 doesn't look like what the Internet draft for FTP extensions specifies.
4494
4495 * toolbar/*.pbm: Cleaned up.
4496 From Luis Fernandes <elf@ee.ryerson.ca>.
4497
4498 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4499
4500 * cc-cmds.el: Extended the kludge to interoperate with the
4501 delsel and pending-del packages wrt to the new function
4502 `c-electric-delete-forward'.
4503
4504 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4505
4506 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4507 to delay the call to <mode> for global minor modes.
4508 (easy-mmode-define-navigation): Only recenter if interactive.
4509
4510 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4511
4512 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4513 to lisp-indent-line.
4514
4515 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4516 from the server. Call encode-time only when we are sure that we
4517 got a 213 response.
4518
4519 2001-07-06 Simon Josefsson <jas@extundo.com>
4520
4521 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4522 (mail-envelope-from): New user option.
4523 (sendmail-send-it): Use it.
4524
4525 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4526
4527 * ps-print.el: Use locale dependant date to print date in header.
4528 Doc fix.
4529 (ps-print-version): New version number (6.5.3).
4530 (ps-right-header, ps-right-footer): Initialization and doc fix.
4531 (ps-time-stamp-locale-default): New fun.
4532
4533 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4534
4535 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4536 field problem with MIME-mode.
4537
4538 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4539
4540 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4541
4542 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4543 MIME-mode.
4544
4545 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4546
4547 * bindings.el (mode-line-mule-info): Don't show the tip with
4548 buffer-file-coding-system if that is nil.
4549
4550 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4551
4552 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4553 instead of kill-line.
4554
4555 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4556 <Pavel@Janik.cz>.
4557
4558 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4559 <Pavel@Janik.cz>.
4560
4561 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4562
4563 * font-lock.el (c-font-lock-keywords-3): When matching something
4564 like `struct X Y', finish with point after Y.
4565
4566 2001-07-04 Simon Josefsson <jas@extundo.com>
4567
4568 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4569 in caller buffer.
4570
4571 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4572
4573 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4574 instead of string-match to find the basename of the file.
4575 From Pascal Obry <p.obry@wanadoo.fr>.
4576
4577 * net/browse-url.el (browse-url-default-windows-browser):
4578 Support the MS-DOS port when it runs on Windows.
4579 (browse-url-browser-function) [ms-dos]: Default to
4580 browse-url-default-windows-browser.
4581
4582 * help.el (locate-library): Enable code that looks for compressed
4583 libraries if auto-compression-mode is on.
4584
4585 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4588
4589 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4590
4591 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4592
4593 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4594
4595 * allout.el: Fix the header line, so that finder.el recognizes it.
4596 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4597
4598 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4599 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4600
4601 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4602
4603 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4604
4605 * ps-bdf.el (bdf-directory-list): Use the value relative to
4606 installation-directory for MS-Windows as well.
4607
4608 2001-06-29 Richard M. Stallman <rms@gnu.org>
4609
4610 * wid-edit.el (widget-color-sample-face-get):
4611 Return ((foreground-color . COLOR)) instead of constructing a face.
4612
4613 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4614
4615 * faces.el (region): Change the background color for the
4616 light-background color display to lightgoldenrod2, to make it
4617 visible on some laptops.
4618
4619 2001-06-28 Richard M. Stallman <rms@gnu.org>
4620
4621 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4622 (rmail-msg-restore-non-pruned-header): Likewise.
4623 If point was in the old pruned header, put it at the top.
4624 (rmail-msg-prune-header): If point was at the top, keep it there.
4625
4626 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4627 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4628
4629 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4630
4631 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4632
4633 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4634
4635 * saveplace.el: Update maintainer email address.
4636
4637 2001-06-27 Francesco Potorti` <pot@gnu.org>
4638
4639 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4640 Undo previous change.
4641
4642 2001-06-27 Francesco Potorti` <pot@gnu.org>
4643
4644 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4645 preliminary quick reordering. Can speed things up dramatically.
4646
4647 2001-06-26 Richard M. Stallman <rms@gnu.org>
4648
4649 * dired.el (dired-get-filename): A file name starting with ~
4650 is not absolute in this context.
4651
4652 * which-func.el (which-func-maxout): Increase default to 500000.
4653 (which-function-mode): This is now the "real" name of the function.
4654 (which-func-mode): Now an alias.
4655 (which-func-mode-global): Name deleted.
4656
4657 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4658 button-2, when binding hs-mouse-toggle-hiding.
4659
4660 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4661
4662 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4663 (rmail-msg-prune-header): Likewise.
4664 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4665 and `rmail-msg-prune-header'.
4666
4667 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4668
4669 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4670 back than LINEBEG.
4671
4672 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4673
4674 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4675 window where they clicked the mouse has a header line, adjust
4676 vertical movement by one.
4677
4678 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4679
4680 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4681 too when separating a parenthesis.
4682
4683 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4684
4685 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4686 (bookmark-bmenu-hide-filenames): Add help-echo to
4687 mouse-highlighted text.
4688 (bookmark-bmenu-show-filenames): Remove help-echo property from
4689 the whitespace.
4690
4691 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4692
4693 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4694 From Karl Eichwalder <ke@suse.de>.
4695
4696 2001-06-23 Richard M. Stallman <rms@gnu.org>
4697
4698 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4699
4700 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4701 contents for completing-read.
4702
4703 2001-06-22 Richard M. Stallman <rms@gnu.org>
4704
4705 * menu-bar.el (menu-bar-make-toggle): Construct the
4706 function's doc string from HELP, not DOC, and make it accurate by
4707 adding "Toggle whether to " at the front and downcasing the initial.
4708 Change the HELP arg in some calls to make it fit this usage.
4709
4710 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4711 Undo previous change.
4712
4713 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4714
4715 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4716
4717 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4718
4719 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4720
4721 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4722
4723 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4724
4725 2001-06-20 Richard M. Stallman <rms@gnu.org>
4726
4727 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4728 broken out from dabbrev--find-expansion. Handle minibuffer
4729 specially here.
4730 (dabbrev--find-expansion): Simplify code in various ways.
4731 Don't treat minibuffers specially.
4732 Call dabbrev--make-friend-buffer-list.
4733 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4734 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4735
4736 2001-06-19 John Wiegley <johnw@gnu.org>
4737
4738 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4739 Also, added a comment describing how to greatly speedup Eshell
4740 loadup time, by concatenating together all of Eshell's .elc files.
4741
4742 2001-06-19 John Wiegley <johnw@gnu.org>
4743
4744 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4745
4746 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * woman.el (WoMan-highlight-references): Add help-echo to
4749 mouse-highlighted text.
4750
4751 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4752
4753 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4754
4755 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4756
4757 * international/quail.el (quail-start-conversion):
4758 Reset quail-translating to nil.
4759
4760 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4761 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4762
4763 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4764
4765 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4766 mouse-highlighted text.
4767
4768 * dired.el (dired-mark-pop-up): Fix last change.
4769
4770 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4771
4772 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4773 mouse-highlighted text.
4774
4775 * net/quickurl.el (quickurl-url-file): Run through
4776 convert-standard-filename.
4777 (quickurl-list-populate-buffer): Add help-echo to
4778 mouse-highlighted text.
4779 (top-level): Update Dave's URL.
4780
4781 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4782 mouse-highlighted text.
4783
4784 * textmodes/page-ext.el (pages-copy-header-and-position):
4785 Add help-echo to mouse-highlighted text.
4786
4787 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4788 mouse-highlighted text.
4789
4790 * replace.el (occur): Add help-echo to mouse-highlighted text.
4791
4792 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4793 mouse-highlighted text.
4794
4795 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4796 mouse-highlighted text.
4797
4798 * progmodes/compile.el (compile-reinitialize-errors):
4799 Add help-echo to mouse-highlighted messages.
4800 (compilation-forget-errors): Remove help-echo property as well.
4801
4802 * play/landmark.el (lm-plot-square, lm-init-display):
4803 Add help-echo to mouse-highlighted text.
4804
4805 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4806 Add help-echo to mouse-highlighted text.
4807
4808 * dired.el (dired-insert-set-properties): Add help-echo to
4809 mouse-highlighted text.
4810 (dired-mark-pop-up): Remove help-echo property from the file name.
4811
4812 * comint.el (comint-send-input): Add help-echo to
4813 mouse-highlighted text.
4814
4815 * buff-menu.el (list-buffers-noselect): Add help-echo to
4816 mouse-highlighted text.
4817
4818 * arc-mode.el (archive-summarize-files): Add help-echo to
4819 mouse-highlighted text.
4820
4821 * ffap.el (ffap-machine-p): Always return nil if
4822 open-network-stream is not fboundp.
4823
4824 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4825
4826 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4827 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4828 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4829 incorrectly binding chars between 128 and 256 to it.
4830 (sgml-maybe-name-self): Handle latin-1 chars properly.
4831 (sgml-tags-invisible): Bind buffer-file-name to nil.
4832 Use unwind-protect and restore-buffer-modified-p.
4833 (sgml-point-entered): Use buffer-substring-no-properties.
4834 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4835 (html-mode): Don't force `imenu-sort-function'.
4836
4837 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4838
4839 * tar-mode.el: Fix the copyright notice.
4840
4841 * font-lock.el (font-lock-comment-face): For tty's with dark
4842 background, use "red1", since "lightred" is not one of the colors
4843 recognized by tty-colors.el.
4844
4845 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4846 create a buffer for extracted file, in case there's more than one
4847 file by that name in an archive, possibly in different
4848 directories. From Kevin Rodgers <kevinr@ihs.com>.
4849
4850 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4851 <alex@gnu.org>.
4852
4853 2001-06-15 Miles Bader <miles@gnu.org>
4854
4855 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4856 Revert previous change.
4857
4858 2001-06-14 Richard M. Stallman <rms@gnu.org>
4859
4860 * replace.el (keep-lines-read-args): Return just a regexp.
4861 Provide nil for the region args.
4862 (keep-lines, flush-lines, how-many):
4863 Calculate the defaults for the region here, when args are nil.
4864
4865 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4866
4867 * rot13.el (rot13-other-window): Some more doc fix.
4868
4869 2001-06-14 Per Starback <starback@ling.uu.se>
4870
4871 * replace.el (case-replace, query-replace-from-history-variable)
4872 (query-replace-to-history-variable, keep-lines-read-args)
4873 (occur-revert-function, query-replace-help): Dox fix.
4874
4875 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4876
4877 * rot13.el (rot13-other-window): Doc fix.
4878
4879 2001-06-14 Miles Bader <miles@gnu.org>
4880
4881 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4882 of " and \ to "." (punctuation).
4883 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4884
4885 2001-06-13 Richard M. Stallman <rms@gnu.org>
4886
4887 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4888
4889 * simple.el (shell-command-on-region): Never kill the
4890 *Shell Command Output* buffer.
4891
4892 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4893
4894 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4895
4896 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4897
4898 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4899 New var, to recognize ${ $' and PODs.
4900 (perl-font-lock-syntactic-face-function): New function.
4901 (perl-mode): Use them.
4902 (perl-continuation-line-p): New function, from perl-calculate-indent.
4903 (perl-calculate-indent): Use it, to properly handle continuation
4904 lines of continuation lines.
4905
4906 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4907
4908 * server.el (server-process, server-buffer-clients): Doc fix.
4909 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4910
4911 2001-06-09 John Wiegley <johnw@gnu.org>
4912
4913 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4914 test if the last command was Lisp or not.
4915 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4916 B x C".
4917
4918 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4919
4920 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4921 general one on compile.el supports drive letters.
4922
4923 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4924
4925 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4926 key description.
4927
4928 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4929
4930 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4931 (reftex-toc-jump): New command.
4932
4933 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4934 to parse international characters as well.
4935
4936 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4937 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4938
4939 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4940
4941 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4942 TAB to the key separators.
4943
4944 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4945
4946 * international/mule.el (auto-coding-alist): Remove redundant
4947 up-cased versions of the extensions (auto-coding-alist-lookup is
4948 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4949 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4950
4951 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4952
4953 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4954
4955 2001-06-01 Richard M. Stallman <rms@gnu.org>
4956
4957 * help.el (describe-variable): Put value on same line
4958 with preceding text, if it is short enough to look good that way.
4959
4960 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4961
4962 * term/internal.el (IT-unicode-translations): New variable.
4963 (IT-setup-unicode-display): New function.
4964
4965 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4966
4967 * ps-print.el: Handle before-string and after-string overlay properties
4968 in ps-print-*-with-faces commands. Doc fix.
4969 (ps-print-version): New version number (6.5.2).
4970 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4971 for XEmacs.
4972 (ps-prefix-quote): Doc fix.
4973 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4974 (ps-basic-plot-str, ps-plot-string): New funs.
4975
4976 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4977
4978 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4979 and :type spec.
4980
4981 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4982
4983 * international/mule-cmds.el (inactivate-input-method):
4984 Set input-method-function to nil.
4985
4986 * xml.el (xml-parse-tag): The document may contain invalid characters.
4987 From ShengHuo ZHU <zsh@cs.rochester.edu>
4988
4989 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4990
4991 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4992 `rmail-summary-line-decoder' if the message does not have
4993 a Subject: field.
4994
4995 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4996
4997 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4998 New variable.
4999 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5000 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5001 is non-nil.
5002
5003 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5004
5005 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5006
5007 2001-05-29 Sam Steingold <sds@gnu.org>
5008
5009 * faces.el (face-valid-attribute-values): Bind `valid' directly
5010 instead of using `setq'.
5011
5012 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5013 Use `tex-shell-buf'.
5014 (tex-shell-proc): Use `tex-shell-running'.
5015 (tex-shell-buf-no-error): New function.
5016 (tex-send-tex-command): Use it.
5017 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5018 (tex-kill-job): Check the process before calling `quit-process'.
5019
5020 2001-05-29 Gerd Moellmann <gerd@gnu.org>
5021
5022 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5023 UTF-8 sequences.
5024
5025 2001-05-28 Miles Bader <miles@gnu.org>
5026
5027 * comint.el (comint-carriage-motion): Renamed from
5028 `comint-cr-magic'. Operate on the buffer instead of the string
5029 (for use as a comint post-output filter, instead of as a
5030 pre-output filter). Handle backspaces too. Add to the
5031 `comint-output-filter-functions' hook instead of
5032 `comint-preoutput-filter-functions'.
5033
5034 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5035
5036 * language/japan-util.el (japanese-hankaku): Prefer the charset
5037 `jisx0201' when the optional argument `ascii-only' is not specified.
5038 (japanese-hankaku-region): Ditto.
5039 From Katsumi Yamaoka <yamaoka@jpl.org>
5040
5041 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5042
5043 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5044 (outline-invisible-p): New function.
5045 (hide-leaves): Save excursion.
5046 (hide-other): Stop looping when reaching bobp.
5047
5048 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5049
5050 * cus-edit.el (custom-file): Fix last change.
5051
5052 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5053
5054 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5055 same definition in byte-compile-function-environment as `autoload'
5056 would put in `symbol-function'.
5057
5058 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5059 patch to correct the error message as well.
5060
5061 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5062
5063 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5064 unless ~/.emacs exists.
5065
5066 * novice.el (enable-command): If user-init-file is nil or does not
5067 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5068
5069 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5070
5071 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5072 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5073 Allow spaces around macro arguments.
5074 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5075 indent-for-tab-command.
5076 (latex-mode-map, plain-tex-mode-map): New keymaps.
5077 Inherit from tex-mode-map.
5078 (tex-common-initialization): Don't setup the keymap any more
5079 since it's now done right by define-derived-mode.
5080 (latex-mode): Set skeleton-end-hook to nil.
5081 (latex-skeleton-end-hook): Remove.
5082 (tex-latex-block, latex-insert-item): Simplify.
5083 (latex-syntax-after): Use following-char rather than char-after.
5084 (tex-discount-args-cmds, tex-count-words): New functions.
5085
5086 * textmodes/tildify.el (tildify-ignored-environments-alist):
5087 Recognize \verb* as well.
5088
5089 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5090 (perl-comment-indent): Simplify to let newcomment.el do its job.
5091 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5092 (perl-mark-function): Cleanup the namespace.
5093 (perl-calculate-indent): Don't be fooled by nested functions.
5094
5095 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5096
5097 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5098 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5099
5100 2001-05-25 Andrew Choi <akochoi@i-cable.com>
5101
5102 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5103 actually be `\\'.
5104 (ctlau-b5-converter): Likewise.
5105
5106 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5107
5108 * international/titdic-cnv.el (quail-misc-package-ext-info):
5109 Change CTLauB.el to CTLau-b5.el.
5110
5111 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5112
5113 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5114 rather than beginning-of-line to avoid problems with fields.
5115 (gud-perldb-massage-args): Use unless and push.
5116 (gud-chdir-before-run): New var.
5117 (gud-common-init): Use it.
5118
5119 2001-05-24 Andrew Choi <akochoi@i-cable.com>
5120
5121 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5122 delete entries for chinese-ctlau and chinese-ctlaub.
5123 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5124 chinese-ctlaub.
5125 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5126 New functions.
5127
5128 2001-05-22 Gerd Moellmann <gerd@gnu.org>
5129
5130 * cus-edit.el (custom-comment-show): Remove debug code.
5131
5132 * language/japan-util.el (japanese-symbol-table): Fix handling of
5133 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5134
5135 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5136
5137 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5138 Renamed by removing the silly `-flag' suffix.
5139 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5140
5141 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5142
5143 * replace.el (keep-lines-read-args): Use `copy-marker'.
5144 (how-many): Save excursion properly.
5145 (occur-mode): Use define-derived-mode.
5146 (perform-replace): Use with-current-buffer.
5147
5148 2001-05-20 Richard M. Stallman <rms@gnu.org>
5149
5150 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5151
5152 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5153
5154 * info.el (Info-read-subfile): Widen before finding the
5155 desired node in the subfile.
5156
5157 * startup.el (command-line-1): When >2 files visited,
5158 leave the last one visible, and make that the selected window.
5159
5160 2001-05-20 Gerd Moellmann <gerd@gnu.org>
5161
5162 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5163
5164 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5165
5166 * international/ccl.el (define-ccl-program): Fix a typo.
5167 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5168
5169 * international/mule.el (decode-char): Fix a typo. From Pavel
5170 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5171
5172 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5173 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5174
5175 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5176 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5177
5178 2001-05-18 Sam Steingold <sds@gnu.org>
5179
5180 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
5181 and [RET] to `cvs-mode-find-file'.
5182
5183 2001-05-18 John Wiegley <johnw@gnu.org>
5184
5185 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5186 configuration variable, which determines the initial character
5187 that forces use of an external version of a command. The default
5188 is *, but may be set to \, for example.
5189
5190 * eshell/esh-ext.el (eshell-explicit-command):
5191 Use `eshell-explicit-command-char' instead of ?*.
5192
5193 * eshell/esh-cmd.el (eshell/which):
5194 Use `eshell-explicit-command-char' instead of ?*.
5195
5196 * eshell/em-cmpl.el (eshell-completion-command-name)
5197 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
5198 instead of ?*.
5199
5200 2001-05-18 Gerd Moellmann <gerd@gnu.org>
5201
5202 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5203 subst-char-in-string.
5204 (ange-ftp-after-parse-ls-hook): New variable.
5205 (ange-ftp-ls): Run that hook.
5206 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5207
5208 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5209 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5210 text into *Completions*.
5211
5212 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5213 part of which look like email addresses.
5214
5215 2001-05-18 Andrew Innes <andrewi@gnu.org>
5216
5217 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5218 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5219 cmd.exe's handling of FOR loops.
5220 (autoloads): Set find-file-suppress-same-file-warnings to t to
5221 avoid slew of spurious messages.
5222
5223 2001-05-18 Simon Josefsson <simon@josefsson.org>
5224
5225 * mail/smtpmail.el (maybe-append-domain): Renamed to
5226 `smtpmail-maybe-append-domain'.
5227 (smtpmail-via-smtp): Use the new name.
5228
5229 * net/browse-url.el (browse-url-browser-function): Add kde.
5230 (browse-url-kde-program, browse-url-kde-args): New variables.
5231 (browse-url-kde): New function.
5232
5233 2001-05-18 Miles Bader <miles@gnu.org>
5234
5235 * simple.el (delete-horizontal-space, just-one-space):
5236 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5237 because it's more efficient for large files.
5238
5239 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5240
5241 * mail/rmail.el (rmail-require-mime-maybe): New function.
5242 (rmail): Use it.
5243 (rmail-mode): Handle the case of finding Rmail files.
5244
5245 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5246 functions.
5247
5248 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5249
5250 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5251 text-property after moving to the beginning of line and regardless
5252 of the value of font-lock-multiline.
5253
5254 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5255
5256 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5257
5258 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5259 last coding system used before calling set-buffer-modified-p
5260 because that function changes last-coding-system.
5261
5262 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5263
5264 * files.el (switch-to-buffer-other-window)
5265 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5266 the doc string.
5267
5268 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5269
5270 * language/slovak.el, language/czech.el: New maintainer.
5271
5272 2001-05-16 Sam Steingold <sds@gnu.org>
5273
5274 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5275 sub-form of `defgeneric' correctly.
5276
5277 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5278
5279 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5280 of `c'.
5281
5282 * textmodes/outline.el (outline-font-lock-level): Remove the
5283 condition-case, test what outline-level returns instead, to
5284 ease debugging.
5285
5286 * international/mule.el (auto-coding-regexp-alist): New user-option.
5287 (auto-coding-from-file-contents): New function.
5288 (set-auto-coding): Use it to determine a coding system.
5289
5290 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5291
5292 * mouse.el (mouse-delete-other-windows): Doc fix.
5293
5294 * emacs-lisp/lisp-mode.el (lisp-mode):
5295 Make font-lock-keywords-case-fold-search a buffer-local variable with
5296 make-local-variable before setting it.
5297
5298 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5299
5300 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5301 prefixes.
5302
5303 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5304
5305 * hexl.el (hexl-current-address): Print a message when called
5306 interactively.
5307
5308 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5309
5310 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5311
5312 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5313
5314 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5315
5316 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5317
5318 * startup.el (command-line): If parameters have been changed in
5319 the init files which influence font selection, clear the face
5320 cache so that faces get realized with the new parameters.
5321
5322 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5323
5324 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5325
5326 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5327
5328 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5329
5330 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5331 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5332
5333 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5334
5335 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5336 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5337
5338 2001-05-09 John Wiegley <johnw@gnu.org>
5339
5340 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5341 Annotated the documentation string to tell users about
5342 `eshell-no-numeric-conversions'.
5343
5344 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5345 conversions if a Lisp function has the property
5346 `eshell-no-numeric-conversions' set to a non-nil value.
5347
5348 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5349 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5350 property `eshell-no-numeric-conversions' on the following
5351 functions (which all deal with filesystem entities, and never Lisp
5352 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5353 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5354 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5355 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5356 eshell/which, eshell/addpath.
5357
5358 2001-05-09 John Wiegley <johnw@gnu.org>
5359
5360 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5361 encountered as an argument, don't convert it right away, but tag
5362 the first character of the string with the text properties
5363 `number', which signifies to `eshell-lisp-command' that the
5364 argument should be passed through `string-to-number' if it is
5365 actually used in the call to a Lisp function.
5366
5367 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5368 function, convert any string arguments that have been tagged as
5369 "numbers", by calling string-to-number.
5370
5371 * eshell/esh-util.el (eshell-number-regexp): Now that number
5372 conversions only happen for Lisp function calls, the number regexp
5373 should now match all integer and floating point forms.
5374
5375 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5376 `eshell-continue-process', since they are both nonfunctional at
5377 the moment.
5378 (eshell-proc-initialize): Don't bind keys for
5379 `eshell-stop-process' or `eshell-continue-process'.
5380
5381 * eshell/em-unix.el (eshell-shuffle-files):
5382 Apply `directory-file-name' before calling `file-name-directory'.
5383
5384 * eshell/em-hist.el (eshell-add-to-history): Reference to
5385 `eshell-history-ring' needed to be `eshell-history-index'.
5386
5387 * calendar/timeclock.el (timeclock-find-discrep):
5388 Initialize `elapsed' to 0.
5389 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5390 it's still nil.
5391
5392 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5393
5394 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5395 (archive-mode): Use capitalize.
5396 (archive-unique-fname): Use make-temp-file.
5397
5398 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5399
5400 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5401
5402 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5403
5404 * tar-mode.el (tar-extract): Pay attention to the value of
5405 coding-system-for-read, if it is non-nil.
5406
5407 * calendar/holidays.el (holidays): Add an autoload cookie.
5408 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5409
5410 2001-05-08 John Wiegley <johnw@gnu.org>
5411
5412 * calendar/timeclock.el (timeclock-workday-remaining):
5413 Changed logic for determining how much time is remaining.
5414 (timeclock-workday-elapsed): Don't accept a "relative" argument
5415 for the current day's elapsed time. What could that have meant?
5416 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5417 (timeclock-when-to-leave): Changed logic, similarly to what was
5418 done for `timeclock-workday-remaining'.
5419 (timeclock-find-discrep): Removed "today-only" argument, which had
5420 no meaning. Fixed some more math problems. The function now
5421 returns a three member list: (TOTAL-TIME-DISCREPANCY
5422 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5423
5424 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5425
5426 * w32-fns.el (convert-standard-filename): Start replacing slashes
5427 from the beginning of the file name, not from where the last
5428 invalid character was. From "Andrew Maguire (SWW)"
5429 <Andrew.Maguire@Smallworld.co.uk>
5430
5431 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5432
5433 The following changes are to provide infrastructure for handling
5434 MIME messages to rmail. They don't affect the original behaviour
5435 if rmail-enable-mime is nil.
5436
5437 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5438 (rmail-search-mime-message-function)
5439 (rmail-search-mime-header-function): New variables.
5440 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5441 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5442 `rmail-view-buffer' is hidden.
5443 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5444 call rmai-show-mime-function.
5445 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5446 mode-line-process of rmail-view-buffer.
5447 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5448 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5449 buffer.
5450 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5451 set-buffer to the Rmail buffer.
5452 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5453 rmail-search-mime-header-function.
5454 (rmail-search-message): New function.
5455 (rmail-search): Call rmail-search-message to check if a message
5456 matches REGEXP, lastly update point after calling
5457 rmail-show-message.
5458 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5459 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5460 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5461 header region, refer to rmail-msgref-vector while setting the
5462 current buffer to rmail-buffer temporarily.
5463 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5464 If rmail-enable-mime is non-nil, call
5465 rmail-insert-mime-forwarded-message-function instead of inserting
5466 forwarded message by itself.
5467
5468 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5469 Rmail buffer.
5470 (rmail-set-label, rmail-next-labeled-message): Likewise.
5471
5472 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5473 set-buffer to the Rmail buffer.
5474 (rmail-output-to-rmail-file): Likewise.
5475 (rmail-output): Likewise.
5476
5477 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5478 of mail-fetch-field by rmail-summary-line-decoder.
5479 (rmail-new-summary): Be sure to go to the Rmail buffer.
5480 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5481 rmail-view-buffer to nil.
5482 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5483 rmail-view-buffer.
5484 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5485 rmail-buffer.
5486 (rmail-summary-scroll-msg-down): Likewise.
5487 (rmail-summary-beginning-of-message): Likewise.
5488 (rmail-summary-wipe): Likewise.
5489 (rmail-summary-toggle-header): Use save-window-excursion, not
5490 save-excursion. Update point in rmail-view-buffer, not in
5491 rmail-buffer.
5492 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5493 rmail-view-buffer, not rmail-buffer.
5494
5495 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5496
5497 * cus-edit.el (custom-file): Signal an error if user-init-file is
5498 nil (running -q).
5499
5500 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5501
5502 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5503 Add :version.
5504
5505 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5506 New option.
5507 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5508 only if smtpmail-warn-about-unknown-extensions is set.
5509
5510 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5511 instead of rmail-sort-by-keywords.
5512
5513 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5514 rmail-sort-by-keywords.
5515
5516 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5517 rmail-summary-sort-by-keywords. Doc fix.
5518 (rmail-summary-mode): Doc fix.
5519
5520 * mail/rmail.el (rmail-edit): New Custom group.
5521
5522 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5523 (rmail-edit-mode-hook): New user-option.
5524
5525 2001-05-05 Richard M. Stallman <rms@gnu.org>
5526
5527 * help.el (help-xref-symbol-regexp): Recognize "source of"
5528 and friends, meaning make a link to the source file.
5529 (help-make-xrefs): Handle "source of" and friends
5530 by constructing a link that visits the source file.
5531
5532 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5533
5534 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5535
5536 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5537 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5538 Renamed from perl-font-lock-keywords to avoid clashes.
5539 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5540 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5541 Updated correspondingly.
5542
5543 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5544 Typo `nonexistant' -> `nonexistent'.
5545
5546 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5547
5548 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5549 Split `c-electric-delete' into two functions where
5550 `c-electric-delete-forward' always deletes forward and
5551 `c-electric-delete' only contains the code necessary for XEmacs to
5552 choose between backward and forward deletion.
5553
5554 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5555 get the electric behavior on that key too.
5556 (c-fill-paragraph): Fixed bogus direct use of
5557 c-comment-prefix-regexp, which caused an error when it's a list.
5558
5559 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5560
5561 * dired-aux.el (dired-diff): Doc fix.
5562
5563 * dired.el (dired-diff): Likewise.
5564
5565 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5566
5567 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5568
5569 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5570
5571 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5572 if both the buffer and the file are read-only.
5573
5574 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5575 rather than font-lock-string-face.
5576 (sh-get-indent-info): Treat heredocs like strings.
5577
5578 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5579
5580 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5581 a newline following `}'.
5582 (texinfo-format-email): New function.
5583 (toplevel): Use texinfo-format-email for @email.
5584 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5585 Add `display'.
5586 (texinfo-sort-region): Goto point-min before sorting.
5587 (texinfo-set): Remove leading white space from value.
5588 From yagi@is.titech.ac.jp.
5589
5590 * replace.el (query-replace-regexp-eval): Doc fix.
5591
5592 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5593
5594 * diff-mode.el (diff-nonexistant-face): New face.
5595 (diff-font-lock-keywords): Use it.
5596
5597 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5598
5599 * font-lock.el (font-lock-mode): Doc fix.
5600
5601 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5602 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5603
5604 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5605
5606 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5607 backslash at the start of the here-document delimiter.
5608 (sh-font-lock-syntactic-keywords): Likewise.
5609
5610 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5611
5612 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5613
5614 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5615 (tty-color-translate, tty-color-by-index, tty-color-values)
5616 (tty-color-desc): Doc fix.
5617
5618 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5619
5620 * dired-aux.el (dired-do-create-files, dired-do-copy)
5621 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5622 Mention dired-dwim-target in the doc string.
5623
5624 2001-04-28 Miles Bader <miles@gnu.org>
5625
5626 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5627 (dabbrev--find-expansion): Use it.
5628 (dabbrev--select-buffers): Don't select ignored buffers.
5629
5630 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5631
5632 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5633
5634 2001-04-26 Richard M. Stallman <rms@gnu.org>
5635
5636 * dabbrev.el: Add doc strings for some functions.
5637 (dabbrev--eliminate-newlines): New variable.
5638 (dabbrev--substitute-expansion): Convert newlines to spaces
5639 if dabbrev--eliminate-newlines is set.
5640 If abbrev and expansion are both all-lower-case,
5641 leave dabbrev--last-case-pattern nil.
5642
5643 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5644
5645 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5646 if necessary, like in rmail-show-message.
5647
5648 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5649
5650 * ps-print.el: Color specified by number is forced to be float number.
5651 (ps-print-version): New version number (6.5.1.1).
5652 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5653 initialization.
5654 (ps-prefix-quote): New internal var.
5655 (ps-print-quote): New fun.
5656 (ps-setup, ps-output-frame-properties, ps-float-format)
5657 (ps-format-color): Code fix.
5658 (ps-plot-region): Eliminate redundant foreground color text setting.
5659
5660 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5663
5664 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5665
5666 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5667
5668 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5669
5670 * info.el (Info-additional-directory-list): Doc fix.
5671
5672 * find-lisp.el (find-lisp-find-dired-filter)
5673 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5674 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5675
5676 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5677
5678 * progmodes/make-mode.el (makefile-font-lock-keywords):
5679 Rationalize the rules for includes and conditionals and use the
5680 keyword face for them.
5681
5682 * faces.el (modify-face): Add compatibility for non-interactive use.
5683
5684 2001-04-24 John Wiegley <johnw@gnu.org>
5685
5686 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5687 fix from last night, since it wasn't finding eshell/cd.
5688
5689 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5690
5691 * rect.el (string-rectangle): Revert to 20.x behaviour.
5692 (replace-rectangle): Make it an alias for string-rectangle.
5693 (string-insert-rectangle): New function.
5694
5695 2001-04-23 John Wiegley <johnw@gnu.org>
5696
5697 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5698 occurring with Emacs 21's diff.el/compile.el interaction layer.
5699
5700 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5701
5702 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5703 case where the function was defined in a file, but not part of an
5704 eshell module.
5705
5706 2001-04-23 John Wiegley <johnw@gnu.org>
5707
5708 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5709 code to work around a redisplay problem I've been having.
5710
5711 2001-04-23 John Wiegley <johnw@gnu.org>
5712
5713 * calendar/timeclock.el (timeclock-day-required): If the time
5714 required for a particular day is not set, use `timeclock-workday'.
5715 (timeclock-find-discrep): Added some sample code in a comment.
5716
5717 * eshell/eshell.el (eshell-command): Made a few changes so that
5718 `eshell-command' could be called programmatically.
5719
5720 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5721
5722 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5723
5724 2001-04-23 John Wiegley <johnw@gnu.org>
5725
5726 * calendar/timeclock.el: Updated copyright.
5727 (timeclock-generate-report): Don't report the daily or two-week
5728 total, if no time has been worked in that period.
5729 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5730 final computational form, which was unnecessary; corrected a
5731 parsing problem when timeclock-relative was nil.
5732
5733 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5734
5735 * calendar/timeclock.el (timeclock-modeline-display): Check if
5736 `list-entry' is null.
5737 (timeclock-use-display-time): The first argument to `set-variable'
5738 must be a symbol.
5739
5740 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5741
5742 * calendar/calendar.el (diary-entry-marker)
5743 (calendar-today-marker, calendar-holiday-marker):
5744 Use display-color-p instead of window-system.
5745 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5746 instead of window-system.
5747 (calendar-hide-window): Use display-multi-frame-p instead of
5748 window-system.
5749
5750 * calendar/cal-x.el (calendar-two-frame-setup)
5751 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5752 Use display-multi-frame-p instead of window-system.
5753
5754 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5755
5756 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5757
5758 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5759 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5760
5761 2001-04-23 Alex Schroeder <alex@gnu.org>
5762
5763 * goto-addr.el: Instead of defining line-beginning-position and
5764 line-end-position a defalias is used for point-at-bol and point-at-eol.
5765
5766 2001-04-23 Alex Schroeder <alex@gnu.org>
5767
5768 * goto-addr.el: Added XEmacs compatibility code.
5769 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5770
5771 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5772
5773 * textmodes/paragraphs.el (sentence-end): Doc fix.
5774
5775 2001-04-20 Alex Schroeder <alex@gnu.org>
5776
5777 * sql.el (sql-escape-newlines-and-send): New function.
5778 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5779
5780 2001-04-20 Alex Schroeder <alex@gnu.org>
5781
5782 * sql.el (sql-db2-program): New option.
5783 (sql-db2-options): New option.
5784 (sql-db2): New function.
5785
5786 2001-04-20 Alex Schroeder <alex@gnu.org>
5787
5788 * sql.el (sql-mode-menu): Added highlighting entries.
5789 (sql-highlight-oracle-keywords): New function.
5790 (sql-highlight-postgres-keywords): New function.
5791 (sql-highlight-ansi-keywords): New function.
5792
5793 2001-04-20 Alex Schroeder <alex@gnu.org>
5794
5795 * sql.el (sql-help): Doc change.
5796
5797 2001-04-19 Karl Fogel <kfogel@collab.net>
5798
5799 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5800 that inserted file content only to delete it immediately.
5801 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5802 <lektu@uol.com.br> for the patch.
5803
5804 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5805
5806 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5807
5808 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5809
5810 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5811 for defmethod.
5812
5813 * comint.el (comint-cr-magic): New function.
5814 (toplevel): Add it to comint-preoutput-filter-functions.
5815
5816 2001-04-18 Andrew Innes <andrewi@gnu.org>
5817
5818 * makefile.w32-in (EMACSLOADPATH): Define.
5819 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5820 (recompile): Remove stuff to set EMACSLOADPATH.
5821
5822 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5823
5824 * language/slovak.el ("Slovak"): Add tutorial entry.
5825
5826 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5827 browse-url-new-window-p.
5828
5829 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5830
5831 * info.el (Info-menu-update): When there are no menus and/or no
5832 cross references in the node, make the respective items of the
5833 Info menu-bar menu inactive.
5834
5835 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5836
5837 * indent.el (indent-for-tab-command): Call indent-line-function
5838 with no argument if PREFIX-ARG is non-nil.
5839
5840 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5841
5842 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5843
5844 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5845 an async subprocess if start-process is unavailable. Suggested by
5846 Tim Van Holder <tim.van.holder@pandora.be>.
5847
5848 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5849
5850 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5851 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5852
5853 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5854
5855 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5856 manual.
5857
5858 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5859
5860 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5861 (cvs-menu): Add a few entries.
5862
5863 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5864 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5865 lock file appears to be reachable from Emacs.
5866 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5867 (cvs-mode-find-file): Look for cvs-header-face rather than
5868 cvs-dirname-face (which doesn't exist).
5869 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5870
5871 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5872
5873 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5874
5875 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5876 normal-erase-is-backspace on a tty. Instead, bind some keys such
5877 as [delete] directly, like pc-select.el did before
5878 normal-erase-is-backspace was invented.
5879
5880 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5881
5882 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5883
5884 2001-04-11 John Wiegley <johnw@gnu.org>
5885
5886 * eshell/em-ls.el (eshell-ls-insert-directory):
5887 Set font-lock-defaults to nil, to prevent fontification in dired
5888 buffers, if Eshell's ls is being used.
5889
5890 2001-04-11 John Wiegley <johnw@gnu.org>
5891
5892 * calendar/timeclock.el (timeclock-completing-read): New function.
5893 (timeclock-ask-for-project, timeclock-ask-for-reason):
5894 Call `timeclock-completing-read'.
5895
5896 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5897 required where `member' was being used.
5898
5899 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5900
5901 * eshell/em-hist.el (eshell-previous-matching-input):
5902 Don't display "History item" if the the minibuffer is active.
5903
5904 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5905
5906 * startup.el (command-line): Output a newline after printing
5907 an error from loading the window system's init file.
5908
5909 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5910
5911 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5912 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5913 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5914 keywords whose arguments routinely include @@.
5915
5916 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5917
5918 * emacs-lisp/advice.el (ad-make-advised-definition):
5919 Construct advice for subrs differently.
5920
5921 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5922 regexp in parentheses when building the regexp for searching backwards.
5923
5924 * simple.el (completion-list-mode-finish): New function.
5925 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5926
5927 * language/european.el ("Polish"): Change sample text.
5928 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5929
5930 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5931 parameter.
5932
5933 * faces.el (menu): Doc fix.
5934
5935 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5936
5937 * ps-print.el: Footer implementation. Doc fix.
5938 (ps-print-version): New version number (6.5.1).
5939 (ps-header-frame-alist): New customization var for header frame
5940 properties.
5941 (ps-line-number-color): New customization var for line number color.
5942 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5943 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5944 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5945 (ps-right-footer): New customization vars for footers.
5946 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5947 footers.
5948 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5949 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5950 Code fix.
5951 (ps-prologue-file): Indentation fix.
5952 (ps-print-quote): Fun eliminated.
5953 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5954 (ps-output-frame-properties): New fun.
5955 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5956 (ps-skip-newline): Replace defun by defsubst.
5957
5958 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5959
5960 * eshell/eshell.el (eshell-command): Needed a "%s" format
5961 specifier, in case the buffer contains percent characters.
5962
5963 2001-04-10 John Wiegley <johnw@gnu.org>
5964
5965 * calendar/timeclock.el (timeclock-generate-report): Added a
5966 missing insert of the project name.
5967
5968 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5969
5970 * obsolete/profile.el: Moved from emacs-lisp/.
5971
5972 * Makefile.in (nonobsolete_setwins): New macro.
5973 (finder-data): Use it instead of `setwins'.
5974 From: Dave Love <fx@gnu.org>.
5975
5976 * server.el (server-visit-files): Set server-existing-buffer correctly.
5977 (server-visit-files): Run server-visit-hook after going to
5978 line 1 so that the hook can set point as it sees fit.
5979
5980 * bindings.el (mode-line-modified): Unify help messages.
5981
5982 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5983
5984 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5985 All callers changed.
5986
5987 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5988
5989 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5990 long file names aren't supported, truncate the file names in
5991 quail-misc-package-ext-info to 8+3 before matching them against
5992 FILENAME.
5993
5994 * dos-fns.el (dos-truncate-to-8+3): New function.
5995
5996 * progmodes/compile.el (grep-compute-defaults): Use null-device
5997 instead of literal /dev/null. Reported by Jens Schmidt
5998 <schmidt@mathematik.uni-kl.de>.
5999
6000 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6001
6002 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6003
6004 * textmodes/sgml-mode.el: Add unknown maintainer.
6005 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6006 (html-mode-map): Use set-keymap-parent.
6007
6008 2001-04-06 Dave Love <fx@gnu.org>
6009
6010 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6011 Remove redundant string-to-list.
6012
6013 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6014
6015 * composite.el (reference-point-alist): Doc fix.
6016
6017 2001-04-05 Sam Steingold <sds@gnu.org>
6018
6019 * font-lock.el (font-lock-keywords-case-fold-search):
6020 Make buffer-local. This fixes a very annoying bug when loading a Lisp
6021 file made font-lock case-insensitive.
6022
6023 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6024
6025 * faces.el (defface menu): Doc fix.
6026
6027 * wid-edit.el (widget-color-sample-face-get): Don't make
6028 faces for undefined colors.
6029
6030 * version.el (emacs-version): Include LessTif/Motif version info.
6031
6032 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6033
6034 * ps-mule.el: Eliminate cl package dependence.
6035 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6036 if they aren't defined yet.
6037 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6038 Eliminate cl package dependence.
6039
6040 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6041
6042 * progmodes/cc-cmds.el (c-outline-level):
6043 Bind buffer-invisibility-spec. Originally from Dave Love, but
6044 got lost when incorporating version 5.26.
6045
6046 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6047
6048 * emulation/pc-select.el (pc-selection-mode):
6049 Call normal-erase-is-backspace-mode instead of binding
6050 keys individually.
6051
6052 * cus-load.el (normal-erase-is-backspace): Use it instead of
6053 delete-key-deletes-forward.
6054
6055 * startup.el (command-line): Use normal-erase-is-backspace and
6056 normal-erase-is-backspace-mode.
6057
6058 * simple.el (normal-erase-is-backspace): Rename from
6059 delete-key-deletes-forward. Doc fix.
6060 (normal-erase-is-backspace-mode): Rename from
6061 delete-key-deletes-forward-mode. Doc fix.
6062 Run normal-erase-is-backspace-hook.
6063
6064 * dired.el (dired-move-to-filename-regexp): Support file sizes in
6065 ``human-readable'' format produced by GNU `ls'.
6066 (dired-move-to-filename-regexp): Recognize ISO format dates.
6067 From Paul Eggert <eggert@twinsun.com>.
6068
6069 2001-04-04 Gerd Moellmann <gerd@gnu.org>
6070
6071 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6072 New functions.
6073 (lm-verify): Check keywords.
6074 From Eric M. Ludlam <eric@siege-engine.com>.
6075
6076 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6077
6078 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6079 `xemacs' feature instead of for the function `set-extent-property'.
6080
6081 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6082
6083 * mail/mh-utils.el (mh-folder-hist): New var.
6084 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6085
6086 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6087
6088 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6089 region, position point on the first or last 16-byte group.
6090 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6091 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6092 hexl-beginning-of-line.
6093
6094 2001-04-03 Gerd Moellmann <gerd@gnu.org>
6095
6096 * icomplete.el (icomplete-mode): Treat an argument like other
6097 modes do.
6098
6099 * startup.el (fancy-splash-head): Use splash8.xpm for color
6100 depth 8.
6101
6102 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6103 Add an antry for ``converts''.
6104
6105 * language/slovak.el ("Slovak"): Add documentation string.
6106 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6107
6108 * language/czech.el ("Czech"): Add documentation string.
6109 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
6110
6111 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6112 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6113
6114 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6115
6116 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6117 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6118 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6119 Use `defsubst' rather than a macro to ease debugging.
6120 (mail-extr-last): Remove (use `last' instead).
6121 (mail-extract-address-components): Properly reset the syntax-table
6122 after parsing an address. Use `last' rather than mail-extr-last.
6123 Make sure the end marker stays at the very end.
6124
6125 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6126
6127 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6128 last change.
6129
6130 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6131
6132 * ps-print.el: Line and paragraph spacing feature. Region to cut
6133 out when printing. Doc fix.
6134 (ps-print-version): New version number (6.5).
6135 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6136 New vars. Line and paragraph spacing feature.
6137 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6138 out when printing.
6139 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6140 (ps-get-font-size, ps-begin-job, ps-continue-line)
6141 (ps-plot-region): Code fix.
6142 (ps-print-prologue-2): Var eliminated.
6143 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6144 New internal vars.
6145 (ps-get-size): New fun.
6146 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6147 (ps-next-line): Replace defun by defsubst.
6148 (ps-mule-plot-string): Autoload doc fix.
6149
6150 * ps-bdf.el: XEmacs compatibility. Doc fix.
6151 (installation-directory, coding-system-for-read): Declare vars if
6152 it's not declared yet.
6153 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6154
6155 * ps-mule.el: XEmacs compatibility. Doc fix.
6156 (leading-code-private-22): Declare var if it's not declared yet.
6157 (charset-bytes, charset-dimension, charset-id, charset-width)
6158 (find-charset-region, split-char, char-width, chars-in-region)
6159 (forward-point, decompose-composite-char, encode-coding-string)
6160 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6161 Define funs if not defined yet.
6162 (encode-composition-rule, find-composition): Define funs if not
6163 loaded yet.
6164 (ps-mule-prologue): PostScript code fix.
6165
6166 2001-04-02 Kenichi Handa <handa@etl.go.jp>
6167
6168 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6169 non-nil, generate font for the header strings.
6170 (ps-mule-prepare-font): Likewise.
6171 (ps-mule-generate-glyphs): Likewise.
6172 (ps-mule-string-encoding): Likewise.
6173 (ps-mule-header-charsets): New variable.
6174 (ps-mule-encode-header-string): New function.
6175 (ps-mule-header-string-charsets): New function.
6176 (ps-mule-begin-job): Check charsets in the header strings. If there
6177 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6178
6179 * ps-print.el (ps-generate-header-line): Encode the header string by
6180 ps-mule-encode-header-string.
6181 (ps-mule-encode-header-string): Declare autoload.
6182
6183 2001-04-02 Gerd Moellmann <gerd@gnu.org>
6184
6185 * frame.el (cursor-in-non-selected-windows):
6186 Replaces show-cursor-in-non-selected-windows.
6187
6188 2001-03-31 Kenichi Handa <handa@etl.go.jp>
6189
6190 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6191 Delete entries for "chinese-py" and "chinese-ziranma".
6192 (quail-misc-package-ext-info): New variable.
6193 (tsang-quick-converter): New function.
6194 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6195 (quick-cns-converter, py-converter, ziranma-converter)
6196 (miscdic-convert, batch-miscdic-convert): New functions.
6197
6198 2001-03-30 Kenichi Handa <handa@etl.go.jp>
6199
6200 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6201 eight-bit-control chars.
6202
6203 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6204 Reduce making temporary vector (suggested by Dave Love).
6205
6206 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6207
6208 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6209 string as well.
6210
6211 2001-03-30 Andreas Schwab <schwab@suse.de>
6212
6213 * files.el (backup-directory-alist): Fix typo.
6214
6215 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6216
6217 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6218 <eggert@twinsun.com>.
6219
6220 2001-03-30 Dave Love <fx@gnu.org>
6221
6222 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6223
6224 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6225
6226 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6227
6228 2001-03-30 Miles Bader <miles@gnu.org>
6229
6230 * subr.el (interactive-form): Fix paren typo.
6231
6232 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6233
6234 * emacs-lisp/profile.el: Say that it's obsolete in the header
6235 line, so that finder.el puts that into its data-base.
6236 Suggested by Alex Schroeder <alex@gnu.org>.
6237
6238 2001-03-29 Paul Eggert <eggert@twinsun.com>
6239
6240 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6241 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6242
6243 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6244
6245 * generic.el (generic-mode-set-comments): Use "" rather than nil
6246 for comment-end.
6247
6248 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6249
6250 * emacs-lisp/advice.el (ad-make-advised-definition):
6251 Call interactive-form to obtain the interactive spec of subrs.
6252
6253 * subr.el (interactive-form): New function.
6254
6255 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6256
6257 * vc-sccs.el (vc-sccs-register): Use relative file names.
6258
6259 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6260
6261 * bookmark.el (bookmark-get-bookmark): Handle case that
6262 BOOKMARK is not a string.
6263
6264 * image.el (image-type-regexps): Change type for PS files
6265 to `postscript'.
6266
6267 * subr.el (read-passwd): Clear command history after each
6268 character entered. From: Stephen Gildea
6269 <gildea@stop.mail-abuse.org>.
6270
6271 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6272
6273 * international/kkc.el (kkc-save-init-file): Locally bind
6274 print-length to nil.
6275
6276 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6277
6278 * textmodes/flyspell.el: Some doc fixes.
6279 (flyspell-maybe-correct-transposition)
6280 (flyspell-maybe-correct-doubling): Use a temporary buffer
6281
6282 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6283
6284 * emacs-lisp/byte-opt.el (byte-optimize-while)
6285 (byte-optimize-form-code-walker): Diagnose too few arguments
6286 for `if' and `while'.
6287
6288 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6289
6290 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6291 Prepend `\' to "\<quail-translation-docstring>".
6292
6293 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6294
6295 * autorevert.el (global-auto-revert-non-file-buffers):
6296 Remove duplicate defcustom.
6297
6298 2001-03-26 Miles Bader <miles@gnu.org>
6299
6300 * international/latin1-disp.el (latin1-char-displayable-p):
6301 Add leading "-" for X font pattern.
6302
6303 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6304
6305 * international/mule-diag.el (describe-coding-system):
6306 For raw-text and emacs-mule, don't add anymore text about what
6307 charsets they can encode.
6308
6309 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6310
6311 * help.el (view-lossage): Mention open-dribble-file in the doc
6312 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6313
6314 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6315
6316 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6317 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6318
6319 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6320
6321 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6322 Call ccl-execute-on-string directly so that CCL program handling
6323 multibyte sequence can work correctly.
6324 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6325 property of the coding system.
6326
6327 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6328
6329 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6330 Fix transcription typo.
6331
6332 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6333
6334 * whitespace.el: Add buffer local variables to toggle testing of
6335 whitespaces in buffers without affecting the default values.
6336 Bump version to 3.0 to account for a few other changes.
6337 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6338 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6339 (whitespace-toggle-spacetab-check): New functions.
6340
6341 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6342
6343 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6344
6345 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6346
6347 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6348 bs-cycle-configuration-name. From Juanma Barranquero
6349 <lektu@uol.com.br>.
6350
6351 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6352 and cc-vars.el.
6353
6354 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6355 headers. Always invoke sendmail with option -t.
6356
6357 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6358
6359 * Release of cc-mode 5.28.
6360
6361 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6362
6363 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6364 Removed the hardcoded switch to "java" style in Java mode.
6365 It's instead taken care of by the default value for c-default-style.
6366
6367 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6368
6369 * cc-align.el (c-lineup-math): Fix bug where lineup was
6370 triggered by equal signs in string literals.
6371
6372 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6373
6374 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6375 limit detection when at the ends of the buffer.
6376
6377 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6378 "for" statement clause in case 7F; a better one is done
6379 earlier in case 7D anyway.
6380
6381 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6382
6383 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6384 somewhat more and did a small optimization.
6385
6386 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6387
6388 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6389 Use the limit argument only to limit the syntactic context
6390 search, not to limit the actual movement.
6391
6392 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6393 inside multiline strings, just like in comments. Also various
6394 fixes to the paragraph and comment prefix recognition, block
6395 comment ender handling etc.
6396
6397 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6398
6399 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6400 the relative position of the point.
6401
6402 * cc-cmds.el (c-electric-continued-statement): New function to
6403 use as abbrev hook to reindent for keywords such as "else"
6404 that continues an earlier statement.
6405
6406 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6407 like classes.
6408
6409 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6410 (pike-mode): Populate the default abbrev tables to reindent for
6411 keywords such as "else" that can continue earlier statements.
6412 Abbrev mode is therefore turned on by default now. (Note that
6413 this doesn't apply to idl-mode, since IDL afaik doesn't have
6414 statements at all.)
6415
6416 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6417
6418 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6419 bracelists where the declaration contains template arguments.
6420
6421 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6422
6423 * cc-cmds.el (c-comment-indent):
6424 Use `c-get-syntactic-indentation' to correctly calculate the
6425 syntactic indentation. Fixes bug with lineup functions that
6426 return vectors.
6427
6428 * cc-engine.el (c-get-syntactic-indentation): Split the
6429 indentation sum calculation from `c-indent-line' to a separate
6430 function.
6431
6432 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6433
6434 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6435 Fixed places where it was assumed that preprocessor directives
6436 have to start in column zero.
6437
6438 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6439 template arguments after a class identifier properly.
6440
6441 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6442 lists for `new Foo[]' constructs in Java as expressions and
6443 not top level definition brace lists on the top level, so that
6444 they'll get indented consistently with the same type of
6445 expression in a normal block.
6446
6447 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6448
6449 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6450 whether the adaptive filling package fails to keep the comment
6451 prefix is now kludged further to check for filladapt-mode
6452 which doesn't have that problem. This is really icky, but it's
6453 the only way that works with the current misfeatures/bugs in
6454 both adaptive-fill-mode and filladapt-mode.
6455
6456 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6457 around point is recognized more robust.
6458
6459 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6460
6461 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6462 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6463 (c-lit-type): Fixed all internal variables used dynamically so
6464 that they are always bound.
6465
6466 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6467 errors:
6468
6469 (c-indent-region): Fixed reporting of syntactic errors so that
6470 the region is fully reindented even when an error occurs.
6471 The last syntactic error is printed afterwards. Also cleanup up a
6472 whole lot of code that tried to optimize indentation of whole
6473 sexps but in reality accomplishes nothing.
6474
6475 (c-indent-sexp): Use c-indent-region.
6476
6477 (c-parsing-error): Changed this variable to hold the message
6478 for any syntactic error that is discovered.
6479
6480 (c-parse-state): Search backward from point instead of the bod
6481 position when the latter is invalid. This makes CC Mode
6482 recover faster when there are unbalanced close braces.
6483
6484 (c-backward-to-start-of-if): Use c-parsing-error to report
6485 dangling "else" clauses instead of throwing an error, and fall
6486 back to a reasonable position.
6487
6488 (c-indent-line): Added argument to avoid reporting syntactic errors.
6489
6490 (c-show-syntactic-information): Don't report any syntactic errors.
6491
6492 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6493
6494 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6495 paragraph recognition when moving by sentence in literals.
6496
6497 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6498 start regexp for javadoc to recognize javadoc markup in general instead
6499 of a specific set of keywords, to be more future-safe.
6500
6501 (c-Pike-pikedoc-paragraph-start)
6502 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6503 pikedoc markup.
6504
6505 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6506
6507 (pike-mode): Initialize paragraph settings pikedoc recognition.
6508
6509 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6510
6511 (c-comment-prefix-regexp): Made it possible to use an
6512 association list on this to specify mode specific regexps.
6513 The default value now use a special regexp in Pike mode to
6514 recognize pikedoc markup.
6515
6516 (c-current-comment-prefix): New variable containing the actual
6517 regexp from c-comment-prefix-regexp for the current buffer.
6518
6519 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6520
6521 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6522 lists: We can't look at the syntax, since a brace list can get
6523 recognized as a plain statement-cont.
6524
6525 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6526 special brace list opener broken over two lines got recognized
6527 as a statement on the second line. Case 9A changed.
6528
6529 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6530
6531 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6532 adjustment after line is reindented.
6533
6534 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6535
6536 * cc-defs.el (c-point): Added optional argument for position
6537 to use instead of the current point.
6538
6539 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6540 the in-expression block symbols when the construct starts at
6541 boi, to avoid the extra level of indentation in that case.
6542 Cases 4, 16A and 17E affected.
6543
6544 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6545
6546 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6547 calls to `c-indent-line', to adhere better to Emacs conventions.
6548
6549 * cc-engine.el (c-indent-line): Use the syntax already bound
6550 to `c-syntactic-context', if there is any.
6551
6552 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6553
6554 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6555 wasn't added up correctly when a lineup function returned nil.
6556
6557 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6558
6559 * cc-engine.el (c-collect-line-comments): Fixed bug where
6560 empty lines were ignored when collecting line comments backwards.
6561
6562 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6563
6564 * cc-align.el (c-lineup-dont-change): Return an absolute
6565 indentation column to work correctly in the case when several
6566 syntactic elements are processed for the same line.
6567
6568 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6569 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6570 (c-set-offset): Added absolute indentation column settings by
6571 using the vector type.
6572
6573 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6574
6575 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6576 Implemented two new cleanups `space-before-funcall' and
6577 `compact-empty-funcall'.
6578
6579 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6580
6581 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6582 helping building regexps.
6583
6584 * cc-engine.el (c-on-identifier): New function for detecting
6585 identifiers. It takes keywords into account.
6586
6587 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6588 lists. `c-keywords' is set to a regexp matching all keywords
6589 in the current language.
6590
6591 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6592
6593 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6594 list of characters to skip backwards over at the beginning of
6595 a statement, since it can precede string literals in Pike.
6596
6597 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6598
6599 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6600 recognition when standing on the last line in a C++ comment
6601 with nothing but whitespace after the prefix.
6602
6603 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6604 given no limit argument.
6605
6606 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6607
6608 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6609 recognition for the `[]= operator symbol in Pike.
6610
6611 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6612
6613 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6614 around a bug in `eval-when-compile' in the byte compiler.
6615
6616 * cc-engine.el (c-forward-token-1): Fixed bug with return
6617 value when count is zero and there's no token start within the limit.
6618
6619 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6620 "prefix comments", i.e. comments which are followed by code on
6621 the same line.
6622
6623 * cc-mode-19.el: Fixes so that checks that must be done at
6624 compile time also are done then.
6625
6626 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6627
6628 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6629 time and at runtime, and only when it's needed.
6630
6631 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6632
6633 Major cleanup for less error prone and more warning free
6634 compilation, including some fixes for bugs due to different
6635 compilation orders. Thanks to Martin Buchholz for providing
6636 the basis for all this.
6637
6638 * cc-bytecomp.el: New file that provides some byte compilation
6639 features: It ensures that files always are loaded from the
6640 current source directory during compilation, and it provides a
6641 set of macros to turn off specific compiler warnings for
6642 specific symbols. (It's not CC Mode specific in any way.)
6643
6644 Fixed a nearly acyclic dependency tree (both runtime and
6645 compile-time) between all files.
6646
6647 * cc-defs.el: Separated all macros before the inline functions,
6648 to ensure correct compilation.
6649
6650 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6651 cc-defs.el to cc-engine.el and made it a function instead.
6652
6653 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6654 about char-after.
6655
6656 * cc-vars.el: Cope even when there isn't a custom package
6657 containing defcustom available.
6658
6659 * cc-make.el: Removed since it's no longer necessary.
6660
6661 README: Updated installation instructions.
6662
6663 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6664
6665 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6666 improve the modularity: Moved all mode init stuff from
6667 cc-langs.el to cc-mode.el, including the keymap
6668 initialization; cc-langs now only contains the various
6669 variables for configuring the language syntax.
6670
6671 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6672 (c-get-offset): Moved from cc-styles to cc-engine since file
6673 dependency analysis suggests they belong there (which also
6674 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6675
6676 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6677
6678 * cc-cmds.el (c-fn-region-is-active-p): New function that
6679 wraps the corresponding macro, for use in places that aren't
6680 compiled. Thanks to Martin Buchholz for pointing out this.
6681
6682 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6683
6684 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6685 add things to the bug report.
6686
6687 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6688
6689 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6690 returned prefix could contain a newline when the search for a
6691 good prefix line failed.
6692
6693 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6694
6695 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6696 (c-toggle-auto-hungry-state): Made the argument optional, as
6697 the documentation says it is.
6698
6699 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6700
6701 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6702 multiline string syntax, #"...", as a cpp macro.
6703
6704 2001-03-21 Paul Eggert <eggert@twinsun.com>
6705
6706 * international/mule-cmds.el (set-locale-environment):
6707 Set system-messages-locale and system-time-locale, but only if the
6708 caller specifies a non-nil locale name.
6709
6710 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6711
6712 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6713 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6714
6715 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6716
6717 * follow.el (follow-avoid-tail-recenter): Doc fix.
6718
6719 * custom.el (custom-set-variables): Avoid reversing the list
6720 of args needlessly.
6721
6722 * startup.el (fancy-splash-head): Don't change the colors of the
6723 XPM image on a dark background.
6724
6725 * comint.el (comint-exec-1): Set columns of the terminal to
6726 window-width instead of frame-width.
6727
6728 * info.el (Info-scroll-down): Add missing WINDOW arg for
6729 pos-visible-in-window-p.
6730
6731 * ehelp.el (electric-help-mode-hook): Add defcustom.
6732
6733 * mail/sendmail.el (mail-mode): Activate case-folding in
6734 font-lock-defaults.
6735
6736 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6737
6738 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6739 (completion-ignored-extensions): Remove duplicate ".class".
6740
6741 2001-03-19 Andreas Schwab <schwab@suse.de>
6742
6743 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6744 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6745
6746 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6747
6748 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6749 methods since there are not prefix input methods.
6750
6751 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6752
6753 * international/mule-cmds.el (read-input-method-name):
6754 Locally bind enable-recursive-minibuffers to t.
6755
6756 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6757
6758 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6759
6760 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6761
6762 * ediff-util.el: Copyright years.
6763 (ediff-choose-syntax-table): New function.
6764 (ediff-setup): Use ediff-choose-syntax-table.
6765
6766 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6767 with-syntax-table.
6768
6769 * ediff.el: Date of last update, copyright years.
6770
6771 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6772
6773 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6774 of Scott Bronson.
6775 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6776 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6777 Deleted functions.
6778 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6779 ex-token-list.
6780
6781 * viper-util.el: Spaces, indentation.
6782
6783 * viper.el: Changed version, modification time.
6784
6785 2001-03-16 John Wiegley <johnw@gnu.org>
6786
6787 * calendar/timeclock.el (timeclock-workday-remaining):
6788 Check whether `discrep' is non-null before using it.
6789
6790 2001-03-16 John Wiegley <johnw@gnu.org>
6791
6792 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6793 first-time checkins.
6794 (timeclock-log-data): Fixed problem with reading timelog log file.
6795 Resulting data in the "day list" was incorrect.
6796 (timeclock-find-discrep): Check if `timeclock-file' is readable
6797 before opening it.
6798 (timeclock-time-less-p): New function.
6799 (timeclock-day-base): New function.
6800 (timeclock-geometric-mean): New function.
6801 (timeclock-generate-report): Generate a summary report based on
6802 the contents of the log file. This uses `timeclock-log-data', and
6803 is an example of writing a timelog manipulation function.
6804 (timeclock-visit-timelog): A quick command for opening the timelog
6805 file.
6806 (timeclock-log-data): Bound the variable event.
6807
6808 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6809
6810 * international/mule-cmds.el (select-safe-coding-system):
6811 Fix typo: symbol-name -> symbol-value.
6812
6813 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6814 before substitute-in-file-name to handle double slashes in FILE
6815 correctly.
6816
6817 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6818
6819 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6820 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6821
6822 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6823
6824 * bindings.el (features): Add `md5' and `overlay' to the list.
6825
6826 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6827 bound before using it. It's not bound when configured without X,
6828 for instance.
6829
6830 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6831
6832 * progmodes/hideshow.el: Update copyright.
6833 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6834 (hs-minor-mode-hook): Include `:version' in defcustom form.
6835
6836 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6837
6838 * help.el (string-key-binding): Don't call event-start on
6839 a non-list.
6840
6841 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6842
6843 * startup.el (fancy-splash-tail, command-line-1): Fix the
6844 copyright year.
6845
6846 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6847
6848 * term.el: These changes are based on a patch sent from Yong Lu
6849 <lyongu@yahoo.com>.
6850 (term-set-escape-char): Bind M-x to execute-extended-command in
6851 term-raw-escape-map.
6852 (term-move-columns): Don't try to move to negagive column.
6853 (term-emulate-terminal): Insert a string before deleting a text to
6854 overwrite.
6855
6856 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6857
6858 * play/life.el (life): Rearrange code so that all calls to
6859 life-display-generation are in a catch-form.
6860
6861 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6862 file that isn't interesting. In an interesting file, push the old
6863 value of point on the mark ring.
6864
6865 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6866 New function.
6867 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6868 Use it.
6869
6870 * emacs-lisp/autoload.el (generate-file-autoloads):
6871 Remove warning about line lengths.
6872
6873 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6874
6875 * progmodes/etags.el (tags-compression-info-list): New variable.
6876 (find-tag-in-order): Use it to deal with compressed source files.
6877 (tag-file-name-match-p): New function.
6878 (etags-recognize-tags-table): Use it for better match of file names.
6879
6880 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6881
6882 * international/mule-cmds.el (register-input-method): Doc fix.
6883
6884 * international/quail.el (quail-translate-key): Fix condition to
6885 check if there's another breaking point in the current key.
6886
6887 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6888
6889 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6890 Babyl header to the newly-created output file, bind
6891 coding-system-for-write to either rmail-file-coding-system or
6892 emacs-mule-unix.
6893
6894 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6895
6896 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6897 Fix the name and regexp used for subsubsections.
6898
6899 2001-03-10 Dave Love <fx@gnu.org>
6900
6901 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6902 and save-buffer if buffer-file-name non-nil. From rms.
6903
6904 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6905
6906 * vc.el (vc-do-command): If the destination buffer is already
6907 current, don't set it up and don't erase it. Updated doc string
6908 to reflect that.
6909 (vc-version-diff): When doing a single file diff, don't switch to the
6910 *vc-diff* buffer before the command. This is to preserve local
6911 variable bindings that might affect the diff command.
6912 (vc-print-log): Don't switch to the *vc* buffer before the
6913 command, so that local variable bindings are preserved.
6914
6915 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6916 not the current buffer.
6917 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6918
6919 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6920 make output go to buffer *vc*, not the current buffer.
6921
6922 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6923
6924 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6925 so ^, $, *, ? and + are interpreted correctly.
6926
6927 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6928
6929 * help.el (string-key-binding): Renamed from
6930 mode-line-key-binding. Handle any event on a string.
6931 Check for `keymap' properties as well as `local-map' properties.
6932
6933 * comint.el (comint-insert-clicked-input): Use the last key
6934 from this-command-keys to lookup the global key definition.
6935
6936 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6937
6938 * international/characters.el: Add category `j' for
6939 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6940
6941 * international/mule-conf.el (no-conversion): Fix docstring.
6942 (raw-text): Fix docstring.
6943
6944 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6945
6946 * simple.el (choose-completion-string): When not leaving the
6947 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6948 is set.
6949
6950 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6951 parameter `(minibuffer . t)'.
6952
6953 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6954
6955 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6956 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6957 (sh-mode): Remove `make-local-variable' for unused var
6958 `font-lock-unfontify-region-function'.
6959
6960 2001-03-07 Richard M. Stallman <rms@gnu.org>
6961
6962 * info.el (Info-scroll-down): Fix previous change.
6963
6964 * mail/rmail.el (rmail-toggle-header): Use a window which
6965 is showing the Rmail buffer, rather than the selected window.
6966
6967 2001-03-07 Dave Love <fx@gnu.org>
6968
6969 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6970 now, to avoid problems with binding imenu directly to a mouse event.
6971
6972 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6973
6974 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6975 second arg t.
6976
6977 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6978
6979 * log-edit.el (log-edit-common-indent): New var.
6980 (log-edit-set-common-indentation): Renamed from
6981 log-edit-delete-common-indentation. Use the new var.
6982 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6983
6984 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6985 (cvs-mode-add-change-log-entry-other-window):
6986 Don't presume change-log-default-name is defined.
6987
6988 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6989
6990 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6991 the "tree" operation as well.
6992
6993 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6994
6995 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6996 to match paragraph-start.
6997
6998 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6999 comment-start-skip and set comment-end-skip as well.
7000 (sgml-comment-indent): Fix for new value of comment-start-skip.
7001 (html-autoview-mode): Don't bother using make-local-hook.
7002
7003 2001-03-07 Gerd Moellmann <gerd@gnu.org>
7004
7005 * cus-edit.el (custom-save-delete): Move in front of local
7006 variables, otherwise long Custom entries would make them ineffective.
7007
7008 * uniquify.el: Set maintainer to FSF.
7009
7010 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7011
7012 * dired-aux.el (dired-do-shell-command): Doc fix.
7013
7014 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7015
7016 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7017
7018 * which-func.el (which-func-modes): Add cperl-mode.
7019 (which-func-mode-global): Use define-minor-mode.
7020
7021 * info-look.el: Docstring fixes and dead code eliminated.
7022 (cperl-mode): Add support.
7023 (emacs-lisp-mode): List all entries from elisp manual, whether
7024 or not they are currently (f)bound or not. Update regexp.
7025
7026 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7027
7028 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7029 so that C-h m shows the correct information.
7030 Use make-local-variable rather than make-variable-buffer-local.
7031 (cperl-info-buffer, cperl-setup-tmp-buf):
7032 Use make-local-variable rather than make-variable-buffer-local.
7033 (cperl-msb-fix, cperl-get-help-defer):
7034 Check major-mode for `cperl-mode' as well.
7035
7036 * progmodes/cperl-mode.el: Updated to author version 4.23.
7037 (cperl-electric-pod): SYNOPSIS was misspelled.
7038 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7039 (cperl-after-expr-p): Make true after __END__.
7040
7041 2001-03-06 Gerd Moellmann <gerd@gnu.org>
7042
7043 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
7044 bookmark-completion-ignore-case is t.
7045
7046 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7047 switch, like xterm, and concat resource strings, with a newline
7048 between them.
7049
7050 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7051
7052 * international/codepage.el (cp770-decode-table)
7053 (cp773-decode-table, cp774-decode-table): New variables.
7054
7055 * man.el (Man-hyphenated-reference-regexp): New variable.
7056 (Man-build-references-alist): Use it to search for referenced
7057 manpages. If hyphenated is non-nil, record a concatenated word in
7058 Man-refpages-alist only if it matches Man-reference-regexp.
7059 Update word's length when it is concatenated. Reverse the list,
7060 to get the first manpage at the head.
7061 (Man-possibly-hyphenated-word): New function.
7062 (Man-follow-manual-reference): Use it instead of current-word to
7063 find a manpage at point, in a way that accounts for hyphenated
7064 references.
7065
7066 2001-03-06 Alex Schroeder <alex@gnu.org>
7067
7068 * sql.el (sql-interbase): New function.
7069 (sql-interbase-program): New option.
7070 (sql-interbase-options): New option.
7071 And some typos fixed: "customise" to "customize".
7072
7073 2001-03-06 Dave Love <fx@gnu.org>
7074
7075 * textmodes/flyspell.el (flyspell-region):
7076 Set up flyspell-local-mouse-map.
7077
7078 2001-03-05 Richard M. Stallman <rms@gnu.org>
7079
7080 * mail/rmail.el (rmail-retry-failure):
7081 Don't call rmail-beginning-of-message.
7082 Don't discard From: field. Do discard Received: field.
7083 Use unwind-protect to re-prune.
7084 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
7085
7086 2001-03-06 Kenichi Handa <handa@etl.go.jp>
7087
7088 * international/quail.el (quail-title): Add autoload cookie.
7089
7090 2001-03-05 Dave Love <fx@gnu.org>
7091
7092 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7093 new defs.
7094
7095 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7096
7097 * language/ethio-util.el (ethio-toggle-space):
7098 Update current-input-method-title if necessary.
7099 (ethio-toggle-punctuation): Likewise.
7100
7101 * international/quail.el (quail-title): Fix for the case that a
7102 title of an input method is specified by a list of the same form
7103 as used in mode-line-format.
7104
7105 * international/mule-cmds.el (activate-input-method):
7106 If current-input-method-title is set by activating INPUT-METHOD,
7107 respect that value.
7108
7109 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7110
7111 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7112
7113 2001-03-05 Alex Schroeder <alex@gnu.org>
7114
7115 * sql.el (sql-sybase): Fix typo (was: query user about server two
7116 times instead of server and database).
7117
7118 * sql.el (sql-sybase): Doc change.
7119 (sql-mysql): Doc change.
7120 (sql-postgres): Doc change.
7121
7122 2001-03-05 Kenichi Handa <handa@etl.go.jp>
7123
7124 * international/mule-conf.el (emacs-mule, raw-text):
7125 Docstring modified.
7126
7127 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7128
7129 * term/internal.el: Update copyright notice.
7130
7131 * term/pc-win.el: Update copyright notice.
7132
7133 2001-03-02 Dave Love <fx@gnu.org>
7134
7135 * files.el (insert-file-contents-literally):
7136 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7137 not jka-compr-compression-info-list.
7138
7139 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7140
7141 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7142 spaces in default comment-start-skip settings rather than \s-.
7143
7144 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7145
7146 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7147 default-frame-alist as well.
7148
7149 2001-03-01 Dave Love <fx@gnu.org>
7150
7151 * textmodes/reftex.el (defvar): Wrap some defvars in
7152 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7153
7154 * subr.el (event-basic-type): Doc fix.
7155
7156 * international/quail.el: Doc fixes.
7157
7158 * international/utf-8.el: Doc fixes.
7159
7160 * international/mule-cmds.el: Doc fixes.
7161 (leim-list-header): Fix header text.
7162
7163 * international/mule.el (coding-system-category): Doc fix.
7164
7165 * international/ccl.el (ccl-compile): Doc fix.
7166
7167 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7168
7169 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7170 rather than (before|after)-change-functions.
7171
7172 2001-03-01 Gerd Moellmann <gerd@gnu.org>
7173
7174 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7175 scroll-left and scroll-right being called interactively so that
7176 they set the window's min_hscroll.
7177
7178 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7179
7180 * info.el (info-insert-file-contents-1): Accept an additional
7181 argument `lfn': if it is non-nil, concatenate `filename' and
7182 `suffix'; otherwise use the complicated MS-DOS code.
7183 All callers changed.
7184 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7185 can access long file names, try the long file-name version of
7186 `info-insert-file-contents-1', then the short file-name version.
7187
7188 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
7189
7190 * language/ethio-util.el (setup-ethiopic-environment-internal):
7191 Change bindings of functions keys to conform to "Emacs Lisp Coding
7192 Convention".
7193
7194 * language/ethiopic.el ("Ethiopic"): Add documentation.
7195
7196 2001-02-28 Kenichi Handa <handa@etl.go.jp>
7197
7198 * international/utf-8.el (mule-utf-8): Set coding-category
7199 property to coding-category-utf-8.
7200
7201 2001-02-27 Richard M. Stallman <rms@gnu.org>
7202
7203 * lpr.el (lpr-page-header-switches, print-region-1):
7204 Undo 2000-07-06 change.
7205 (lpr-add-switches): Default to t on gnu/linux.
7206
7207 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7208
7209 * bs.el (bs-attributes-list): Doc fix.
7210
7211 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7212
7213 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7214
7215 * help.el (view-order-manuals): Use goto-address.
7216
7217 * startup.el (command-line-1): Add info about ordering manuals
7218 to the not so fancy splash screens.
7219
7220 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7221
7222 * vc.el (vc-default-workfile-unchanged-p)
7223 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7224
7225 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7226
7227 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7228 fontify in the right buffer.
7229
7230 * allout.el (outline-flag-region): Move macro in front of first
7231 use to avoid a run-time error.
7232
7233 2001-02-24 Andrew Innes <andrewi@gnu.org>
7234
7235 * makefile.w32-in: Fix copyright notice.
7236
7237 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7238
7239 * international/utf-8.el (mule-utf-8): Set correct value for
7240 valid-codes property.
7241
7242 * international/fontset.el (x-complement-fontset-spec): In the
7243 case that we use ASCII font for the other charsets, use only
7244 family and registry part of it.
7245
7246 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7247
7248 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7249 (shrink-window-if-larger-than-buffer): Doc fix.
7250
7251 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7252
7253 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7254 predicate passed to completing-read.
7255
7256 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7257
7258 * startup.el (command-line): Fix last change.
7259
7260 2001-02-23 Jason Rumney <jasonr@gnu.org>
7261
7262 * startup.el (tool-bar-originally-present): New variable.
7263 (command-line): Set it if the tool-bar is switched on at startup.
7264
7265 * frame.el (frame-notice-user-settings): Only adjust frame height
7266 for no tool-bar case if tool-bar was originally switched on.
7267 From E. Jay Berkenbilt.
7268
7269 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7270
7271 * server.el (server-switch-buffer): Only switch window if the
7272 current one is dedicated.
7273
7274 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7275 rather than using (match-beginning 0) when searching for break point.
7276
7277 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7278
7279 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7280 @ follows an accent command such as @'. Support optional braces
7281 in commands that insert accents, like makeinfo does.
7282
7283 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7284
7285 * startup.el (fancy-splash-text): Add a line for ordering
7286 manuals. Reverse order of splash screens shown.
7287 (use-fancy-splash-screens-p): Adapt to the text line added.
7288
7289 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7290 manuals from the FSF.
7291
7292 * help.el (view-order-manuals): New function.
7293 (toplevel): Bind C-h C-m to this function.
7294
7295 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7296
7297 * newcomment.el (comment-forward): Skip the comment-start before
7298 searching for the comment-end.
7299
7300 2001-02-21 Dave Love <fx@gnu.org>
7301
7302 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7303
7304 * international/mule-cmds.el, international/mule.el: Doc fixes.
7305
7306 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7307
7308 * startup.el (fancy-splash-screens): Use display-hourglass
7309 instead of display-busy-cursor.
7310
7311 * frame.el (display-hourglass): Renamed from busy-cursor.
7312 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7313 (show-cursor-in-non-selected-windows): Doc fix.
7314
7315 2001-02-20 Dave Love <fx@gnu.org>
7316
7317 * international/utf-8.el: Doc and commentary fixes.
7318
7319 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7320
7321 * ehelp.el (with-electric-help): Doc fix.
7322
7323 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7324
7325 * msb.el (msb-mode): Call the update-buffers function explicitly
7326 with a FORCE argument.
7327
7328 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7329 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7330 returns nil.
7331
7332 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7333
7334 * ps-print.el: Timestamp package replacement. Some enhancements.
7335 Some XEmacs compatibility. Doc fix.
7336 (ps-print-version): New version number (6.4).
7337 (ps-printer-name): Initialization fix.
7338 (ps-zebra-stripe-follow): Funcionality enhancement.
7339 (ps-prologue-file): Code enhancement.
7340 (ps-right-header): Timestamp package replacement.
7341 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7342 (ps-get-page-dimensions)
7343 (ps-generate-header, ps-begin-file, ps-begin-job)
7344 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7345 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7346 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7347 (coding-system-for-write): Var declaration (XEmacs compatibility).
7348
7349 2001-02-20 Miles Bader <miles@gnu.org>
7350
7351 * image-file.el (image-file-name-extensions): Add "tif".
7352
7353 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7354
7355 * wid-edit.el (widget-button-click): Save the selected window
7356 around the code handling clicks on buttons.
7357
7358 2001-02-18 Dave Love <fx@gnu.org>
7359
7360 * imenu.el (imenu--generic-function): Use mapc to iterate over
7361 syntax characters.
7362
7363 2001-02-17 Richard M. Stallman <rms@gnu.org>
7364
7365 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7366
7367 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7368
7369 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7370
7371 * mouse.el (mouse-save-then-kill): If the distance from the new
7372 point to the mark is equal to the distance of point from the new
7373 point, move point instead of the mark.
7374
7375 2001-02-16 Dave Love <fx@gnu.org>
7376
7377 * textmodes/flyspell.el (flyspell-get-word): Return string without
7378 properties.
7379
7380 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7381
7382 * generic.el (generic-find-file-regexp): Doc fix.
7383 (generic-ignore-files-regexp): New defcustom.
7384 (generic-mode-find-file-hook): If the file's name matches the
7385 regexp in `generic-ignore-files-regexp', don't enter
7386 default-generic-mode. Doc fix.
7387
7388 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7389
7390 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7391 Add autoload cookies.
7392
7393 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7394 of cal-tex-24.
7395
7396 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7397
7398 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7399
7400 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7401 the character class after the (optional) drive, to support file
7402 names with embedded blanks.
7403
7404 2001-02-15 Sam Steingold <sds@gnu.org>
7405
7406 * textmodes/tex-mode.el (tex-shell-running):
7407 Check the process buffer too.
7408
7409 2001-02-15 Dave Love <fx@gnu.org>
7410
7411 * battery.el (battery-status-function): Fix doc, :type.
7412
7413 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7414
7415 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7416
7417 * subr.el (read-passwd): Clear Lisp memory holding password.
7418
7419 2001-02-15 Miles Bader <miles@gnu.org>
7420
7421 * info.el (Info-copy-current-node-name): New function.
7422 (Info-mode-menu): Add it to the menu.
7423
7424 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7425
7426 * international/mule-cmds.el (toggle-input-method): Doc fix.
7427
7428 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7429
7430 * replace.el (occur): Stop at end of buffer.
7431
7432 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7433
7434 * international/mule-cmds.el (set-input-method): Another doc fix.
7435
7436 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7437
7438 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7439
7440 2001-02-13 Miles Bader <miles@gnu.org>
7441
7442 * faces.el (set-face-background, set-face-foreground)
7443 (set-face-stipple): Treat a value of nil as being `unspecified'.
7444
7445 2001-02-12 Dave Love <d.love@dl.ac.uk>
7446
7447 * international/latin1-disp.el: Doc fixes.
7448 (latin1-display) <defgroup>: Add :link.
7449 (latin1-display) <function>: Set variable latin1-display.
7450
7451 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7452
7453 * international/mule-cmds.el (set-input-method): Doc fix.
7454
7455 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7456
7457 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7458 (speedbar-line-file): Return nil if not a file.
7459 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7460
7461 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7462
7463 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7464 for remote files.
7465 (ediff-coding-system-for-read): Replaced the no-conversion default
7466 with raw-text.
7467
7468 * ediff-init.el: Removed :version from defcustom vars.
7469
7470 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7471 Better handling of the diff mode.
7472
7473 * ediff.texi: Added ediff-coding-system-for-read.
7474
7475 * viper.texi: Fix typos.
7476
7477 2001-02-11 Dave Love <fx@gnu.org>
7478
7479 * shadowfile.el: Doc fixes.
7480 (shadow) <defgroup>: Add :link.
7481 (shadowfile-unload-hook): New function.
7482 (shadow-initialize): Use defalias, not fset.
7483 (shadow-define-cluster, shadow-define-literal-group)
7484 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7485
7486 * international/mule.el: Doc and message fixes.
7487
7488 * international/ccl.el (define-ccl-program): Doc fix.
7489
7490 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7491
7492 * faces.el (mode-line): Set :line-width property to -1.
7493
7494 2001-02-10 Richard M. Stallman <rms@gnu.org>
7495
7496 * complete.el (partial-completion-mode): Doc fix.
7497
7498 * simple.el (delete-key-deletes-forward-mode):
7499 Change `let' to `let*' to fix gross bug in last change.
7500
7501 * repeat.el (repeat): Don't let execute-kbd-macro alter
7502 real-last-command.
7503
7504 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7505
7506 * simple.el (eval-expression): Doc fix.
7507
7508 2001-02-09 Dave Love <fx@gnu.org>
7509
7510 * imenu.el (imenu-generic-expression): Doc fix.
7511
7512 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7513 From Juanma Barranquero.
7514
7515 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7516
7517 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7518
7519 * faces.el (set-face-attribute): Describe the case of a negative
7520 value specified for :line-width.
7521
7522 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7523
7524 * which-func.el (which-func-mode): Invert which-func-mode-global.
7525 From Juanma Barranquero <lektu@uol.com.br>.
7526
7527 2001-02-08 Dave Love <fx@gnu.org>
7528
7529 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7530 widget-plist-value-type.
7531 (widget-alist-convert-widget): Replace binding of
7532 widget-alist-value-type.
7533
7534 * textmodes/paragraphs.el (sentence-end): Doc fix.
7535
7536 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7537 Remove `backward-line'.
7538
7539 * play/pong.el (pong-blank-color, pong-bat-color)
7540 (pong-ball-color, pong-border-color, pong-left-key)
7541 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7542 (pong-pause-key, pong-resume-key, pong-timer-delay):
7543 * mail/mh-comp.el (mh-compose-letter-function):
7544 * eshell/esh-mode.el (eshell-skip-prompt-function):
7545 * emulation/viper-ex.el (ex-unix-type-shell-options):
7546 * recentf.el (recentf-menu-filter):
7547 * ps-print.el (ps-print-region-function):
7548 * lpr.el (print-region-function):
7549 * forms.el (forms-mode-hooks):
7550 * dirtrack.el (dirtrack-directory-change-hook):
7551 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7552 * textmodes/spell.el (spell-filter):
7553 * textmodes/fill.el (adaptive-fill-function):
7554 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7555 * progmodes/etags.el (find-tag-default-function):
7556 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7557 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7558
7559 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7560
7561 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7562 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7563 Meyering <jim@meyering.net>.
7564
7565 * loadup.el: Revert last change.
7566
7567 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7568
7569 * international/mule.el (transform-make-coding-system-args):
7570 Make it work also for coding systems not using CCL.
7571
7572 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7573
7574 * simple.el (previous-matching-history-element)
7575 (next-matching-history-element): Doc fix.
7576
7577 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7578 specific part.
7579
7580 2001-02-06 Dave Love <fx@gnu.org>
7581
7582 * add-log.el (add-log-current-defun-function)
7583 (add-log-buffer-file-name-function, add-log-file-name-function):
7584 Fix :type.
7585 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7586
7587 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7588
7589 * info.el (info-initialize): Remove the test for system-type when
7590 invocation-directory is non-nil.
7591
7592 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7593 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7594
7595 2001-02-06 Andrew Innes <andrewi@gnu.org>
7596
7597 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7598 absolute.
7599
7600 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7601
7602 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7603 buffers. When hi-lock turned on rather than only checking current
7604 buffer for regexps, all buffers are checked. Moved activation of
7605 font-lock to hi-lock-refontify. When font-lock turned off rather
7606 than removing added highlighting just in current buffer, remove it
7607 in all buffers. Changed edit menu text from "Automatic
7608 Highlighting" to "Regexp Highlighting" Documentation for
7609 highlighting phrases, minor documentation changes.
7610 (hi-lock-set-file-patterns): Execute only if there are new or
7611 existing file patterns.
7612 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7613 unfontify and, if a support mode is active, will not refontify the
7614 whole buffer. If necessary, turn on font lock. (Removed
7615 font-lock-unfontify and font-lock support-mode-specific calls,
7616 such as lazy-lock-fontify-window.)
7617 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7618 patterns are found. Not useful now since find-file-hook is removed
7619 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7620 (hi-lock-face-phrase-buffer): New function. Also added related
7621 menu item and keybinding.
7622 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7623 (hi-lock-process-phrase): New function.
7624 (hi-lock-line-face-buffer): Doc fixes.
7625 (hi-lock-face-buffer): Doc fixes.
7626 (hi-lock-unface-buffer): Doc fixes.
7627
7628 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7629
7630 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7631 dabbrev-ignored-regexps.
7632
7633 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7634
7635 * simple.el (kill-line): Doc fix.
7636
7637 2001-02-05 Dave Love <fx@gnu.org>
7638
7639 * loadup.el: Revert last two changes -- bootstrapping works with
7640 regenerated loaddefs.
7641
7642 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7643
7644 * isearch.el (isearch-forward): Doc fix.
7645
7646 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7647 of font-lock-defaults to backward-paragraph.
7648
7649 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7650
7651 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7652 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7653
7654 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7655
7656 * ebnf2ps.el: Eliminate time-stamp functions.
7657 (ebnf-version): New version (3.5).
7658 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7659 format-time-string.
7660
7661 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7662
7663 * simple.el (next-line): Goto end-of-line before inserting a newline.
7664
7665 2001-02-05 Miles Bader <miles@gnu.org>
7666
7667 * image-file.el (insert-image-file): When visiting an image, also
7668 set `truncate-lines' to t so that any fringe arrow looks correct.
7669
7670 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7671
7672 * isearch.el (isearch-forward): Add description about input method
7673 in the docsting.
7674
7675 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7676
7677 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7678
7679 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7680
7681 * info.el (info-initialize): If installation-directory is nil, for
7682 DOS/Windows systems try looking in a sibling of invocation-directory.
7683
7684 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7685
7686 * wid-edit.el (widget-button-click): Fix last change.
7687
7688 * frame.el (frame-notice-user-settings): When resizing the initial
7689 frame because the tool bar is off, also change the frame's top
7690 position if a negative top position was specified.
7691
7692 2001-02-02 Miles Bader <miles@gnu.org>
7693
7694 * image-file.el (insert-image-file): When visiting an image,
7695 suppress the cursor in the image buffer.
7696
7697 2001-02-01 Dave Love <fx@gnu.org>
7698
7699 * progmodes/f90.el (f90-mode): Remove startup message.
7700
7701 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7702
7703 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7704
7705 * startup.el (command-line): Fix code determining whether or not
7706 to use delete-key-deletes-forward-mode.
7707
7708 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7709
7710 * vc.el (vc-diff-switches): New user option.
7711 (vc-version-diff): Use it.
7712 (vc-diff-switches-list): New macro.
7713
7714 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7715 New customization options.
7716 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7717
7718 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7719
7720 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7721
7722 * msb.el (toplevel): Quote hook symbols.
7723
7724 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7725
7726 * international/mule.el (make-coding-system): Add description
7727 about recognized properties in the docstring.
7728
7729 * international/mule-conf.el: Remove unused charsets
7730 mac-roman-lower and mac-roman-upper.
7731
7732 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7733
7734 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7735 is in front of the left-margin, if any.
7736
7737 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7738 like `delete'.
7739
7740 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7741
7742 * term/w32-win.el (mouse-set-font): Doc fix.
7743
7744 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7745
7746 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7747 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7748 on already.
7749
7750 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7751
7752 * files.el (save-buffer): Don't give message if (buffer-file-name)
7753 returns nil.
7754
7755 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7756
7757 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7758
7759 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7760 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7761
7762 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7763 display problems.
7764
7765 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7766
7767 * international/mule.el (charset-info): Fix docstring.
7768
7769 * international/mule-diag.el (describe-character-set): Check final
7770 char valid before printing it.
7771
7772 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7773
7774 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7775
7776 * frame.el (frame-notice-user-settings): Do the tool-bar
7777 stuff only for graphical displays. Fix a braino.
7778
7779 * frame.el (frame-initialize): Create initial frame visible.
7780 (frame-notice-user-settings): When tool-bar has been switched off,
7781 correct the frame size and sync tool-bar-mode.
7782
7783 * startup.el (command-line): Remove manipulation of frame
7784 height for tool bars.
7785
7786 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7787
7788 * lpr.el: Compatibility with XEmacs and doc fixes.
7789 (lpr-windows-system, lpr-lp-system): New vars.
7790 (lpr-printer-switch): New defcustom.
7791 (printer-name, lpr-command): Customization fix.
7792 (print-region-1): Code fix.
7793 (print-region-new-buffer, printify-region): Indentation fix.
7794 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7795 New functions.
7796
7797 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7798
7799 * msb.el (toplevel): Fix the eval-after-load.
7800
7801 2001-01-29 Dave Love <fx@gnu.org>
7802
7803 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7804
7805 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7806
7807 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7808 (tcl-using-emacs-19-23): Consider Emacs 21+.
7809 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7810 (tcl-add-emacs-menu): Supply menu name.
7811 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7812
7813 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7814
7815 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7816
7817 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7818
7819 * pcvs.el (cvs-mark-fis-dead): New function.
7820 (cvs-mode-add): Use it.
7821 (cvs-mode-add-change-log-entry-other-window):
7822 Rebind change-log-default-name to itself rather than to nil.
7823
7824 2001-01-29 Sam Steingold <sds@gnu.org>
7825
7826 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7827 `autoload' statements.
7828
7829 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7830
7831 * files.el (confirm-kill-emacs): Doc fix.
7832
7833 * frame.el (frame-initialize): Doc fix.
7834
7835 * time-stamp.el (time-stamp-string): Doc fix.
7836
7837 * woman.el (WoMan-log-1): Make the log buffer writable.
7838 From Markus Rost <rost@math.ohio-state.edu>.
7839
7840 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7841
7842 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7843 the `make-variable-buffer-local'.
7844
7845 2001-01-29 Dave Love <fx@gnu.org>
7846
7847 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7848 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7849 Add autoload cookie.
7850 (ansi-color-apply-sequence): Fix typo.
7851
7852 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7853
7854 * menu-bar.el (menu-bar-files-menu): Add menu items for
7855 Postscript printing in black and white.
7856
7857 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7858 X-Mailman-Version, Precedence, List-Help, List-Post,
7859 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7860 Content-Type, Content-Length.
7861
7862 2001-01-29 Dave Love <fx@gnu.org>
7863
7864 * elide-head.el (elide-head): Make overlay evaporate.
7865
7866 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7867
7868 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7869
7870 * isearch.el (isearch-highlight): Don't punt if the display
7871 doesn't support colors, since isearch faces are defined for
7872 monochrome displays as well.
7873
7874 2001-01-27 Sam Steingold <sds@gnu.org>
7875
7876 * shell.el (shell-write-history-on-exit): Make sure that we are in
7877 the shell buffer (M-x tex-file RET inserted the error message into
7878 the TeX buffer).
7879
7880 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7881
7882 * simple.el (transient-mark-mode): Doc fix.
7883
7884 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7885
7886 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7887
7888 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7889
7890 * shell.el (shell-unquote-argument): If the shell is one of the
7891 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7892 quote character.
7893 (shell-dumb-shell-regexp): Document that the shells which match
7894 this regexp are supposed to not treat a backslash as a quote character.
7895
7896 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7897 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7898
7899 2001-01-27 Richard M. Stallman <rms@gnu.org>
7900
7901 * dabbrev.el (dabbrev--substitute-expansion):
7902 Treat a one-capital-letter abbrev as "not all upper case",
7903 so as to force preservation of the expansion's pattern
7904 if the expansion starts with a capital letter.
7905
7906 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7907
7908 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7909 Doc fix.
7910
7911 * simple.el (transient-mark-mode): Document the fact that many
7912 commands act on the region when mark is active.
7913
7914 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7915
7916 * international/quail.el (quail-setup-completion-buf): Make the
7917 multibyteness of current buffer inherited to Quail completion buffer.
7918 (quail-show-guidance-buf): Make the multibyteness of current
7919 buffer inherited to Quail guidance buffer.
7920 (quail-help): Make the multibyteness of current buffer inherited
7921 to Quail help buffer.
7922
7923 2001-01-26 Dave Love <fx@gnu.org>
7924
7925 * time-stamp.el: Doc fixes.
7926
7927 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7928 (delphi-keyword-face, delphi-other-face): Fix :type.
7929
7930 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7931
7932 * mail/feedmail.el (feedmail): Add :link.
7933 (feedmail-send-it): Doc fix.
7934
7935 * mail/sendmail.el: Doc fixes.
7936 (sendmail-send-it): Fix the non-ASCII regexp and use
7937 rfc2047-encode-string.
7938
7939 * dired.el, dired-aux.el: Revert last change.
7940
7941 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7942
7943 * makefile.w32-in (DONTCOMPILE): Add various term files.
7944
7945 2001-01-26 Dave Love <fx@gnu.org>
7946
7947 * Makefile.in (DONTCOMPILE): Add various term files.
7948
7949 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7950
7951 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7952
7953 * startup.el (display-startup-echo-area-message): Make sure
7954 the echo area is resized to fit the size of the startup message.
7955
7956 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7957 part of which is a constant.
7958
7959 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7960
7961 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7962
7963 2001-01-26 Richard M. Stallman <rms@gnu.org>
7964
7965 * simple.el (next-line): Don't let `newline' expand abbrevs.
7966 Simplify slightly.
7967 (open-line): Don't let `newline' expand abbrevs.
7968
7969 2001-01-25 John Wiegley <johnw@gnu.org>
7970
7971 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7972 to `repeat' in the :type field.
7973
7974 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7975 allow a choice of regexp or nil.
7976 (pcomplete-dir-ignore): Same.
7977
7978 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7979 a command) to always fail.
7980
7981 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7982
7983 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7984 discard the result.
7985 (iswitchb-to-end): Likewise.
7986
7987 2001-01-25 Sam Steingold <sds@gnu.org>
7988
7989 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7990 Require vc.
7991
7992 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7993
7994 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7995
7996 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7997
7998 2001-01-25 Dave Love <fx@gnu.org>
7999
8000 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8001 (describe-coding-system): Tweak the English text.
8002
8003 * loadup.el: Preload international/ccl for utf-8.
8004
8005 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8006
8007 * mail/rmail.el (rmail-redecode-body): Doc fix.
8008
8009 2001-01-25 Kenichi Handa <handa@etl.go.jp>
8010
8011 * international/mule-cmds.el (reset-language-environment):
8012 Reset coding-category-utf-8 to mule-utf-8.
8013
8014 * international/mule-conf.el (coding-category-utf-8):
8015 Initialize to mule-utf-8.
8016
8017 * loadup.el: Preload international/utf-8.
8018
8019 * international/utf-8.el: New file.
8020
8021 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8022
8023 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8024
8025 2001-01-24 Sam Steingold <sds@gnu.org>
8026
8027 * dired.el (dired-replace-in-string): Removed.
8028 (dired-sort-toggle): Use `replace-regexps-in-string'
8029 instead of `dired-replace-in-string'.
8030
8031 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8032 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
8033
8034 * gs.el (gs-replace-in-string): Removed.
8035 (gs-options): Use `replace-regexps-in-string'
8036 instead of `gs-replace-in-string'.
8037
8038 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8039
8040 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8041 bug report is mailed to an email list and posted to a news group.
8042
8043 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8044
8045 * comint.el (comint-replace-by-expanded-history-before-point):
8046 Fix change of 2000-08-03 to move point to the start of the line again.
8047
8048 * startup.el (tool-bar-images-pixel-height): New variable.
8049 (command-line): After loading the user's init file, when
8050 tool-bar-mode is on, increase the frame's size by some lines for
8051 the tool-bar.
8052
8053 * frame.el (frame-initialize): Create the initial frame invisible.
8054
8055 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8056
8057 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8058 (chinese-big5): MIME:Big5.
8059
8060 2001-01-24 Gerd Moellmann <gerd@gnu.org>
8061
8062 * international/mule-cmds.el (universal-coding-system-argument):
8063 Handle commands with prefix args.
8064
8065 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8066
8067 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8068 being a list of numbers.
8069 (diary-mail-entries): Rewritten.
8070
8071 2001-01-23 Dave Love <fx@gnu.org>
8072
8073 * international/mule.el (make-coding-system): Fix typo.
8074
8075 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8076 Add backward-paragraph as font-lock-beginning-of-syntax-function.
8077
8078 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8079
8080 * font-lock.el (font-lock-mode): Doc fix.
8081
8082 2001-01-23 Kenichi Handa <handa@etl.go.jp>
8083
8084 * international/mule.el (make-translation-table): Fix docstring.
8085
8086 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8087
8088 * mail/rmail.el (rmail-redecode-body): New function.
8089
8090 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8091
8092 2001-01-22 Gerd Moellmann <gerd@gnu.org>
8093
8094 * isearch.el (isearch-lazy-highlight-case-fold-search)
8095 (isearch-lazy-highlight-regexp): New variables.
8096 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8097 case-fold search or regexp search has been toggled.
8098
8099 * wid-edit.el (widget-button-click): Avoid a save-excursion
8100 around running a global binding.
8101
8102 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8103 to 0.25.
8104
8105 2001-01-20 Miles Bader <miles@gnu.org>
8106
8107 * cus-edit.el (custom-face-save): Do post-processing on the face's
8108 new value like `custom-face-set' does.
8109
8110 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8111
8112 * mail/emacsbug.el (report-emacs-bug): Report the value of
8113 LC_CTYPE, not LC_TYPE.
8114
8115 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8116 isearch-toggle-regexp and isearch-edit-string to doc string.
8117
8118 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8119
8120 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8121 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8122
8123 * jit-lock.el (jit-lock-fontify-now): Don't bind
8124 font-lock-beginning-of-syntax-function to nil.
8125
8126 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8127
8128 * mail/emacsbug.el (report-emacs-bug): Report values of
8129 locale-coding-system, default-enable-multibyte-characters, and the
8130 environment variables LC_ALL, LC_TYPE, and LANG.
8131
8132 2001-01-19 Gerd Moellmann <gerd@gnu.org>
8133
8134 * font-lock.el (font-lock-default-fontify-region): Fix last change.
8135
8136 * font-lock.el (font-lock-multiline): Default to nil.
8137 (font-lock-default-fontify-region): If font-lock-multiline is
8138 nil, don't check the property `font-lock-multiline'.
8139
8140 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8141 is nil, don't check the `font-lock-multiline' text property.
8142
8143 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8144
8145 * viper.el: Call initial-major-mode on startup.
8146
8147 * ediff.el (ediff-patch-file): Use better defaults.
8148
8149 * ediff-vers.el: Fix for 8+3 DOS file systems.
8150
8151 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
8152
8153 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
8154 diff mode, if available.
8155
8156 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8157
8158 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
8159
8160 * ediff-init.el (subst-char-in-string): Define and use it, unless
8161 it's already defined.
8162
8163 2001-01-18 Gerd Moellmann <gerd@gnu.org>
8164
8165 * tooltip.el (tooltip-hide-delay): New user-option.
8166 (tooltip-show): Use tooltip-hide-delay instead of the default.
8167
8168 2001-01-18 Kenichi Handa <handa@etl.go.jp>
8169
8170 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8171 kill-local-variable doesn't work for enable-multibyte-characters.
8172
8173 2001-01-17 Dave Love <fx@gnu.org>
8174
8175 * ediff-init.el (ediff-before-setup-hook)
8176 (ediff-merge-filename-prefix): Add :version.
8177
8178 * international/latin1-disp.el: Require disp-table.
8179 (latin1-display): Fix :set.
8180
8181 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8182
8183 2001-01-17 Gerd Moellmann <gerd@gnu.org>
8184
8185 * isearch.el (isearch-lazy-highlight-initial-delay)
8186 (isearch-lazy-highlight-interval): Default to 0.
8187
8188 2001-01-17 Bob Glickstein <bobg@zanshin.com>
8189
8190 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8191 1 here rather than each time through
8192 isearch-lazy-highlight-new-loop.
8193 (isearch-lazy-highlight-max): Variable deleted.
8194 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8195 isearch-lazy-highlight-max but controls a single invocation of
8196 isearch-lazy-highlight-update.
8197 (isearch-lazy-highlight-wrapped): Variable recreated.
8198 (isearch-lazy-highlight-window-start): New variable.
8199 (isearch-lazy-highlight-cleanup): Restored to behavior of
8200 before 2-Jan.
8201 (isearch-lazy-highlight-remove-overlays): Function deleted;
8202 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8203 behavior removed.
8204 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8205 isearch-lazy-highlight-update in a loop rather than just once.
8206 Test isearch-invalid-regexp here and decide not to start a new
8207 loop, rather than testing it each time through
8208 isearch-lazy-highlight-update.
8209 (isearch-lazy-highlight-search): Function restored.
8210 (isearch-lazy-highlight-update): Get called in a timer loop again,
8211 but this time highlight more than one match each time through.
8212 Only highlight matches in the visible part of the window.
8213 Start at point, move in the direction of the search, and wrap around at
8214 the edge of the window. Use sit-for to force redisplay and ensure
8215 window-start is credible. "Face suppressing" behavior removed;
8216 overlay priorities should make it unnecessary, right?
8217 (isearch-highlight): Face suppressing behavior removed.
8218 (isearch-dehighlight): Face suppressing behavior removed.
8219 (isearch-set-lazy-highlight-faces-at): Removed.
8220
8221 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8222
8223 * language/european.el ("Latin-1"): Make the format of description
8224 about additional language environments same as that of Latin-2.
8225
8226 2001-01-16 Dave Love <fx@gnu.org>
8227
8228 * isearch.el (isearch-lazy-highlight): Add :version.
8229
8230 * simple.el (backward-delete-char-untabify-method)
8231 (next-line-add-newlines): Add :version.
8232
8233 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8234
8235 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8236 Don't bind <delete> otherwise.
8237
8238 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8239 and <delete> via function-key-map.
8240
8241 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8242 Subject line only if point is after the `Subject:'.
8243
8244 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8245
8246 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8247 japanese-jisx0213-2 in `charset' property of this lang. env.
8248
8249 * language/european.el ("Latin-1"): Add description for Dutch and
8250 Spanish lang. env.
8251
8252 * international/mule.el (decode-char): Fix conditions.
8253 (encode-char): Handle eight-bit-control too.
8254 (transform-make-coding-system-args): New function.
8255 (make-coding-system): Accept XEmacs style arguments for CCL base
8256 coding system.
8257
8258 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8259
8260 * progmodes/etags.el (find-tag-noselect): Save the value of
8261 tags-file-name before switching buffers, for the case it has a
8262 buffer-local value.
8263
8264 2001-01-15 Alex Schroeder <alex@gnu.org>
8265
8266 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8267 From Dave Love <fx@gnu.org>.
8268 (ansi-color-for-comint-mode): Fix :version.
8269
8270 2001-01-15 Alex Schroeder <alex@gnu.org>
8271
8272 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8273
8274 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8275
8276 * dired.el (dired-insert-directory): If file-system-info fails,
8277 remove the " free " part, but don't signal an error.
8278
8279 2001-01-12 Sam Steingold <sds@gnu.org>
8280
8281 * bookmark.el (bookmark-maybe-historicize-string):
8282 Use new backquote syntax.
8283
8284 2001-01-12 Richard M. Stallman <rms@gnu.org>
8285
8286 * subr.el (last): Handle a list that doesn't end in nil.
8287
8288 2001-01-12 Sam Steingold <sds@gnu.org>
8289
8290 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8291 to `backward-delete-char-untabify'.
8292
8293 2001-01-12 Dave Love <fx@gnu.org>
8294
8295 * cus-edit.el (customize-menu-create): Fix the :filter following
8296 easymenu change.
8297
8298 * wid-edit.el (function): Add :match-alternatives.
8299 (widget-color-action): Doc fix.
8300
8301 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8302
8303 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8304
8305 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8306
8307 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8308
8309 * international/ccl.el (define-ccl-program): Fix docstring.
8310
8311 2001-01-11 Dave Love <fx@gnu.org>
8312
8313 * international/mule-cmds.el (standard-display-european-internal):
8314 Set display table for 2208 as for 160.
8315
8316 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8317
8318 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8319 entry for custom-menu-create change.
8320 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8321 don't cons it in the search loop.
8322
8323 * imenu.el (imenu--truncate-items): Revert last change.
8324
8325 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8326
8327 * info.el (Info-setup-header-line): If the node header includes
8328 either Next: or Prev: links, don't show the File: and Node: parts
8329 in the header line.
8330
8331 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8332
8333 * comint.el (comint-goto-process-mark): Don't print a message
8334 when running in batch mode.
8335
8336 * isearch.el (isearch-search): In the condition-case handler for
8337 `error', set isearch-invalid-regexp to the whole error message.
8338
8339 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8340 ensure that eval-after-load works for files dumped with Emacs.
8341
8342 * help.el (load-symbol-file-load-history): New function extracted
8343 from function symbol-file.
8344 (symbol-file): Use it.
8345
8346 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8347
8348 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8349
8350 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8351 behave as if there were no prefix argument.
8352 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8353 argument were nil.
8354
8355 2001-01-11 Richard M. Stallman <rms@gnu.org>
8356
8357 * isearch.el (isearch-lazy-highlight-update):
8358 Don't look for more potential matches once maximum is exceeded.
8359 Use overlays-in to check correctly for overlap with current match.
8360 Ignore empty matches.
8361
8362 2001-01-11 Miles Bader <miles@gnu.org>
8363
8364 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8365 (ispell-overlay-window, ispell-help, ispell-show-choices)
8366 (ispell-command-loop): Use it instead of `window-height'.
8367
8368 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8369
8370 * files.el (confirm-kill-emacs): New user-option.
8371 (save-buffers-kill-emacs): Ask for final confirmation before
8372 killing Emacs.
8373
8374 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8375 to nil.
8376
8377 2001-01-10 Dave Love <fx@gnu.org>
8378
8379 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8380
8381 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8382
8383 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8384
8385 * calculator.el (calculator-number-digits): Fix :type.
8386
8387 * vc-cvs.el (vc-cvs-header): Fix :type.
8388 * vc-rcs.el (vc-rcs-header): Fix :type.
8389 * vc-sccs.el (vc-sccs-header): Fix :type.
8390
8391 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8392
8393 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8394
8395 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8396
8397 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8398
8399 * simple.el (set-variable): Force a thorough redisplay for the
8400 case that the variable has an effect on the display, like
8401 `tab-width' has.
8402
8403 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8404
8405 * vc.el: Add documentation for backend interface.
8406
8407 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8408
8409 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8410
8411 * international/mule-conf.el (latin-extra-code-table): Set to t
8412 for \223 and \224.
8413
8414 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8415
8416 * international/mule-cmds.el (locale-language-names): Map "es" to
8417 "Spanish" and "nl" to "Dutch".
8418
8419 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8420
8421 * bindings.el (global-map): Bind <home> to beginning-of-line,
8422 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8423 C-<end> to end-of-buffer.
8424
8425 * language/european.el: Add Dutch and Spanish language info
8426 to be able to use the appropriate tutorials.
8427
8428 2001-01-09 Alex Schroeder <alex@gnu.org>
8429
8430 * ansi-color.el (ansi-color-process-output): Use markers instead
8431 of positions for start and end of region.
8432 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8433 Previously, occasional mistakes happend when fontifying many
8434 chunks of output (eg. ls --color=yes /dev). This happened
8435 whenever an overlay was created up to the end of the region, which
8436 coincided with the process-mark. New text would then be added
8437 within that overlay instead of after it.
8438 (ansi-color-make-extent): Overlays are created with the property
8439 `modification-hooks' set to '(ansi-color-freeze-overlay).
8440 (ansi-color-freeze-overlay): New function. When inserting text at
8441 the end of the overlay, the overlay will resize.
8442
8443 2000-01-09 Alex Schroeder <alex@gnu.org>
8444
8445 * ansi-color.el (ansi-color-process-output): Doc change.
8446 (ansi-color-unfontify-region): Doc change. No longer installed
8447 automatically in font-lock-unfontify-region-function.
8448 (ansi-color-apply): Doc change.
8449 (ansi-color-apply-on-region): Use extents or overlays instead of
8450 text-properties.
8451 (ansi-color-make-extent): New function.
8452 (ansi-color-set-extent-face): New function.
8453
8454 2000-01-09 Alex Schroeder <alex@gnu.org>
8455
8456 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8457 both use ansi-color-process-output, now.
8458 (ansi-color-process-output): Doesn't return string anymore. It is
8459 installed in comint-output-filter-functions for both Emacs and
8460 XEmacs, now.
8461 (ansi-color-unfontify-region): Simplified code removing variables
8462 pos and start-ansi.
8463 (ansi-color-apply): Put text-property ansi-color before putting
8464 text-property face because ansi-color-unfontify-region is called
8465 immediately after the call to put-text-property.
8466 (ansi-color-context-region): Doc change.
8467 (ansi-color-filter-region): Simplified code.
8468 (ansi-color-apply-on-region): Changed start to start-marker, using
8469 a marker explicitly. Put text-property ansi-color before putting
8470 text-property face because ansi-color-unfontify-region is called
8471 immediately after the call to put-text-property.
8472
8473 2000-01-09 Alex Schroeder <alex@gnu.org>
8474
8475 * ansi-color.el (ansi-color-faces-vector): Doc change.
8476 (ansi-color-for-comint-mode): Changed :type property to choice.
8477 (ansi-color-last-context): Removed.
8478 (ansi-color-process-output): Don't use ansi-color-last-context, as
8479 the main functions will store their context now.
8480 (ansi-color-context): Doc change.
8481 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8482 Uses ansi-color-context such that repeated calls will strip
8483 partial escape sequences, too.
8484 (ansi-color-apply): Simplified code. Colorize end of string if
8485 face is not null. Store context in new (FACE STRING) format, such
8486 that repeated calls will strip partial escape sequences, too.
8487 Append faces to face property using ansi-color-apply-sequence such
8488 that cumulative mode actually works.
8489 (ansi-color-context-region): New variable.
8490 (ansi-color-filter-region): Rewrote it based on
8491 ansi-color-apply-on-region. Uses ansi-color-context-region such
8492 that repeated calls will strip partial escape sequences, too.
8493 (ansi-color-apply-on-region): Simplified code. Colorize end of
8494 region if face is not null. Store context in new (FACE POS)
8495 format, such that repeated calls will strip partial escape
8496 sequences, too. Append faces to face property using
8497 ansi-color-apply-sequence such that cumulative mode actually works.
8498 (ansi-color-apply-sequence): New function.
8499 (ansi-color-get-face): When the default face is added to the list
8500 of faces, all previous settings are discarded and the list of
8501 faces is set to '(default).
8502
8503 2000-01-09 Alex Schroeder <alex@gnu.org>
8504
8505 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8506 face, such that ansi-color-apply and ansi-color-apply-on-region
8507 will do the right thing.
8508 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8509 returns nil, set the list of faces back to nil instead of
8510 appending the result of ansi-color-get-face to the front of the list.
8511
8512 2000-01-09 Alex Schroeder <alex@gnu.org>
8513
8514 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8515 (ansi-color-process): Doc change.
8516 (ansi-color-last-context): New buffer-local variable.
8517 (ansi-color-process-output): New function. It is automatically
8518 added to comint-output-filter-functions if this is XEmacs.
8519 (ansi-color-unfontify-region): New optional parameter for XEmacs
8520 compatibility. Check wether font-lock-syntactic-keywords is
8521 boundp before removing the syntax table text property, as XEmacs
8522 doesn't have it.
8523 (ansi-color-filter-region): Doc change.
8524 (ansi-color-apply-on-region): Doc change.
8525 (ansi-color-make-face): New function. Compatibility layer for
8526 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8527 (ansi-color-make-color-map): Use ansi-color-make-face.
8528 (ansi-color-get-face): Avoid face text property '(nil) as results
8529 in an errow for XEmacs.
8530
8531 2000-01-09 Alex Schroeder <alex@gnu.org>
8532
8533 * ansi-color.el (ansi-color-unfontify-region): New function.
8534 Uses text-property ansi-color in order to preserve fontification by
8535 ansi-color. When the package is loaded, a lambda expression is
8536 put onto font-lock-mode-hook. This lambda expression will check
8537 font-lock-unfontify-region-function and replace
8538 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8539 (ansi-color-apply): Add text-property ansi-color in addition to
8540 text-property face.
8541 (ansi-color-apply-on-region): Add text-property ansi-color in
8542 addition to text-property face.
8543 (save-buffer-state): Copy of the macro that is also used by
8544 lazy-lock and font-lock.
8545
8546 (ansi-color-for-comint-mode): New option.
8547 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8548 (ansi-color-for-comint-mode-off): Ditto.
8549 (ansi-color-for-comint-mode-filter): Ditto.
8550 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8551 decide what to do. This function is added to
8552 comint-preoutput-filter-functions when the package is loaded.
8553
8554 (ansi-color-for-shell-mode-set): Removed.
8555 (ansi-color-for-shell-mode): Removed.
8556
8557 2000-01-09 Alex Schroeder <alex@gnu.org>
8558
8559 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8560 the lambda expression from the ansi-color-for-shell-mode :set
8561 property. Additionally, modify shell-mode-hook to enable or
8562 disable font-lock-mode for future shell buffers.
8563 (ansi-color-for-shell-mode): The :set property calls
8564 ansi-color-for-shell-mode-set instead of a lambda expression.
8565
8566 2000-01-09 Alex Schroeder <alex@gnu.org>
8567
8568 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8569 (ansi-color-context): New variable.
8570 (ansi-color-apply): Save context between calls.
8571
8572 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8573
8574 * isearch.el (isearch, isearch-lazy-highlight-face):
8575 New definitions for face colors and attributes.
8576
8577 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8578 of display-mouse-p.
8579
8580 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8581
8582 * international/mule.el (make-coding-system): If the coding system
8583 accepts extra latin codes, register such codes as safe for the
8584 coding system.
8585
8586 2001-01-08 Richard M. Stallman <rms@gnu.org>
8587
8588 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8589 don't mention the file name or the date here, because they are
8590 logged at the start of the file.
8591
8592 2001-01-08 Richard M. Stallman <rms@gnu.org>
8593
8594 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8595 Change screen-width to frame-width.
8596
8597 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8598
8599 * info.el (Info-search): Print the default as part of the prompt.
8600
8601 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8602
8603 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8604 constant implementations in backends.
8605
8606 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8607 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8608
8609 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8610 WRITABLE to EDITABLE.
8611
8612 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8613 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8614 to EDITABLE.
8615
8616 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8617
8618 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8619 (copyright, copyright-update): Compute the current year at run time.
8620
8621 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8622
8623 * isearch.el (isearch-old-signal-hook): Removed.
8624 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8625 instead of setting signal-hook-function.
8626 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8627
8628 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8629
8630 * emulation/edt.el: Update to version 4.0. Provide support for
8631 EDT scroll margins at top and bottom of the window. Provide an
8632 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8633 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8634 user when file-related buffer modifications exist.
8635 Provide support for running EDT Emulation in XEmacs.
8636 Provide customize access to some user updatable variables.
8637 Add Commentary section to file header.
8638 Fixed a few minor bugs and cleaned up some code.
8639
8640 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8641 for detecting a keypress that generates an ASCII key sequence.
8642 (Previously, only a keypress that generates a vector was
8643 recognized.) Embed Window Manager name into name of the generated
8644 EDT Emulation initialization file since the initialization file is
8645 Window Manager specific. Add Commentary section to file header.
8646
8647 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8648
8649 * mail/sendmail.el (mail-mode): Doc fix.
8650
8651 * info.el (Info-goto-emacs-command-node): Doc fix.
8652 (Info-goto-emacs-key-command-node): Doc fix.
8653
8654 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8655
8656 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8657 systems without long file-name support.
8658
8659 2001-01-06 Andrew Innes <andrewi@gnu.org>
8660
8661 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8662
8663 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8664
8665 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8666 (isearch-lazy-highlight-update): Doc fix.
8667
8668 * ffap.el (ffap-bindings): Doc fix.
8669
8670 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8671
8672 2001-01-05 Dave Love <fx@gnu.org>
8673
8674 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8675
8676 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8677
8678 * mouse-drag.el (mouse-drag-safe-scroll):
8679 Bind scroll-preserve-screen-position to nil.
8680
8681 * isearch.el (isearch-old-signal-hook): New variable.
8682 (isearch-mode): Set signal-hook-function to isearch-done.
8683 (isearch-done): Restore old signal-hook-function.
8684
8685 * info.el (Info-fontify-node): Mark one more char as intangible.
8686
8687 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8688
8689 * composite.el (compose-last-chars): New argument COMPONENTS.
8690 If it is non-nil, compose preceding characters by compose-region with
8691 COMPONENTS.
8692
8693 * international/quail.el (quail-input-string-to-events): New function.
8694 (quail-input-method): Convert input string to events here.
8695 (quail-start-translation): Return input string, not event list.
8696 (quail-start-conversion): Likewise.
8697
8698 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8699
8700 * tooltip.el (tooltip-cancel-delayed-tip)
8701 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8702 and tooltip-add-timeout.
8703 (tooltip-show): Set border color from faces's foreground.
8704 (tooltip-show-help-function): If called with the same help string
8705 as last time, do nothing.
8706 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8707
8708 * startup.el (fancy-splash-screens): Don't bind show-help-function
8709 to nil.
8710
8711 * tooltip.el (tooltip-frame-parameters): Remove colors.
8712 (tooltip): New face
8713 (tooltip-set-param): New function.
8714 (tooltip-show): Set up color frame parameters from face `tooltip'.
8715 Display the tooltip text in face `tooltip'.
8716
8717 2001-01-04 Dave Love <fx@gnu.org>
8718
8719 * whitespace.el (whitespace-global-mode): Fix typo.
8720
8721 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8722
8723 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8724
8725 * help.el (help-for-help): Fix a typo in a doc string.
8726 From kwzh@gnu.org (Karl Heuer).
8727
8728 2001-01-03 Dave Love <fx@gnu.org>
8729
8730 * dired-x.el: Doc fixes. Maintainer change.
8731 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8732 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8733 (dired-guess-shell-alist-user): Customize.
8734 (dired-x-help-address): Set to bug-gnu-emacs.
8735 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8736 (dired-default-directory): Renamed from default-directory.
8737
8738 * hl-line.el (hl-line): Doc fix.
8739
8740 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8741
8742 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8743
8744 2001-01-02 Richard M. Stallman <rms@gnu.org>
8745
8746 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8747 to remove all the current alternative-match highlighting.
8748 If nil, remove only what's outside the current window.
8749 (isearch-lazy-highlight-remove-overlays): Take optional
8750 region within which NOT to remove them.
8751 (isearch-lazy-highlight-new-loop): Greatly simplified.
8752 (isearch-lazy-highlight-update): Find all the other occurrences
8753 visible in the window, in just one call.
8754 (isearch-lazy-highlight-start): Now holds start of region to scan.
8755 (isearch-lazy-highlight-end): Now holds end of region to scan.
8756 (isearch-lazy-highlight-wrapped): Variable deleted.
8757 (isearch-lazy-highlight-search): Function deleted.
8758
8759 2000-01-02 Andrew Innes <andrewi@gnu.org>
8760
8761 * w32-fns.el (convert-standard-filename): Do length check on name
8762 before aref.
8763
8764 2001-01-02 Dave Love <fx@gnu.org>
8765
8766 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8767 value.
8768 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8769
8770 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8771
8772 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8773 read syntax.
8774
8775 * calendar/todo-mode.el (todo): Add :link, :version.
8776 (todo-save-top-priorities): Remove autoload cookie.
8777 (todo-add-category, todo-add-item-non-interactively)
8778 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8779
8780 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8781
8782 * comint.el (comint-input-history-ignore): New variable.
8783 (comint-read-input-ring): Ignore entries matching
8784 comint-input-history-ignore.
8785
8786 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8787
8788 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8789 (lm-copyright-mark): New function.
8790 (lm-crack-copyright): New function.
8791 (lm-verify): Check that the file has a copyright.
8792 Check that the file is copyright Free Software Foundation.
8793
8794 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8795
8796 * international/mule-diag.el (print-fontset): Indent font name by
8797 24 columns, not 25.
8798
8799 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8800
8801 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8802 in Subject line.
8803
8804 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8805 Use mail-mode-hook instead of mail-setup-hook.
8806 Otherwise continuing an interrupted message with C-u C-x m for
8807 instance, winds up in Mail mode without abbrevs.
8808
8809 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8810
8811 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8812 non-nil. Adding almost all customization variables on ps-setup.
8813 Doc fix.
8814 (ps-print-version): New version number (6.3.3).
8815 (ps-end-with-control-d): Initialization fix.
8816 (ps-lines-printed): New var.
8817 (ps-skip-newline): New fun.
8818 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8819 (ps-next-line, ps-continue-line, ps-plot-region)
8820 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8821
8822 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8823
8824 * international/fontset.el (x-complement-fontset-spec):
8825 Resolve ASCII font name so that the same family name is used for fonts
8826 registered in x-font-name-charset-alist.
8827 (create-fontset-from-fontset-spec): Adjusted for the above change.
8828 The name of fontset alias should be a unresolved ASCII font name.
8829
8830 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8831
8832 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8833 and delete in isearch-mode-map.
8834
8835 2000-12-28 Richard M. Stallman <rms@gnu.org>
8836
8837 * dired-x.el (dired-guess-shell-alist-default):
8838 Use xpdf instead of acroread.
8839
8840 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8841
8842 * textmodes/artist.el (artist-butlast): Deleted.
8843 (artist-ellipse-mirror-quadrant): Use butlast instead of
8844 artist-butlast.
8845
8846 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8847
8848 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8849
8850 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8851
8852 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8853
8854 * ls-lisp.el: Better support for the Mac and MS-Windows.
8855 (ls-lisp): New defgroup.
8856 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8857 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8858 (ls-lisp-support-shell-wildcards): New defcustoms.
8859 (ls-lisp-parse-symlink): New function.
8860 (insert-directory): Code to convert switches to a list and set up
8861 the wildcard argument copied from ls-lisp-insert-directory.
8862 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8863 for -C and -R switches.
8864 (ls-lisp-column-format): New function.
8865 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8866 (ls-lisp-format-time): Add doc strings.
8867 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8868 Support ls-lisp-dirs-first.
8869 (ls-lisp-classify, ls-lisp-extension): New functions.
8870 (ls-lisp-format): Optionally support emulation of symlinks.
8871 Support -i, -s, and -G switches.
8872
8873 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8874
8875 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8876
8877 * version.el (emacs-version): Print X scroll bar information.
8878
8879 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8880 instead of x-toolkit-scroll-bars-p.
8881
8882 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8883 of x-toolkit-scroll-bars-p.
8884
8885 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8886
8887 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8888 (ffap-bindings): Doc fix, to reflect the above change.
8889
8890 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8891
8892 * term.el (term-char-mode): Define all non-ascii self-inserting
8893 characters to 'term-send-raw in term-raw-map.
8894
8895 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8896
8897 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8898
8899 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8900 Changed initialization; use add-hook.
8901 (ediff-file-remote-p): Use file-local-copy.
8902
8903 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8904
8905 * ediff.el (ediff-patch-buffer): Bug fix.
8906 (ediff-revision): Allow selection of the file at the prompt.
8907
8908 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8909
8910 * subr.el (combine-run-hooks): Remove.
8911
8912 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8913 and remove the rogue second spec.
8914
8915 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8916
8917 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8918
8919 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8920
8921 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8922 Use minibuffer menu prompt for the `=' prefix.
8923 (smerge-command-prefix): Change default to C-^.
8924 (smerge-mode): Don't assume font-lock doesn't move point.
8925
8926 * skeleton.el (skeleton-internal-1): Make sure the first line of
8927 the region is also re-indented.
8928 (skeleton-end-newline): New var.
8929 (skeleton-end-hook): Use it.
8930
8931 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8932
8933 * comint.el (comint-password-prompt-regexp): Support CVS.
8934
8935 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8936
8937 * simple.el (delete-key-deletes-forward-mode): Simplify.
8938 Also backspace key combinations, depending on
8939 delete-key-deletes-forward.
8940
8941 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8942
8943 * simple.el (delete-key-deletes-forward): Doc fix.
8944
8945 2000-08-22 Emmanuel Briot <briot@gnat.com>
8946
8947 * xml.el (top level comment): Updated to reflect the fact that
8948 white spaces are relevant in the XML file.
8949 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8950 to parse was already edited. This allows for on-the-fly analysis
8951 of XML files.
8952 (xml-parse-tag): Check that the casing is the same in the start
8953 tag and end tag, since XML is case-sensitive. Allows for spaces
8954 in the end tag, after the name of the tag.
8955 (xml-parse-attlist): Allow for the character '-' in the name of
8956 attributes, as in the standard http-equiv attribute Do not save
8957 the properties in the XML tree, since they are not relevant.
8958
8959 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8960
8961 * generic.el (generic-read-type): Undo last change, inline into
8962 `generic-mode' and then remove.
8963 (generic-mode): Inline generic-read-type.
8964 (define-generic-mode): Push the symbol name rather than the symbol
8965 onto generic-mode-list.
8966
8967 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8968
8969 * generic.el (generic-read-type): Build an alist for
8970 completing-read as in 20.7.
8971
8972 * play/landmark.el (lm): Use interactive spec `P'.
8973 (toplevel): Don't set debug-on-error.
8974
8975 * server.el (server-switch-buffer): Choose a window on a visible frame.
8976
8977 2000-12-21 Dave Pearson <davep@davep.org>
8978
8979 * quickurl.el: Commentry change, I've moved my web site.
8980
8981 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8982
8983 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8984 ranges like \177-\237, but accepts the character sequence from \177 to
8985 \237. Doc fix.
8986 (ebnf-version): New version (3.4).
8987 (ebnf-setup): Code fix.
8988 (ebnf-range-regexp): New fun.
8989 (ebnf-8-bit-chars): Const fix.
8990
8991 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8992 entry. Doc fix.
8993 (ebnf-bnf-lex): Code fix.
8994 (ebnf-bnf-comment-chars): Const fix.
8995
8996 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8997 entry. Doc fix.
8998 (ebnf-iso-comment-chars): Const fix.
8999
9000 * ebnf-otz.el: Doc fix.
9001
9002 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9003 entry. Doc fix.
9004 (ebnf-yac-skip-code): Code fix.
9005 (ebnf-yac-comment-chars): Const fix.
9006
9007 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9008
9009 * files.el (insert-directory-safely): New function.
9010 (recover-file): Use it instead of insert-directory.
9011 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9012
9013 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9014
9015 * international/mule-cmds.el (select-safe-coding-system):
9016 Check coding-category-list more rigidly. Improve help message.
9017
9018 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9019
9020 2000-12-21 Miles Bader <miles@gnu.org>
9021
9022 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
9023
9024 2000-12-21 Kenichi Handa <handa@etl.go.jp>
9025
9026 * international/mule-diag.el (describe-char-after): Make *Help*
9027 buffer inherit multibyteness of the current buffer.
9028
9029 * international/mule.el (make-char): Docstring adjusted for the
9030 change of make-char-internal.
9031
9032 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9033
9034 * international/iso-cvt.el: Docstrings fix.
9035
9036 2000-12-20 Dave Love <fx@gnu.org>
9037
9038 * subr.el (eval-after-load): Doc fix.
9039
9040 2000-12-20 Kenichi Handa <handa@etl.go.jp>
9041
9042 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9043 for numbers.
9044
9045 2000-12-20 Miles Bader <miles@gnu.org>
9046
9047 * international/quail.el (quail-help): Resize the help window
9048 again after it has all its contents. Remove unneeded progn.
9049
9050 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9051
9052 * pcmpl-linux.el: Fix copy/paste error.
9053
9054 2000-12-19 Andrew Innes <andrewi@gnu.org>
9055
9056 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
9057
9058 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9059
9060 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9061
9062 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9063
9064 * progmodes/idlw-shell.el: Fixed copyright notice.
9065
9066 * progmodes/idlwave.el: Fixed copyright notice.
9067
9068 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
9069 TAB as key separators.
9070
9071 2000-12-19 Alex Schroeder <alex@gnu.org>
9072
9073 * sql.el (sql-sybase-options): New option.
9074 (sql-sybase): Use it. Add sql-database to the list of parameters
9075 provided for login. The options -w 2048 -n are not used any more.
9076 (sql-postgres-options): Changed default from "--pset" to "-P".
9077 (sql-mysql-options): Doc change.
9078 (sql-stop): Doc change.
9079
9080 2000-12-19 Kenichi Handa <handa@etl.go.jp>
9081
9082 * international/quail.el (quail-input-method): Always hide
9083 the guidance buffer on exiting.
9084
9085 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9086
9087 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9088 isn't fboundp.
9089
9090 * server.el (server-buffer-done): Bury the buffer before
9091 killing it.
9092
9093 * faces.el (face-spec-set): Interpret a nil in specs for
9094 foreground and background colors as `unspecified', for
9095 compatibility with 20.x.
9096
9097 2000-12-18 Dave Love <fx@gnu.org>
9098
9099 * simple.el (mail-user-agent): Doc fix.
9100 (input-mode-8-bit): Removed.
9101
9102 * international/mule.el (set-keyboard-coding-system): Doc fix.
9103 (keyboard-coding-system): New option.
9104
9105 * mail/sendmail.el (send-mail-function): Customize.
9106
9107 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9108
9109 * international/codepage.el (cp866-decode-table): New table.
9110
9111 2000-12-18 Gerd Moellmann <gerd@gnu.org>
9112
9113 * version.el (emacs-version): Remove `%a' from the time format
9114 because the weekday doesn't fit well into each locale.
9115
9116 2000-12-18 Miles Bader <miles@gnu.org>
9117
9118 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9119
9120 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
9121 Check that emacs-major-version is `=' to 20, not `>='.
9122 (artist-replace-chars): Use `make-string' instead of a loop.
9123
9124 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9125
9126 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9127 (cvs-execute-single-file): Don't change directory.
9128 Patch from Per Cederqvist.
9129
9130 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9131
9132 * textmodes/ispell.el (check-ispell-version):
9133 If `ispell-program-name' is "aspell", pass it the -v switch instead
9134 of -vv.
9135
9136 2000-12-16 Kenichi Handa <handa@etl.go.jp>
9137
9138 * international/mule-diag.el (mule-diag): Insert information about
9139 configure options, multibyte awareness, language env.
9140
9141 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9142 regexp to search for candidates.
9143
9144 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9145
9146 * info.el (Info-forward-node): If the node has an
9147 Info-header-line, widen the buffer before searching for "next:"
9148 and "up:" pointers, and set the search limit to stay in the
9149 current node.
9150
9151 2000-12-16 Miles Bader <miles@gnu.org>
9152
9153 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9154
9155 2000-12-15 Miles Bader <miles@gnu.org>
9156
9157 * comint.el (comint-send-string, comint-send-region): Also accept
9158 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9159 process-send-string/region.
9160
9161 2000-12-15 Gerd Moellmann <gerd@gnu.org>
9162
9163 * isearch.el (isearch-lazy-highlight-max): New user-option.
9164 (isearch-lazy-highlight-update): Don't highlight more than
9165 isearch-lazy-highlight-max matches.
9166
9167 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9168
9169 2000-12-15 Richard M. Stallman <rms@gnu.org>
9170
9171 * sort.el (sort-columns): Fix error message.
9172
9173 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9174 `upcase' or `downcase' or nil.
9175 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9176 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9177 (dabbrev--substitute-expansion): New arg record-case-pattern.
9178 If it is non-nil, set dabbrev--last-case-pattern.
9179 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9180
9181 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9182
9183 2000-12-15 Miles Bader <miles@gnu.org>
9184
9185 * paths.el (Info-default-directory-list): Don't delete
9186 configure-info-directory from the list of standard info
9187 directories when appending it to the end -- their order is important.
9188
9189 * faces.el (read-face-attribute): If there's no entry for the
9190 user's input in VALID, just use it as-is (this will often result
9191 in an error, but it may be OK for e.g. colors using hexadecimal
9192 notation, and at least will yield a better error message).
9193
9194 * window.el (mode-line-window-height-fudge): Function removed.
9195 (height-affecting-face-attributes, mode-line-window-height-fudge):
9196 Variables removed.
9197 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9198 window is really the right size. Use vertical-motion
9199 rather than forward-line.
9200 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9201 (ispell-command-loop, ispell-show-choices): Use the variable
9202 ispell-choices-win-default-height, rather than the function.
9203 (ispell-choices-win-default-height): Function removed.
9204 (ispell-mode-line-window-height-fudge): Function removed.
9205
9206 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9207
9208 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9209
9210 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9211
9212 * paths.el (Info-default-directory-list):
9213 If configure-info-directory is not one of the standard directories,
9214 put it first in the list; otherwise put it last. Doc string
9215 changed accordingly.
9216
9217 * info.el (Info-directory-list): Change doc string to reflect the
9218 change in Info-default-directory-list.
9219
9220 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9221 windows-nt as windowed environments, even under -nw.
9222
9223 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9224 if not fboundp. Switch delete-forward mode for the <delete> key
9225 on all PC platforms, even under -nw.
9226
9227 * term/internal.el ([M-delete]): Remap to M-d.
9228
9229 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9230
9231 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9232
9233 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9234
9235 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9236
9237 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9238
9239 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9240 if appropriate.
9241
9242 * simple.el (delete-key-deletes-forward): New user-option.
9243 (delete-key-deletes-forward-mode): New function.
9244
9245 * bindings.el: Bind `delete' to backward-delete-char.
9246
9247 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9248 Test if symbol is bound before getting its value.
9249
9250 * tooltip.el (tooltip-show): If an error is signaled in
9251 x-show-tip, display that error, and display the help in the
9252 echo area.
9253
9254 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9255
9256 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9257 Show "... entries" messages for every 10000 entries, not 10.
9258
9259 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9260
9261 * bookmark.el: Provide a generic exit hook, as suggested by
9262 Ovidiu Predescu <ovidiu@cup.hp.com>:
9263 (bookmark-exit-hook): New var.
9264 (bookmark-exit-hook-internal): New func, replaces
9265 old raw lambda form in `kill-emacs-hook', and runs new
9266 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9267 as logically that feature must have been provided if this function
9268 is running.
9269 Removed ;;;###autoload before the `add-hook' call.
9270
9271 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9272
9273 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9274 (easy-menu-current-active-maps): New function.
9275 (easy-menu-get-map): Use it.
9276 Make a proper menu entry when creating a new keymap.
9277
9278 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9279
9280 * international/characters.el: Fix cases and syntaxes for
9281 mule-unicode-0100-24ff.
9282
9283 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9284 that a Japanese character is not appended after day and year.
9285
9286 * info.el (Info-suffix-list): Change format for a command that
9287 requires arguments.
9288 (info-insert-file-contents): Adjusted for the above change.
9289
9290 2000-12-12 Andreas Schwab <schwab@suse.de>
9291
9292 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9293 on the name of the tar buffer. Verify that the existing buffer is
9294 visiting the same subfile.
9295
9296 2000-12-12 Dave Love <fx@gnu.org>
9297
9298 * subdirs.el: Add obsolete.
9299
9300 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9301
9302 * mail/rmailsum.el (rmail-summary-expunge)
9303 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9304 instead of rmail-confirm-expunge.
9305
9306 * replace.el (perform-replace): Don't use an empty match adjacent
9307 to a non-empty match when computing the next match before the
9308 replacement is performed.
9309
9310 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9311
9312 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9313 definition (patch by Stefan Monnier).
9314 (glasses-mode): Use jit-lock instead of `after-change-functions'
9315 (patch by Stefan Monnier).
9316
9317 2000-12-12 Miles Bader <miles@gnu.org>
9318
9319 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9320 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9321
9322 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9323
9324 * term/mac-win.el: Remove load for ls-lisp.
9325
9326 * loadup.el: Load ls-lisp for system-type `macos'.
9327
9328 2000-12-12 Miles Bader <miles@gnu.org>
9329
9330 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9331 Respect field end too.
9332 (just-one-space): Respect fields as `delete-horizontal-space'.
9333 (newline-and-indent, reindent-then-newline-and-indent):
9334 Use `delete-horizontal-space'.
9335
9336 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9337
9338 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9339 (so as to obey the field property in the minibuffer).
9340
9341 * obsolete/c-mode.el: Moved from lisp/progmodes.
9342 * obsolete/auto-show.el: Moved from lisp.
9343 * obsolete/ooutline.el: Moved from lisp/textmodes.
9344
9345 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9346
9347 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9348 changes to list them here.
9349
9350 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9351 Too many changes to list them here.
9352
9353 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9354 Too many changes to list them here.
9355
9356 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9357
9358 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9359
9360 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9361
9362 * cus-edit.el (custom-save-variables, custom-save-faces):
9363 Comment fix.
9364
9365 * hscroll.el: Moved to `obsolete' subdir.
9366
9367 2000-12-11 Miles Bader <miles@gnu.org>
9368
9369 * window.el (window-text-height): Function removed (now in C).
9370
9371 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9372
9373 * log-edit.el (log-edit-parent-buffer): New var.
9374 (log-edit): Set it. Add BUFFER argument.
9375 (log-edit-done): Use char-before.
9376 Don't bother checking validity of vc-comment-ring.
9377 Only bury the buffer if log-edit popped it up.
9378
9379 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9380 (cvs-mode-diff-help): Remove.
9381 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9382 (cvs-mode-marked): Set up the default for CMD manually.
9383
9384 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9385 Remove binding for ? now made unnecessary.
9386
9387 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9388
9389 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9390 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9391
9392 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9393 when master file is not open.
9394
9395 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9396
9397 * progmodes/ada-stmt.el: Update `maintainer'.
9398
9399 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9400
9401 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9402 choices to match documentation string.
9403
9404 2000-12-09 Miles Bader <miles@gnu.org>
9405
9406 * minibuf-eldef.el: New file.
9407
9408 * window.el (fit-window-to-buffer): Don't pass last argument to
9409 pos-visible-in-window-p, now that its meaning is inverted.
9410
9411 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9412
9413 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9414 <ceder@lysator.liu.se>.
9415
9416 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9417
9418 * autoinsert.el (auto-insert-alist): Add missing final \n.
9419
9420 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9421 (cvs-menu-map): Remove.
9422 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9423 (cvs-mode-quit): Turn it back into a plain function.
9424
9425 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9426 (texinfo-filter): Remove (move to texinfo.el).
9427
9428 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9429 file where it's more visible.
9430 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9431 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9432 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9433 (texinfo-inside-macro-p): Only catch `scan-error's.
9434 (texinfo-inside-env-p): Make better use of the match info.
9435 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9436 (texinfo-insert-@end): Slight re-organization.
9437 Also remove useless `looking-at' call.
9438
9439 2000-12-08 Andrew Innes <andrewi@gnu.org>
9440
9441 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9442 accessible in -nw mode.
9443
9444 * term/w32-win.el: Remove stuff about selection timeout, which is
9445 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9446 it is accessible in -nw mode.
9447
9448 2000-12-08 Dave Love <fx@gnu.org>
9449
9450 * emacs-lisp/lisp-mode.el (lisp-mode):
9451 Set font-lock-keywords-case-fold-search.
9452
9453 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9454
9455 * textmodes/ispell.el (ispell): Doc fix.
9456
9457 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9458
9459 * international/quail.el (quail-insert-decode-map): Check the
9460 frame width of a window displaying the current buffer, not that of
9461 the selected frame.
9462 (quail-help): Make sure that the help buffer has window before
9463 inserting text in it.
9464
9465 2000-12-07 Sam Steingold <sds@gnu.org>
9466
9467 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9468 Backquote is used in isearch.el, so autoloading saves nothing.
9469
9470 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9471
9472 * startup.el (normal-top-level-add-subdirs-to-load-path):
9473 Ignore the CVS and RCS subdirectories case-insensitively.
9474
9475 * dired.el (dired-insert-directory): If file-system-info is
9476 fboundp, call it instead of invoking dired-free-space-program.
9477
9478 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9479
9480 * server.el (server-visit-files): Push files on file-name-history.
9481
9482 * progmodes/cc-langs.el: Update copyright.
9483
9484 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9485
9486 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9487
9488 * bindings.el (mode-line-mode-menu): Reverse the order
9489 of define-keys so that the menu appears in alphabetical order.
9490
9491 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9492
9493 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9494 of the function.
9495
9496 2000-12-07 Dave Love <fx@gnu.org>
9497
9498 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9499
9500 * facemenu.el (facemenu-unlisted-faces): Fix value.
9501
9502 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9503
9504 * font-lock.el (font-lock-default-fontify-region):
9505 Include the terminating \n (off-by-one error).
9506 (font-lock-set-defaults): Use dolist.
9507
9508 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9509
9510 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9511
9512 * international/mule-cmds.el (describe-language-environment):
9513 Fix for the case that an input method title is not string but a list.
9514
9515 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9516 of wrong SIZE record.
9517
9518 2000-12-06 Dave Love <fx@gnu.org>
9519
9520 * newcomment.el (comment-region, comment-dwim): Doc fix.
9521
9522 * textmodes/texinfo.el: Require tex-mode when compiling.
9523 (texinfo-update-node): Doc fix.
9524 (texinfo-imenu-generic-expression): Add @anchor.
9525 (texinfo-font-lock-keywords): Add @uref.
9526 (texinfo-inside-macro-p): Don't use ignore-errors.
9527 (texinfo-insert-quote): Match more contexts.
9528
9529 * international/mule.el (decode-char, encode-char): Doc fix.
9530 (auto-coding-alist): Customize.
9531
9532 * files.el (load-file): Fix change of 2000-03-12.
9533
9534 * wid-edit.el (widget-text-keymap): Doc fix.
9535
9536 2000-12-06 Andrew Innes <andrewi@gnu.org>
9537
9538 * makefile.w32-in (lisp): Set to an absolute directory, namely
9539 $(CURDIR).
9540
9541 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9542
9543 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9544 read generated-autoload-file, and set buffer-file-coding-system to
9545 raw-text-unix after reading the file.
9546
9547 * international/mule-conf.el (file-coding-system-alist):
9548 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9549
9550 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9551
9552 * replace.el (occur): Make line-number-width 1 smaller for the
9553 colon following the line number.
9554
9555 * startup.el (fancy-splash-text, command-line-1):
9556 Use `File' for the menu name instead of `Files'.
9557
9558 * tmm.el: Update copyright.
9559
9560 * cus-start.el: Add entry for even-window-heights.
9561
9562 2000-12-06 Miles Bader <miles@gnu.org>
9563
9564 * faces.el (frame-set-background-mode): Avoid stomping on
9565 locally modified faces.
9566
9567 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9568
9569 * international/fontset.el: Correct the font registries for
9570 japanese-jisx0213-1 and japanese-jisx0213-2.
9571
9572 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9573
9574 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9575
9576 * iswitchb.el: Update customization commentary.
9577
9578 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9579
9580 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9581 (tpu-search-highlight): Fixed comparison of overlay end positions.
9582 (tpu-trim-line-ends): Implemented trimming logic locally.
9583
9584 * emulation/tpu-extras.el (tpu-write-file-hook)
9585 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9586
9587 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9588
9589 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9590 to cn-gb.
9591 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9592
9593 2000-12-04 Dave Love <fx@gnu.org>
9594
9595 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9596
9597 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9598
9599 * mail/rmailsum.el (rmail-summary-expunge)
9600 (rmail-summary-expunge-and-save): Ask for confirmation with
9601 rmail-expunge-confirmed.
9602
9603 * mail/rmail.el (rmail-expunge-confirmed): New function.
9604 (rmail-expunge): Use it.
9605
9606 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9607
9608 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9609 (etags-recognize-tags-table, find-tag-in-order):
9610 New functionality: interpret file names as tags.
9611
9612 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9613
9614 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9615 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9616 the first subnode until the bottom of the current node is visible.
9617
9618 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9619
9620 * format.el (format-decode): Don't change buffer's undo list.
9621
9622 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9623
9624 * faces.el (face-font-registry-alternatives): Add entries for CJK
9625 fonts. Doc-string adjusted for the actual usage of this data.
9626
9627 * international/fontset.el: Change the font registries for CJK
9628 fonts in the default fontset. Don't append '*' to registries.
9629
9630 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9631
9632 * emacs-lisp/easy-mmode.el (define-derived-mode)
9633 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9634
9635 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9636 (derived-mode-p): New function.
9637 (derived-mode-make-docstring): Add `docstring' argument.
9638 Use it if available and complete it if necessary.
9639
9640 2000-12-03 Andreas Schwab <schwab@suse.de>
9641
9642 * type-break.el (type-break): Don't make parent of itself.
9643
9644 2000-12-03 Miles Bader <miles@gnu.org>
9645
9646 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9647
9648 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9649
9650 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9651 (tex-main-file, tex-file): Simplify.
9652 (tex-generate-zap-file-name): Use subst-char-in-string.
9653 (tex-strip-dots): Remove.
9654
9655 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9656
9657 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9658 to check if the match succeeded.
9659
9660 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9661
9662 * startup.el (use-fancy-splash-screens-p): New function.
9663 (command-line-1): Use it to determine whether or not to use
9664 a fancy splash screen.
9665
9666 2000-12-02 Andreas Schwab <schwab@suse.de>
9667
9668 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9669
9670 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9671
9672 * international/mule.el (make-char): Fix last change.
9673
9674 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9675 New defcustoms.
9676 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9677 autoloading tex-mode; instead, do the same manually.
9678 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9679 with numeric argument. Docstring fix.
9680 (toplevel): Require cl when compiling.
9681
9682 * international/mule.el (make-char): Doc fix.
9683
9684 2000-12-02 Jason Rumney <jasonr@gnu.org>
9685
9686 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9687 the Emacs Lisp manual)
9688
9689 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9690
9691 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9692
9693 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9694 the Emacs Lisp manual).
9695
9696 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9697
9698 * simple.el (next-line-add-newlines): Change default to nil.
9699
9700 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9701
9702 * files.el (revert-buffer, recover-file):
9703 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9704
9705 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9706
9707 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9708
9709 2000-12-01 Miles Bader <miles@gnu.org>
9710
9711 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9712
9713 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9714
9715 * international/mule-diag.el (describe-char-after): Fix typo.
9716 (describe-character-set, non-iso-charset-alist): Fix typo.
9717
9718 2000-12-01 Miles Bader <miles@gnu.org>
9719
9720 * image-file.el (image-file-name-regexp): Automatically add
9721 upper-case variants of each filename extension in
9722 `image-file-name-extensions', since they seem to be common.
9723
9724 * simple.el (minibuffer-contents)
9725 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9726 New functions.
9727 * filecache.el (file-cache-directory-name)
9728 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9729
9730 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9731
9732 * filecache.el (file-cache-minibuffer-complete): Don't try to
9733 delete the minibuffer prompt.
9734
9735 2000-11-30 Dave Love <fx@gnu.org>
9736
9737 * cus-start.el: Fix read-buffer-function type.
9738
9739 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9740
9741 * md5.el: Removed. There's a built-in function, now.
9742
9743 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9744
9745 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9746 as dummy 0-th char of rmail-deleted-vector.
9747
9748 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9749
9750 * ps-print.el (ps-end-job): Bind case-fold-search only after
9751 switching to ps-spool-buffer.
9752
9753 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9754
9755 * ps-print.el: Line number font customization. PostScript: Lines and
9756 PageCount are initialized on each page. Doc Fix.
9757 (ps-print-version): New version number (6.3.2).
9758 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9759 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9760 (ps-right-header): Customization fix.
9761 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9762 Fix code.
9763 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9764 New vars.
9765
9766 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9767
9768 * bs.el: Fix typos and spelling errors.
9769 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9770 (bs-configuration): Doc fix.
9771
9772 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9773
9774 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9775
9776 * emulation/tpu-edt.el (tpu-version): New version.
9777 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9778 (tpu-original-mode-line): Variable deleted.
9779 (tpu-mark-flag): New initial value.
9780 (tpu-set-mode-line): Don't redefine mode-line-format.
9781 Add tpu-mark-flag to minor-mode-alist.
9782 (tpu-update-mode-line): New mark flag logic.
9783 (tpu-get): Use find-file-wildcards.
9784 (tpu-search-highlight): Move overlay less, reset overlay properly.
9785 (tpu-unselect): Deactivate mark.
9786 (tpu-lm-replace): Reset overlay properly.
9787 (tpu-forward-line): Use forward-visible-line.
9788 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9789
9790 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9791
9792 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9793
9794 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9795
9796 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9797
9798 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9799 and skip whitespace and newlines.
9800
9801 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9802
9803 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9804
9805 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9806
9807 * help.el (describe-function-1): Regexp-quote function name
9808 when used as part of a regexp.
9809
9810 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9811 Use face-attribute instead of face-foreground and face-background.
9812 (tool-bar-add-item): Likewise, and handle unspecified colors.
9813
9814 * enriched.el (enriched-face-ans): Use face-attribute instead
9815 of face-foreground and face-background.
9816
9817 * faces.el (face-foreground, face-background, face-stipple):
9818 Return nil if attribute is unspecified, for backward compatibility.
9819
9820 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9821
9822 * play/5x5.el: Remove version info.
9823
9824 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9825
9826 * frame.el (blink-cursor-mode): Doc fix.
9827
9828 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9829
9830 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9831 to create Makefile rules.
9832 (antlr-tool-command): New user option.
9833 (antlr-ask-about-save): New user option.
9834 (antlr-makefile-specification): New user option.
9835 (antlr-file-formats-alist): New variable.
9836 (antlr-special-file-formats): New variable.
9837 (antlr-unknown-file-formats): New user option.
9838 (antlr-help-unknown-file-text): New variable.
9839 (antlr-help-rules-intro): New variable.
9840 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9841 (antlr-mode-menu): Add entries.
9842 (antlr-file-dependencies): New function.
9843 (antlr-directory-dependencies): New function.
9844 (antlr-superclasses-glibs): New function.
9845 (antlr-run-tool): New command.
9846 (antlr-makefile-insert-variable): New function.
9847 (antlr-insert-makefile-rules): New function.
9848 (antlr-show-makefile-rules): New command.
9849
9850 * antlr-mode.el: More Emacs/XEmacs stuff.
9851 (antlr-no-action-keywords): New constant with value nil.
9852 (antlr-font-lock-keywords-alist): Use it. Old value would break
9853 syntax highlighting in Emacs-21.0.
9854 (antlr-default-directory): Emacs/XEmacs dependend function.
9855 (antlr-read-shell-command): Ditto.
9856 (antlr-with-displaying-help-buffer): Ditto.
9857
9858 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9859
9860 * antlr-mode.el: imenu, parsing and highlighting changes.
9861 (antlr-imenu-create-index-function): Don't create extra submenus
9862 for definitions in different grammar classes. It is not necessary
9863 for the menu and would make command `imenu' awkward to use.
9864 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9865 header actions and more than one.
9866 (antlr-font-lock-tokendef-face): Changed color.
9867 (antlr-font-lock-tokenref-face): Changed color.
9868 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9869 (antlr-mode-syntax-table): New variable.
9870 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9871 (antlr-with-syntax-table): Don't copy syntax table.
9872
9873 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9874
9875 * antlr-mode.el: Minor changes: language setting.
9876 (antlr-language-alist): The value for file option "language" can
9877 be both an identifier and a string.
9878 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9879 (antlr-language-limit-n-regexp): Change accordingly.
9880
9881 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9882
9883 * antlr-mode.el: Minor changes: tabs, hiding.
9884 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9885 (antlr-action-visibility): Also allow value nil to also hide the
9886 braces. Renamed from `antlr-tiny-action-length'.
9887 Suggested by Jay@aol.com.
9888 (antlr-hide-actions): Change accordingly. Hide line if completely
9889 hidden action is on a line of its own.
9890
9891 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9892
9893 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9894
9895 * sort.el (sort-columns): Don't concat strings with numbers.
9896
9897 2000-11-29 Dave Love <fx@gnu.org>
9898
9899 * cus-edit.el (face): Fix :format.
9900
9901 * mail/feedmail.el: Require smtpmail when compiling.
9902 (mail-do-fcc): Autoload.
9903 (feedmail) <defgroup>: Fix :link.
9904 (feedmail-nuke-body-in-fcc): Fix :type.
9905 (feedmail-send-it): Add autoload cookie.
9906
9907 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9908
9909 * newcomment.el (comment-indent): Save excursion around call to
9910 comment-indent-function.
9911
9912 2000-11-29 Miles Bader <miles@gnu.org>
9913
9914 * subr.el (member-ignore-case): Return the tail of the list who's
9915 car matches, like `member', not the matching element itself.
9916
9917 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9918
9919 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9920 should not contain `\n'.
9921
9922 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9923
9924 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9925
9926 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9927
9928 * dired-aux.el (dired-do-create-files): Construct default file
9929 name for dired-mark-read-file-name so that when the user enters
9930 just RET, the target file will end up in the target directory.
9931
9932 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9933 local-abbrev-table before changing buffers because it might
9934 have a buffer-local binding.
9935
9936 2000-11-28 Miles Bader <miles@gnu.org>
9937
9938 * simple.el (delete-horizontal-space): Handle fields more generally.
9939
9940 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9941
9942 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9943
9944 2000-11-28 Dave Love <fx@gnu.org>
9945
9946 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9947 comment-start-skip locally.
9948
9949 * progmodes/fortran.el (fortran-mode): Don't set
9950 fortran-comment-line-start-skip. Set comment-start to
9951 fortran-comment-line-start.
9952 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9953 (fortran-comment-line-start-skip): Simplify slightly.
9954
9955 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9956
9957 * play/5x5.el: Remove RCS keyword.
9958
9959 * bs.el: Mistaken commit, undone 2000-11-30.
9960
9961 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9962
9963 * textmodes/tildify.el (tildify-string-alist):
9964 Add `plain-tex-mode' here.
9965
9966 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9967
9968 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9969 reference.
9970
9971 2000-11-28 Miles Bader <miles@gnu.org>
9972
9973 * cus-face.el (custom-face-attributes): Add post-filter function
9974 for :box. Make pre-filter function for :box handle all cases.
9975
9976 * wid-edit.el (widget-choose): Make sure pop-up window is large
9977 enough to display all the choices, as there's no way to scroll it.
9978
9979 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9980
9981 * international/mule-conf.el: Make the coding system no-conversion
9982 safe for all characters.
9983
9984 2000-11-27 Dave Love <fx@gnu.org>
9985
9986 * net/ldap.el (ldap) <defgroup>: Add :version.
9987
9988 * tooltip.el (tooltip-use-echo-area): Doc fix.
9989
9990 * cus-start.el <minibuffer-prompt-properties>: Add version.
9991 <read-buffer-function>: Add.
9992
9993 * apropos.el (apropos-print): Add help-echo to active text.
9994
9995 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9996
9997 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9998
9999 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10000 type, group and version.
10001
10002 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10003
10004 * select.el (x-get-selection): Docstring fix.
10005
10006 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
10007
10008 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
10009
10010 2000-11-27 Andrew Innes <andrewi@gnu.org>
10011
10012 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10013
10014 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10015
10016 2000-11-27 Miles Bader <miles@gnu.org>
10017
10018 * dired.el (dired-get-filename): Return filename verbatim if
10019 LOCALP is `verbatim'.
10020 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10021 `verbatim' so that we don't inadvertently delete a non-existant
10022 directory name.
10023
10024 2000-11-27 Kenichi Handa <handa@etl.go.jp>
10025
10026 * international/characters.el: Specify cases and syntaxes for
10027 mule-unicode-0100-24ff.
10028
10029 2000-11-27 Gerd Moellmann <gerd@gnu.org>
10030
10031 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10032 that foreground and/or background colors of the face `tool-bar'
10033 are unspecified.
10034
10035 2000-11-27 Miles Bader <miles@gnu.org>
10036
10037 * wid-edit.el (widget-field-buffer, widget-field-start)
10038 (widget-field-end): Handle widget field `pseudo-overlays'.
10039 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10040 if it's there instead of in `widget-field-list'.
10041
10042 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
10043 (help-make-xrefs): Delete extraneous newlines at the end of the
10044 docstring.
10045
10046 2000-11-25 Jason Rumney <jasonr@gnu.org>
10047
10048 * startup.el (command-line): Call set-locale-environment after
10049 Window System init file is read, as it can result in a call to
10050 redraw-frame.
10051
10052 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10053
10054 * simple.el (shell-command): Mention the effect of the prefix
10055 argument in the doc string.
10056
10057 2000-11-25 Miles Bader <miles@gnu.org>
10058
10059 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10060
10061 * wid-edit.el (widget-field-value-delete): Don't try to delete
10062 overlay when it's the `pseudo-overlay' that exists at some points.
10063
10064 2000-11-24 Jason Rumney <jasonr@gnu.org>
10065
10066 * international/mule-cmds.el (locale-language-names): Add "jp" as
10067 a non-standard alternative for Japanese.
10068
10069 2000-11-24 Andre Spiegel <spiegel@gnu.org>
10070
10071 * vc-hooks.el: Require 'cl during compilation.
10072
10073 2000-11-24 Gerd Moellmann <gerd@gnu.org>
10074
10075 * faces.el (face-set-after-frame-default): Let face attributes
10076 specified for new frames override frame parameters.
10077
10078 * startup.el (command-line): Fix computation of the source file
10079 for user-init-file when user-init-file is a compiled file.
10080
10081 2000-11-24 Miles Bader <miles@gnu.org>
10082
10083 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
10084 (custom-post-filter-face-spec): New functions.
10085 (custom-face-set, custom-face-value-create): Filter the face spec
10086 before and after customization.
10087 (custom-face-set): If VALUE specifies a null face, pass a
10088 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10089 * cus-face.el (custom-face-attributes): Remove SET and GET
10090 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10091 cases they're needed.
10092
10093 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10094 that it's distinguishable from the :off-glyph on dark-background
10095 displays. Set its background color too.
10096
10097 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10098 so that people can easily turn it off.
10099
10100 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
10101
10102 * ediff-diff.el: Moved variables around to have it compile under NT.
10103
10104 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
10105
10106 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
10107
10108 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
10109 redundant skip-small-frames test.
10110
10111 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
10112 (viper-downgrade-to-insert): Protect against errors in hooks.
10113
10114 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10115 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
10116 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10117 New functions.
10118
10119 * viper-util.el (viper-memq-char): Bug fixes.
10120
10121 * viper.el (viper-mode): Fix cursor handling.
10122
10123 2000-11-24 Kenichi Handa <handa@etl.go.jp>
10124
10125 * international/mule-diag.el (list-iso-charset-chars):
10126 For two-byte charset, fix the `while' condition.
10127 (list-non-iso-charset-chars): Fix the `while' condition.
10128
10129 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10130
10131 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10132 if the variable is make-variable-buffer-local.
10133
10134 * progmodes/ada-stmt.el (ada-template-map):
10135 Initialize and bind it to C-c t in ada-mode-map.
10136 (ada-stmt-mode-hook): New function extracted from old code.
10137 Only change the buffer-local side of skeleton-*.
10138 (ada-mode-hook): Use it.
10139
10140 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10141
10142 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10143 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10144 we expect to be returned by minibuffer-depth once we prompt the
10145 user in the minibuffer.
10146 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10147 as recorded in iswitchb-minibuf-depth, return non-nil.
10148
10149 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10150
10151 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10152 (hscroll-window-maybe): Docstring fix.
10153
10154 2000-11-23 Dave Love <fx@gnu.org>
10155
10156 * rect.el (string-rectangle): Don't test delete-selection-mode.
10157
10158 2000-11-23 Gerd Moellmann <gerd@gnu.org>
10159
10160 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10161 is in the tool bar.
10162
10163 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
10164 with `no-dir'; we want the directory part to be able to remove it.
10165
10166 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10167
10168 * textmodes/outline.el (outline-flag-region):
10169 Don't bind inhibit-read-only since we don't modify the buffer.
10170 (outline-isearch-open-invisible): Don't jump to overlay-start
10171 since we're trying to unhide text around point.
10172 (outline-discard-overlays): Use dolist.
10173
10174 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10175
10176 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10177
10178 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
10179
10180 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10181
10182 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10183 Fix ARG regexp to skip quoted braces.
10184 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10185 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10186 are (correctly) handled separately).
10187 Remove `caption' and `footnote' from `citations': they contain text.
10188 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10189 (latex-skeleton-end-hook): New function.
10190 (latex-mode): Use it.
10191 (tex-start-tex-marker): Remove.
10192 (tex-send-tex-command): Don't set tex-start-tex-marker.
10193 (tex-error-parse-syntax-table): New var.
10194 (tex-compilation-parse-errors): Use it.
10195 Ignore tex-start-tex-marker. Don't bother with marker-position.
10196 (tex-validate-buffer): Don't bother with marker-position.
10197
10198 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
10199 (flyspell-generic-progmode-verify): Use it.
10200
10201 2000-11-22 Sam Steingold <sds@gnu.org>
10202
10203 * simple.el (delete-trailing-whitespace): New interactive function.
10204
10205 * progmodes/ada-mode.el (ada-mode): Use it instead of
10206 `ada-remove-trailing-spaces'.
10207 (ada-remove-trailing-spaces): Removed.
10208
10209 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10210
10211 * textmodes/picture.el (picture-clean): Removed.
10212 (picture-mode-exit): Call it instead of `picture-clean'.
10213
10214 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10215
10216 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10217
10218 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10219 jit-lock-fontify-buffer; it should anyway be unneccessary to
10220 do anything special when jit-lock is active.
10221 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10222
10223 2000-11-22 Dave Love <fx@gnu.org>
10224
10225 * calendar/todo-mode.el (todo-top-priorities): Use
10226 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10227
10228 * language/chinese.el, language/cyrillic.el:
10229 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10230 * language/hebrew.el, language/indian.el, language/japanese.el:
10231 * language/korean.el, language/lao.el, language/misc-lang.el:
10232 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10233 Use provide.
10234
10235 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10236 (custom-variable-set): Improve validation error mesage.
10237
10238 * rect.el (string-rectangle): Revert last change.
10239 (string-rectangle-line): New arg DELETE.
10240 (string-rectangle): Check delete-selection-mode.
10241
10242 * emacs-lisp/edebug.el (edebug-version)
10243 (edebug-maintainer-address): Deleted.
10244 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10245 (edebug-read-function): Account for other `'#' read forms.
10246 (edebug-mode-menus): Make some items toggles.
10247 (edebug-outside-unread-command-event, unread-command-event):
10248 Remove these to avoid warnings.
10249
10250 2000-11-22 David Ponce <david@dponce.com>
10251
10252 * recentf.el (recentf-menu-items-for-commands)
10253 (recentf-make-menu-items, recentf-make-menu-item)
10254 (recentf-filter-changer): Added :help and :active menu-item properties.
10255
10256 (recentf-build-dir-rules, recentf-dump-variable)
10257 (recentf-edit-list, recentf-open-files-item)
10258 (recentf-open-files): Replaced unnecessary `mapcar' with new
10259 built-in `mapc'.
10260
10261 2000-11-23 Miles Bader <miles@gnu.org>
10262
10263 * faces.el (menu): Make inverse-video on ttys too.
10264
10265 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10266
10267 * simple.el (comment-line-break-function): Use the new name
10268 indent-new-comment-line -> comment-indent-new-line.
10269 (clone-indirect-buffer): Don't ignore NORECORD.
10270 (next-completion): Properly handle the case where items are adjacent.
10271
10272 * mouse.el (popup-menu): Stupid typo.
10273
10274 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10275
10276 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10277 maintainer, keywords tags.
10278
10279 * rect.el (replace-rectangle): Don't call string-rectangle-line
10280 with too many arguments.
10281
10282 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10283
10284 * ediff-util.el (ediff-file-checked-out-p)
10285 (ediff-file-checked-in-p): Call vc-state instead of
10286 vc-locking-user, which no longer exists.
10287
10288 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10289
10290 2000-11-22 Dave Love <fx@gnu.org>
10291
10292 * md5.el (md5): Provide.
10293 (md5): Fix error call.
10294
10295 2000-11-22 Miles Bader <miles@gnu.org>
10296
10297 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10298 (refill-fill-paragraph-at): Remove debugging code.
10299
10300 * calendar/calendar.el (generate-calendar-window): When we don't
10301 call `fit-window-to-buffer', make sure the top line is fully visible.
10302
10303 * image-file.el (insert-image-file): Don't make `read-only'
10304 property rear-nonsticky.
10305
10306 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10307 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10308 stashing away its original value.
10309 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10310 in the recursive edit.
10311 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10312 (isearch-done): Restore `minibuffer-message-timeout'.
10313
10314 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10315
10316 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10317
10318 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10319
10320 * find-lisp.el (find-lisp-find-files-internal):
10321 Use dolist, when and file-name-as-directory.
10322
10323 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10324 (define-derived-mode, define-minor-mode): Add specs.
10325
10326 * window.el: General comment and spacing fixes.
10327 (save-selected-window): Use backquotes.
10328 (window-safely-shrinkable-p): New function.
10329 (shrink-window-if-larger-than-buffer): Use it.
10330
10331 * subr.el (make-local-hook): Docstring fix.
10332
10333 * shell.el (shell-mode): Use define-derived-mode.
10334
10335 * newcomment.el (comment-indent): Insert comment before calling
10336 comment-indent-function. Don't insert in column 0.
10337 (comment-dwim): Indent before inserting comment.
10338
10339 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10340 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10341 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10342 Use mapc rather than map.
10343
10344 * files.el (find-buffer-visiting): Compare all attributes before
10345 declaring two files identical (rather than just their inode-no).
10346 (auto-mode-alist): Use \' rather than $.
10347
10348 * which-func.el: Update maintainer line.
10349
10350 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10351 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10352 (uniquify-buffer-file-name): Use it.
10353
10354 2000-11-22 Miles Bader <miles@gnu.org>
10355
10356 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10357 * simple.el (minibuffer-avoid-prompt): New function.
10358
10359 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10360
10361 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10362
10363 2000-11-21 Miles Bader <miles@gnu.org>
10364
10365 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10366 inclusion of `track-mouse'.
10367
10368 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10369 (refill-adjust-ignorable-overlay): New function.
10370 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10371 only the paragraph's tail if possible.
10372 Update `refill-ignorable-overlay'.
10373 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10374
10375 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10376 point inside the fill-prefix.
10377
10378 * textmodes/refill.el (refill-post-command-function): Don't reset
10379 refill-doit in the case where a self-insertion command doesn't
10380 case a refill. Use `refill-fill-paragraph-at', getting position
10381 from `refill-doit'.
10382 (refill-after-change-function): Set `refill-doit' to END.
10383 (refill-fill-paragraph-at): New function, mostly from old
10384 refill-fill-paragraph.
10385 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10386 (refill-pre-command-function): New function.
10387 (refill-mode): Add it to `pre-command-hook'.
10388
10389 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10390
10391 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10392
10393 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10394 javadoc tags.
10395
10396 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10397
10398 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10399 vc.el).
10400
10401 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10402 require vc.
10403
10404 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10405 checkouts.
10406
10407 2000-11-20 Dave Love <fx@gnu.org>
10408
10409 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10410
10411 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10412
10413 * calculator.el (calculator-paste): Use `if' instead of `and'
10414 and `or'.
10415 (calculator-help): Don't use electric-describe-mode for XEmacs.
10416
10417 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10418
10419 * info.el (info-menu-5): Doc fix.
10420
10421 * textmodes/artist.el: New file.
10422
10423 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10424
10425 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10426 and differentiate according to checkout model.
10427 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10428 since this function is only concerned with master state.
10429
10430 * vc-hooks.el (vc-workfile-unchanged-p)
10431 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10432
10433 * vc.el (vc-workfile-unchanged-p)
10434 (vc-default-workfile-unchanged-p): See above.
10435
10436 2000-11-19 Miles Bader <miles@gnu.org>
10437
10438 * image-file.el (insert-image-file): Make `intangible' and
10439 `read-only' properties rear-nonsticky too.
10440
10441 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10442
10443 * ps-print.el: Update copyright notice.
10444
10445 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10446 (tooltip-show): Use the offsets.
10447
10448 * bindings.el (mode-line-modified): Fix a typo.
10449 (mode-line-toggle-modified, mode-line-widen)
10450 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10451
10452 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10453
10454 * ps-print.el (toplevel): Test for find-coding-system being
10455 fboundp before calling ps-x-find-coding-system.
10456
10457 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10458
10459 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10460 (vc-version-backup-file): Docstring fix.
10461
10462 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10463
10464 * files.el (basic-save-buffer): Don't add a newline if
10465 find-file-literally is non-nil.
10466 (find-file-literally): Extend doc string.
10467
10468 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10469 sort(1) with the `-f' argument.
10470
10471 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10472
10473 * vc.el: Updated backend documentation.
10474 (vc-default-check-headers): New function.
10475
10476 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10477
10478 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10479 up-to-date.
10480 (vc-do-command): In the asynchronous case, output messages only if
10481 the minibuffer is not active.
10482
10483 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10484 `vc-cvs-use-edit' is on.
10485 (vc-cvs-checkout): When this is used for reverting the workfile,
10486 make a backup of the original contents and revert to that in case
10487 of error.
10488 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10489 remote repositories.
10490
10491 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10492 for both version and ratio in the minibuffer.
10493
10494 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10495 Use vc-do-command to perform the annotation, not call-process.
10496
10497 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10498
10499 * international/quail.el (quail-start-translation): Don't call
10500 `message' before reading key sequence.
10501
10502 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10503
10504 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10505
10506 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10507
10508 * window.el (fit-window-to-buffer): Be sure to acquire at least
10509 one text line even if the buffer is empty.
10510
10511 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10512
10513 * net/ange-ftp.el (ange-ftp-file-writable-p)
10514 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10515 Bind ange-ftp-process-verbose to nil.
10516
10517 2000-11-15 Dave Love <fx@gnu.org>
10518
10519 * wid-edit.el (widget-specify-field, widget-specify-button):
10520 If :help-echo is a function, set help-echo of overlay to
10521 widget-mouse-help.
10522 (widget-mouse-help): New function.
10523 (widget-echo-help): Rewritten for :help-echo functions only taking
10524 a widget arg.
10525
10526 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10527 Use display-graphic-p.
10528 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10529 and that JPEG is available.
10530 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10531
10532 * international/mule-cmds.el (locale-charset-language-names):
10533 Match @euro.
10534
10535 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10536
10537 * faces.el (face-set-after-frame-default):
10538 If `inhibit-default-face-x-resources' is bound, don't intialize the
10539 default face from X resources.
10540
10541 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10542
10543 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10544 Don't set EMACSLOADPATH.
10545
10546 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10547
10548 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10549 texinfo-insert-@url.
10550 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10551 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10552
10553 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10554
10555 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10556 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10557 (checkdoc-minor-keymap): Backward compatibility.
10558 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10559 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10560 (checkdoc-this-string-valid-engine): Be a bit more strict
10561 to avoid matching substrings of `...' quoted vars/funs.
10562 (checkdoc-defun-info): Only look for `interactive' if alone.
10563 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10564
10565 * progmodes/compile.el (grep): `tag-default' can be nil.
10566
10567 * newcomment.el (comment-indent): Paren typo.
10568
10569 2000-11-14 Dave Love <fx@gnu.org>
10570
10571 * calculator.el: New maintainer version.
10572
10573 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10574
10575 * cmuscheme.el: Doc fixes.
10576 (cmuscheme) <defgroup>: Use `scheme' as parent.
10577 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10578
10579 * xscheme.el (scheme-program-name): Don't define here.
10580
10581 * progmodes/scheme.el (scheme-program-name): New variable
10582 (originally in cmuscheme).
10583
10584 2000-11-14 Miles Bader <miles@gnu.org>
10585
10586 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10587 Handle header-lines. Don't loop forever if we can't enlarge the
10588 window anymore. Simplify a bit.
10589
10590 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10591
10592 * window.el (fit-window-to-buffer): Don't check
10593 window-text-height. Assure that the last line is fully visible.
10594
10595 * international/quail.el (quail-show-guidance-buf):
10596 Call fit-window-to-buffer to assure the enough height of the guidance
10597 buffer.
10598 (quail-update-guidance): Avoid making the guidance buffer shorter.
10599
10600 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10601
10602 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10603 rather than `prepend' and add an interesting comment.
10604 (tex-math-face, tex-font-lock-syntactic-face-function):
10605 New face and function to use it.
10606 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10607 than `menu-enable' symbol property.
10608 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10609 (tex-mode): Add some latex-mode commands for auto-selection.
10610 Use tex-font-lock-syntactic-face-function.
10611 (tex-insert-quote): Simplify.
10612 (tex-shell): New mode.
10613 (tex-start-shell): Use it.
10614 (tex-shell-proc, tex-shell-buf): New functions.
10615 (tex-send-command): Use it.
10616 (tex-main-file): Fix the meaning of the new arg REALFILE.
10617 (tex-send-tex-command): New function split from `tex-start-tex'.
10618 Set compilation-last-buffer and compilation-parsing-end.
10619
10620 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10621 when it follows non-comment text on the line.
10622
10623 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10624 Set font-lock-defaults.
10625 (lisp-mode-shared-map): Init inside the defvar.
10626 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10627 Use define-derived-mode.
10628
10629 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10630
10631 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10632
10633 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10634
10635 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10636 Don't recursively optimize body because that can lead to infinite
10637 recursion; see comment there.
10638
10639 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10640
10641 * faces.el (face-spec-set-match-display): Revert the change from
10642 2000-10-24. Add a FIXME for after v21.1.
10643
10644 2000-11-13 Miles Bader <miles@gnu.org>
10645
10646 * textmodes/fill.el (skip-line-prefix): New function.
10647 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10648 (fill-paragraph): Don't leave point inside the fill-prefix.
10649 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10650 point inside the fill-prefix.
10651
10652 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10653
10654 * calendar/calendar.el (generate-calendar-window):
10655 Use `fit-window-to-buffer'.
10656
10657 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10658
10659 * gud.el (gud-minor-mode): New var.
10660 (gud-symbol, gud-val): New functions.
10661 (gud-find-file): Copy gud-minor-mode to the new buffer.
10662 (gud-menu-map): Include entries for commands that are not always
10663 available, using :enable to (de)activate them.
10664 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10665 (gud-mode-map): New map.
10666 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10667 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10668 Don't set up gud's menu (it's done by the minor-mode).
10669 (gud-minibuffer-local-map): New.
10670 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10671 (gud-query-cmdline): New function.
10672 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10673 (gud-mode): Use define-derived-mode.
10674 Don't set up gud's menu (it's done by the minor-mode).
10675 (gud-chop-words): Remove.
10676 (gud-common-init): Use split-string instead.
10677 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10678
10679 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10680 Add keyword arg :name.
10681
10682 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10683 (diff-count-matches, diff-split-hunk): New functions.
10684 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10685
10686 * pcvs-info.el (cvs-fi-conflict-face): New var.
10687
10688 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10689 Make it into a simple syntax-table, shared among all submodes.
10690 (sh-heredoc-face): Re-introduce.
10691 (sh-font-lock-syntactic-face-function): New function.
10692 (sh-mode): Use it. Also use define-derived-mode.
10693 Remove old bogus setting of indent-region-function.
10694 (sh-set-shell): Don't set the syntax-table any more.
10695 (sh-mode-syntax-table) <defun>: Remove.
10696
10697 2000-11-12 Miles Bader <miles@gnu.org>
10698
10699 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10700 message if interactive.
10701
10702 2000-11-12 Dave Love <fx@gnu.org>
10703
10704 * mail/feedmail.el: Fix header,
10705 (feedmail) <defgroup>: Add :link.
10706
10707 * view.el: Use local-map property, not keymap on mode-line string.
10708
10709 * scroll-all.el (scroll-all-mode): Customize variable.
10710 Add autoload cookie to function.
10711
10712 * lazy-lock.el: Remove compatibility code.
10713
10714 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10715 (finder-help-echo): New variable.
10716 (finder-mouse-face-on-line): Add help-echo stuff.
10717 (finder-list-keywords, finder-list-matches): Use mapc.
10718
10719 * faces.el (face-font-registry-alternatives): Add :version.
10720
10721 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10722 tags-table-list.
10723
10724 * net/browse-url.el (browse-url-browser-function): Update :version.
10725
10726 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10727 (mail-mode): Use [:alnum:] in some regexps.
10728
10729 2000-11-10 Dave Love <fx@gnu.org>
10730
10731 * ediff.el (ediff-regions-internal, ediff-documentation):
10732 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10733 fundamental mode.
10734
10735 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10736 buffer into fundamental mode.
10737 (ediff-set-difference): Use copy-sequence if available.
10738
10739 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10740 Check ediff-patch-map non-nil.
10741 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10742 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10743 buffer into fundamental mode.
10744
10745 * ediff-merg.el (state-or-merge): Defvar when compiling.
10746
10747 2000-11-10 Jason Rumney <jasonr@gnu.org>
10748
10749 * w32-fns.el (w32-add-charset-info): New function.
10750 (w32-charset-info-alist): Use it.
10751
10752 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10753
10754 * faces.el (face-font-registry-alternatives): New user-option.
10755
10756 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10757
10758 * textmodes/texinfo.el (texinfo-block-default): New var.
10759 (texinfo-insert-block): Use it. Insert a newline if needed.
10760
10761 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10762 (fill-region-as-paragraph): Use it.
10763
10764 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10765 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10766 Tweak paragraph regexps to allow a leading [ \t]*.
10767 (tex-latex-block): Insert a newline if necessary.
10768 (latex-insert-item): Only insert a newline if necessary.
10769 (tex-guess-main-file): New function.
10770 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10771 Set tex-main-file if TeX-master is provided.
10772 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10773
10774 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10775
10776 * startup.el (command-line): Set the default tooltip-mode
10777 to t for graphical displays which implement x-show-tip.
10778
10779 * tooltip.el (tooltip-mode): Add a comment about startup.el
10780 setting the default value of this user-option.
10781
10782 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10783
10784 * font-lock.el (font-lock-*-face) <defvar>: Move.
10785 (font-lock-defaults-alist): Mark obsolete.
10786 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10787 (font-lock-mode): Use define-minor-mode.
10788 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10789 (font-lock-turn-off-thing-lock): Be more explicit.
10790 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10791 (font-lock-syntactic-face-function): New var.
10792 (font-lock-fontify-syntactically-region): Use it.
10793 (font-lock-doc-face): New.
10794
10795 * pcvs.el (cvs-enabledp): Ignore errors.
10796 (cvs-commit-filelist): Never query.
10797 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10798 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10799 (cvs-do-removal): Use cvs-partition rather than delete-if.
10800 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10801 cvs-bury-buffer.
10802
10803 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10804 Allow `next' to jump to after the end of the last match.
10805
10806 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10807
10808 * simple.el (byte-compiling-files-p): New function.
10809
10810 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10811 if it is there.
10812
10813 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10814 nil again.
10815
10816 * textmodes/ispell.el (ispell-library-path): Don't call
10817 check-ispell-version when byte-compiling because that starts
10818 an ispell process, and ispell might not be installed.
10819 (toplevel): Don't set up a menu when byte-compiling.
10820
10821 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10822 it, so that a boundp test can be used to determine if we're
10823 currently byte-compiling.
10824
10825 2000-11-09 Dave Love <fx@gnu.org>
10826
10827 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10828
10829 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10830
10831 * ps-print.el: Patch for variable initialization when spooling.
10832 Doc fix.
10833 (ps-output-list): Fun eliminated.
10834 (ps-begin-file, ps-begin-job): Code fix.
10835
10836 2000-11-08 Dave Love <fx@gnu.org>
10837
10838 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10839
10840 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10841
10842 * simple.el (shell-command, display-message-or-buffer)
10843 (shell-command-on-region): Mention resize-mini-windows in the doc
10844 string.
10845 (display-message-or-buffer): Take the value of resize-mini-windows
10846 into account.
10847
10848 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10849
10850 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10851
10852 * dired.el (dired-between-files): Add `^. find' as an alternative
10853 to the regular expression, for find-dired.
10854
10855 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10856
10857 * textmodes/texnfo-upd.el: Require texinfo.
10858 (defmacro, defgroup): Remove.
10859 (texinfo-section-to-generic-alist): Remove.
10860 Use texinfo-section-list instead (i.e. level is changed string->int).
10861 (texinfo-filter): New function.
10862 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10863 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10864 Use it. And use regexp-opt.
10865 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10866 (texinfo-update-menu-region-beginning)
10867 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10868 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10869 (texinfo-update-menu-same-level-regexps): Update.
10870 (texinfo-update-node, texinfo-every-node-update)
10871 (texinfo-sequential-node-update): Remove autoload cookie.
10872
10873 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10874 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10875 (texinfo-chapter-level-regexp): Remove.
10876 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10877
10878 2000-11-06 Dave Love <fx@gnu.org>
10879
10880 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10881
10882 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10883 Match defun*.
10884
10885 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10886
10887 * composite.el (composition-function-table): Variable declaration
10888 moved to src/composite.c.
10889 (compose-chars-after): New optional arg object.
10890
10891 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10892
10893 * bindings.el (mode-line-toggle-read-only)
10894 (mode-line-toggle-modified, mode-line-widen)
10895 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10896 (make-mode-line-mouse2-map): Rewritten.
10897 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10898 functions so that C-h k can show something with a doc string.
10899
10900 * startup.el (fancy-splash-delay): Set to 10 seconds.
10901 (fancy-splash-max-time): New user-option.
10902 (fancy-splash-stop-time): New variable.
10903 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10904 (fancy-splash-screens-1): Throw `stop-splashing' when current
10905 time is greater than fancy-splash-stop-time.
10906
10907 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10908
10909 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10910
10911 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10912 Prompt user for a file rather than raising an error.
10913 (cvs-enabledp): Fix call to cvs-mode-marked.
10914 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10915 (cvs-mode-insert): Use it. Change the init prompt' value.
10916 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10917
10918 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10919 Don't pass default arg to ewoc-locate.
10920 (ewoc-collect): Return result in the right order.
10921
10922 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10923
10924 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10925 (cvs-status-get-tags): Fix regexp.
10926 (cvs-status-trees, cvs-status-cvstrees):
10927 Combine after change hooks and don't sit-for.
10928 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10929 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10930 Use make-char rather than hard-coded cryptic data.
10931 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10932
10933 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10934
10935 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10936 (cvs-insert-strings): New function.
10937
10938 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10939
10940 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10941 `mwheel-scroll-amount'.
10942 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10943 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10944 string-matching against the version string.
10945
10946 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10947
10948 * language/thai.el ("Thai"): Set a lisp form that produces
10949 composed string in `sample-text' language info.
10950
10951 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10952 composed string in `sample-text' language info.
10953
10954 * international/mule-cmds.el (describe-language-environment):
10955 Eval `sample-text' data and insert the result.
10956
10957 * international/mule-conf.el (compound-text): Define this coding
10958 system here. Make x-ctext and ctext aliases of it.
10959
10960 * language/european.el (compound-text, ctext): Moved to
10961 international/mule-conf.el.
10962
10963 2000-11-05 Andrew Innes <andrewi@gnu.org>
10964
10965 * w32-fns.el (w32-version): New function.
10966
10967 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10968
10969 * progmodes/awk-mode.el: Update copyright.
10970 (awk-mode-abbrev-table): Remove.
10971 (awk-font-lock-keywords): Use regexp-opt.
10972 (awk-mode): Use define-derived-mode.
10973
10974 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10975 when extracting a suffix.
10976
10977 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10978
10979 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10980 auto-save-mode.
10981
10982 2000-11-04 Jason Rumney <jasonr@gnu.org>
10983
10984 * language/european.el (decode-mac-roman): Test against r1 not r0.
10985
10986 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10987
10988 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10989 (icon-mode): Define indent-line-function.
10990 (icon-comment-indent): Simplify.
10991 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10992
10993 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10994
10995 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10996 Bind change-log-default-mode to defeat the caching done on it.
10997 Don't bother saving excursion any more.
10998
10999 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11000
11001 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11002 (set-frame-font): Use the new name (and the old for compatibility).
11003
11004 * toolbar/tool-bar.el (tool-bar-mode):
11005 * time.el (display-time-mode):
11006 * recentf.el (recentf-mode):
11007 * paren.el (show-paren-mode):
11008 * mwheel.el (mouse-wheel-mode):
11009 * msb.el (msb-mode):
11010 * jka-compr.el (auto-compression-mode):
11011 * image-file.el (auto-image-file-mode):
11012 * hl-line.el (hl-line-mode):
11013 * delsel.el (delete-selection-mode):
11014 * autoinsert.el (auto-insert-mode):
11015 * complete.el (partial-completion-mode): Drop unneeded positional args.
11016
11017 * info.el (Info-mode):
11018 * comint.el (comint-mode): Don't bother with make-local-hook.
11019
11020 * log-edit.el (log-edit-menu): New menu.
11021
11022 2000-11-03 Miles Bader <miles@gnu.org>
11023
11024 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11025 definition, so that trailing spaces are handled properly.
11026 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11027
11028 2000-11-03 Gerd Moellmann <gerd@gnu.org>
11029
11030 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11031 tab character.
11032 (fancy-splash-screens): Set tab-width to 20.
11033
11034 2000-11-03 Dave Love <fx@gnu.org>
11035
11036 * comint.el (comint-completion-addsuffix): Fix custom type.
11037
11038 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11039
11040 * font-lock.el (font-lock-buffers): Remove.
11041 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11042 (font-lock-change-major-mode): Remove.
11043 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11044 (font-lock-default-fontify-region): Extend the multiline
11045 fontification to whole lines.
11046 (font-lock-fontify-anchored-keywords)
11047 (font-lock-fontify-keywords-region): If matching just one
11048 line (with \n) only mark the \n as multiline.
11049
11050 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11051 Correctly handle the case where several :group args are supplied.
11052 Allow :extra-args.
11053 (easy-mmode-define-global-mode): Allow :extra-args.
11054 Correctly handle the case where several :group args are supplied.
11055
11056 2000-11-02 Miles Bader <miles@gnu.org>
11057
11058 * calendar/calendar.el (diary-face, calendar-today-face)
11059 (holiday-face): Remove dependency on `window-system'.
11060
11061 2000-11-02 Ken Raeburn <raeburn@gnu.org>
11062
11063 * Makefile.in (emacs): Set EMACSLOADPATH always.
11064 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
11065 (compile-files): Bomb out if compilation of a file fails.
11066
11067 2000-11-02 Dave Love <fx@gnu.org>
11068
11069 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11070
11071 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11072
11073 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11074 punctuation in the warning inserted into the *mail* buffer.
11075
11076 2000-11-02 Gerd Moellmann <gerd@gnu.org>
11077
11078 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11079 (authors-public-domain-p): New function.
11080 (authors-print): Use it.
11081
11082 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11083
11084 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11085
11086 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11087
11088 * ps-print.el: Extension for even/odd printing. Doc fix.
11089 (ps-print-version): New version number (6.3.1).
11090 (ps-even-or-odd-pages): Customization fix.
11091 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11092 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11093 (ps-page-count): Var replaced by `ps-page-column'.
11094 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11095 (ps-print-sheet-p): New fun.
11096
11097 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11098
11099 * tooltip.el (tooltip-gud-tips-setup): New function.
11100 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11101 (tooltip-mode): Call tooltip-gud-tips-setup.
11102 (tooltip-gud-tips): Use `gud-basic-call' instead of
11103 process-send-string, so the prompt gets frobbed appropriately.
11104 Handle nil return value from `tooltip-gud-print-command'.
11105
11106 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11107
11108 * comint.el (comint-add-to-input-history): New function.
11109 (comint-send-input): Use `comint-add-to-input-history'.
11110
11111 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11112
11113 * info.el (info-menu-header): New face.
11114 (Info-fontify-menu-headers): New function.
11115 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11116
11117 * info.el (Info-insert-dir): Don't include blank lines at
11118 beginning of additional dir files (one is added automatically).
11119
11120 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11121
11122 * emacs-lisp/easy-mmode.el (define-minor-mode):
11123 Revert the latest changes.
11124 Allow the three positional arguments to be skipped and replaced
11125 by keyword arguments.
11126 Add a :toggle argument to determine whether a nil arg means toggle
11127 or means turn-on. The default is unchanged.
11128 Add a call to force-mode-line-update.
11129
11130 2000-11-01 Dave Love <fx@gnu.org>
11131
11132 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
11133
11134 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11135
11136 * calendar/calendar.el (diary-face, holiday-face):
11137 Add dark-background variants.
11138
11139 2000-10-31 Sam Steingold <sds@gnu.org>
11140
11141 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11142 `tex-main-file' does not have directory in it.
11143
11144 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11145
11146 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11147
11148 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11149
11150 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11151 functional change.
11152
11153 2000-10-31 Gerd Moellmann <gerd@gnu.org>
11154
11155 * files.el (find-file-noselect): When we expand a wildcard, return
11156 a list of buffers, as we should do according to the doc string.
11157
11158 2000-10-31 Ken Raeburn <raeburn@gnu.org>
11159
11160 * loadup.el (top level): Adjust load path if program name is
11161 "../src/bootstrap-emacs", in case it's not dumped and thus the
11162 load path adjustment hasn't already been done.
11163
11164 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11165
11166 * ps-print.el: Fix bug on selected pages for printing.
11167 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
11168 is on. Try to avoid warning messages when compiling. Doc Fix.
11169 (ps-print-version): New version number (6.3).
11170 (ps-color-device): Use `color-values' to determine if device
11171 supports color.
11172 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11173 (ps-print-page-p): Changed from defsubst to defun.
11174 (ps-page-number): Changed from defmacro to defun.
11175 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11176 printing.
11177 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
11178 (ps-end-file, ps-dummy-page): Funs eliminated.
11179 (ps-print-color-scale): Changed default value.
11180 (ps-page-n-up, ps-print-page-p): New internal vars.
11181 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11182 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11183
11184 * delim-col.el: Little programming improvement.
11185 (delimit-columns-str): New macro.
11186 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11187
11188 2000-10-31 Kenichi Handa <handa@etl.go.jp>
11189
11190 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11191 Moved to european.el.
11192 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11193 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11194 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11195 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
11196
11197 2000-10-30 Dave Love <fx@gnu.org>
11198
11199 * progmodes/cc-menus.el (imenu-generic-expression)
11200 (imenu-progress-message): Only defvar when compiling.
11201
11202 * emacs-lisp/elp.el (elp-unload-hook): New function.
11203
11204 * loadhist.el (unload-feature): Call elp-restore-function,
11205 checking for symbols; don't use elp-restore-all.
11206 (loadhist-hook-functions): Doc fix.
11207
11208 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11209
11210 * log-edit.el (log-edit-confirm): Fix the default.
11211
11212 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11213
11214 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11215 delimit-columns-format.
11216 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11217
11218 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11219
11220 * comint.el (comint-replace-by-expanded-history): Don't use
11221 comint-get-old-input (we're not looking at *old* input).
11222 (comint-get-old-input-default): If using fields, signal an error
11223 when the point is not in an input field.
11224
11225 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11226
11227 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11228 and mule-unicode-e000-ffff.
11229
11230 * international/mule.el (decode-char, encode-char): New functions.
11231 (make-coding-system): Accept a symbol of translation table as a
11232 value of property `safe-chars'.
11233
11234 * international/mule-cmds.el (encode-coding-char): Check property
11235 safe-chars instead of safe-charsets.
11236
11237 * international/fontset.el (fontset-default): Modified for
11238 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11239 (x-font-name-charset-alist): Likewise.
11240 (ccl-encode-unicode-font): New CCL program. Record it in
11241 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11242
11243 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11244 New translation tables.
11245 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11246 programs are modified and moved from mac-win.el.
11247 (mac-roman): Definition of this coding system is modified and
11248 moved from mac-win.el.
11249
11250 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11251
11252 * ediff-wind.el (ediff-setup-control-frame): Enclose
11253 face-attribute in condition-case to avoid errors in older emacsen.
11254
11255 2000-10-29 Miles Bader <miles@gnu.org>
11256
11257 * custom.el (custom-add-to-group): Allow multiple entries for a
11258 given value OPTION, as long as their widget types are different.
11259 * cus-edit.el (custom-face-value-create): If face name doesn't end
11260 with "face", add such here (similar to custom group widgets).
11261
11262 * comint.el (comint-highlight-prompt): Add :type.
11263
11264 2000-10-28 John Wiegley <johnw@gnu.org>
11265
11266 * calendar/timeclock.el (timeclock-log): Doc fix.
11267 (timeclock-last-event): Doc fix.
11268 (timeclock-log): Kill the timelog buffer after appending a new event.
11269 (timeclock-find-discrep): Use a temp buffer to read in the
11270 timelog, instead of visiting the file.
11271 (timeclock-log-data): A new function, along with a host of helper
11272 functions, for the purpose of making timelog data accessible to
11273 programmers.
11274
11275 * eshell/esh-mode.el (window-height test): Make certain that
11276 `eshell-stringify-t' is non-nil.
11277 (eshell-password-prompt-regexp): Changed to a much simpler
11278 password regexp.
11279 (eshell-send-input): If `eshell-invoke-directly' returns t,
11280 directly invoke the parsed command using `eval'. This improves
11281 turn-around time on simple commands by a factor of three or
11282 greater, such as cd, ls, pwd, etc. -- which get used very often.
11283 It also conserves thousands of cons cells per call (since
11284 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11285 in the Pacific Cookie Company).
11286
11287 * eshell/esh-test.el (eshell-test): Whitespace fix.
11288
11289 * eshell/em-ls.el (eshell-ls-insert-directory):
11290 Make `eshell-ls-initial-args' nil when inserting directory contents.
11291
11292 * eshell/em-script.el (eshell-script-initialize): Add names to
11293 `eshell-complex-commands, since `source' and `.' are complex.
11294
11295 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11296 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11297 `eshell-copy-handles'.
11298 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11299 bodies.
11300 (eshell-separate-commands): Whitespace fix.
11301 (eshell-complex-commands): Added a new list of names, for
11302 determining whether a given command is as simple as it looks.
11303 (eshell-invoke-directly): New function. Returns t if a command
11304 should be invoked directly (using `eval'), rather than indirectly
11305 using `eshell-do-eval'.
11306 (eshell-do-eval): Whitespace fix.
11307
11308 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11309 which provides an emulation of the DOS shell behavior of assuming
11310 that cp/mv/ln should copy/move/link to the current directory.
11311 (eshell-remove-entries): Added a doc string.
11312 (eshell-shuffle-files): Removed the check for `target' being null.
11313 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11314 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11315 it to do a smarter check of whether a destination was provided.
11316 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11317 (eshell/ln): Enable `:preserve-args', and use
11318 `eshell-mvcpln-template' to implement the body of the function.
11319 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11320 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11321 list after flattening it. This makes it possible to cat files
11322 with numerical names.
11323 (eshell-unix-initialize): Added several names to
11324 `eshell-complex-commands.
11325 (eshell-unix-command-complex-p): Return t if a given command name
11326 may result in external processes being invoked.
11327
11328 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11329 variable nil by default, since it slows down glob processing by a
11330 factor of two or more, and increases memory consumption.
11331
11332 * eshell/em-smart.el: Added a note about how memory consumptive
11333 smart display mode can be (at least this is true in Emacs 21).
11334 (eshell-smart-initialize): Whitespace fix.
11335 (eshell-refresh-windows): Use `if' instead of `when'.
11336 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11337 not necessary.
11338 (eshell-currently-handling-window): Added a missing global variable.
11339
11340 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11341 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11342 Whitespace fix.
11343 (eshell-ls-exclude-hidden): Added this variable in addition to
11344 `eshell-ls-exclude-regexp'. This one prevents files beginning
11345 with . from even being read, which can improve memory consumption
11346 quite a bit.
11347 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11348 read file entries beginning with a dot. In home directories with
11349 lots of hidden files, fully two-thirds of the time spent in ls is
11350 used to read directory entries that are immediately thrown away.
11351 (eshell-ls-initial-args): Added back this configuration variable,
11352 for specifying default initial arguments to every call to ls.
11353 Much faster than using an alias to do the same thing.
11354 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11355 (eshell-ls-dir): Whitespace change.
11356
11357 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11358
11359 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11360 (eshell-stringify-t): Added a customization variable, to indicate
11361 whether `t' should be rendered as a string at all. If not, one
11362 can still determine if the result of an expression is true using
11363 "file-exists-p FILE && echo true".
11364 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11365 stringify t!
11366
11367 * eshell/esh-module.el: Whitespace fix.
11368
11369 * eshell/em-alias.el (eshell-alias-initialize):
11370 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11371 (eshell-command-aliased-p): New function that returns t if a
11372 command name names an aliased.
11373
11374 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11375
11376 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11377 redrawing the screen when changing cursor color.
11378 (viper-insert-state-pre-command-sentinel)
11379 (viper-replace-state-pre-command-sentinel)
11380 (viper-replace-state-post-command-sentinel):
11381 Use viper-preserve-cursor-color.
11382 Many functions changed to use viper= instead of = when comparing
11383 characters.
11384 * viper-util.el (viper-memq-char,viper=): New functions for
11385 working with characters.
11386 (viper-change-cursor-color): Fixed buglet.
11387 Many functions changed to use viper= instead of = when comparing
11388 characters.
11389 * viper.el (viper-insert-state-mode-list): Added eshell.
11390
11391 * ediff-init.el (ediff-before-setup-hook): New hook.
11392 Several typos fixed in various docstrings.
11393 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11394 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11395 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11396 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11397 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11398 (ediff-get-selected-buffers): New function.
11399 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11400 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11401 Use save-window-excursion.
11402 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11403 termination check in while loop.
11404 * ediff.el (ediff-get-default-file-name): Better defaults when in
11405 dired buffer.
11406 (ediff-files,ediff-merge-files,ediff-files3)
11407 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11408
11409 2000-10-28 Dave Love <fx@gnu.org>
11410
11411 * info.el (Info-fontify-node): Add help-echo for menu items.
11412
11413 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11414
11415 * startup.el (normal-top-level): If the value of $TERM indicates
11416 we are running from xterm or one of its work-alikes, default to a
11417 light background mode.
11418
11419 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11420 * faces.el (tty-handle-reverse-video): New function.
11421 (tty-create-frame-with-faces): Call it.
11422
11423 * frame.el (frame-notice-user-settings): Don't apply
11424 default-frame-alist and initial-frame-alist to MS-DOS frames.
11425 Call tty-handle-reverse-video, frame-set-background-mode, and
11426 face-set-after-frame-default for non-MS-DOS frames.
11427
11428 * startup.el (tty-long-option-alist): New variable.
11429 (tty-handle-args): New function.
11430 (command-line): Call tty-handle-args.
11431
11432 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11433 startup.el now does that for all character-terminal frames.
11434
11435 2000-10-28 Miles Bader <miles@gnu.org>
11436
11437 * emacs-lisp/easy-mmode.el (define-minor-mode):
11438 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11439 is global. If :global is followed by a non-nil but non-t value,
11440 make the mode buffer-local, but also generate a `global-MODE'
11441 version using `easy-mmode-define-global-mode'.
11442 Add :conditional-turn-on keyword argument.
11443
11444 2000-10-28 Dave Love <fx@gnu.org>
11445
11446 * international/latin1-disp.el (latin1-char-displayable-p):
11447 Don't use window-system.
11448
11449 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11450
11451 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11452 Don't call find-buffer-file-type-coding-system. Instead, just
11453 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11454 if the file is on an untranslated filesystem.
11455 (add-untranslated-filesystem): Use "D" instead of "f" inside
11456 interactive.
11457
11458 2000-10-27 Dave Love <fx@gnu.org>
11459
11460 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11461 (refill-mode): Use it.
11462
11463 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11464
11465 * international/quail.el (quail-activate): Don't make-local-hook.
11466
11467 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11468
11469 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11470 manual backups and file.~<rev>.~ for automatic ones.
11471 (vc-make-version-backup): Don't do it on MS-DOS without long file
11472 names.
11473
11474 * vc.el (vc-version-other-window): If an automatic backup of the
11475 desired version exists, rename it instead of copying it.
11476
11477 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11478 after command. If there's an unexpected error, signal it instead
11479 of being silent.
11480 (vc-cvs-merge-news): Be prepared for no news at all.
11481
11482 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11483
11484 * shell.el (shell): Add BUFFER argument.
11485 * comint.el (make-comint-in-buffer): New function.
11486 (make-comint): Use it.
11487
11488 * faces.el (face-spec-choose): Change syntax so that the list of
11489 attribute-value pairs is now the cdr of each clause, not the cadr.
11490 Detect old-style entries, and handle them. Use pop.
11491
11492 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11493
11494 * cus-edit.el (custom-mode-map): Use a sparse map.
11495 (custom-mode): Don't bother with make-local-hook.
11496
11497 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11498
11499 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11500
11501 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11502
11503 * ps-print.el: Avoid compilation gripes.
11504 (ps-print-version): New version number (6.2.1).
11505
11506 2000-10-26 Dave Love <fx@gnu.org>
11507
11508 * menu-bar.el: Modify some menu item help strings.
11509 (menu-bar-help-menu): Add link to MORE.STUFF.
11510
11511 * cus-edit.el (custom-mode): Add `special' mode-class property.
11512
11513 * wid-browse.el (widget-browse-mode): Likewise.
11514
11515 * wid-edit.el (widget-specify-field): Revert to using local-map
11516 property, not keymap.
11517
11518 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11519
11520 * wid-edit.el (widget-field-end): When checking for a `boundary'
11521 field, do so in the correct buffer.
11522
11523 * simple.el (undo): Correctly distinguish between numeric and
11524 non-numeric prefix args in non-transient-mark-mode, as per the doc
11525 string. When in transient-mark-mode, treat all prefix-args as
11526 numeric.
11527
11528 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11529 Position point on match. Handle N == 0 correctly.
11530
11531 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11532 (comint-mode-map): Reverse order of `comint-write-output' and
11533 `comint-append-output-to-file'.
11534 (comint-append-output-to-file): Reinstate this function, for the
11535 benefit of the menu.
11536
11537 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11538
11539 * vc.el (vc-version-other-window): Bind `file'.
11540
11541 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11542
11543 * Makefile.in (update-authors): New target for maintenance purposes.
11544
11545 * emacs-lisp/authors.el (batch-update-authors): New function.
11546 (authors-fixed-entries): New defconst.
11547 (authors-add-fixed-entries): New function.
11548 (authors): Call it.: Don't process lispref/.
11549
11550 2000-10-25 Jason Rumney <jasonr@gnu.org>
11551
11552 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11553 Merge x w32 and mac definitions.
11554
11555 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11556
11557 * menu-bar.el (menu-bar-options-menu): Add a help string for
11558 `uniquify'.
11559
11560 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11561
11562 * time-stamp.el (time-stamp-string-preprocess):
11563 Fix a wrong type argument error.
11564
11565 2000-10-25 Miles Bader <miles@gnu.org>
11566
11567 * recentf.el (recentf-mode): Variable removed.
11568 (recentf-mode): Use `define-minor-mode'.
11569
11570 * mwheel.el (mouse-wheel-mode): New global minor mode.
11571 (mwheel-install): Use `mouse-wheel-mode'.
11572
11573 2000-10-25 Dave Love <fx@gnu.org>
11574
11575 * progmodes/cperl-mode.el (cperl-mode):
11576 Set normal-auto-fill-function correctly.
11577
11578 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11579 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11580 bindings.
11581
11582 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11583
11584 * wid-edit.el (widget-field-at): New function.
11585 (widget-at, widget-field-activate): Use it.
11586 (widget-tabable-at): Use `widget-at'.
11587 (widget-specify-field): If the terminating character of the widget
11588 field (which is read-only) is a newline, put it into a special
11589 `boundary' field so that C-n/C-p act more naturally.
11590 (widget-field-end): Also don't subtract one if a special
11591 `boundary' field has been added after the widget field.
11592
11593 * comint.el (comint-output-filter, comint-send-input):
11594 Don't bother adding stickiness fields to overlays to fool the field
11595 code, since it should notice the overlay insertion-types now.
11596
11597 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11598 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11599 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11600
11601 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11602
11603 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11604 (authors): Set file coding system to iso-2022-7bit.
11605 Add file-local variables to output buffer.
11606
11607 * files.el (after-find-file): Don't print any warnings if
11608 WARN is nil.
11609
11610 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11611
11612 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11613
11614 * delim-col.el: Now there is a column formatting mechanism.
11615 Modified to customization mechanisms convention. Doc fix.
11616 (columns): New group for delim-col.
11617 (delimit-columns-before, delimit-columns-after)
11618 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11619 (delimit-columns-end): New vars.
11620 (delimit-columns-customize, delimit-columns-format): New funs.
11621 (delimit-columns-region, delimit-columns-rectangle)
11622 (delimit-columns-rectangle-line): Modified to support column
11623 formatting.
11624
11625 2000-10-24 Dave Love <fx@gnu.org>
11626
11627 * log-edit.el (log-edit): Add :version and a :group for vc.
11628
11629 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11630
11631 * files.el (after-find-file): Don't print a message ``New file''
11632 if WARN is nil.
11633
11634 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11635 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11636 get duplicate tool-bar entries because we'll see the global ones
11637 on more than one path through keymaps.
11638
11639 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11640
11641 * progmodes/cmacexp.el: Change Francesco's email address.
11642
11643 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11644
11645 * window.el (fit-window-to-buffer): Adjust point of the window
11646 buffer, not that of the current buffer.
11647
11648 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11649
11650 * progmodes/cmacexp.el: Update the euthor's email address.
11651
11652 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11653
11654 * faces.el (face-spec-set-match-display): Add `graphic' display
11655 type (the inverse of `tty'). Use `display-graphic-p' instead of
11656 the window-system variable.
11657
11658 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11659
11660 * international/isearch-x.el (isearch-with-input-method):
11661 Call input-method-function with the first event in
11662 unread-command-events.
11663
11664 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11665
11666 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11667
11668 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11669
11670 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11671 New charsets.
11672
11673 * term/mac-win.el: Remove definitions of mac-roman-lower and
11674 mac-roman-upper, require dired, and define instead of set
11675 mac-ready-for-drag-n-drop to avoid compilation error.
11676
11677 2000-10-23 Andrew Innes <andrewi@gnu.org>
11678
11679 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11680 Remove superfluous calls to subst-char-in-string; instead apply
11681 expand-file-name after convert-standard-filename to ensure
11682 expected directory separators are used.
11683
11684 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11685
11686 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11687
11688 2000-10-23 Dave Love <fx@gnu.org>
11689
11690 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11691 (tool-bar-add-item): Set foreground and background for XBM icons.
11692
11693 * international/latin1-disp.el (latin1-char-displayable-p):
11694 New function (from Handa).
11695 (latin1-display-check-font): Use it.
11696
11697 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11698 using :key-sequence, making it much more usable.
11699 Use nconc, not append.
11700 (imenu--create-keymap-1): Avoid append.
11701
11702 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11703
11704 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11705
11706 [the following changes fix a bug where `define-minor-mode' didn't
11707 correctly generate :require clauses for defcustoms in compiled files]
11708 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11709 (byte-compile-log-file, byte-compile-log-1): Don't set
11710 `byte-compile-current-file' to nil. Instead set
11711 `byte-compile-last-logged-file' to it. Test whether
11712 byte-compile-current-file equals byte-compile-last-logged-file
11713 instead of whether its nil.
11714 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11715
11716 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11717
11718 * textmodes/refill.el: Fix var names in doc.
11719 (refill-mode): Don't bother with make-local-hook anymore.
11720
11721 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11722
11723 * faces.el (face-user-default-spec, face-default-spec): New functions.
11724 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11725 (frame-set-background-mode, face-set-after-frame-default):
11726 Use `face-user-default-spec'. Simplify code slightly.
11727
11728 * woman.el (woman-italic-face, woman-bold-face)
11729 (woman-unknown-face): Add dark-background variants.
11730 (woman-default-faces): Renamed from `woman-colour-faces'.
11731 Set using the stored defaults, rather than using hard-wired colors.
11732 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11733 Just make the foreground `unspecified' rather than "black".
11734 (woman-menu): Rename menu entries accordingly.
11735
11736 * faces.el (header-line): Make more reasonable on mono/grayscale
11737 displays.
11738
11739 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11740
11741 * cus-edit.el (custom-button-face): Use 3D look for mac.
11742 (custom-button-pressed-face): Likewise.
11743
11744 * faces.el (set-face-attributes-from-resources): Handle mac frames
11745 in the same way as x and w32 frames.
11746 (face-valid-attribute-values): Likewise.
11747 (read-face-attribute): Likewise.
11748 (defined-colors): Likewise.
11749 (color-defined-p): Likewise.
11750 (color-values): Likewise.
11751 (display-grayscale-p): Likewise.
11752 (face-set-after-frame-default): Likewise.
11753 (mode-line): Same default face as for x and w32.
11754 (tool-bar): Likewise.
11755
11756 * frame.el: Remove call to frame-notice-user-settings at end of
11757 the file.
11758
11759 * info.el (Info-fontify-node): Make underlines invisible for mac
11760 as for x, pc, and w32 frame types.
11761
11762 * term/mac-win.el: New file.
11763
11764 2000-10-22 Dave Love <fx@gnu.org>
11765
11766 * textmodes/refill.el: New file.
11767
11768 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11769
11770 * vc-hooks.el (vc-version-backup-file-name): New optional args
11771 MANUAL and REGEXP.
11772 (vc-delete-automatic-version-backups, vc-make-version-backup):
11773 New functions.
11774 (vc-before-save): Use the latter.
11775 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11776 confusion.
11777
11778 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11779 expected by vc[-hooks].el.
11780
11781 * vc.el (vc-checkout): Added `-p' suffix in call to
11782 vc-make-version-backups-p; use vc-make-version-backup to actually
11783 make the backup.
11784 (vc-version-other-window, vc-version-backup-file): Handle both
11785 automatic and manual backups.
11786 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11787 of all of them.
11788
11789 2000-10-22 Miles Bader <miles@gnu.org>
11790
11791 * comint.el (comint-highlight-input, comint-highlight-prompt):
11792 Renamed, `-face' at end removed.
11793 (comint-send-input, comint-output-filter): Use renamed faces.
11794
11795 * window.el (fit-window-to-buffer): Change defaulting of
11796 MAX-HEIGHT slightly.
11797
11798 * faces.el (color-values, color-defined-p): Use `member', not
11799 `memq', because it works correctly for strings.
11800 (frame-set-background-mode): Actually, "unspecified-fg" and
11801 "unspecified-bg" *are* strings. Use `member', not `memq', and
11802 `equal', not `eq', when a string value is possible.
11803
11804 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11805
11806 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11807
11808 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11809
11810 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11811 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11812 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11813 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11814 (sh-font-lock-syntactic-keywords): Use them.
11815 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11816 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11817 (sh-mode): Don't override font-lock-unfontify-region-function.
11818 Use a copy of sh-font-lock-syntactic-keywords.
11819 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11820 Don't call sh-scan-buffer since font-lock does it on the fly.
11821 (sh-get-indent-info): Use `face' rather than `syntax-table'
11822 text-property to detect here-documents.
11823 Replace sh-special-syntax with sh-st-punc.
11824 (sh-prev-line): Use `face' rather than `syntax-table'
11825 text-property to skip over here-documents.
11826 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11827 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11828 (sh-electric-less, sh-set-here-doc-region)
11829 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11830 (sh-scan-buffer, sh-rescan-buffer): Remove.
11831
11832 2000-10-21 Andrew Innes <andrewi@gnu.org>
11833
11834 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11835 remote (ange-ftp) file names.
11836
11837 2000-10-21 Miles Bader <miles@gnu.org>
11838
11839 * window.el (fit-window-to-buffer): New function.
11840 (shrink-window-if-larger-than-buffer): Use it.
11841 (window-text-height): Don't expect minibuffers to have mode-lines.
11842
11843 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11844 * international/quail.el (quail-update-guidance):
11845 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11846
11847 * international/quail.el (quail-show-guidance-buf): Make sure
11848 guidance window really has enough room.
11849 (quail-update-guidance): If quail-guidance-win is already shown,
11850 make sure its height is OK.
11851
11852 * window.el (window-text-height, set-window-text-height):
11853 New functions.
11854 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11855 instead of `window-height' & `mode-line-window-height-fudge'.
11856 (mode-line-window-height-fudge): Add FACE parameter.
11857 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11858 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11859
11860 2000-10-20 Miles Bader <miles@gnu.org>
11861
11862 * window.el (height-affecting-face-attributes): Use `defconst'.
11863
11864 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11865 New function, conditionally aliased to `mode-line-window-height-fudge'.
11866 (ispell-help): Use it.
11867 (ispell-choices-win-default-height): Don't include mode-line fudge.
11868 (ispell-choices-win-default-height): New function.
11869 (ispell-show-choices, ispell-command-loop): Use function
11870 `ispell-choices-win-default-height' instead of variable.
11871
11872 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11873
11874 * window.el (mode-line-window-height-fudge): New variable.
11875 (height-affecting-face-attributes): New variable.
11876 (mode-line-window-height-fudge): New function.
11877 (shrink-window-if-larger-than-buffer): Use it.
11878 * help.el (resize-temp-buffer-window): Likewise.
11879
11880 * info.el (Info-fontify-node): Add support for @subsubsection
11881 titles, which use `Info-title-4-face'.
11882 (Info-title-4-face): New face.
11883 (Info-title-3-face): Inherit from Info-title-4-face instead of
11884 variable-pitch.
11885
11886 2000-10-19 Jason Rumney <jasonr@gnu.org>
11887
11888 * dired.el (dired-insert-directory): Do not let errors signalled by
11889 attempt to run dired-free-space-program prevent dired from working.
11890
11891 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11892
11893 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11894
11895 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11896
11897 * dirtrack.el (dirtrack): Fix call to run-hooks.
11898
11899 * cmuscheme.el (cmuscheme-program-name): Renamed from
11900 scheme-program-name because xscheme.el contains a defcustom with
11901 the same name. As a consequence, customizing group `cmuscheme'
11902 loaded `xscheme' which redefined run-scheme.
11903 (run-scheme): Use cmuscheme-program-name.
11904
11905 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11906
11907 * play/doctor.el (doctor-death): Update the Samaritans'
11908 anonymous address, and add a website for Befrienders International.
11909
11910 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11911
11912 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11913 Avoid compilation gripes. Doc fix.
11914 (ps-print-version): New version number (6.2).
11915 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11916 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11917 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11918 (ps-x-extent-priority, ps-x-extent-start-position)
11919 (ps-x-face-font-instance, ps-x-find-coding-system)
11920 (ps-x-font-instance-properties, ps-x-make-color-instance)
11921 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11922 avoid compilation gripes without defining functions.
11923 (ps-e-find-composition): Alias for function find-composition, to have a
11924 suitable function depending on Emacs version.
11925 (ps-color-device, ps-color-values, ps-face-foreground-name)
11926 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11927 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11928 (ps-print-ensure-fontified): Function definitions surrounded by
11929 `eval-and-compile' to avoid compilation gripes.
11930 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11931 by symbol-value to avoid compilation gripes.
11932 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11933 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11934
11935 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11936
11937 * startup.el (normal-top-level): Call `frame-set-background-mode'
11938 after `frame-notice-user-settings' because the latter doesn't call
11939 the former on a tty.
11940
11941 * faces.el (frame-set-background-mode): `unspecified' &c are
11942 symbols, not strings.
11943
11944 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11945
11946 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11947 why some "light*" colors are deliberately absent from the alist.
11948
11949 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11950 Change colors for tty's, as suggested by Miles Bader.
11951
11952 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11953
11954 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11955 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11956 for ISO10646-1 fonts.
11957 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11958
11959 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11960
11961 * faces.el (frame-set-background-mode): If a tty frame defines a
11962 background color, use that to compute the background mode, instead
11963 of always defaulting to "dark".
11964
11965 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11966
11967 * comint.el (comint-write-output): New function.
11968 (comint-mode-map): Add it to the menu.
11969 Bind `C-c C-s' to comint-write-output.
11970
11971 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11972
11973 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11974 Use fancy-splash-delay.
11975
11976 2000-10-18 Alex Schroeder <alex@gnu.org>
11977
11978 * progmodes/sql.el (sql-sybase-options): New option.
11979 (sql-sybase): Use it. Add sql-database to the list of parameters
11980 provided for login. The options -w 2048 -n are not used any more.
11981
11982 * comint.el (comint-read-input-ring): Bugfix such that the first
11983 and the last entry of the input ring file are not lost.
11984
11985 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11986
11987 * ps-print.el: Internal variable changes to defcustom,
11988 make-local-hook changes to defvar. Doc fix.
11989 (ps-print-version): New version number (6.1).
11990 (ps-setup, ps-do-despool): Code fix.
11991 (ps-printer-name): Customization fix.
11992 (ps-printer-name-option): Now is a defcustom instead of an
11993 internal variable.
11994 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11995 (ps-print-begin-column-hook): Now are defvar instead of
11996 make-local-hook.
11997
11998 2000-10-18 Miles Bader <miles@gnu.org>
11999
12000 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12001 (comint-kill-output): Changed into an alias for `comint-delete-output',
12002 and made obsolete.
12003 (comint-mode-map): Rename references to comint-kill-output.
12004
12005 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12006
12007 * diff-mode.el (diff-header-face, diff-file-header-face)
12008 (diff-changed-face): Add bold and italic attributes to tty faces.
12009 (diff-function-face): New face.
12010 (diff-font-lock-keywords): Use it.
12011
12012 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12013
12014 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12015 Remove commented-out call to force-mode-line-update.
12016 (comint-kill-output): Use `forward-line 0' instead of
12017 beginning-of-line to make sure we get past the prompt.
12018
12019 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12020
12021 * diff-mode.el (diff-header-face, diff-file-header-face):
12022 Add specific setting for dark background.
12023 (diff-context-face): Renamed from diff-comment-face.
12024 Set explicitly rather than inheriting from font-lock-comment-face.
12025
12026 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12027
12028 * startup.el (command-line): Move the code which sets the default
12029 TTY colors to before before-init-hook.
12030
12031 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12032
12033 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12034
12035 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12036
12037 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12038 extensions, for MS-DOS.
12039
12040 * diff-mode.el (diff-header-face, diff-file-header-face)
12041 (diff-changed-face): Define tty-specific colors.
12042
12043 2000-10-17 Gerd Moellmann <gerd@gnu.org>
12044
12045 * startup.el (fancy-splash-text): Realign the text.
12046
12047 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12048
12049 * font-lock.el (font-lock-comment-face): Define a separate default
12050 for dark-background tty's.
12051
12052 2000-10-17 Miles Bader <miles@gnu.org>
12053
12054 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12055 being obscured by whizzy mode-lines on graphics displays.
12056
12057 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12058
12059 * info.el (Info-title-1-face, Info-title-2-face)
12060 (Info-title-3-face): Define colors for tty's.
12061 (info-header-node): Remove unneeded tty-specific definition.
12062
12063 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12064
12065 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12066 reverse from the frame parameters, and don't invert foreground and
12067 background colors.
12068
12069 2000-10-16 Miles Bader <miles@gnu.org>
12070
12071 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12072 string "*Info*". Call propertized-buffer-identification to spruce
12073 up the result.
12074
12075 2000-10-16 Gerd Moellmann <gerd@gnu.org>
12076
12077 * help.el: Provide `help' for the sake of define-minor-mode
12078 which generates defcustoms with requires.
12079
12080 * jit-lock.el (jit-lock-after-change): If we're in text that
12081 matches a multi-line font-lock pattern, make sure the whole text
12082 will be redisplayed.
12083
12084 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12085 author's name is unknown.
12086
12087 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12088 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12089 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12090 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12091 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12092 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12093 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12094 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12095 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12096 Add author information.
12097
12098 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12099
12100 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12101 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12102 full-color version (using the Gimp) to eliminate dithering artifacts.
12103
12104 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12105
12106 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12107
12108 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12109
12110 2000-10-15 Dave Love <fx@gnu.org>
12111
12112 * progmodes/sh-script.el: Require skeleton and comint when compiling.
12113
12114 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12115
12116 * whitespace.el: Doc fixes.
12117 (top-level): Don't add hooks here.
12118 (whitespace-running-emacs): Deleted.
12119 (timer): Don't require.
12120 (whitespace): Add back :version conditional on xemacs test.
12121 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12122 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12123 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12124 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12125 Avoid specific xemacs test.
12126 (whitespace-global-mode): New option.
12127 (whitespace-global-mode): New command.
12128 (whitespace-unload-hook): New function.
12129
12130 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
12131 (Info-fontify-node, Info-goto-node, Info-mode-menu)
12132 (Info-fontify-node): `Goto' goes to `Go to'.
12133 (Info-fontify-node): Add help-echo to xref links.
12134
12135 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12136
12137 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12138
12139 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12140
12141 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12142 Use plist-get and allow :inherit.
12143
12144 * emacs-lisp/cl-macs.el (cl-do-arglist):
12145 Use plist-get and plist-member instead of memq.
12146
12147 * emacs-lisp/ewoc.el (ewoc-location): New function.
12148 (ewoc-enter-after, ewoc-enter-before): Document return value.
12149 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12150 Don't need make-local-hook any more.
12151 (cvs-addto-collection): Return the new tin.
12152 (cvs-mode-insert): Jump to the new line.
12153
12154 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12155
12156 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12157
12158 * font-lock.el (font-lock-syntactically-fontified): New var.
12159 (font-lock-fontify-syntactic-keywords-region): Use it.
12160 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12161
12162 * diff-mode.el (diff-find-file-name): Fix regexp.
12163
12164 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12165 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12166
12167 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12168 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12169 (sh-mode): Don't make all vars local here.
12170 (sh-kw): Reformat.
12171 (sh-set-shell): Use dolist. Don't set indent-region-function.
12172 (sh-mode-syntax-table): Use pop.
12173 (sh-remember-variable): Use push.
12174 (sh-help-string-for-variable): Use memq.
12175 (sh-safe-backward-sexp): Remove.
12176 (sh-safe-forward-sexp): Add ARG.
12177 (sh-get-indent-info, sh-prev-stmt): Use it.
12178 (sh-prev-line): Simplify by using forward-comment.
12179 (sh-this-is-a-continuation): Simplify.
12180 (sh-learn-buffer-indent): Use dolist.
12181 (sh-do-nothing): Remove.
12182 (sh-set-char-syntax, sh-set-here-doc-region):
12183 Use inhibit-modification-hooks.
12184 (sh-name-style): Use mapcar and push.
12185 (sh-load-style): Use dolist.
12186 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12187 (sh-case, sh-while-getopts): Use propertize directly rather
12188 than sh-electric-rparen.
12189
12190 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12191
12192 * textmodes/tex-mode.el: Require CL when compiling.
12193 (tex-mode-syntax-table): Init immediately.
12194 (tex-mode-map): Bind M-RET to latex-insert-item.
12195 (latex-mode): Set indent-line-function to latex-indent.
12196 (tex-common-initialization): Don't setup the syntax-table any more.
12197 (latex-insert-item): New skeleton.
12198 (tex-next-unmatched-end): Fix copy/paste braino.
12199 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
12200 (latex-indent, latex-find-indent): New functions.
12201 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
12202 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12203 (tex-compilation-parse-errors): Use with-syntax-table.
12204
12205 2000-10-15 Miles Bader <miles@gnu.org>
12206
12207 * font-lock.el (font-lock-comment-face): Change dark-background,
12208 color, non-tty, default to `chocolate1'.
12209
12210 2000-10-13 John Wiegley <johnw@gnu.org>
12211
12212 * eshell/esh-util.el (require): Added a missing `require' form,
12213 needed when compiling (for an ange-ftp macro definition).
12214
12215 2000-10-13 Dave Love <fx@gnu.org>
12216
12217 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12218
12219 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12220
12221 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12222
12223 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12224 transparent -colors 8).
12225
12226 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12227
12228 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12229 that breaks with old list format timestamps.
12230 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12231 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12232
12233 2000-10-13 John Wiegley <johnw@gnu.org>
12234
12235 * align.el, pcomplete.el, calendar/timeclock.el,
12236 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12237
12238 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12239 faulty math, where holiday hours were being computing as seconds.
12240
12241 2000-10-13 John Wiegley <johnw@gnu.org>
12242
12243 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12244 specifying what "other" kinds of buffers should be saved.
12245 This used to be hard-coded.
12246 (desktop-buffer-misc-functions): A global for specifying how
12247 auxiliary data should be determined for special buffer types.
12248 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12249 instead of hard-coding the special buffer types.
12250 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12251 auxiliary data, instead of hard-coding for Info buffers and dired.
12252 (desktop-buffer-info-misc-data): Aux function for determining Info
12253 buffer auxiliary info.
12254 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12255 (desktop-buffer-info): Changed this function to use the info
12256 gathered above.
12257 (desktop-create-buffer): Be a little more careful about what
12258 `minor-mode' means before calling it. This is important for some
12259 buffer types.
12260
12261 2000-10-13 John Wiegley <johnw@gnu.org>
12262
12263 * eshell/esh-util.el: Added a global form which declares an
12264 autoload for `parse-time-string', if that function is not already
12265 defined, and if parse-time.el is available on the user's system.
12266
12267 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12268 to be aware of ange-ftp user info.
12269 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12270 (eshell-ls-annotate): Use `eshell-file-attributes'.
12271 (eshell-ls-file): Made the user-id printing code a bit smarter.
12272
12273 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12274 allow identification of alias user ids in remote directories.
12275 It's manual, but there's no other way to know when the current user
12276 on the local machine, is also the owning user on the remote machine.
12277 (fboundp): Bind `ange-cache'.
12278 (eshell-directory-files-and-attributes): Re-organized the logic a
12279 bit to use `eshell-file-attributes' instead of `file-attributes'.
12280 The former is more sensitive to directories that are read via FTP,
12281 and knows how to use ange-ftp to determine full attribute
12282 information, instead of just the name and last modtime.
12283 (eshell-current-ange-uids): Return the current user id when in a
12284 remote directory.
12285 (eshell-parse-ange-ls): Parse a full directory listing that has
12286 been returned by ange-ftp.
12287 (eshell-file-attributes): This beefed up version of
12288 `file-attributes' is only special if the user is currently in a
12289 remote directory, in which case it does a lot of work to find out
12290 what the real attributes of a file are, as they appear on the
12291 remote machine. This makes usage of remote directories (i.e.,
12292 ange-ftp pathnames) much more useful. You can now use Eshell as a
12293 full-fledged FTP client, with much more manipulation ability than
12294 most other clients.
12295
12296 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12297 variable, which means that Eshell's du should always be preferred
12298 in remote directories.
12299 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12300 just `file-attributes'.
12301 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12302 when reading remote directories. This is an Eshell-specific
12303 variable (not part of ange-ftp).
12304 (eshell/ln): Bind `ange-cache'.
12305 (eshell/du): Added some extra logic for determining when to use
12306 Eshell's du (which is slow), and when to use the external version
12307 (which may or may not exist).
12308
12309 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12310 Call `eshell-interactive-process', rather than using
12311 `get-buffer-process', since backgrounded processes don't count in
12312 the context of this function's logic.
12313
12314 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12315 `forward-char', so that null strings are parsed correctly.
12316
12317 2000-09-13 John Wiegley <johnw@gnu.org>
12318
12319 * eshell/em-pred.el (eshell-pred-file-type)
12320 (eshell-pred-file-links, eshell-pred-file-size):
12321 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12322
12323 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12324 that remote file globbing is more efficient.
12325
12326 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12327 gathering the files and attributes within a directory.
12328
12329 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12330 the command line is a special file (not a regular file, directory
12331 or symlink), always attempt to call the external version of cat.
12332
12333 2000-09-13 John Wiegley <johnw@gnu.org>
12334
12335 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12336 Eshell-friendly version of find-tag.
12337
12338 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12339
12340 * image-file.el (image-file-name-extensions)
12341 (image-file-name-regexps): Add autoload cookies.
12342
12343 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12344
12345 * international/mule-cmds.el (select-safe-coding-system): If FROM
12346 is string, show it in *Warning* buffer.
12347
12348 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12349
12350 * startup.el (normal-top-level): Use display-popup-menus-p instead
12351 of window-system.
12352 (command-line): Use display-graphic-p instead of window-system.
12353 (command-line-1): Use display-popup-menus-p and display-mouse-p
12354 instead of window-system.
12355
12356 2000-10-12 Sam Steingold <sds@gnu.org>
12357
12358 * tooltip.el (tooltip-use-echo-area): New user variable.
12359 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12360
12361 2000-10-12 Dave Love <fx@gnu.org>
12362
12363 * recentf.el: Maintainer's checkdoc fixes.
12364
12365 * startup.el (normal-top-level-add-subdirs-to-load-path):
12366 Use character class, not ASCII when matching file names.
12367 (fancy-splash-head): Add trailing slash to URL.
12368 (command-line): Don't require XPM support for toolbar.
12369
12370 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12371 (cperl-invalid-face): Revert last change.
12372 (cperl-init-faces): Quote cperl-invalid-face.
12373
12374 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12375
12376 * startup.el (fancy-splash-text): Remove superfluous quote.
12377
12378 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12379
12380 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12381 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12382 (command-line-1): Don't use fancy-splash-pending-command.
12383 (fancy-splash-screens-1): Goto point-min after inserting text.
12384
12385 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12386
12387 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12388 instead of shared-lisp-mode-map.
12389
12390 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12391
12392 * faces.el (header-line): Change tty-variant to use underlining.
12393
12394 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12395 (isearch-highlight): Restore lazy-isearch face properties at old
12396 position, and suppress them at new position.
12397 (isearch-dehighlight): Restore lazy-isearch face properties.
12398 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12399 over the real isearch overlay, but in that case, don't give it a
12400 face property. Use `push'.
12401
12402 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12403
12404 * man.el (Man-getpage-in-background): Fix previous change.
12405 Decode the process output only when we are in multibyte mode.
12406
12407 2000-10-11 Dave Love <fx@gnu.org>
12408
12409 * info.el (Info-mode-menu): Fix some help.
12410 (info-tool-bar-map): Add entry for Info-last.
12411
12412 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12413 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12414 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12415 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12416 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12417 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12418 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12419 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12420 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12421 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12422 Reduce colour requirements to 25 overall. (Probably wants
12423 revisiting from the originals to reduce further.)
12424
12425 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12426
12427 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12428 buffer-file-coding-system, instead of raw-text.
12429 (dehexlify-buffer): Bind coding-system-for-read to
12430 buffer-file-coding-system, instead of raw-text.
12431
12432 2000-10-11 Sam Steingold <sds@gnu.org>
12433
12434 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12435 `underline' - fixes the bug introduced on 2000-09-21.
12436
12437 2000-10-11 Dave Love <fx@gnu.org>
12438
12439 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12440 Avoid compiler warnings.
12441 (scheme-mode): Doc fix.
12442 (scheme-font-lock-keywords-1): Match `define-syntax'.
12443
12444 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12445
12446 * faces.el (frame-set-background-mode): Pay attention to saved
12447 face specs as well as default ones. Only do anything if the
12448 bg-mode or display-type has actually changed. Use `dolist'.
12449 (region): Make dark-background `region' face less in-your-face.
12450
12451 2000-10-10 Sam Steingold <sds@gnu.org>
12452
12453 * chistory.el, ielm.el, ledit.el:
12454 * progmodes/inf-lisp.el, progmodes/scheme.el:
12455 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12456
12457 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12458
12459 * textmodes/texinfo.el: Update copyright and fix typo.
12460
12461 * desktop.el (desktop-modes-not-to-save): New var.
12462 (desktop-save-buffer-p): Use it.
12463 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12464 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12465
12466 2000-10-10 Dave Love <fx@gnu.org>
12467
12468 * toolbar/tool-bar.el (tool-bar-add-item)
12469 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12470
12471 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12472 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12473 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12474 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12475 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12476 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12477 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12478 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12479 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12480 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12481 the .xpms; probably need retouching.
12482
12483 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12484
12485 * subr.el (add-to-list): Add optional argument APPEND.
12486 * battery.el (display-battery): Use `add-to-list'.
12487
12488 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12489
12490 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12491 properties.
12492 (zone, zone-when-idle, zone-leave-me-alone)
12493 (zone-pgm-whack-chars): Use new symbol properties.
12494
12495 * battery.el (display-battery): Doc spelling fix.
12496
12497 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12498 property.
12499
12500 2000-10-09 Dave Love <fx@gnu.org>
12501
12502 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12503 has been initialized before calling tool-bar-setup.
12504 (tool-bar-add-item-from-menu): Add autoload cookie.
12505
12506 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12507
12508 * menu-bar.el (send-mail-item-name): New function.
12509 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12510 of mail-user-agent in the menu. Don't display the "Send Mail"
12511 item if mail-user-agent is nil or its value is ignore.
12512 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12513 if read-mail-command is nil or its value is ignore.
12514
12515 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12516
12517 2000-10-09 Miles Bader <miles@gnu.org>
12518
12519 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12520 Correct image size.
12521 * toolbar/left_arrow.xpm: Correct image size.
12522
12523 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12524 will be done by the definition of `auto-compression-mode' if
12525 necessary. Move code to uninstall existing file-name handler
12526 before definition of `auto-compression-mode'.
12527
12528 * image-file.el (auto-image-file-mode): Move to the end of the
12529 file, because `define-minor-mode' actually calls the mode-function
12530 if the associated variable is non-nil, which requires that all
12531 needed functions be already defined.
12532
12533 * mouse.el (popup-menu): Balance parens.
12534
12535 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12536
12537 * mouse.el (popup-menu): Move the command call outside the loop
12538 so that popup-menu returns whatever the command returns.
12539
12540 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12541 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12542 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12543 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12544
12545 * vc.el (vc-version-diff): diff-switches can be a list.
12546 Use relative filenames for prettier output.
12547
12548 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12549 (vc-post-command-functions): Remove old-VC compatibility code.
12550
12551 * newcomment.el (comment-indent-default): Autoload.
12552
12553 * font-lock.el (font-lock-defaults): Make buffer-local.
12554 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12555 (font-lock-choose-keywords):
12556 Ignore LEVEL unless KEYWORDS is a list of syms.
12557 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12558 Don't wrap regexp-opt things in \(...\) unnecessarily.
12559
12560 * jit-lock.el: Don't require font-lock any more.
12561 (jit-lock-functions): Make buffer-local.
12562 (jit-lock-saved-fontify-buffer-function): Remove.
12563 (jit-lock-mode): Remove autoload cookie.
12564 Remove font-lock specific code.
12565 (jit-lock-unregister): Don't bother handling complex hooks any more.
12566 (jit-lock-refontify): New function.
12567 (jit-lock-fontify-buffer): Use it.
12568 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12569 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12570 Add optional args START and END.
12571 Never call font-lock-fontify-region directly.
12572 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12573
12574 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12575
12576 2000-10-08 Dave Love <fx@gnu.org>
12577
12578 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12579
12580 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12581
12582 * play/studly.el (studlify-region, studlify-word): Add autoload
12583 cookie.
12584
12585 * play/morse.el (morse-region, unmorse-region): Add autoload
12586 cookie.
12587
12588 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12589 concat.
12590
12591 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12592 insist on symbols starting with word syntax.
12593 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12594 (eval-defun-1): Doc fix.
12595 (indent-sexp): Use nconc to build up indent-stack.
12596
12597 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12598 Gnus with little use.
12599 (mail-setup-hook): Add mail-abbrevs-setup to options.
12600
12601 * recentf.el: Doc fixes.
12602
12603 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12604 Clean up remainder.
12605
12606 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12607 without timezone and (8) with timezone to enforce some whitespace.
12608 Simplify code somewhat.
12609
12610 * options.el (list-options): Doc that you should use customize.
12611
12612 * iswitchb.el (iswitchb-mode): Add :require.
12613
12614 * info.el (Info-goto-node, Info-menu): Doc fix.
12615 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12616 (info-tool-bar-map): New variable.
12617 (Info-mode): Use it.
12618 (Info-edit-map): Define all in defvar.
12619 (speedbar-attached-frame): Avoid compiler warning.
12620
12621 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12622 (global-map): Bind [tool-bar] to a filtered map.
12623 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12624 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12625 Allow PBM icons.
12626 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12627
12628 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12629 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12630 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12631 icons, except up_arrow, which is left-arrow rotated.
12632
12633 * imenu.el (imenu-add-to-menubar): Fix last change.
12634
12635 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12636
12637 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12638 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12639
12640 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12641
12642 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12643 typos in doc strings.
12644
12645 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12646 the doc strings how to customize Font Lock faces.
12647
12648 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12649 computing growth when dragging the header line.
12650
12651 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12652
12653 * simple.el (kill-line): Doc fix.
12654
12655 2000-10-08 Miles Bader <miles@gnu.org>
12656
12657 * faces.el (secondary-selection): Make foreground visible on tty.
12658
12659 * jka-compr.el (auto-compression-mode): Move to the end of the
12660 file, because `define-minor-mode' actually calls the mode-function
12661 if the associated variable is non-nil, which requires that all
12662 needed functions be already defined.
12663 (with-auto-compression-mode): Add autoload cookie.
12664
12665 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12666
12667 * files.el (find-backup-file-name) [ms-dos]: If support for long
12668 file names is not available, behave as if version-control were set
12669 to never.
12670
12671 2000-10-07 Dave Love <fx@gnu.org>
12672
12673 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12674 (browse-url-gnome-moz): New function.
12675 (browse-url-browser-function): Use it.
12676 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12677
12678 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12679
12680 * indent.el (tab-always-indent): New var.
12681 (indent-for-tab-command): Use it.
12682
12683 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12684 raise an error. This way it can still default to a sane value.
12685
12686 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12687
12688 * startup.el (fancy-splash-screens): Use local rather than global map.
12689 Don't use `update-menu-bindings' any more.
12690 Get rid of assumptions about keymap representation.
12691
12692 2000-10-06 Dave Love <fx@gnu.org>
12693
12694 * textmodes/fill.el (sentence-end-double-space)
12695 (sentence-end-without-period): Doc fix.
12696 (adaptive-fill-regexp): Purecopy.
12697 (unjustify-current-line): Use line-end-position.
12698 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12699
12700 * net/eudc-vars.el (eudc): Add :version, :link.
12701
12702 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12703
12704 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12705 Fix for define-minor-mode.
12706 (function-at-point): Alias to function-called-at-point.
12707
12708 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12709
12710 * simple.el (backward-word): Doc fix.
12711
12712 * image-file.el (image-file-name-regexp): image-file-regexps ->
12713 image-file-name-regexps.
12714 (image-file-name-extensions): Add pbm.
12715
12716 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12717
12718 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12719 and add filename to the names so that diff-mode can jump to source.
12720
12721 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12722 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12723 (tex-font-lock-keywords-1): Remove.
12724 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12725 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12726 (font-lock-default-fontify-region):
12727 Expand beg..end correctly when just following a multiline region.
12728 (font-lock-fontify-anchored-keywords):
12729 Include the anchor text as part of the multiline.
12730
12731 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12732
12733 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12734 latter needs the autoloaded define-minor-mode macro during the
12735 bootstrap.
12736
12737 * startup.el (command-line): For now, activate tool-bar-mode only
12738 if XPM images are supported.
12739
12740 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12741 window by dragging a header-line at the top of the frame; that's
12742 confusing because the header-line doesn't move.
12743 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12744 of treating the event as a list. Some cleanup.
12745
12746 2000-10-06 Miles Bader <miles@gnu.org>
12747
12748 * simple.el (display-message-or-buffer): New function.
12749 (shell-command-on-region): Use `display-message-or-buffer'.
12750
12751 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12752 docstring parts.
12753
12754 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12755 (smbclient-prompt-regexp): Add usage note to doc string.
12756 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12757 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12758 Use add-hook for adding the comint filter function, and only do so
12759 if it's not already in the global hook list.
12760 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12761 to `make-local-variable'.
12762 (nslookup-font-lock-keywords): Remove prompt entry.
12763 (nslookup): Don't set the process-filter.
12764 (finger): Exit the loop correctly when the regexps list runs out.
12765 (ftp, smbclient, smbclient-list-shares):
12766 Set the real major mode immediately, not after execing.
12767 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12768
12769 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12770
12771 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12772
12773 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12774
12775 * which-func.el (which-func-format): Remove spurious space.
12776 (which-func-mode): Don't make it permanent-local.
12777 (which-func-ff-hook): Allow which-func-maxout to be nil.
12778 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12779 (which-func-mode): Simplify.
12780 Use post-command-idle-hook rather than post-command-hook.
12781 Go through all buffers and update their state.
12782 (which-function): Also try add-log-current-defun-function.
12783
12784 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12785 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12786 Update call to with-vc-properties accordingly.
12787 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12788 (vc-revert-buffer): More careful about window selection and deletion.
12789 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12790
12791 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12792 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12793 (cvs-dired-action): Change the default to quickdir.
12794
12795 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12796 if comment-indent-function returns nil.
12797 (comment-indent-default): New function.
12798 (comment-indent-function): Use it and document the new semantics.
12799
12800 * image-file.el: Docstring fixes.
12801
12802 * help.el (help-xref-on-pp): Use match-string.
12803 (describe-variable): New arg BUFFER.
12804 Store the current buffer in the help-xref-stack.
12805 (temp-buffer-resize-mode): Use define-minor-mode.
12806
12807 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12808 consistently with its docstring.
12809 Set jit-lock-first-unfontify-pos in an idempotent way.
12810 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12811
12812 2000-10-05 Alex Schroeder <alex@gnu.org>
12813
12814 * sql.el (sql-mysql-options): New variable.
12815 (sql-mysql): Use it.
12816
12817 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12818
12819 * image.el (image): New group.
12820
12821 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12822 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12823
12824 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12825
12826 * net/net-utils.el (nslookup-font-lock-keywords)
12827 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12828 Ignore the value of wqindow-system; always define keywords
12829
12830 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12831
12832 * startup.el (fancy-splash-screens): Remove the code for
12833 debugging; `(trace-to-stderr "EXITTT\n")'.
12834
12835 2000-10-05 Miles Bader <miles@gnu.org>
12836
12837 * diff-mode.el (diff-goto-source): Update call to
12838 `diff-hunk-status-msg' to reflect new REV variable.
12839
12840 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12841
12842 * progmodes/icon.el (icon-mode):
12843 Don't gratuitously override the default for comment-column.
12844
12845 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12846
12847 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12848 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12849 (jit-lock-functions): New var.
12850 (jit-lock-function-1): Use it if non-nil.
12851 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12852 Set the `fontified' property before doing the fontification to avoid
12853 repeatedly going through the same error.
12854 Don't turn errors into messages.
12855 (jit-lock-register, jit-lock-unregister): New functions.
12856
12857 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12858 Use with-current-buffer.
12859
12860 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12861 Turn comment into docstring.
12862
12863 * apropos.el (apropos-mode): Use define-derived-mode.
12864
12865 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12866
12867 * startup.el (fancy-splash-pending-command): New variable.
12868 (fancy-splash-pre-command): New function.
12869 (fancy-splash-screens): Rewritten.
12870 (command-line-1): If fancy-splash-pending-command is set, call it
12871 interactively.
12872
12873 2000-10-04 Dave Love <fx@gnu.org>
12874
12875 * toolbar/tool-bar.el (tool-bar-setup): New function.
12876 (tool-bar-mode): Use it.
12877
12878 * subr.el (substitute-key-definition): Doc fix.
12879 (play-sound-file): New command.
12880
12881 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12882
12883 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12884 vc-version-backup-file-name): New functions.
12885
12886 * files.el (basic-save-buffer): Call vc-before-save before saving.
12887
12888 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12889 vc-cvs-stay-local-p.
12890
12891 * vc.el (vc-revert-buffer): Handle empty diff properly.
12892 (vc-version-backup-file): New function.
12893 (vc-checkout): Create a version backup if necessary.
12894 (vc-checkin): If a version backup file exists, delete it.
12895 (vc-version-diff): Diff locally using version backups, if available.
12896 (vc-revert-file): If there's a version backup, revert locally.
12897 (vc-transfer-file): Use version backup for base version, if
12898 available. If not, ask for confirmation whether to get it from the
12899 server. Update mode line before check-in.
12900
12901 2000-10-04 Dave Love <fx@gnu.org>
12902
12903 * toolbar/tool-bar.el (tool-bar-setup): New function.
12904 (tool-bar-mode): Use it.
12905
12906 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12907
12908 * net/net-utils.el (nslookup-font-lock-keywords)
12909 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12910 Only set if window-system is non-nil
12911 (net-utils-run-program): Returns buffer.
12912 (network-connection-reconnect): Added this function.
12913
12914 * generic.el:
12915 Incorporates extensive cleanup and docfixes by
12916 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12917 Uses cl compile-time macros.
12918 (generic-mode-name, generic-comment-list)
12919 (generic-keywords-list, generic-font-lock-expressions)
12920 (generic-mode-function-list, generic-mode-syntax-table):
12921 Removed variables.
12922 (generic-mode-alist): Renamed to generic-mode-list.
12923 (generic-find-file-regexp): Default changed to "^#".
12924 (generic-read-type): Uses completing read on generic-mode-list.
12925 (generic-mode-sanity-check): removed this function.
12926 (generic-add-to-auto-mode): Removed this function
12927 (generic-mode-internal): Bind mode-specific definitions
12928 into function instead of putting them in alist.
12929 (generic-mode-set-comments): Reworked extensively.
12930 (generic-mode-find-file-hook): Simplified regexp searching
12931 (generic-make-keywords-list): Omit extra pair of parens
12932
12933 * find-lisp.el (find-lisp-find-files-internal):
12934 Make sure directory name ends with "/".
12935
12936 * generic-x.el (apache-conf-generic-mode):
12937 Regexp now allows leading whitespace.
12938 (rc-generic-mode): Added eval-when-compile
12939 around generic-make-keywords-list.
12940 Deleted duplicate regexp
12941 (rul-generic-mode): Added eval-when-compile
12942 around generic-make-keywords-list.
12943 (etc-fstab-generic-mode): New generic mode.
12944 (rul-generic-mode): Removed one eval-when-compile
12945 which caused a max-specpdl-size exceeded error.
12946
12947 2000-10-04 Miles Bader <miles@gnu.org>
12948
12949 * simple.el (minibuffer-temporary-goal-position): New variable.
12950 (next-history-element): Try to keep the position of point in the
12951 input string constant.
12952
12953 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12954 (dired-do-create-files): If there's only one file, pass it in as
12955 the DEFAULT arg to dired-mark-read-file-name.
12956
12957 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12958
12959 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12960 (diff-goto-source): Be smarter when choosing REVERSE or not.
12961
12962 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12963 (texinfo-mode-menu): Add an explicit shortcut for update all.
12964
12965 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12966
12967 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12968 factorize backend-specific code cleanly (this was essentially
12969 conceived by Stefan Monnier).
12970 (vc-unregister): Function removed.
12971 (vc-revert-file): New function.
12972 (vc-revert-buffer): Delegate some of the work to it.
12973
12974 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12975 default branch unconditionally.
12976 (vc-rcs-set-default-branch): New function.
12977 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12978 (vc-rcs-checkin): If an appropriate default branch has been set,
12979 force creation of that branch.
12980 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12981 code (as suggested by Stefan Monnier).
12982
12983 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12984
12985 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12986 highlighting overlay with a different face over the overlay
12987 isearch uses to highlight the current match because that can lead
12988 to bad face combinations.
12989
12990 * loadup.el (toplevel): Load faces before isearch.
12991
12992 * isearch.el (isearch-faces): New custom group.
12993 (isearch): New defface; was already tested for in the code.
12994 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12995 (isearch-highlight): Always use face `isearch'.
12996
12997 2000-10-02 Dave Love <fx@gnu.org>
12998
12999 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13000 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13001 comparison of opcode with operand.
13002
13003 2000-10-03 Miles Bader <miles@gnu.org>
13004
13005 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13006 buffer, since the echo area will now grow to accommodate them.
13007
13008 2000-10-02 Andre Spiegel <spiegel@gnu.org>
13009
13010 * vc-hooks.el (vc-registered): If FILE used to be registered under
13011 a certain backend, try that one first.
13012
13013 * vc.el (vc-responsible-backend): Undo the previous change in the
13014 argument list. Handle multiple backends correctly.
13015 (vc-find-new-backend): Function removed.
13016 (vc-register): Use vc-responsible-backend, as before.
13017 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13018
13019 2000-10-02 Gerd Moellmann <gerd@gnu.org>
13020
13021 * startup.el (fancy-splash-head): Change message below the
13022 logo.
13023
13024 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13025
13026 * diff-mode.el (diff-goto-source): Emit a status message.
13027 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13028 (diff-test-hunk): Fix doc string.
13029 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13030 (diff-advance-after-apply-hunk): New variable.
13031 (diff-apply-hunk): Don't return a value.
13032
13033 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13034
13035 * vc.el (vc-editable-p): Minor optimization.
13036 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13037 (vc-find-new-backend): New function split from vc-responsible-backend.
13038 (vc-register): Use it.
13039 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13040 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13041 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13042 (vc-clear-headers): Don't use find-file.
13043 (vc-revert-buffer): Use `and' again (must have been a braino).
13044 (vc-switch-backend): Only prompt if requested.
13045 Short circuit if nothing is to be done.
13046 Don't use vc-resynch-buffer which could lose unsaved editing.
13047 (vc-default-receive-file): Update call to vc-unregister.
13048 (with-vc-file, vc-next-action-on-file):
13049 Use vc-backend rather than vc-registered.
13050 (vc-next-action-on-file): Use intern-soft.
13051 Deal with read-only *vc-diff* buffer.
13052 (vc-transfer-file): Docstring fix.
13053
13054 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13055 (vc-rcs-receive-file): Avoid with-vc-properties.
13056 Update call to vc-unregister.
13057 Use constant `RCS' rather than (dynamically bound) var `backend'.
13058
13059 2000-10-01 Andre Spiegel <spiegel@gnu.org>
13060
13061 * vc.el (vc-next-action-on-file): Update mode line only if file
13062 is visited.
13063 (vc-start-entry): New argument initial-contents. Don't visit the file
13064 if it isn't already visited. Brought documentation up-to-date.
13065 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13066 (vc-checkin): New optional arg initial-contents, which is passed to
13067 vc-start-entry.
13068 (vc-finish-logentry): Make sure to bury log buffer only if there
13069 really is one. Call `vc-resynch-buffer' on log-file, not
13070 buffer-file-name.
13071 (vc-default-comment-history, vc-default-wash-log): New functions.
13072 (vc-index-of): Removed.
13073 (vc-transfer-file): Make do without the above.
13074 (vc-default-receive-file): Call comment-history unconditionally. Pass
13075 the resulting string to vc-checkin, instead of inserting it into the
13076 comment ring.
13077
13078 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13079 unconditionally. Use the comments as initial contents of the log
13080 entry buffer. Document the trick to force branch creation with no
13081 changes.
13082
13083 2000-10-01 Miles Bader <miles@gnu.org>
13084
13085 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13086 `recenter' with an arg to prevent redrawing the display.
13087
13088 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13089
13090 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13091
13092 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13093
13094 * progmodes/c-mode.el (c-mode):
13095 Don't gratuitously override the default for comment-column.
13096
13097 * textmodes/tex-mode.el (latex-metasection-list): New var.
13098 (latex-imenu-create-index): Use it.
13099 Move the regexp construction outside loops (and use push).
13100 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13101 (tex-font-lock-keywords): Moved from font-lock.el.
13102 (tex-comment-indent): Remove.
13103 (tex-common-initialization): Don't set comment-indent-function.
13104 (latex-block-default): New var.
13105 (tex-latex-block): Use it to provide a default choice.
13106 Add any unknown choice to latex-block-names.
13107 Insert [...] after {...}.
13108 (tex-last-unended-begin): Simplify regexp.
13109 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13110 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13111 (latex-mode): Set forward-sexp-function.
13112
13113 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13114 Add regexp for @ignore ... @end ignore.
13115 (texinfo-heading-face): New face.
13116 (texinfo-font-lock-keywords): Use it.
13117 (texinfo-mode-menu): New menu.
13118 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13119 New functions.
13120 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13121 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13122 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13123 Remove declaration.
13124 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13125
13126 * delsel.el (delete-selection-mode): Use define-minor-mode.
13127
13128 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13129
13130 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13131
13132 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13133
13134 2000-09-30 Gerd Moellmann <gerd@gnu.org>
13135
13136 * replace.el (keep-lines-read-args): New function.
13137 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13138 read arguments interactively. Add parameters RSTART and REND.
13139 Operate on the active region in Transient Mark mode.
13140
13141 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13142
13143 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13144 (authors-obsolete-files-regexps): New variable.
13145 (authors-add): Don't record changes in obsolete files.
13146
13147 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13148
13149 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13150
13151 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13152 (comment-indent): Make sure there's a space between code and comment.
13153 Shift comments left to avoid going past fill-column.
13154
13155 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13156
13157 * startup.el (startup-echo-area-message): New function.
13158 (display-startup-echo-area-message): Use it.
13159 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13160 (fancy-splash-default-action): New function.
13161 (fancy-splash-screens-1): New function.
13162 (fancy-splash-head): Put a help-echo and a keymap under the image.
13163
13164 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13165
13166 * diff-mode.el (diff-add-log-file-name): Remove.
13167 (diff-mode): Use add-log-buffer-file-name-function.
13168
13169 * add-log.el (find-change-log): New arg BUFFER-FILE.
13170 (add-log-file-name): Obey add-log-file-name-function.
13171 (add-log-buffer-file-name-function): New var.
13172 (add-change-log-entry): Use it.
13173
13174 2000-09-29 Miles Bader <miles@gnu.org>
13175
13176 * image-file.el (image-file-name-extensions): New variable.
13177 (image-file-name-regexps): Renamed from `image-file-regexps'.
13178 New default value is nil. Call `auto-image-file-mode'.
13179 (image-file-name-regexp): New function.
13180 (auto-image-file-mode): New minor mode.
13181 (insert-image-file): Don't make conditional on the image-file
13182 handler being enabled.
13183 (image-file-handler): Make the call here conditional instead.
13184 (set-image-file-handler-enabled, enable-image-file-handler)
13185 (disable-image-file-handler): Functions removed.
13186
13187 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13188 string.
13189
13190 2000-09-29 Gerd Moellmann <gerd@gnu.org>
13191
13192 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13193 it's a function from CL.
13194 (latex-imenu-create-index): Replace eval-when-compile with progn
13195 because latex-section-alist is not bound while compiling.
13196
13197 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13198
13199 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13200 (outline-mode): Use define-derived-mode.
13201
13202 * progmodes/perl-mode.el (perl-mode):
13203 * progmodes/awk-mode.el (awk-mode):
13204 * progmodes/asm-mode.el (asm-mode):
13205 Don't gratuitously override the default for comment-column.
13206
13207 * emacs-lisp/lisp.el (lisp-complete-symbol):
13208 Distinguish the let-binding case from the funcall case.
13209 (forward-sexp-function): New variable.
13210 (forward-sexp): Use it.
13211
13212 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13213 (easy-mmode-defmap): Remove the now useless autoload.
13214
13215 * time.el (display-time-mode): Use define-minor-mode.
13216
13217 * subr.el (add-minor-mode): Don't eval NAME.
13218 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13219 Use if rather than cond.
13220
13221 * simple.el (read-expression-map): Define more properly.
13222 (comment-indent-hook): Remove.
13223 (string-to-syntax): Bug fix.
13224
13225 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13226 (cvs-ediff-diff): Fix typo.
13227 (cvs-revert-if-needed): Don't bother preserving read-only.
13228
13229 * paren.el (show-paren-mode): Use define-minor-mode.
13230
13231 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13232 (toggle-auto-compression): Remove.
13233 (jka-compr-build-file-regexp): Remove useless grouping.
13234
13235 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13236 Avoid user-reserved bindings.
13237 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13238 (diff-header-face): Revert to grey85.
13239
13240 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13241
13242 * complete.el (partial-completion-mode) <defcustom>: Remove.
13243 (partial-completion-mode): Use define-minor-mode.
13244 (PC-do-completion): Understand `completion-auto-help = delay'
13245 to mean to popup the completion buffer only the second time.
13246 (PC-include-file-all-completions, PC-include-file-all-completions)
13247 (PC-include-file-all-completions): Don't quote lambda.
13248
13249 * comint.el (comint-mode-hook): Docstring fix.
13250 (comint-mode): Use define-derived-mode.
13251 (comint-mode-map): Remove obsolete comment.
13252 (make-comint): Minor stylistic change.
13253 (comint-insert-clicked-input): Be more careful to find the overlay.
13254 Use this-command-keys rather than hardcoding mouse-2.
13255
13256 * font-lock.el: Replace confusing (,@ with ,
13257 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13258 Don't use regexp-opt-depth. Spice up the regexp for args.
13259 Don't distinguish between cmds that can take an opt arg or not.
13260 Use `append' and `prepend' rather than `keep'.
13261
13262 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13263 (latex-outline-regexp): New var.
13264 (latex-outline-level): New fun.
13265 (latex-section-alist): New var.
13266 (latex-imenu-create-index): Use it. Use `push' as well.
13267 (tex-shell-map): Initialize it properly.
13268 (tex-mode): Minor stylistic change.
13269 (plain-tex-mode): Use define-derived-mode.
13270 (latex-mode): Use define-derived-mode.
13271 Construct the paragraph regexps in a more readable way.
13272 Set the buffer-local outline-{level,regexp} vars.
13273 (slitex-mode): Derive from latex-mode.
13274 (tex-common-initialization): Don't kill-all-vars anymore.
13275 Add setting for comment-add and font-lock-defaults.
13276 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13277 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13278 (tex-start-tex): New arg DIR (and send a chdir command for it).
13279 Also display the shell buffer and save it in tex-last-buffer-texed.
13280 (tex-region): Use expand-file-name rather than concat.
13281 Remove code made useless by changes in tex-start-tex.
13282 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13283
13284 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13285
13286 2000-09-28 Dave Love <fx@gnu.org>
13287
13288 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13289
13290 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13291
13292 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13293 `append'.
13294
13295 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13296
13297 * info.el (Info-extract-pointer): Undo last change.
13298 Instead, fix the position of the `bound' arg to re-search-backward.
13299
13300 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13301
13302 * info.el (Info-extract-pointer):
13303 Widen more carefully, to avoid finding pointers in other nodes.
13304 (Info-index): Use push.
13305
13306 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13307
13308 * frame.el (set-frame-font): Remove call to obsolete function
13309 frame-update-faces.
13310 (set-foreground-color, set-background-color): Likewise for
13311 frame-update-face-colors.
13312
13313 2000-09-27 Miles Bader <miles@gnu.org>
13314
13315 * image-file.el: New file.
13316
13317 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13318
13319 * frame.el (frame-notice-user-settings): Don't call
13320 frame-update-faces, which is a no-op now.
13321
13322 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13323 tool-bar-lines.
13324
13325 2000-09-27 Dave Love <fx@gnu.org>
13326
13327 * mouse.el: Fix last change.
13328
13329 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13330
13331 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13332
13333 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13334
13335 * international/quail.el (quail-help): The output message is
13336 improved.
13337
13338 2000-09-26 Dave Love <fx@gnu.org>
13339
13340 * mouse.el (popup-menu): If POSITION is nil, set it using
13341 mouse-position.
13342
13343 2000-09-25 Sam Steingold <sds@gnu.org>
13344
13345 * net/browse-url.el (browse-url-file-url): Check for null maps.
13346
13347 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13348
13349 * frame.el (frame-notice-user-settings): Don't add a
13350 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13351
13352 * frame.el (frame-notice-user-settings):
13353 Make tool-bar-mode and default-frame-alist consistent.
13354
13355 * toolbar/tool-bar.el (tool-bar-help): New function.
13356
13357 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13358
13359 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13360 current-load-list in top-level forms. Else this leaks a cons cell
13361 every time a defun is called.
13362
13363 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13364
13365 2000-09-25 Dave Love <fx@gnu.org>
13366
13367 * startup.el (fancy-splash-head): Check XPM is available.
13368
13369 * autoinsert.el (auto-insert): Doc fix.
13370 (auto-insert-alist): Following GNU notices, don't say `copyright
13371 _by_'. Use line-beginning-position.
13372 (auto-insert): Check buffer-file-name is non-nil before use.
13373
13374 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13375
13376 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13377 starting with `@def' or `@multitable', in addition to ones
13378 specified by the user in auto-fill-inhibit-regexp.
13379
13380 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13381
13382 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13383 rmail-dont-reply-to-names matches the empty string.
13384
13385 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13386
13387 * startup.el (command-line-1, fancy-splash-text): Change the
13388 text to sound more friendly.
13389
13390 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13391
13392 * progmodes/hideshow.el: Update author email address.
13393 Generally, sync w/ maintainer version 5.22.
13394 (hs-hide-all-non-comment-function): New var.
13395 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13396 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13397 (hs-show-region): Delete this command.
13398 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13399
13400 2000-09-22 Dave Love <fx@gnu.org>
13401
13402 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13403 (hl-line-highlight): Specify buffer when moving overlay.
13404
13405 * progmodes/fortran.el (fortran-mode): Locally set
13406 normal-auto-fill-function.
13407 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13408 (fortran-mode-map): Adjust auto-fill menu entry.
13409
13410 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13411
13412 * vc-rcs.el (toplevel): Require `vc' when compiling.
13413
13414 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13415
13416 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13417
13418 * vc.el (vc-switch-backend): Signal an error if the file is not
13419 registered under the new backend.
13420
13421 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13422 without explicit revision number.
13423
13424 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13425
13426 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13427 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13428 (diff-xor): New function.
13429 (diff-find-source-location): Use it. Fix a stupid name clash.
13430 (diff-hunk-status-msg): New function.
13431 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13432 (diff-test-hunk): Use diff-find-source-location.
13433 (diff-goto-source): Favor the `reverse'.
13434 (diff-hunk-text): Properly handle one-sided context diffs.
13435 (diff-apply-hunk): When done, advance to the next hunk.
13436
13437 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13438
13439 * startup.el (command-line): If frame was created with a non-zero
13440 tool-bar-lines parameter, switch tool-bar-mode on.
13441
13442 * add-log.el (change-log-date-face, change-log-name-face)
13443 (change-log-email-face, change-log-file-face)
13444 (change-log-list-face, change-log-conditionals-face)
13445 (change-log-function-face, change-log-acknowledgement-face):
13446 New faces, inheriting from font-lock faces.
13447 (change-log-font-lock-keywords): Use them.
13448
13449 2000-09-21 Dave Love <fx@gnu.org>
13450
13451 * progmodes/cperl-mode.el (top-level): Clean up
13452 `eval-when-compile's and assorted defvars.
13453 (cperl-invalid-face): Don't double-quote value. Change custom
13454 type.
13455 (cperl-mode): Set normal-auto-fill-function and don't zap
13456 auto-fill-function.
13457 (cperl-imenu--function-name-regexp-perl): Renamed from
13458 imenu-example--function-name-regexp-perl.
13459 (cperl-imenu--create-perl-index): Renamed from
13460 imenu-example--create-perl-index.
13461 (cperl-xsub-scan): Don't require cl.
13462
13463 * msb.el (msb-mode-map): Use substitute-key-definition.
13464 (msb-mode): Use msb-mode-map.
13465
13466 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13467
13468 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13469 New functions.
13470 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13471 (vc-switch-backend): New function.
13472 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13473 (vc-register): Fix prompt.
13474 (vc-unregister, vc-default-unregister): New functions.
13475 (vc-version-diff): Handle empty buffer in sentinel.
13476
13477 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13478 (vc-rcs-state-heuristic): Use it to guess the state of files with
13479 non-strict locking.
13480 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13481 been set with -b, but not created yet.
13482 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13483 contents in order to find the state.
13484 (vc-rcs-checkin): Allow creation of branches with no changes.
13485 (vc-rcs-unregister, vc-rcs-receive-file)
13486 (vc-rcs-set-non-strict-locking): New functions.
13487
13488 * vc-hooks.el (vc-name): Force correct computation of the value
13489 in case it is missing.
13490
13491 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13492
13493 * startup.el (fancy-splash-tail): Use a different foreground
13494 color on a dark frame background.
13495
13496 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13497
13498 * info.el: Use the correct capitalization when making Info-mode
13499 and Info-edit-mode `special' modes.
13500
13501 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13502
13503 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13504 (diff-mode): Add support for add-log.el.
13505 (diff-hunk-text): Use char offsets rather than line offsets.
13506 (diff-find-source-location): Replace LINE with line-offset (nil
13507 if not found) and always set POS to a meaningful position.
13508 Adapt to the new char-offsets.
13509 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13510 Adapt to the new diff-find-source-location.
13511 (diff-goto-source): Adapt to the new diff-find-source-location.
13512
13513 * add-log.el (add-log-file-name): New function (split out of
13514 add-change-log-entry).
13515 (add-change-log-entry): Use it.
13516 Call add-log-file-name-function with the changelog file name if
13517 the current buffer is not associated with any file.
13518 Avoid find-file if the selected window is dedicated.
13519
13520 * diff-mode.el (diff-find-source-location):
13521 Move code from diff-apply-hunk. Return buffer rather than file.
13522 (diff-apply-hunk): Use the new result from diff-find-source-location.
13523 (diff-goto-source): Use the new diff-find-source-location.
13524
13525 2000-09-20 Dave Love <fx@gnu.org>
13526
13527 * iswitchb.el: Some doc fixes.
13528 (iswitchb-mode-map): Define completely initially. Inherit
13529 minibuffer-local-map.
13530 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13531 fundamental-mode.
13532 (iswitchb-global-map): New variable.
13533 (iswitchb-summaries-to-end): Amalgamate regexps.
13534 (iswitchb-mode): New.
13535 (iswitchb-mode-hook): New variable.
13536 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13537 `extensions'.
13538
13539 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13540
13541 * ehelp.el (electric-help): New defgroup.
13542 (electric-help-shrink-window): New user-option.
13543 (with-electric-help): Use it.
13544
13545 * window.el (shrink-window-if-larger-than-buffer): If face
13546 `mode-line' has a :box, and we're on a graphical frame, add 1
13547 to the needed window height.
13548
13549 * frame.el (frame-notice-user-settings): Add a last parameter nil
13550 to a call to `append', because the last list passed to `append' is
13551 not copied, and so subsequent calls to assq-delete-all will modify
13552 default-frame-alist.
13553
13554 * startup.el (fancy-splash-image): Change :type.
13555 (fancy-splash-head): Use an XBM image if appropriate.
13556 (command-line-1): Show splash screens in more cases.
13557
13558 * startup.el (fancy-splash-text): Don't quote faces.
13559
13560 * dired.el (dired-font-lock-keywords): Undo last change.
13561 (dired-readin): Bind indent-tabs-mode to nil.
13562
13563 * startup.el (fancy-splash-head): If frame's background mode
13564 is `dark', change the black background of the image to gray.
13565 (fancy-splash-screens): Display startup echo area message.
13566 (display-startup-echo-area-message): New function.
13567
13568 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13569
13570 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13571
13572 * info.el (info-header-node): Tweak for color ttys.
13573
13574 * faces.el (face-valid-attribute-values): Make sure directories we
13575 search for stipples both exist and are readable before trying to
13576 search them.
13577
13578 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13579 in the dry-run case.
13580
13581 * jka-compr.el (with-auto-compression-mode): New macro.
13582
13583 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13584 (custom-group-tag-face, custom-variable-tag-face): Use relative
13585 :height and inherit from `variable-pitch' face instead of
13586 hardwiring :family.
13587 * hi-lock.el (hi-black-hb): Likewise.
13588
13589 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13590 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13591 toolbar-add-item, if image doesn't have a mask add a `:mask
13592 heuristic'.
13593
13594 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13595
13596 * diff-mode.el: Docstring fixes.
13597 (diff-header-face, diff-comment-face): New faces.
13598 (diff-font-lock-keywords): Highlight a bit differently.
13599 (diff-find-source-location): Don't return SPAN any more.
13600 (diff-hunk-text): Don't bother erasing the temp buffer.
13601 (diff-find-text): Drop argument LINE.
13602 (diff-apply-hunk): Update calls to diff-find-text.
13603 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13604
13605 * calendar/calendar.el: Docstring fixes.
13606 (calendar-make-alist): Don't quote lambda.
13607 (calendar-star-date): Use make-local-variable.
13608
13609 2000-09-19 Dave Love <fx@gnu.org>
13610
13611 * toolbar/tool-bar.el: Renamed from toolbar.el.
13612 Change `toolbar' to `tool-bar' generally in symbols.
13613 Make some items invisible in `special' major modes.
13614 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13615 Add arg PROPS.
13616
13617 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13618 Add :version here.
13619 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13620
13621 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13622
13623 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13624
13625 * files.el (find-file-suppress-same-file-warnings): New user-option.
13626 (find-file-noselect): Use it.
13627
13628 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13629 (fancy-splash-screen): Defgroup.
13630
13631 * add-log.el (change-log-font-lock-keywords): Match names
13632 more exactly for the case that font-lock-constant-face is
13633 underlined.
13634
13635 2000-09-19 Richard M. Stallman <rms@gnu.org>
13636
13637 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13638
13639 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13640
13641 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13642
13643 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13644
13645 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13646 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13647 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13648 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13649 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13650 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13651 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13652 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13653 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13654 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13655 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13656 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13657
13658 * startup.el (fancy-splash-text): New variable.
13659 (fancy-splash-delay, fancy-splash-image): New user-options.
13660 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13661 (fancy-splash-screens): New functions.
13662 (command-line-1): If display has a `display' frame parameter, has
13663 colors, and we have XPM support, show more fancy splash screens.
13664
13665 2000-09-19 Dave Love <fx@gnu.org>
13666
13667 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13668 with null `help'. Use modern backquote syntax.
13669
13670 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13671
13672 * font-lock.el (font-lock-mode): Change message telling the user
13673 that ``the buffer is too big''.
13674
13675 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13676 for instance for the case that tab-width is 2.
13677
13678 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13679
13680 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13681 toolbar-add-item, if image doesn't have a mask add a `:mask
13682 heuristic'.
13683
13684 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13685
13686 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13687 and return a cons if it's non-nil.
13688 (diff-apply-hunk): Try to jump to the line in the source text
13689 corresponding to the position of point in the in the hunk.
13690
13691 * info.el (Info-title-3-face, Info-title-2-face)
13692 (Info-title-1-face): Use face inheritance and relative sizes
13693 instead of hard-wiring things.
13694
13695 * faces.el (secondary-selection): Make dark-background variant sane.
13696
13697 2000-09-16 Andrew Innes <andrewi@gnu.org>
13698
13699 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13700 read-only, since they aren't under VC now.
13701
13702 2000-09-17 Dave Love <fx@gnu.org>
13703
13704 * tmm.el: Replace mapcar with mapc in several places.
13705
13706 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13707 ad-unadvise.
13708
13709 * international/latin1-disp.el: New file.
13710
13711 * calendar/cal-move.el (scroll-calendar-left)
13712 (scroll-calendar-right): Make arg optional (for active mode line).
13713
13714 * calendar/calendar.el (calendar-mode-line-format): Make fields
13715 mouse-sensitive.
13716 (calendar-read-date, calendar-read-date, calendar-window-list):
13717 Unquote lambda.
13718 (calendar-month-name): Use aref, not sref.
13719
13720 * view.el (minor-mode-alist): Propertize the string.
13721
13722 * international/characters.el (standard-case-table): Add entries
13723 for Greek.
13724
13725 2000-09-18 Miles Bader <miles@gnu.org>
13726
13727 * info.el (info-node, info-xref): Add dark-background variants.
13728
13729 * faces.el (header-line): Change defaults to be less confusing
13730 when mixed with mode-lines.
13731
13732 * info.el (Info-fontify-node): Make a few cleanups.
13733 Add extra `help-echo' and `local-map' props to node xrefs.
13734 Use header-specific faces for node-names & xrefs.
13735 (Info-use-header-line): New variable.
13736 (info-header-xref, info-header-node): New faces.
13737 (Info-setup-header-line): New function.
13738 (Info-select-node): Call Info-setup-header-line when enabled.
13739 (Info-extract-pointer): Work even if the header line is hidden.
13740 (Info-header-line): New variable.
13741
13742 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13743
13744 * vms-patch.el (print-region-function): Don't quote lambda.
13745
13746 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13747
13748 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13749 (lm-get-header-re): Allow spaces between the header and the colon.
13750 (lm-header): Allow $ in non-RCS headers.
13751 (lm-header-multiline): Put the strings back into order.
13752 Stop at an empty line. Don't require two space chars if the
13753 line is clearly not another header line.
13754
13755 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13756 (popup-menu-popup): Remove.
13757
13758 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13759
13760 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13761 specification if or if not tool-bar item contains an `:enabled'
13762 property.
13763
13764 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13765 current buffer has no file name.
13766
13767 2000-09-15 Dave Love <fx@gnu.org>
13768
13769 * strokes.el: Sync with maintainer's current version with changes
13770 for Emacs, but avoid runtime cl and levents.
13771 (toplevel): Change autoloads and compilation requires.
13772 (strokes-version, strokes-bug-address, strokes-lift): Values
13773 changed.
13774 (strokes-xpm-header, strokes-insinuated): New variable.
13775 (strokes): Add :link.
13776 (strokes-mode): Customized.
13777 (strokes-while-inhibiting-garbage-collector): New macro.
13778 (strokes-remassoc): Avoid remove-if.
13779 (strokes-fix-button2-command): Don't use ad-do-it.
13780 (strokes-insinuate): New function.
13781 (strokes-button-press-event-p, strokes-button-release-event-p):
13782 New functions, used instead of non-`strokes-' versions..
13783 (strokes-mouse-event-p): Rewritten.
13784 (strokes-event-closest-point): Avoid event-point.
13785 (strokes-get-grid-position): Avoid cdadr, caadr
13786 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13787 functions.
13788 (strokes-help): Use with-output-to-temp-buffer.
13789 (strokes-window-configuration-changed-p): New function.
13790 (strokes-update-window-configuration): Use buffer-live-p,
13791 strokes-window-configuration-changed-p.
13792 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13793 (strokes-char-face): New face.
13794 (strokes-char-table, strokes-base64-chars): New variable.
13795 (strokes-xpm-for-stroke, strokes-list-strokes)
13796 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13797 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13798 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13799 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13800 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13801 functions.
13802
13803 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13804
13805 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13806
13807 * image.el (create-image): Doc fix.
13808
13809 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13810 instead of `:heuristic-mask t'.
13811
13812 2000-09-14 Andrew Innes <andrewi@gnu.org>
13813
13814 * makefile.w32-in: Revert to Unix line endings.
13815
13816 2000-09-14 Andrew Innes <andrewi@gnu.org>
13817
13818 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13819 when installing.
13820
13821 * makefile.nt (DONTCOMPILE): Fix typo.
13822
13823 * shell.el (shell-write-history-on-exit): New function.
13824 (shell-dumb-shell-regexp): New custom variable.
13825 (shell-mode): Make shell-write-history-on-exit the process
13826 sentinel if shell name matches shell-dumb-shell-regexp.
13827
13828 * w32-fns.el: Comment out before-init-hook function which resets
13829 source-directory based; this breaks bootstrap.
13830
13831 2000-09-14 Dave Love <fx@gnu.org>
13832
13833 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13834 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13835 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13836 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13837 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13838 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13839 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13840 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13841 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13842
13843 * toolbar/toolbar.el: New.
13844
13845 * subdirs.el: Add toolbar.
13846
13847 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13848
13849 * indent.el (indent-for-tab-command): Doc fix.
13850
13851 2000-09-14 Alex Schroeder <alex@gnu.org>
13852
13853 * ansi-color.el (ansi-colors): Doc change.
13854 (ansi-color-get-face): Simplified regexp.
13855 (ansi-color-faces-vector): Added more faces, doc change.
13856 (ansi-color-names-vector): Doc change.
13857 (ansi-color-regexp): Simplified regexp.
13858 (ansi-color-parameter-regexp): New regexp.
13859 (ansi-color-filter-apply): Doc change.
13860 (ansi-color-filter-region): Doc change.
13861 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13862 deal with zero length parameters.
13863 (ansi-color-apply-on-region): Doc change.
13864 (ansi-color-map): Doc change.
13865 (ansi-color-map-update): Removed debugging message.
13866 (ansi-color-get-face-1): Added condition-case to trap
13867 args-out-of-range errors.
13868 (ansi-color-get-face): Doc change.
13869 (ansi-color-make-face): Removed.
13870 (ansi-color-for-shell-mode): New option.
13871
13872 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13873
13874 * international/quail.el (quail-start-translation): Translate KEY
13875 if necessary even if it doesn't have any mapping in the current
13876 input method.
13877 (quail-start-conversion): Likewise.
13878 (quail-help): The output message is improved.
13879
13880 2000-09-13 Miles Bader <miles@gnu.org>
13881
13882 * comint.el (comint-output-filter): Revert to using
13883 `insert-before-markers'. Add bletcherous hack to undo damage
13884 caused by `insert-before-markers'. Put `front-sticky' property on
13885 overlays created here so that the field code understands how the
13886 overlay works. Use a let when making comint-last-prompt-overlay,
13887 so that the code is easier to read.
13888
13889 2000-09-13 Dave Love <fx@gnu.org>
13890
13891 * wid-edit.el (widget-default-format-handler): DTRT when
13892 doc-property is a function.
13893
13894 2000-09-12 Francesco Potorti` <pot@gnu.org>
13895
13896 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13897 filed name if it's not there.
13898
13899 2000-09-12 Dave Love <fx@gnu.org>
13900
13901 * simple.el (read-mail-command): Doc fix.
13902 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13903
13904 * vc.el (vc-dired-listing-switches): Fix :version.
13905
13906 * vc-hooks.el: Doc fixes.
13907
13908 * subr.el (add-minor-mode): Use toggle-fun arg.
13909
13910 * speedbar.el: Add :version to several defcustoms.
13911
13912 * imenu.el (imenu--truncate-items, imenu--cleanup)
13913 (imenu--generic-function): Avoid mapcar.
13914 (imenu--replace-spaces): Function removed.
13915 (imenu--completion-buffer): Use subst-char-in-string.
13916 (imenu-add-to-menubar): Use keymap inheritance.
13917
13918 2000-09-12 Miles Bader <miles@gnu.org>
13919
13920 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13921 (diff-mode-map): Bind `diff-test-hunk'.
13922 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13923
13924 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13925
13926 * bytecomp.el (byte-compile-defvar): Undo last change
13927 because it breaks '(make-variable-buffer-local (defvar ...)'
13928 which is used at least in dired.
13929
13930 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13931
13932 * international/quail.el (quail-define-package): Docstring
13933 modified.
13934
13935 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13936
13937 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13938 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13939 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13940 docstring of "chinese-py".
13941
13942 * international/quail.el (quail-translation-docstring): New
13943 variable.
13944 (quail-show-keyboard-layout): Docstring modified.
13945 (quail-select-current): Likewise.
13946 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13947 infinite recursive call.
13948 (quail-help): Check quail-translation-docstring. Format of the
13949 output changed.
13950 (quail-help-insert-keymap-description): Adjusted for the above
13951 change.
13952
13953 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13954
13955 * bytecomp.el (byte-compile-defvar): Only cons onto
13956 current-load-list in top-level forms. Else this leaks a cons cell
13957 every time a defun is called.
13958
13959 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13960
13961 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13962 Now understands non-unified diffs. Some functionality moved into
13963 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13964 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13965 modify anything. Only reposition point in the patched file if the
13966 patch succeeds. Only pop up another window if POPUP is true.
13967 Emit a message describing what happened if successful, and at what
13968 line-offset. Automatically detect reversed hunks and do something
13969 appropriate.
13970 (diff-hunk-text, diff-find-text): New functions.
13971 (diff-filter-lines): Function removed.
13972 (diff-test-hunk): New function.
13973 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13974
13975 2000-09-10 Dave Love <fx@gnu.org>
13976
13977 * textmodes/tildify.el: Minor doc/commentary fixes.
13978 (tildify) <defgroup>: Add :version.
13979
13980 * faces.el (face-x-resources): Make custom type more specific.
13981 (frame-background-mode): Use mapc.
13982 (region) <defcustom>: Add :version.
13983
13984 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13985
13986 * vc-sccs.el (vc-sccs-register):
13987 * vc-rcs.el (vc-rcs-register):
13988 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13989 * vc.el (vc-register): Clear file's properties.
13990
13991 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13992
13993 * faces.el (face-spec-set): Only face-spec-reset-face when
13994 ATTRS is non-nil.
13995
13996 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13997
13998 * help.el (help-insert-xref-button): Fix a typo in doc string.
13999
14000 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14001
14002 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14003 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14004 methods.
14005
14006 * menu-bar.el (read-mail-item-name): New function.
14007 (menu-bar-tools-menu): Use it to compute and display the package
14008 used to read email.
14009 (menu-bar-tools-menu): Fix typo in GUD's help string.
14010
14011 2000-09-07 Dave Love <fx@gnu.org>
14012
14013 * diff-mode.el (diff-mouse-goto-source): New function.
14014
14015 * vc-sccs.el: Doc fixes.
14016 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14017
14018 * vc-rcs.el: Doc fixes.
14019 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14020 (vc-rcs-checkout-switches, vc-rcs-header)
14021 (vc-rcs-master-templates): Add or change :version.
14022
14023 * vc-cvs.el: Doc fixes.
14024 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14025 (vc-cvs-stay-local): Add :version.
14026
14027 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14028
14029 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14030
14031 * international/quail.el (quail-help): Fix previous change.
14032
14033 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14034
14035 * faces.el (color-values): Doc fix.
14036
14037 * faces.el (frame-set-background-mode): Use frame-parameter
14038 instead of frame-parameters.
14039
14040 * frame.el (filtered-frame-list): Reduce consing.
14041 (frames-on-display-list): Call frame-parameter instead of
14042 frame-parameters.
14043
14044 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14045
14046 * language/devan-util.el (devanagari-to-indian-region): In the
14047 loop, change the following char, not preceding char.
14048
14049 2000-09-07 Gerd Moellmann <gerd@gnu.org>
14050
14051 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14052 instead of frame-parameters.
14053
14054 * faces.el (set-face-attribute): Simplify by calling
14055 internal-set-lisp-face-attribute with FRAME being 0.
14056
14057 * vc.el: Remove `Id' version control keyword.
14058
14059 2000-09-07 Kenichi Handa <handa@etl.go.jp>
14060
14061 * help.el (help-make-xrefs): Adjusted for the change of
14062 help-xref-mule-regexp.
14063 (help-insert-xref-button): New function.
14064
14065 * international/mule-cmds.el (help-xref-mule-regexp-template):
14066 Include the pattern for character set.
14067 (leim): New group.
14068
14069 * international/quail.el: Don't require face.
14070 (quail): New group.
14071 (quail-other-command): Dummy command to make quail-help work better.
14072 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14073 (quail-keyboard-layout-substitution): New variable.
14074 (quail-update-keyboard-layout): New function.
14075 (quail-keyboard-layout-type): New customizable variable.
14076 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14077 (quail-keyboard-translate): Pay attention to
14078 quail-keyboard-layout-substitution.
14079 (quail-insert-kbd-layout): New function.
14080 (quail-show-keyboard-layout): New function.
14081 (quail-get-translation): If the definition is a vector of length
14082 1, and the element is a string of length 1, return the character
14083 in that string.
14084 (quail-update-current-translations): Fix the case of
14085 relative-index out of range.
14086 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14087 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14088 Show key sequences for all available characters.
14089 (quail-help-insert-keymap-description): Don't show such verbose
14090 key bindings as quail-self-insert-command.
14091
14092 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14093 Format changed, and each element now have extra documentations.
14094 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14095 Adjusted for the change of quail-cxterm-package-ext-info.
14096
14097 2000-09-06 Gerd Moellmann <gerd@gnu.org>
14098
14099 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14100 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14101 during bootstrap.
14102
14103 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14104
14105 * vc.el: (toplevel): Don't require `dired' at run-time.
14106 (vc-dired-resynch-file): Remove autoload cookie.
14107
14108 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14109
14110 * vc.el: Made several backend functions optional.
14111 (vc-default-responsible-p): New function.
14112 (vc-merge): Use RET for first version to trigger merge-news, not
14113 prefix arg.
14114 (vc-annotate): Handle backends that do not support annotation.
14115 (vc-default-merge-news): Removed. The existence of a merge-news
14116 implementation is now checked on caller sites.
14117
14118 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14119 case.
14120
14121 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14122 special case that has been removed from the default in vc-hooks.el.
14123
14124 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14125
14126 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14127
14128 2000-09-05 Andre Spiegel <spiegel@gnu.org>
14129
14130 * vc-hooks.el: Require vc during compilation.
14131 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14132 macro `with-vc-properties' in vc.el.
14133 (vc-file-getprop): Doc fix.
14134 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14135
14136 * vc.el: Require dired-aux during compilation.
14137 (vc-name-assoc-file): Moved to vc-sccs.el.
14138 (with-vc-properties): New macro.
14139 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14140 vc-finish-steal): Use it.
14141 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14142 to the backend-specific function is now supposed to do the checkout,
14143 too.
14144 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14145
14146 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14147 set file properties; that gets done in the generic code now.
14148
14149 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14150 Changed parameter list, added code from vc.el that does the
14151 checkout, possibly with a double-take.
14152
14153 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14154 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14155 the above under the new name.
14156 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14157 parameter list, added checkout command.
14158 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14159 properties; that gets done in the generic code now.
14160
14161 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14162
14163 * vc.el: Docstring fixes (courtesy of checkdoc).
14164
14165 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14166
14167 * vc.el (vc-checkout-writable-buffer-hook)
14168 (vc-checkout-writable-buffer): Remove.
14169 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14170 (vc-log-mode): Make it into a clean derived major mode.
14171 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14172 vc-log-mode if log-edit is not available.
14173 (vc-dired-mode-map): Don't set-keymap-parent yet.
14174 (vc-dired-mode): Do set-keymap-parent here.
14175 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14176
14177 2000-09-05 Gerd Moellmann <gerd@gnu.org>
14178
14179 * faces.el (set-face-attribute, face-spec-reset-face)
14180 (face-spec-set): Avoid consing by removing calls to `apply'.
14181
14182 * frame.el (frame-parameter): Move to C code.
14183
14184 2000-09-05 Dave Love <fx@gnu.org>
14185
14186 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14187 insert-before-markers-and-inherit. Now checked systematically!
14188
14189 2000-09-05 Alex Schroeder <alex@gnu.org>
14190
14191 * sql.el (sql-postgres): Use sql-postgres-options.
14192 (sql-postgres-options): New variable.
14193
14194 2000-09-05 Alex Schroeder <alex@gnu.org>
14195
14196 * sql.el (sql-mode-menu): Work around missing variable mark-active
14197 in XEmacs.
14198 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14199 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14200 compatibility.
14201
14202 2000-09-04 Gerd Moellmann <gerd@gnu.org>
14203
14204 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14205
14206 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14207
14208 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14209
14210 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14211
14212 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14213 don't support anything else under SCCS yet.
14214
14215 * vc-hooks.el: Minor doc fixes.
14216
14217 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14218
14219 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14220 not necessary. If verbose in state `needs-patch', do the same as
14221 under `up-to-date'. When NOT verbose and `needs-patch', check out
14222 latest version instead of `merge-news'.
14223 (vc-next-action-dired): Don't mess with default-directory here; it
14224 breaks other parts of dired. It is the job of the
14225 backend-specific functions to adjust it temporarily if they need it.
14226 (vc-next-action): Remove a special CVS case.
14227 (vc-clear-headers): New optional arg FILE.
14228 (vc-checkin, vc-checkout): Set properties vc-state and
14229 vc-checkout-time properly.
14230 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14231 (vc-print-log): Use new backend function `show-log-entry'.
14232 (vc-cancel-version): Do the checks in a different order. Added a
14233 FIXME concerning RCS-only code.
14234
14235 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14236 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14237
14238 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14239
14240 * vc-hooks.el (vc-default-mode-line-string): Show state
14241 `needs-patch' as a `-' too.
14242
14243 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14244
14245 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14246 (vc-default-could-register): New function.
14247 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14248 (vc-resynch-buffer): Call vc-dired-resynch-file.
14249 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14250 vc-resynch-buffer instead of vc-resynch-window.
14251 (vc-next-action-dired): Don't redisplay here, that gets done as a
14252 result of the individual file operations.
14253 (vc-retrieve-snapshot): Corrected prompt order.
14254
14255 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14256
14257 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14258 as well.
14259 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14260 hostname regexps. Updated all callers.
14261 (vc-cvs-responsible-p): Handle directories as well.
14262 (vc-cvs-could-register): New function.
14263 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14264 properties up-to-date.
14265
14266 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14267 user whether to create one.
14268
14269 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14270
14271 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14272 check out a non-existing file.
14273
14274 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14275 workfile does not exist.
14276
14277 * vc.el (vc-version-diff): Use `require' to check for existence of
14278 diff-mode.
14279
14280 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14281
14282 * vc-cvs.el (vc-cvs-registered): Use new function
14283 vc-cvs-parse-entry to do the actual work.
14284
14285 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14286
14287 * vc-hooks.el (vc-find-backend-function): If function doesn't
14288 exist, return nil instead of error.
14289 (vc-call-backend): Doc fix.
14290
14291 * vc.el (vc-do-command): Doc fix.
14292 (vc-finish-logentry): When checking in from vc-dired, choose the
14293 right backend for logentry check.
14294 (vc-dired-mode-map): Inherit from dired-mode-map.
14295 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14296 simplified.
14297 (vc-dired-state-info): Removed, updated caller.
14298 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14299 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14300 (vc-dired-listing-switches): New variable.
14301 (vc-directory): Use it, instead of dired-listing-switches.
14302
14303 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14304 (vc-cvs-dir-state): New function.
14305 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14306 (vc-cvs-parse-entry): New function, also to be used in
14307 vc-cvs-registered.
14308
14309 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14310
14311 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14312 *or* single-window-frames.
14313
14314 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14315
14316 * vc.el (vc-update-changelog): Split into generic part and default
14317 implementation. Doc string adapted.
14318 (vc-default-update-changelog): New function. Call the `rcs2log'
14319 script in exec-directory, to fix a long-standing nuisance.
14320
14321 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14322 simply signals an error.
14323
14324 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14325
14326 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14327 control-flow more clear and to avoid running `cvs' twice.
14328
14329 * vc.el (vc-next-action-on-file): Doc fix.
14330 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14331 (vc-print-log): Eval `file' before constructing the continuation.
14332
14333 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14334
14335 * vc.el (vc-next-action-on-file): Corrected several messages.
14336 (vc-merge): Add prefix arg `merge-news'; handle it.
14337
14338 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14339 is not reached. It is.
14340 (vc-cvs-merge): Set state to 'edited after merge.
14341 (vc-cvs-merge-news): Set workfile version to nil if not known.
14342 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14343
14344 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14345 via stdout. (Merge from main line.)
14346
14347 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14348
14349 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14350 detection.
14351
14352 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14353
14354 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14355 against kill-all-local-variables.
14356 (vc-log-edit): Don't save vc-parent-buffer any more.
14357 (vc-last-comment-match): Initialize to an empty string.
14358 (vc-post-command-functions): New hook.
14359 (vc-do-command): Run it.
14360 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14361 (vc-finish-logentry): Only add the comment to the ring if it's
14362 different from the last comment entered.
14363 (vc-new-comment-index): New function.
14364 (vc-previous-comment): Use it. Make the minibuffer message
14365 slightly less terse.
14366 (vc-comment-search-reverse): Make it work forward as well. Don't
14367 set vc-comment-ring-index if no match is found. Use
14368 vc-new-comment-index.
14369 (vc-comment-search-forward): Use vc-comment-search-reverse.
14370 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14371 define-derived-mode will do it for us. Bind `v' to a keymap that
14372 inherits from vc-prefix-map so that we can bind `vt' without
14373 binding C-x v t.
14374 (vc-retrieve-snapshot): Parenthesis typo.
14375
14376 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14377 to 1. Make sure to switch to *vc* before looking for an error
14378 message. Use vc-parse-buffer.
14379
14380 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14381
14382 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14383 and NAME.
14384 (vc-retrieve-snapshot): Split into two parts.
14385 (vc-default-retrieve-snapshot): New function.
14386
14387 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14388 (vc-cvs-retrieve-snapshot): New function (untested).
14389 (vc-cvs-stay-local): Default to t.
14390 (vc-cvs-remote-p): New function and property.
14391 (vc-cvs-state): Stay local only if the above is t.
14392 (vc-handle-cvs): Removed.
14393 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14394 done via vc-handled-backends now.
14395 (vc-cvs-header): Escape Id.
14396
14397 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14398
14399 * vc.el (vc-do-command): Remove unused commands.
14400 (vc-version-diff): Make sure default-directory ends with a slash.
14401 Move the window commands into a vc-exec-after.
14402 (vc-print-log): Move more of the code into the `vc-exec-after'.
14403
14404 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14405
14406 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14407 (vc-print-log): Search current revision from beginning of buffer.
14408 (vc-revert-buffer): Clear echo area after the diff is finished.
14409 (vc-prefix-map): Removed definition of "t" for terse display in vc
14410 dired.
14411 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14412 definition of "vt" for terse display.
14413 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14414
14415 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14416
14417 * vc.el (vc-exec-after): Avoid caddr.
14418
14419 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14420
14421 * vc.el (vc-exec-after): New function.
14422 (vc-do-command): Use it to add a termination message for async
14423 procs.
14424 (vc-checkout): Try to handle a missing-backend situation.
14425 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14426 of a directory with a backend using async diffs.
14427 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14428 present.
14429
14430 * vc-sccs.el (vc-sccs-state-heuristic): Use
14431 file-ownership-preserved-p.
14432
14433 * vc-rcs.el (vc-rcs-state-heuristic): Use
14434 file-ownership-preserved-p.
14435 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14436
14437 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14438
14439 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14440 vc-do-command.
14441
14442 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14443 when there are no changes.
14444
14445 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14446
14447 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14448
14449 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14450
14451 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14452
14453 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14454
14455 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14456 the `fset' outside of the defvar so that it works even if
14457 vc-prefix-map was already defined.
14458 (vc-setup-buffer): New function, split out of vc-do-command.
14459 (vc-do-command): Allow BUFFER to be t to mean `just use the
14460 current buffer without any fuss'.
14461 (vc-version-diff): Change the `diff' backend operation to just put
14462 the diff in the current buffer without erasing it. Always use
14463 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14464 shrink-window-if-larger-than-buffer.
14465 (vc-print-log): Change the `print-log' backend operation to just
14466 put the log in the current buffer without erasing it. Protect
14467 shrink-window-if-larger-than-buffer.
14468 (vc-update-change-log): Fix setd typo.
14469
14470 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14471 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14472
14473 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14474 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14475 CMP.
14476
14477 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14478 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14479 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14480
14481 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14482
14483 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14484 not possible, use vc-BACKEND-workfile-unchanged-p.
14485 (vc-default-workfile-unchanged-p): New function. Delegates to a
14486 full vc-BACKEND-diff.
14487
14488 * vc-hooks.el (vc-simple-command): Removed.
14489
14490 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14491 instead of vc-simple-command.
14492 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14493 avoid doing a diff when opening a file.
14494 (vc-rcs-state): Added check for unlocked-changes.
14495 (vc-rcs-header): Escape Id.
14496 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14497 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14498 version.
14499
14500 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14501 (vc-sccs-diff): Remove optional arg CMP.
14502 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14503 SCCS-specific function.
14504
14505 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14506 vc-simple-command.
14507
14508 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14509
14510 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14511 (with-vc-file, vc-merge): Use vc-editable-p.
14512 (vc-do-command): Remove unused var vc-file and fix the
14513 doubly-defined `status' var. Add a user message when starting an
14514 async command.
14515 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14516 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14517 Use with-current-buffer.
14518 (vc-buffer-sync): Use unless.
14519 (vc-next-action-on-file): If the file is 'edited by read-only,
14520 make it read-write instead of trying to commit.
14521 (vc-version-diff, vc-update-change-log): Use `setq
14522 default-directory' rather than `cd'.
14523 (vc-log-edit): Don't forget to set default-directory in the
14524 buffer.
14525
14526 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14527 (vc-sccs-state-heuristic): Use file-writable-p instead of
14528 comparing userids.
14529 (vc-sccs-checkout): Use `unless'.
14530
14531 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14532 of comparing userids.
14533 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14534 Simplify the logic by eliminating unreachable code.
14535 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14536 just do a recursive call if we need to retry.
14537 (vc-rcs-checkout): Handle the case where rcs is missing by making
14538 the buffer read-write if requested and re-signalling the error.
14539
14540 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14541
14542 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14543
14544 * vc-hooks.el (vc-handled-backends): Docstring change.
14545 (vc-ignore-vc-files): Mark obsolete.
14546 (vc-registered): Check vc-ignore-vc-files.
14547 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14548 vc-ignore-vc-files.
14549
14550 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14551
14552 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14553
14554 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14555 files since ange-ftp already has vc-registered return nil.
14556
14557 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14558 (vc-sccs-workfile-version): Use with-temp-buffer and new
14559 vc-parse-buffer and don't bother setting the property.
14560 (vc-sccs-add-triple): Use with-current-buffer and
14561 find-file-noselect.
14562 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14563
14564 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14565 derives from the old vc-parse-buffer but uses the revision number
14566 rather than the date (much easier to compare robustly).
14567 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14568 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14569 locking-user more directly. Check strict locking and set
14570 checkout-model appropriately.
14571 (vc-rcs-parse-locks): Remove.
14572 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14573 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14574 (vc-rcs-system-release): Use with-current-buffer and
14575 vc-parse-buffer.
14576 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14577
14578 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14579 (vc-simple-command): Docstring fix.
14580 (vc-registered): Align the way the file-handler is called with the
14581 way the function itself works.
14582 (vc-file-owner): Remove.
14583
14584 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14585 extraction of fields and call to file-attributes because of a
14586 temporary bug in rcp.el.
14587 (vc-cvs-fetch-status): Use with-current-buffer.
14588
14589 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14590
14591 * vc.el (vc-do-command): Use file-relative-name.
14592 (vc-responsible-backend): Use vc-backend if possible.
14593 (vc-create-snapshot): Improve the `interactive' spec. Add support
14594 for branches and dispatch to backend-specific `create-snapshot'.
14595 (vc-default-create-snapshot): New function, containing the bulk of
14596 the old vc-create-snapshot.
14597 (vc-retrieve-snapshot): Improve the interactive spec.
14598
14599 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14600 (vc-backend-hook-functions): Remove.
14601 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14602 (vc-backend): Reintroduce the test for `file = nil' now that I
14603 know why it was there (and added a comment to better remember).
14604
14605 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14606 code from vc-sccs-hooks.el.
14607 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14608 'vc anymore.
14609 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14610 and file-directory-p instead of file-exists-p.
14611 (vc-sccs-check-headers): Simplify the regexp.
14612
14613 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14614 from vc-rcs-hooks.el. Don't require 'vc anymore.
14615 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14616 file-directory-p instead of file-exists-p.
14617
14618 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14619 from vc-cvs-hooks.el.
14620 (proto vc-cvs-registered): Require 'vc-cvs instead of
14621 'vc-cvs-hooks. Don't require 'vc anymore.
14622 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14623 file-directory-p instead of file-exists-p.
14624 (vc-cvs-create-snapshot): New function, replacing
14625 vc-cvs-assign-name.
14626 (vc-cvs-assign-name): Remove.
14627
14628 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14629
14630 * vc-cvs.el (vc-cvs-header): New var.
14631
14632 * vc-rcs.el (vc-rcs-exists): Remove.
14633 (vc-rcs-header): New var.
14634
14635 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14636 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14637 (vc-sccs-header): New var.
14638
14639 * vc.el (vc-do-command): Get rid of the `last' argument.
14640 (vc-header-alist): Remove, replaced by vc-X-header.
14641 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14642 (vc-dired-hook): Use expand-file-name instead of concat.
14643 (vc-directory): Use file-name-as-directory.
14644 (vc-snapshot-precondition, vc-create-snapshot)
14645 (vc-retrieve-snapshot): Allow the command to operate on any
14646 directory.
14647
14648 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14649 just removing the 'WORKFILE argument or by removing the 'MASTER
14650 argument and replacing `file' with (vc-name file).
14651
14652 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14653
14654 * vc.el: Update Copyright and add a crude list of backend funs.
14655 (vc-writable-p): New function.
14656 (with-vc-file): Use vc-writable-p.
14657 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14658 (vc-register): Avoid vc-name.
14659 (vc-locking-user): Remove.
14660 (vc-steal-lock): Make the `owner' arg non-optional.
14661 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14662 vc-checkout-model.
14663 (vc-default-dired-state-info): Use vc-state instead of
14664 vc-locking-user and return special strings for special states.
14665 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14666 and get rid of one of the special CVS cases.
14667 (vc-cancel-version): prettify error message with \\[...].
14668 (vc-rename-master): New function.
14669 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14670 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14671 the CVS special case generic.
14672 (vc-default-record-rename): Remove.
14673 (vc-file-tree-walk-internal): Only call FUNC for files that are
14674 under control of some VC backend and replace `concat' with
14675 expand-file-name.
14676 (vc-file-tree-walk): Update docstring.
14677 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14678 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14679
14680 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14681 vc-sccs-record-rename. Use `find-file-noselect' rather than
14682 `find-file' and call `vc-rename-master' to do the actual move.
14683 (vc-sccs-diff): Remove unused `backend' variable.
14684
14685 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14686 to delay loading of vc-sccs until it is really used.
14687 (vc-sccs-master-templates): Preload.
14688 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14689 (vc-sccs-project-dir): Remove (merged into
14690 vc-sccs-search-project-dir).
14691 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14692 rather than `concat', make sure it is preloaded and don't bother
14693 to check that the file actually exists.
14694 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14695 `locks' argument (use buffer's content instead) and eliminate n^2
14696 behavior.
14697
14698 * vc-rcs.el: Update Copyright.
14699 (vc-rcs-rename-file): New function.
14700 (vc-rcs-diff): Remove unused `backend' variable.
14701
14702 * vc-hooks.el: Update Copyright.
14703 (vc-backend): Don't accept a nil argument any more.
14704 (vc-up-to-date-p): Turn into a defsubst.
14705 (vc-possible-master): New function.
14706 (vc-check-master-templates): Use `vc-possible-master' and allow
14707 funs in vc-X-master-templates to return a non-existent file.
14708
14709 * vc-cvs.el: Update Copyright.
14710 (vc-cvs-diff): Remove unused `backend' variable.
14711 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14712
14713 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14714
14715 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14716
14717 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14718 since it can be called from vc-rcs.el.
14719 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14720
14721 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14722
14723 * vc.el (vc-version-diff): Expand file name read from the
14724 minibuffer. Handle the case when a previous version number can't
14725 be guessed. Give suitable messages when there were no differences
14726 found.
14727 (vc-clear-headers): Call backend-specific implementation, if one
14728 exists.
14729 (vc-cancel-version): Made error checks generic. When done, clear
14730 headers generically, too.
14731
14732 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14733 from vc-clear-headers in vc.el.
14734
14735 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14736 correctly.
14737 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14738 optional. Handle the case when it's not there.
14739
14740 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14741
14742 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14743
14744 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14745
14746 * vc-hooks.el (vc-loadup): Remove.
14747 (vc-find-backend-function): Use `require'. Also, handle the case
14748 where vc-BACKEND-hooks.el doesn't exist.
14749 (vc-call-backend): Cleanup.
14750
14751 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14752
14753 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14754 vc-rcs-grab-templates)
14755 (vc-rcs-registered): Remove. The default function works as well.
14756 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14757 vc-sccs-grab-templates)
14758 (vc-sccs-registered): Remove. The default function works as well.
14759
14760 * vc.el (vc-version-diff): Left out a vc- in call to
14761 vc-call-backend.
14762 (vc-default-dired-state-info, vc-default-record-rename)
14763 (vc-default-merge-news): Update for the new backend argument.
14764
14765 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14766 using the default function.
14767 (vc-call-backend): If calling the default function, pass it the
14768 backend as first argument. Update the docstring accordingly.
14769 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14770 for the new backend argument.
14771 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14772 (vc-find-backend-function): Use the new name.
14773 (vc-default-registered): New function.
14774
14775 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14776
14777 * vc.el (vc-merge): Use vc-find-backend-function.
14778
14779 * vc-hooks.el (vc-backend-functions): Remove.
14780 (vc-loadup): Don't setup 'vc-functions.
14781 (vc-find-backend-function): New function.
14782 (vc-call-backend): Use above fun and populate 'vc-functions
14783 lazily.
14784 (vc-backend-defines): Remove.
14785
14786 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14787
14788 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14789 Call vc-call-backend without the leading vc-.
14790 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14791 (vc-check-headers): Call vc-call-backend without the leading vc-.
14792 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14793 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14794 Call vc-call-backend without the leading vc-.
14795
14796 * vc-cvs.el (tail): Provide vc-cvs.
14797 * vc-sccs.el (tail): Provide vc-sccs.
14798 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14799
14800 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14801 (vc-make-backend-function, vc-call): Pass names without leading
14802 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14803 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14804 (vc-call-backend): Always try to load vc-X-hooks.
14805 (vc-registered): Remove vc- in call to vc-call-backend.
14806
14807 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14808
14809 * vc.el (vc-process-filter): New function.
14810 (vc-do-command): Setup `vc-process-filter' for the async process.
14811 (vc-maybe-resolve-conflicts): New function to reduce
14812 code-duplication. Additionally, it puts the buffer in
14813 `smerge-mode' if applicable.
14814 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14815 calling `merge-news'.
14816 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14817 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14818 interfacing to log-edit.el.
14819 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14820 log-edit is available.
14821 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14822
14823 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14824
14825 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14826 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14827 defvar and the initialization.
14828 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14829
14830 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14831 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14832
14833 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14834
14835 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14836
14837 * vc.el (vc-file-clear-masterprops): Removed.
14838 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14839 (vc-version-diff): Use buffer-size without argument.
14840 (vc-register): Heed vc-initial-comment.
14841
14842 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14843 default branch.
14844
14845 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14846 file name and workfile version.
14847 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14848
14849 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14850 vc-file-clear-masterprops.
14851
14852 * vc-sccs.el (vc-sccs-checkout): Removed call to
14853 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14854 rather than user login name.
14855
14856
14857 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14858
14859 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14860 `want-differences-if-changed' and simplify.
14861 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14862 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14863 output (which is invalid for async vc-diff) to decide whether to
14864 do the revert silently or not.
14865
14866 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14867
14868 * vc-hooks.el (vc-loadup): Load files quietly.
14869 (vc-call-backend): Oops, brain fart.
14870
14871 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14872
14873 * vc-cvs.el (vc-cvs-state): Typo.
14874 (vc-cvs-merge-news): Return the status code rather than the error msg.
14875
14876 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14877
14878 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14879 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14880 vc-state or vc-up-to-date-p.
14881 (vc-merge): Use vc-backend-defines to check whether merging is
14882 possible. Set state to 'edited after successful merge.
14883
14884 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14885 return that name. Redocumented.
14886
14887 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14888
14889 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14890 new `vc-state' semantics.
14891 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14892 'vc-locking-user to the current user.
14893 (vc-merge): Inline vc-backend-merge. Comment out code that I
14894 don't understand and hence can't adapt to the new `vc-state' and
14895 `vc-locking-user' semantics.
14896 (vc-backend-merge): Remove.
14897
14898 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14899 rather than 'vc-locking-user.
14900
14901 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14902
14903 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14904 (vc-state): Don't use 'reserved any more. Just use the same
14905 convention as the one used for vc-<backend>-state where the
14906 locking user (as a string) is returned.
14907 (vc-locking-user): Update, based on the above convention. The
14908 'vc-locking-user property has disappeared.
14909 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14910
14911 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14912 with a heuristic one.
14913 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14914 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14915 error. That allows us to get to 'needs-merge even in the
14916 stay-local case. There's still no way to detect 'needs-patch in
14917 such a setup (or to force an update for that matter).
14918 (vc-cvs-logentry-check): Remove, the default works as well.
14919
14920 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14921
14922 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14923
14924 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14925 major-mode in which the buffer might have been put earlier. Use
14926 `remove' and `when'. Allow `okstatus' to be `async' and use
14927 `start-process' in this case.
14928 (vc-version-diff): Handle the case where the diff looks empty
14929 because of the use of an async process.
14930
14931 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14932
14933 * vc.el (vc-next-action-on-file): Removed optional parameter
14934 `simple'. Recompute state unconditionally.
14935 (vc-default-toggle-read-only): Removed.
14936
14937 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14938 (vc-toggle-read-only): Undid prev change.
14939
14940 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14941 vc-cvs-simple-toggle. Redocumented.
14942 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14943 (vc-cvs-toggle-read-only): Removed.
14944
14945 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14946
14947 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14948 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14949 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14950 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14951 still is. So maybe it should be removed.
14952 (vc-head-version, vc-find-binary): Remove.
14953 (vc-recompute-state): Move from vc-hooks.el.
14954 (vc-next-action-on-file): Add a `simple' argument to allow
14955 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14956 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14957 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14958 (vc-dired-mode-map): Properly defvar it.
14959 (vc-print-log): Call log-view-mode if available.
14960 (small-temporary-file-directory): defvar instead of use boundp.
14961 (vc-merge-news): Moved to vc-cvs.el.
14962 (vc-default-merge-news): New function.
14963
14964 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14965 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14966 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14967 unknown `vc-latest-version' function. It should probably refer to
14968 vc-workfile-version or somesuch, but it's very unclear to me and I
14969 don't have SCCS to test things.
14970
14971 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14972 (vc-sccs-state-heuristic): Fix typo.
14973 (vc-sccs-workfile-unchanged-p): Add missing argument.
14974
14975 * vc-rcs.el: Require vc and vc-rcs-hooks.
14976 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14977 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14978 (vc-release-greater-or-equal-p): Move from vc.
14979 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14980 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14981 (vc-rcs-checkout): Add a missing `new-version' argument in the
14982 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14983
14984 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14985 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14986 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14987 than the apparently unbound `workfile-version'.
14988
14989 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14990 (vc-file-prop-obarray): Use `make-vector'.
14991 (vc-backend-functions): Add new hookable functions
14992 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14993 (vc-loadup): If neither backend nor default functions exist, use
14994 the backend function rather than nil.
14995 (vc-call-backend): If the function if not bound yet, try to load
14996 the non-hook file to see if it provides it.
14997 (vc-call): New macro plus use it wherever possible.
14998 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14999 nor `vc-find-binary' since it's only called from
15000 vc-mistrust-permission which is only used once the backend is known.
15001 (vc-checkout-model): Fix parenthesis.
15002 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15003
15004 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15005 (vc-cvs-release, vc-cvs-system-release): Remove.
15006 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15007 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15008 status symbols.
15009 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15010 (vc-cvs-toggle-read-only): First cut at a function to allow a
15011 cvs-status-free vc-toggle-read-only.
15012 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15013 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15014 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15015 (vc-cvs-checkout): Modify access rights directly if the user
15016 requested not to use `cvs edit'. And refresh the mode line.
15017
15018 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15019 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15020
15021 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15022
15023 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15024 workfile' that got lost when the code was extracted from vc.el.
15025 And merged the tail with the rest of the code (not possible in the
15026 old vc.el where the tail was shared among all backends). And
15027 explicitly set the state to 'edited if `writable' is set.
15028
15029 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15030 (vc-cvs-state): Be careful to return the value from
15031 vc-cvs-parse-state.
15032 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15033 property but return it instead. Also be careful to handle a nil
15034 or "" `rev' when workfile is non-nil (it was handled properly when
15035 workfile was nil).
15036
15037 * vc.el: Removed those pesky unnecessary `(function' quotes.
15038 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15039 directly in the defvar.
15040 (vc-do-command): Bind inhibit-read-only so as to properly handle
15041 the case where the destination buffer has been made read-only.
15042 (vc-diff): Delegate to vc-version-diff in all cases.
15043 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15044 (vc-annotate-mode-variables): Removed (code moved partly to
15045 defvars and partly to vc-annotate-add-menu).
15046 (vc-annotate-mode): Turned into a derived-mode.
15047 (vc-annotate-add-menu): Moved in code in
15048 vc-annotate-mode-variables.
15049 (vc-update-change-log): Use make-temp-file if available.
15050
15051 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15052
15053 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15054 `vc-checkout-model' updated to `vc-cvs-update-model'.
15055
15056 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15057
15058 * vc.el (vc-next-action-on-file): Added handling of state
15059 `unlocked-changes'.
15060 (vc-checkout-carefully): Is now practically obsolete, unless the
15061 above is too slow to be enabled unconditionally.
15062 (vc-update-change-log): Fixed typo.
15063
15064 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15065
15066 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15067 Now handles state `unlocked-changes'.
15068 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15069
15070 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15071
15072 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15073 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15074 `unlocked-changes'.
15075 (vc-rcs-workfile-unchanged-p): Renamed from
15076 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15077 function yet, but supposed to become one soon.
15078
15079 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15080 `vc-steal-lock'.
15081 (vc-call-backend): Changed error message.
15082 (vc-state): Added description of state `unlocked-changes'.
15083
15084 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15085
15086 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15087 always return t in CVS-controlled directories.
15088
15089 * vc.el (vc-responsible-backend): New function.
15090 (vc-register): Largely rewritten.
15091 (vc-admin): Removed (implementation moved into vc-register).
15092 (vc-checkin): Redocumented.
15093 (vc-finish-logentry): If no backend defined yet (because we are in
15094 the process of registering), use the responsible backend.
15095
15096 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15097 Updated function lists.
15098 (vc-call-backend): Fixed typo.
15099
15100 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15101 New functions.
15102 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15103 Removed query option. Redocumented.
15104
15105 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15106
15107 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15108
15109 * vc.el: Updated callers of `vc-checkout-required' to use
15110 `vc-checkout-model'.
15111
15112 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15113
15114 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15115 stuff updated to reference this function instead of the old
15116 `vc-backend-release-p'.
15117
15118 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15119
15120 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15121 vc-checkout-model. Return appropriate values. Updated callers.
15122
15123 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15124
15125 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15126 (vc-backend-revert): Function moved into `vc-revert';
15127 `vc-next-action' must be updated to accomodate this change.
15128 (vc-backend-steal): Function moved into `vc-finish-steal'.
15129 (vc-backend-logentry-check): Function moved into
15130 `vc-finish-logentry'.
15131 (vc-backend-printlog): Function moved into `vc-print-log'.
15132 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15133 (vc-backend-assign-name): Function moved into
15134 `vc-create-snapshot'.
15135
15136 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15137
15138 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15139 Rename to vc-checkout-model. Return appropriate values.
15140 Update callers.
15141
15142 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15143 to vc-checkout-model.
15144 (vc-checkout-required): Rename to vc-checkout-model.
15145 Re-implement and re-comment.
15146 (vc-after-save): Use vc-checkout-model.
15147
15148 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15149
15150 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15151 Update to use the vc-BACKEND-diff functions instead.
15152 `vc-diff' is now working.
15153
15154 * vc-rcs.el (vc-rcs-logentry-check): New function.
15155
15156 * vc-cvs.el (vc-cvs-logentry-check): New function.
15157
15158 * vc-sccs.el (vc-sccs-diff): Function changed name from
15159 `vc-backend-diff'. This makes `vc-diff' work.
15160
15161 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15162 of functions possibly implemented in a vc-BACKEND library.
15163 (vc-checkout-required): Fix bug that caused an error to be
15164 signaled during `vc-after-save'.
15165
15166 * vc.el: Fix typo.
15167 This checkin is made with our new VC code base for the very first time.
15168 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15169
15170 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15171 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15172
15173 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15174 updated to `vc-uses-locking'.
15175 (vc-checkout-required): Call to backend function.
15176 `vc-checkout-required' updated to `vc-uses-locking' instead.
15177
15178 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15179 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15180
15181 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15182 to match the split into various backends.
15183 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15184 (vc-retrieve-snapshot): Bug fix.
15185
15186 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15187
15188 * vc-sccs.el (vc-sccs-release): Doc fix.
15189
15190 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15191
15192 * vc.el (vc-next-action-on-file): Bug found and fixed.
15193 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15194 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15195
15196 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15197 (vc-rcs-checkout): Name space cleaned up. No more revision number
15198 crunching function names that are not prefixed with vc-rcs.
15199 (vc-rcs-checkout-model): Function added. References to
15200 `vc-checkout-model' replaced.
15201
15202 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15203
15204 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15205 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15206 still need to be split, and implemented for RCS).
15207
15208 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15209
15210 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15211
15212 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15213 required by the vc.el file.
15214
15215 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15216 required by the vc.el file.
15217 (vc-rcs-exists): Function added.
15218
15219 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15220 required by the vc.el file.
15221
15222 * vc.el (vc-admin): Updated to handle selection of appropriate
15223 backend. Current implementation is crufty and need re-thinking.
15224
15225 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15226
15227 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15228
15229 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15230 beginning of annotate buffers correctly.
15231
15232 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15233 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15234 functionality updated quite a lot to support multiple backends.
15235 Variables `vc-annotate-mode', `vc-annotate-buffers',
15236 `vc-annotate-backend' added.
15237
15238 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15239 `vc-annotate-difference' added to supported backend functions.
15240
15241 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15242
15243 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15244 Use with-temp-file instead of /bin/sh. Merged from mainline
15245
15246 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15247
15248 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15249
15250 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15251
15252 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15253
15254 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15255
15256 * vc-hooks.el: vc-state-heuristic added to
15257 vc-backend-hook-functions.
15258
15259 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15260
15261 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15262
15263 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15264 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15265 state to `reserved'.
15266
15267 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15268 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15269
15270 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15271
15272 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15273 untouched.
15274
15275 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15276
15277 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15278 if defined. (Merged from main line, slightly adapted.)
15279
15280 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15281 millenium problem (merged from mainline).
15282
15283 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15284
15285 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15286 part and moved the non-BACKEND stuff to vc.el.
15287
15288 * vc.el: Split the annotate feature into a BACKEND specific part
15289 and moved it from the vc-cvs.el file to this one.
15290
15291 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15292
15293 * vc-hooks.el: Implement new state model.
15294 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15295 (vc-locking-user): Simplify. Now only needed if the file is
15296 locked by somebody else.
15297 (vc-lock-from-permissions): Remove. Functionality is in
15298 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15299 (vc-mode-line-string): New name for former vc-status. Adapted.
15300 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15301
15302 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15303 Various simplifications and adaptations all over the place.
15304
15305 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15306 Simplify and adapt the rest.
15307
15308 * vc.el (vc-resynch-window): Add TODO comment: check for
15309 interaction with view mode according to recent RCS change.
15310 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15311
15312 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15313
15314 * vc.el: Convert the remaining function comments to docstrings.
15315
15316 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15317
15318 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15319 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15320 (vc-minor-part, vc-previous-version): Functions that operate and
15321 compare revision numbers got proper documentation. Comments added
15322 about their possible removal.
15323
15324 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15325
15326 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15327 the vc-backend.el files.
15328
15329 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15330
15331 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15332 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15333 (vc-rcs-previous-version): Functions added.
15334
15335 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15336
15337 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15338
15339 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15340
15341 * vc-hooks.el (vc-master-templates): Is really obsolete.
15342 Comment out the definition for now. What is the right procedure
15343 to get rid of it?
15344 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15345 rewritten.
15346 (vc-default-registered): Remove.
15347 (vc-check-master-templates): New function; does mostly what the
15348 above did before.
15349 (vc-locking-user): Don't rely on the backend to set the property.
15350
15351 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15352 Rewrite documentation.
15353 (vc-rcs-templates-grabbed): New variable.
15354 (vc-rcs-grab-templates): New function.
15355 (vc-rcs-registered): Rewrite to use above mechanism.
15356
15357 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15358 Rewrite documentation.
15359 (vc-sccs-templates-grabbed): New variable.
15360 (vc-sccs-grab-templates): New function.
15361 (vc-sccs-registered): Rewrite to use above mechanism.
15362 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15363 Don't throw the result, simply return it.
15364
15365 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15366 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15367 (vc-cvs-registered): Does the check itself now. Simplify.
15368
15369 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15370 from main line.
15371
15372 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15373
15374 * vc-cvs.el (vc-cvs-diff): New function.
15375
15376 * vc-sccs.el (vc-sccs-diff): New function.
15377
15378 * vc-rcs.el (vc-rcs-diff): New function.
15379 (vc-rcs-checkout): Bug (typo) found and fixed.
15380 (vc-rcs-register-switches): New variable.
15381
15382 * vc.el (vc-backend-diff): Function removed and placed in the
15383 backend files.
15384
15385 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15386
15387 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15388
15389 * vc.el (vc-backend-checkout): Function removed and replaced in
15390 the vc-backend.el files.
15391
15392 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15393
15394 * vc.el (vc-backend-admin): Removed and replaced in the
15395 vc-backend.el files.
15396
15397 * vc.el (Martin): Removed all the annotate functionality since it
15398 is CVS backend specific.
15399
15400 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15401
15402 * spec.txt: Added specification of vc-state.
15403
15404 * vc-sccs-hooks.el (vc-sccs-master-properties):
15405 Remove handling of vc-latest-version and
15406 vc-your-latest-version. What used to be vc-latest-version, is now
15407 returned as vc-workfile-version.
15408 (vc-sccs-workfile-version): Adapt.
15409
15410 2000-09-04 Dave Love <fx@gnu.org>
15411
15412 * vc.el: [Merged from mainline.]
15413 (vc-dired-mode): Make the dired-move-to-filename-regexp
15414 regexp match the date, to avoid treating date as file size.
15415 Add YYYY S option to WESTERN/
15416
15417 2000-09-04 Dave Love <fx@gnu.org>
15418
15419 * vc.el: Require `compile' when compiling.
15420 (vc-logentry-check-hook): New option.
15421 (vc-steal-lock): Use compose-mail.
15422 (vc-dired-mode-map): Defvar when compiling.
15423 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15424 vc-sccs.el and renamed. Callers changed.
15425 (vc-backend-checkout, vc-backend-logentry-check)
15426 (vc-backend-merge-news): Doc fix.
15427 (vc-default-logentry-check): New function.
15428 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15429 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15430 (vc-backend-merge): Doc fix. Use backend functions.
15431 (vc-check-headers): Use backend functions.
15432
15433 * vc-cvs.el: Require vc when compiling.
15434 (vc-cvs-register-switches): Doc fix.
15435 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15436 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15437 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15438 New functions (code from vc.el).
15439 (vc-annotate-display-default): Fix interactive spec.
15440 (vc-annotate-time-span): Doc fix.
15441
15442 * vc-rcs.el: Require vc when compiling.
15443 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15444 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15445 (vc-rcs-checkin): New functions (code from vc.el).
15446 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15447 Doc fix.
15448 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15449
15450 * vc-sccs.el: Require vc when compiling.
15451 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15452 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15453 (vc-sccs-revert)
15454 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15455 from vc.el).
15456 (vc-sccs-add-triple, vc-sccs-record-rename)
15457 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15458 (vc-sccs-admin): Doc fix.
15459
15460 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15461
15462 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15463 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15464 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15465 from vc.el.
15466
15467 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15468
15469 * vc-cvs.el: Moved the annotate functionality from vc.el.
15470 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15471
15472 2000-09-04 Dave Love <fx@gnu.org>
15473
15474 * vc.el (vc-backend-release): Call vc-system-release.
15475
15476 * vc-sccs.el (vc-sccs-system-release):
15477 Renamed from vc-sccs-backend-release.
15478
15479 * vc-rcs.el (vc-rcs-system-release):
15480 Renamed from vc-rcs-backend-release.
15481
15482 * vc-cvs.el (vc-cvs-system-release):
15483 Renamed from vc-cvs-backend-release.
15484
15485 2000-09-04 Dave Love <fx@gnu.org>
15486
15487 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15488 backend files.
15489 (vc-backend-release): Dispatch to backend functions.
15490 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15491 probably needs attention.]
15492
15493 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15494 (vc-sccs-backend-release): New function.
15495
15496 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15497 (vc-cvs-backend-release): New function.
15498
15499 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15500 Doc fix.
15501 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15502 (vc-default-dired-state-info): New function.
15503 (vc-dired-state-info): Dispatch to backends.
15504 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15505
15506 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15507 from vc.el and renamed.
15508
15509 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15510
15511 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15512 (vc-version-other-window, vc-backend-assign-name): Removed
15513 references to vc-latest-version; sometimes changed into
15514 vc-workfile-version.
15515
15516 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15517 vc-rcs-master-workfile-version.
15518 (vc-rcs-workfile-version): Use the above. Don't call
15519 vc-latest-version (that was unreachable code, anyway).
15520 (vc-rcs-fetch-master-properties): Doc fix.
15521
15522 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15523 (vc-backend-hook-functions): Removed them from this list, too.
15524 (vc-fetch-properties): Removed.
15525 (vc-workfile-version): Doc fix.
15526
15527 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15528 (vc-rcs-workfile-version, vc-rcs-locking-user)
15529 (vc-rcs-uses-locking): Use it.
15530
15531 * vc-hooks.el (vc-consult-rcs-headers):
15532 Moved into vc-rcs-hooks.el, under the name
15533 vc-rcs-consult-headers.
15534
15535 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15536 headers.
15537 (vc-cvs-find-master): Use this name only; correct different
15538 versions of the name.
15539
15540 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15541 New functions.
15542 (vc-sccs-locking-user): Use the latter.
15543
15544 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15545 New functions.
15546
15547 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15548 Moved into both
15549 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15550 functions are implementation details of those two backends.
15551
15552 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15553
15554 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15555 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15556
15557 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15558 (vc-sccs-parse-locks): SCCS-specific code moved here from
15559 vc-hooks.
15560
15561 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15562 code moved here from vc-hooks.
15563
15564 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15565 into back-end specific parts and removed. Callers not updated
15566 yet; because I guess these callers will disappear into back-end
15567 specific files anyway.
15568
15569 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15570
15571 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15572 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15573 `vc-uses-locking'.
15574
15575 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15576 Store yes/no in the property, and return t/nil. Updated all
15577 callers.
15578
15579 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15580 vc-sccs-uses-locking. Don't set property.
15581 (vc-sccs-locking-user): Don't set property.
15582
15583 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15584 vc-cvs-uses-locking. Don't set property here; leave that to
15585 vc-hooks.
15586 (vc-cvs-locking-user): Reflect above change. Streamlined.
15587
15588 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15589 vc-rcs-uses-locking.
15590 (vc-rcs-locking-user): Reflect above change.
15591
15592 2000-09-04 Dave Love <fx@gnu.org>
15593
15594 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15595
15596 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15597
15598 * vc-hooks.el (vc-checkout-model): Punt to backends.
15599
15600 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15601
15602 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15603
15604 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15605 New functions.
15606
15607 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15608 New functions.
15609
15610 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15611 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15612
15613 * vc-hooks.el (vc-default-locking-user): New function.
15614 (vc-locking-user, vc-workfile-version): Punt to backends.
15615
15616 2000-09-04 Dave Love <fx@gnu.org>
15617
15618 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15619 (vc-master-workfile-version): Moved from vc-hooks.
15620
15621 * vc-rcs-hooks.el: Fix duplicate code in last change.
15622
15623 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15624 (vc-rcs-master-templates): Improve :type.
15625 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15626 vc-master-workfile-version): Moved from vc-hooks.
15627
15628 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15629 (vc-sccs-master-templates): Improve :type.
15630 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15631
15632 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15633
15634 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15635 (vc-cvs-master-templates): Improve :type. Use
15636 vc-cvs-find-cvs-master.
15637 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15638 from vc-hooks.
15639 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15640
15641 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15642 Moved to vc-cvs-hooks.
15643
15644 * vc-hooks.el: Add doc strings in various places. Simplify the
15645 minor mode setup.
15646 (vc-handled-backends): New user variable.
15647 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15648 simplification.
15649
15650 2000-09-04 Dave Love <fx@gnu.org>
15651
15652 * vc.el: Some doc fixes for autoloaded and interactive functions.
15653 Fix compilation warnings from ediff stuff.
15654 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15655
15656 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15657
15658 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15659
15660 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15661
15662 2000-09-04 Dave Love <fx@gnu.org>
15663
15664 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15665 New variable.
15666 (vc-make-backend-function, vc-loadup, vc-call-backend)
15667 (vc-backend-defines): New functions.
15668
15669 * vc-hooks.el: Various doc fixes.
15670 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15671 (vc-match-substring): Function removed. Callers changed to use
15672 match-string.
15673 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15674 Simplify.
15675
15676 2000-09-04 Dave Love <fx@gnu.org>
15677
15678 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15679 type.
15680 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15681 (vc-sccs-registered): Doc fix.
15682
15683 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15684 (vc-cvs-registered): Doc fix.
15685
15686 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15687 (vc-rcs-registered): Doc fix.
15688
15689 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15690
15691 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15692
15693 * vc-hooks.el: vc-registered has been renamed
15694 vc-default-registered. Some functions have been moved to the
15695 backend specific files. they all support the
15696 vc-BACKEND-registered functions.
15697
15698 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15699
15700 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15701
15702 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15703
15704 2000-09-04 Dave Love <fx@gnu.org>
15705
15706 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15707 menu-bar-update-hook.
15708
15709 * help.el (help-manyarg-func-alist): Add
15710 find-operation-coding-system.
15711
15712 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15713
15714 * custom.el (custom-set-variables): Print message about errors in
15715 setting.
15716
15717 2000-09-03 Andrew Innes <andrewi@gnu.org>
15718
15719 * makefile.w32-in: Change to DOS line endings.
15720
15721 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15722
15723 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15724 minor-mode keymaps, if they don't have one.
15725
15726 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15727
15728 * eshell/esh-module.el (eval-when-compile): Don't lose if
15729 esh-module.el's file name is truncated to DOS 8+3 limits.
15730
15731 2000-09-01 John Wiegley <johnw@gnu.org>
15732
15733 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15734 predicate, which caused entries in the completion list to be
15735 doubled.
15736
15737 2000-08-30 John Wiegley <johnw@gnu.org>
15738
15739 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15740 sending to subprocesses. Also, hook pre-command-hook if
15741 `eshell-send-direct-to-subprocesses' is non-nil.
15742 (eshell-send-direct-to-subprocesses): New config variable. If t,
15743 subprocess input is send immediately.
15744 (eshell-toggle-direct-send): New function.
15745 (eshell-self-insert-command): New function.
15746 (eshell-intercept-commands): New function.
15747 (eshell-send-input): If direct subprocess sending is enabled,
15748 don't echo any input to the Eshell buffer. Let the subprocess
15749 handle that. This requires "stty echo" in bash, for example.
15750
15751 2000-08-28 John Wiegley <johnw@gnu.org>
15752
15753 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15754 completion function for Eshell's implementation of `unset'.
15755
15756 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15757
15758 * info.el (Info-directory-list): Doc fix.
15759
15760 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15761
15762 * filecache.el (file-cache-add-directory-using-find): Don't quote
15763 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15764
15765 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15766
15767 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15768 coding systems.
15769
15770 2000-08-30 Andrew Innes <andrewi@gnu.org>
15771
15772 * timer.el (run-with-idle-timer): Undo last change, so that timer
15773 is not activated immediately if Emacs is already idle. Some
15774 existing code relies on this behaviour.
15775
15776 2000-08-30 Miles Bader <miles@gnu.org>
15777
15778 * frame.el (set-frame-font): Do completion of font-name for
15779 interactive use.
15780
15781 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15782
15783 * international/quail.el (quail-start-translation): Bind locally
15784 last-command-event, last-command, and this-command.
15785 (quail-start-conversion): Likewise.
15786 (quail-self-insert-command): Fix docstring.
15787
15788 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15789
15790 * progmodes/executable.el
15791 (executable-make-buffer-file-executable-if-script-p): Check that
15792 buffer contains at least 2 characters.
15793
15794 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15795
15796 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15797
15798 2000-08-29 Dave Love <fx@gnu.org>
15799
15800 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15801 (diff-mode-shared-map): Bind mouse-2.
15802 (diff-imenu-generic-expression): New variable.
15803 (diff-mode): Use it.
15804
15805 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15806 (mouse-popup-menubar): Add minor mode menus.
15807 (popup-menu): Check for lookup-key returning number.
15808
15809 2000-08-29 Miles Bader <miles@gnu.org>
15810
15811 * comint.el (comint-send-input): Create overlays using the proper
15812 front/read-advance arguments.
15813
15814 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15815
15816 * ps-print.el: Even/odd pages printing. Doc fix.
15817 (ps-print-version): New version number (6.0).
15818 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15819 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15820 (ps-print-duplex-feature): Variable eliminated.
15821 (ps-even-or-odd-pages): New variable.
15822
15823 * progmodes/ebnf2ps.el: Doc fix.
15824 (ebnf-version): New version (3.3).
15825 (ebnf-user-arrow): Change variable customization to sexp.
15826 (ebnf-user-arrow): Function eliminated.
15827 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15828
15829 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15830
15831 * help.el (help-xref-mule-regexp): New variable.
15832 (help-make-xrefs): Handle help-xref-mule-regexp.
15833
15834 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15835 variable.
15836 (describe-input-method): Temporarily activate the specfied input
15837 method to display the information.
15838 (describe-language-environment): Hyperlinks to mule related items.
15839
15840 * international/mule-diag.el (charset-multibyte-form-string): New
15841 function.
15842 (list-character-sets-1): Use charset-multibyte-form-string.
15843 (describe-character-set): New function.
15844 (describe-coding-system): Hyperlinks to safe character sets.
15845
15846 * international/quail.el (quail-help): New arg PACKAGE.
15847 Hyperlinks to mule related items.
15848 (quail-help-insert-keymap-description): Use
15849 substitute-command-keys instead of describe-bindings.
15850 (quail-translation-help): Hyperlinks to mule related items.
15851
15852 2000-08-28 John Wiegley <johnw@gnu.org>
15853
15854 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15855 have a defsubst call itself. Made `eshell-flatten-list' back into
15856 a function again.
15857
15858 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15859 catch, in case re-centering point at bottom messes up the display.
15860 This happens frequently in Emacs 21, due I believe to variable
15861 line heights.
15862
15863 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15864 to call `find-tag-interactive'.
15865
15866 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15867 the list of remember directories.
15868
15869 2000-08-28 John Wiegley <johnw@gnu.org>
15870
15871 * align.el: Test align-region-separate to see if it's a symbol.
15872
15873 2000-08-28 John Wiegley <johnw@gnu.org>
15874
15875 * eshell/esh-util.el (eshell-flatten-list): Made this function
15876 into a defsubst form. It gets used very frequently, although
15877 calls don't occur all that often.
15878
15879 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15880 examining it.
15881
15882 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15883 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15884 `eshell-protect'.
15885 (eshell-copy-handles): Created a new macro for duplicating the
15886 current set of open handles. This is needed by the looping
15887 functions.
15888 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15889 is not incorrectly stomped on.
15890
15891 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15892 declaration for pcomplete-use-paring.
15893 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15894 value of eshell-cmpl-use-paring.
15895 * pcomplete.el (pcomplete-use-paring): New config variable, to
15896 indicate whether paring should be used.
15897 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15898 completion alternatives that have already been used.
15899
15900 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15901 bound to C-c C-y, which will repeat the previous N arguments
15902 (based on prefix argument).
15903 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15904
15905 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15906 if there is no *Help* buffer. This is for XEmacs, which renames
15907 its help buffers uniquely. TODO: Find out what the current buffer
15908 name to delete is.
15909
15910 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15911 first entry that correlates to a passwd/group number. Later
15912 entries (used for group/user name aliasing to multiple IDs) are
15913 ignored.
15914
15915 * eshell/em-xtra.el (eshell/expr):
15916 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15917 (eshell-grep, eshell/diff, eshell/locate):
15918 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15919 argument list, before passing it to the system command.
15920
15921 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15922 `find-tag' for use at final position in Eshell buffers (which
15923 otherwise triggers an error on Emacs 21).
15924 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15925 buffer, if it is currently bound to `find-tag'.
15926
15927 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15928 in the list of matched Makefile names.
15929 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15930 directory, prefer its contents to Makefile.
15931
15932 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15933 directory parts (like "cd old new", or "cd =regexp"), are now case
15934 sensitive on non-Windows/DOS platforms.
15935
15936 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15937 types RET after an open delimiter (like "), display a message
15938 indicating that Eshell is waiting for the closing delimiter.
15939
15940 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15941 environment variables.
15942
15943 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15944 gracefully if the user enters incorrect arguments.
15945
15946 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15947 Eshell buffers.
15948
15949 * eshell/esh-var.el (eshell-interpolate-variable):
15950 * eshell/esh-mode.el (eshell-move-argument):
15951 * eshell/em-unix.el (eshell-du-sum-directory):
15952 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15953 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15954 (not (= ...)).
15955
15956 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15957 to ensure the `preserve' flag gets propagated when doing recursive
15958 directory copies.
15959
15960 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15961
15962 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15963 Don't convert \n into \0177 in memory.
15964 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15965 and back again, when reading and writing.
15966
15967 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15968
15969 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15970 testing of `fboundp' on `processp'.
15971
15972 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15973 (eshell/jobs): Don't call process-list if it is not bound.
15974 (eshell-gather-process-output): Support systems where async
15975 subprocesses aren't supported.
15976 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15977 variables.
15978
15979 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15980 eshell-do-eval returns t.
15981 (eshell-do-pipelines-synchronously): New defmacro.
15982 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15983 when async subprocesses aren't supported.
15984 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15985 if async subprocesses aren't supported.
15986 (eshell-resume-command): Don't assume STATUS is a string.
15987
15988 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15989
15990 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15991 (eshell-close-target, eshell-get-target): Use eshell-processp.
15992 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15993 fix.
15994 (eshell-get-target, eshell-create-handles): Doc fix.
15995
15996 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15997
15998 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15999 criterion to include commands that output something, as long as it
16000 leaves both the command and the end-of-buffer visible when the
16001 command has exited.
16002 (eshell-review-quick-commands): Adjust the help doc string
16003 accordingly.
16004
16005 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16006
16007 * locate.el (locate): Cleaned up locate command's interactive prompting
16008 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16009
16010 * filecache.el (file-cache-case-fold-search): New variable
16011 (file-cache-assoc-function): New variable
16012 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16013 Use file-cache-case-fold-search variable
16014 (file-cache-add-file): Use file-cache-assoc-function
16015 (file-cache-delete-file): likewise
16016 (file-cache-directory-name): likewise
16017 (file-cache-debug-read-from-minibuffer): likewise
16018
16019 2000-08-28 Gerd Moellmann <gerd@gnu.org>
16020
16021 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16022 (abbrev-table-name): New function.
16023 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16024 If non-nil list local abbrev, only.
16025
16026 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16027
16028 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16029 from Gnus support code, and use special article copy buffer
16030 `(gnus-original-article-buffer)' instead. This allows to get rid
16031 of article-hide-headers usage (which breaks in the latest Gnus
16032 version). Thanks to Detlev Zundel.
16033
16034 2000-08-28 Kenichi Handa <handa@etl.go.jp>
16035
16036 * international/quail.el (quail-use-package): Hide "... loaded"
16037 message.
16038 (quail-start-translation, quail-start-conversion): Likewise.
16039
16040 * international/kkc.el (kkc-region): Hide "... loaded" message.
16041
16042 2000-08-27 Dave Love <fx@gnu.org>
16043
16044 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16045
16046 2000-08-27 Miles Bader <miles@gnu.org>
16047
16048 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16049
16050 2000-08-27 Kenichi Handa <handa@etl.go.jp>
16051
16052 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16053 'ja-dic-cnv), not (require 'skkdic-cnv).
16054
16055 2000-08-26 Miles Bader <miles@gnu.org>
16056
16057 * faces.el (face-x-resources): Add entry for :inherit.
16058 * cus-face.el (custom-face-attributes): Add support for :inherit
16059 attribute. Add support for relative face heights.
16060 (custom-face-attributes-get): Treat `nil' as being a default value
16061 for :inherit (as well as `unspecified').
16062
16063 * faces.el (set-face-attribute): Update doc string.
16064 (face-attribute-name-alist): Add :inherit.
16065 (face-valid-attribute-values): Handle :inherit.
16066 (face-read-string): Rephrase prompt to be less confusing.
16067 Assume that DEFAULT is a string, since we must return a string.
16068 (face-read-integer): Use `format' to turn DEFAULT into an
16069 acceptable default for face-read-string. Match NEW-VALUE against
16070 the string "unspecified", not the symbol `unspecified', since
16071 that's what face-read-string returns.
16072 (read-face-attribute): Lookup a name for old-value in valid, and
16073 use it as a default if we find one. Treat all values from
16074 face-read-string as strings. If the default is used, don't do any
16075 more processing on the value, just use the old value directly.
16076 (read-face-and-attribute, modify-face): Tweak prompt.
16077 (read-face-name): Don't assume prompt ends with a space.
16078
16079 * faces.el (describe-face): Add support for :inherit attribute.
16080
16081 2000-08-25 Kenichi Handa <handa@etl.go.jp>
16082
16083 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16084 concat doesn't accept interger.
16085
16086 * international/kkc.el: Remove SKK from Keywords. Require
16087 ja-dic-utl instead of skkdic-utl.
16088
16089 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16090 Provide ja-dic-cnv instead of skkdic-cnv.
16091 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16092 (iso-2022-7bit-short): Add safe-charsets property.
16093 (skkdic-convert-postfix): Search Japanese chou-on character in
16094 addition to Hiragana character.
16095 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16096 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16097 (batch-skkdic-convert): Likewise.
16098
16099 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16100 Provide ja-dic-utl instead of skkdic-utl.
16101 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16102
16103 2000-08-24 Dave Love <fx@gnu.org>
16104
16105 * disp-table.el (standard-display-default): Make the test of `l'
16106 useful.
16107
16108 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16109 mod sample text.
16110
16111 * international/iso-ascii.el: Make pilcrow convenient string
16112 consistent with section.
16113 (iso-ascii-display): Set up multibyte characters as well as
16114 unibyte.
16115
16116 2000-08-24 Kenichi Handa <handa@etl.go.jp>
16117
16118 * international/mule-cmds.el (reset-language-environment): Set
16119 default-process-coding-system to '(undecided . iso-latin-1), which
16120 makes process I/O almost consistent with file I/O. Call this
16121 function when mule-cmds.el[c] is loaded.
16122
16123 2000-08-22 Andrew Innes <andrewi@gnu.org>
16124
16125 * makefile.w32-in: New file.
16126
16127 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16128
16129 * comint.el (comint-output-filter): Compare end of
16130 comint-last-output-overlay with the start of the newly inserted
16131 text, not the end, when deciding whether to extend it.
16132 Set saved-point's insertion type to advance after insertion.
16133
16134 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16135 since this is now done independently of font-lock mode.
16136
16137 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16138
16139 * server.el (server-kill-new-buffers): New user option.
16140 (server-existing-buffer): New buffer-local variable.
16141 (server-visit-files): When using an existing buffer, set
16142 server-existing-buffer to t.
16143 (server-buffer-done): If server-kill-new-buffers is t, kill the
16144 buffer, unless it was already present before visiting it with
16145 Emacs server.
16146
16147 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16148
16149 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16150 even if the display doesn't support colors: some displays will
16151 support bold/underline faces.
16152
16153 2000-08-21 Gerd Moellmann <gerd@gnu.org>
16154
16155 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16156
16157 * startup.el (command-line): If user's init file had an error,
16158 add explanatory text to *Messages*.
16159
16160 2000-08-21 Kenichi Handa <handa@etl.go.jp>
16161
16162 * man.el (Man-getpage-in-background): Decode the process output by
16163 the system locale coding system.
16164
16165 2000-08-20 Dave Love <fx@gnu.org>
16166
16167 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16168 Don't test x-popup-menu.
16169 (function) <complete-function>: Complete only fbound symbols.
16170 <validate, value>: New.
16171 (variable) <complete-function>: Complete only bound symbols.
16172 (coding-system): Add :base-only, :complete-function, :validate,
16173 :value, :prompt-match.
16174 (widget-coding-system-prompt-value): Use read-coding-system and
16175 act on :base-only.
16176 (editable-field): Add :help-echo.
16177 (widget-push-button-gui, widget-push-button-cache)
16178 (widget-gui-action, widget-editable-list-gui): COmment out, along
16179 with uses.
16180 (widget-at): Make arg optional.
16181 (widget-echo-help): Adjust for current help-echo calling sequence.
16182 (widget-specify-field, widget-specify-button)
16183 (widget-specify-insert, widget-get-sibling, widget-image-find)
16184 (widget-convert, widget-insert, widget-leave-text)
16185 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16186 (widget-setup, widget-field-find, widget-before-change)
16187 (widget-after-change, widget-default-complete)
16188 (widget-default-create, widget-default-delete)
16189 (widget-push-button-value-create, editable-field)
16190 (widget-field-prompt-value, widget-field-validate)
16191 (widget-choice-value-create, widget-choice-action)
16192 (widget-choice-validate, widget-checklist-add-item)
16193 (widget-radio-add-item, widget-radio-chosen)
16194 (widget-radio-value-inline, widget-editable-list-value-create)
16195 (widget-editable-list-entry-create)
16196 (widget-documentation-link-add)
16197 (widget-documentation-string-value-create)
16198 (widget-regexp-validate, widget-file-complete)
16199 (widget-sexp-validate, widget-plist-convert-widget)
16200 (widget-plist-convert-widget, widget-alist-convert-widget)
16201 (widget-alist-convert-widget, widget-color-complete): Simplify,
16202 particularly to avoid bindings which aren't optimized out.
16203
16204 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16205 Doc fix.
16206 (down-list, backward-up-list, up-list, kill-sexp)
16207 (backward-kill-sexp, mark-sexp): Make arg optional.
16208 (lisp-complete-symbol): Add optional arg PREDICATE.
16209
16210 * cus-start.el: Add display-buffer-reuse-frames,
16211 file-coding-system-alist.
16212
16213 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16214
16215 * startup.el (command-line): Clear realized faces after
16216 modifying TTY color mappings.
16217
16218 2000-08-20 Miles Bader <miles@gnu.org>
16219
16220 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16221 merely a subset of FACE's attributes.
16222
16223 2000-08-19 Miles Bader <miles@gnu.org>
16224
16225 * comint.el (comint-output-filter): Save the point with a marker,
16226 not just a buffer position.
16227
16228 * international/mule.el (set-buffer-process-coding-system): Make
16229 interactive prompt less confusing.
16230
16231 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16232
16233 * hilit-chg.el: General cleanup of doc strings, comments and
16234 code formatting.
16235
16236 2000-08-19 Miles Bader <miles@gnu.org>
16237
16238 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16239 Compiler macro removed; beginning-of-line is no longer always
16240 equivalent to forward-line, in the presence of fields.
16241
16242 * comint.el (comint-output-filter): Remove ad-hoc saving of
16243 restriction, and just use save-restriction, now that it works
16244 correctly. Don't adjust comint-last-input-start to account for
16245 our insertion; it shouldn't have moved because we don't use
16246 insert-before-markers anymore. Comment out call to
16247 `force-mode-line-update'; why is it here?
16248
16249 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16250 while checking for prompt to delete. Use `forward-line 0'
16251 instead of beginning-of-line.
16252 (gud-filter): Temporarily widen gud comint buffer while
16253 examining output.
16254
16255 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16256
16257 * progmodes/sh-script.el: Big bag of typos.
16258
16259 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16260 check since ispell-process is not bound when ispell is not yet loaded.
16261
16262 2000-08-18 Dave Love <fx@gnu.org>
16263
16264 * image.el (find-image): Copy `spec' before using plist-put.
16265
16266 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16267
16268 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16269 `portugues'.
16270
16271 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16272 backward-kill-sexp, analogous to kill-sexp.
16273
16274 * progmodes/icon.el (icon-indent-line)
16275 (icon-is-continuation-line): Handle comments specially.
16276
16277 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16278
16279 * ispell.el: Set to standard author/maintainer/keyword fields.
16280 Fine tuning to menu map appearance and operation, and added help.
16281 Remove `start' and `end' error messages when compiling.
16282 (ispell-choices-win-default-height): Fixed comment string.
16283 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16284 castellano8 dictionaries.
16285 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16286 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16287 dictionary, added italiano dictionary.
16288 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16289 word character
16290 (ispell-tex-skip-alists): Added psfig support.
16291 (ispell-skip-html): Renamed from ispell-skip-sgml.
16292 (ispell-begin-skip-region-regexp, ispell-skip-region)
16293 (ispell-minor-check): Improved html skipping support to skip across
16294 code, and recognize `&' commands without propper `;' syntax;
16295 (ispell-process-line): Fix alignment error when manually
16296 correcting spelling.
16297 (ispell): Fix comment string.
16298 (ispell-add-per-file-word-list): Always put word list on new line.
16299
16300 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16301
16302 * format.el (format-encode-run-method): Fix error message to say
16303 `encode' instead of `decode'. Use save-window-excursion around
16304 shell-command-on-region as in format-decode-run-method because
16305 shell-command-on-region can display a buffer with error output.
16306 (format-decode): Don't record undo information for the decoding.
16307 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16308 that number part of the temporary buffer name so that more than
16309 one decoding using a temporary buffer can happen safely.
16310
16311 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16312 of `A-z' in the regexp.
16313
16314 * hilit-chg.el: Fix typos in commentary.
16315
16316 * help.el (view-emacs-news): Rewritten for new naming scheme
16317 for old NEWS files.
16318
16319 * startup.el (command-line): Pop to *Messages* in case an error
16320 is signaled while loading user-init-file.
16321
16322 2000-08-17 Andreas Schwab <schwab@suse.de>
16323
16324 * files.el (insert-directory): Don't lose original file name,
16325 undoing an undocumented change.
16326
16327 2000-08-17 Alex Schroeder <alex@gnu.org>
16328
16329 * sql.el (sql-magic-go): Use comint-bol.
16330 (sql-copy-column): Use comint-line-beginning-position.
16331 (comint-line-beginning-position): Define a replacement for
16332 comint-line-beginning-position if it is not fboundp.
16333
16334 2000-08-17 Alex Schroeder <alex@gnu.org>
16335
16336 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16337 it didn't have any effect anyway.
16338
16339 2000-08-17 Alex Schroeder <alex@gnu.org>
16340
16341 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16342 --pset and pager=off instead of sending \\o|cat at the beginning
16343 of the session.
16344
16345 2000-08-17 Miles Bader <miles@gnu.org>
16346
16347 * progmodes/octave-inf.el: Add compatibility definition of
16348 comint-line-beginning-position.
16349
16350 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16351
16352 * startup.el (normal-top-level): Look in each dir in load-path for
16353 a leim-list.el file too. This assures of loading leim-list.el
16354 that is created at Emacs installation time even if a user have his
16355 own leim-list.el.
16356
16357 2000-08-17 Miles Bader <miles@gnu.org>
16358
16359 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16360 foreground color to black if the background is dark.
16361
16362 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16363
16364 * loadhist.el (unload-feature): Typo.
16365
16366 * finder.el (finder-compile-keywords):
16367 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16368 to the generated file.
16369
16370 * mail/mh-e.el (mh-make-local-vars):
16371 Replace make-variable-buffer-local with make-local-variable.
16372
16373 * play/landmark.el:
16374 * options.el (Edit-options-{set,toggle,t,nil}):
16375 * mail/mailabbrev.el (mail-abbrevs-mode):
16376 * textmodes/tex-mode.el (tex-expand-files):
16377 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16378
16379 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16380
16381 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16382 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16383 Allow going past the last element.
16384 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16385 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16386 (cvs-mouse-toggle-mark): Don't move point.
16387 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16388
16389 * progmodes/compile.el (grep): Provide a default set of files.
16390 (next-error): Docstring fix.
16391 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16392
16393 * emacs-lisp/easy-mmode.el (define-minor-mode):
16394 Use `symbol-value' to keep the byte-compiler quiet.
16395
16396 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16397 (diff-find-source-location): New fun, extracted from diff-goto-source.
16398 (diff-goto-source): Use it.
16399 (diff-next-complex-hunk, diff-filter-lines): New function.
16400 (diff-apply-hunk): New command.
16401
16402 * smerge-mode.el (smerge-mode-menu): Doc fix.
16403
16404 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16405
16406 2000-08-16 Dave Love <fx@gnu.org>
16407
16408 * windmove.el (windmove) <defgroup>: Add :version.
16409
16410 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16411 (goto-address-fontify-p, goto-address-highlight-p)
16412 (goto-address-url-face, goto-address-url-mouse-face)
16413 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16414 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16415 (goto-address-fontify, goto-address-at-mouse): Simplify,
16416 (goto-address-at-point): browse-url-url-at-point,
16417 goto-address-find-address-at-point can return nil.
16418 (goto-address-find-address-at-point): Return nil on failure.
16419
16420 * align.el (align) <defgroup>: Add :version.
16421
16422 * calculator.el (calculator): Add :version.
16423 (calculator): Use two lines for calculator window if `modeline'
16424 face is boxed.
16425
16426 * play/5x5.el: Doc fixes.
16427 (5x5) <defgroup>: Add :version.
16428
16429 * play/fortune.el (fortune) <defgroup>: Add :version.
16430 (fortune-append): Fix error message.
16431 (fortune-from-region): Doc fix.
16432
16433 * play/pong.el (pong): Doc fix.
16434
16435 * play/morse.el: Keywords, commentary, autoloads.
16436
16437 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16438
16439 * desktop.el (desktop-save): Don't look at symbol-value of a
16440 member of minor-mode-alist, unless it is boundp.
16441
16442 2000-08-16 Sam Steingold <sds@gnu.org>
16443
16444 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16445 `while'; use `with-current-buffer' instead of `save-excursion'.
16446 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16447
16448 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16449
16450 * international/ccl.el (declare-ccl-program): Docstring modified.
16451 (ccl-execute-with-args): Likewise.
16452
16453 2000-08-16 Miles Bader <miles@gnu.org>
16454
16455 * progmodes/sql.el: Add compatibility definition of
16456 comint-line-beginning-position.
16457
16458 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16459
16460 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16461 'buffer-menu' property.
16462 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16463 fails.
16464 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16465 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16466 wasn't killed.
16467
16468 * buff-menu.el (list-buffers-noselect): Don't display the
16469 *Buffer List* buffer.
16470
16471 * font-lock.el: Require jit-lock to prevent a very late
16472 `Loading jit-lock' message.
16473
16474 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16475 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16476 mail address.
16477
16478 2000-08-15 Miles Bader <miles@gnu.org>
16479
16480 * textmodes/ispell.el (ispell-graphic-p): New constant.
16481 (ispell-choices-win-default-height, ispell-help): Use
16482 `ispell-graphic-p' instead of `xemacsp'.
16483
16484 2000-08-15 Dave Love <fx@gnu.org>
16485
16486 * simple.el: Autoload widget-convert when compiling.
16487 (mail-user-agent): Doc fix.
16488
16489 * help.el (function-called-at-point, variable-at-point): Use
16490 with-syntax-table.
16491 (help-manyarg-func-alist): Add insert-and-inherit.
16492
16493 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16494
16495 * delsel.el (delsel-unload-hook): New function.
16496
16497 * find-file.el: Doc fixes. Move provide to end.
16498 (ff) <defgroup>: Add :link.
16499 (ff-goto-click): Deleted.
16500 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16501 Use mouse-set-point.
16502
16503 * textmodes/tildify.el: Doc fixes.
16504 (tildify) <defgroup>: Add:version.
16505
16506 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16507 (glasses-custom-set): Use set-default, not set.
16508 (minor-mode-alist): Propertize the lighter.
16509 (glasses-mode): Provide optional arg.
16510
16511 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16512 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16513 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16514 option. Provide :type.
16515 (cwarn-configuration): Provide :type.
16516 (cwarn-mode): Doc fix.
16517
16518 * add-log.el (change-log-merge): Doc fix.
16519 (change-log-redate): New command.
16520
16521 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16522 Doze and Dog.
16523 (browse-url): Use dolist, not mapcar.
16524 (browse-url-at-point): Check for null url.
16525 (browse-url-event-buffer, browse-url-event-point): Functions
16526 deleted.
16527 (browse-url-at-mouse, browse-url-netscape): Simplify.
16528
16529 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16530 modes.
16531 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16532 Fix previous change to mapcan.
16533 (msb--init-file-alist, msb--add-separators)
16534 (msb--make-keymap-menu): Simplify.
16535 (msb--choose-file-menu): Use copy-sequence.
16536 (msb-mode-map): Add title to keymap.
16537 (msb-unload-hook): New function.
16538
16539 * bs.el: Fix indentation.
16540 (bs) <defgroup>: Add :links.
16541 (bs-show): Doc fix.
16542 (bs-apply-sort-faces): Don't use window-system.
16543 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16544
16545 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16546
16547 * calendar/timeclock.el (timeclock-file): Run .timelog through
16548 convert-standard-filename.
16549
16550 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16551
16552 * emacs-lisp/authors.el: New file.
16553
16554 * paren.el (show-paren-priority): New user option.
16555 (show-paren-function): Set overlay priorities to
16556 show-paren-priority.
16557
16558 2000-08-14 Miles Bader <miles@gnu.org>
16559
16560 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16561 beginning-of-line with inhibit-field-text-motion bound.
16562
16563 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16564
16565 * calendar/timeclock.el: New file.
16566
16567 2000-08-14 David Ponce <david@dponce.com>
16568
16569 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16570 `widget-button-click'. so that one can use left mouse button to
16571 click on dialog buttons.
16572
16573 2000-08-14 Emmanuel Briot <briot@gnat.com>
16574
16575 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16576 identifiers, since XML is case sensitive
16577
16578 2000-08-12 Miles Bader <miles@gnu.org>
16579
16580 * comint.el (comint-output-filter): Don't bother frobbing
16581 window-start, it doesn't seem to be necessary.
16582
16583 * comint.el (comint-send-string, comint-send-region): Make into
16584 real functions. Snapshot the prompt before sending.
16585
16586 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16587
16588 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16589 technique similar to Info-index, instead of relying on specific
16590 names of relevant Index nodes.
16591 (Info-goto-emacs-command-node): Bind Info-history to nil when
16592 going to the first node found by Info-find-emacs-command-nodes.
16593
16594 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16595
16596 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16597
16598 2000-08-10 Miles Bader <miles@gnu.org>
16599
16600 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16601
16602 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16603
16604 * info.el (Info-file-list-for-emacs): More elements for the
16605 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16606 and woman manuals.
16607
16608 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16609
16610 * comint.el (comint-send-input): Make the newline boundary overlay
16611 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16612 (comint-output-filter): Use `insert' instead of
16613 `insert-before-markers'. Extend comint-last-output-overlay when
16614 necessary since we can't rely on insert-before-markers to do it.
16615 * gud.el (gud-filter): Use `with-current-buffer' instead of
16616 save-excursion when inserting the output, so that point gets
16617 updated correctly; the old method relied on a rather dodgy
16618 side-effect of comint-output-filter to avoid the effect of
16619 save-excursion.
16620
16621 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16622
16623 * files.el (recover-file): Call insert-directory instead of
16624 invoking `ls' directly.
16625
16626 2000-08-10 Miles Bader <miles@gnu.org>
16627
16628 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16629 (comint-last-prompt-overlay): New variables.
16630 (comint-output-filter): Implement prompt highlighting.
16631 (comint-snapshot-last-prompt): New function.
16632 (comint-send-input): Snapshot the last prompt.
16633 Use comint-highlight-input-face.
16634 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16635 Use defface instead of defcustom.
16636 (send-invisible, comint-send-eof): Snapshot the last prompt.
16637 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16638 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16639
16640 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16641
16642 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16643 (regexp-opt-group): Use a list of chars for `letters'.
16644 (regexp-opt-charset): `chars' is now a list of chars.
16645 Use a char-table rather than a vector so it works for multibyte chars.
16646
16647 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16648 Set cvs-minor-current-files to the selected fileinfo.
16649 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16650 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16651
16652 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16653
16654 * files.el (insert-directory): Don't call access-file on
16655 directories on DOS and Windows.
16656
16657 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16658
16659 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16660 longer if necessary.
16661 (ccl-embed-code): Call ccl-embed-data to store CODE in
16662 ccl-program-vector.
16663
16664 2000-08-09 Miles Bader <miles@gnu.org>
16665
16666 * comint.el (comint-output-filter): Properly handle the case where
16667 the text surrounded by comint-last-output-overlay was deleted.
16668
16669 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16670
16671 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16672 non-nil.
16673 (Info-file-list-for-emacs): Remove "info" from the list because
16674 that leads to trying to use the documentation from file `info'
16675 in various situations where it isn't appropriate, for instance
16676 C-h C-k C-h i.
16677
16678 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16679 DIR and/or STRING are nil.
16680
16681 * progmodes/compile.el (compilation-setup): Make variable
16682 compilation-error-screen-columns buffer-local, as some comment
16683 in the code suggests it should be.
16684
16685 * files.el (auto-mode-interpreter-regexp): New variable.
16686 (set-auto-mode): Use it.
16687
16688 * indent.el (indent-for-tab-command): Doc fix.
16689
16690 * mouse-sel.el (mouse-sel-mode): Doc fix.
16691
16692 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16693 labels.
16694
16695 * help.el (print-help-return-message): When
16696 display-buffer-reuse-frames is set, let the help window been quit,
16697 instead of deleting it, which might delete a reused frame.
16698
16699 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16700
16701 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16702 rename a directory to a name that differs only by its letter case.
16703
16704 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16705
16706 * international/quail.el (quail-define-rules): Handle Quail decode
16707 map correctly. Add code for supporting annotations.
16708 (quail-install-decode-map): New function.
16709 (quail-defrule-internal): New optional arguments decode-map and
16710 props.
16711 (quail-advice): New function.
16712
16713 2000-08-07 Sam Steingold <sds@gnu.org>
16714
16715 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16716 `defconst', `define-condition', `with-slots'.
16717 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16718
16719 2000-08-03 Miles Bader <miles@gnu.org>
16720
16721 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16722 New variable.
16723 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16724 comint-use-prompt-regexp-instead-of-fields.
16725 (comint-send-input): Add `input' field property to stuff we send to
16726 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16727 (comint-output-filter): Add `output' field property to process
16728 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16729 (comint-replace-by-expanded-history)
16730 (comint-get-old-input-default, comint-show-output)
16731 (comint-backward-matching-input, comint-forward-matching-input)
16732 (comint-next-prompt, comint-previous-prompt): Use field
16733 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16734 (comint-line-beginning-position): New function.
16735 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16736 (comint-replace-by-expanded-history-before-point): Use
16737 comint-line-beginning-position and line-end-position.
16738 (comint-last-output-overlay): New variable.
16739 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16740
16741 * shell.el (shell-prompt-pattern): Doc change.
16742 (shell-backward-command): Use line-beginning-position.
16743
16744 * gud.el (gud-gdb-complete-command): Use
16745 comint-line-beginning-position.
16746
16747 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16748 comint-bol doesn't actually go to the beginning of the line.
16749
16750 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16751 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16752 (try-expand-line-all-buffers): Likewise.
16753
16754 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16755 explicitly matching comint-prompt-regexp.
16756 (sql-copy-column): Use comint-line-beginning-position instead of
16757 explicitly matching comint-prompt-regexp.
16758
16759 * progmodes/octave-inf.el (inferior-octave-complete): Use
16760 comint-line-beginning-position.
16761
16762 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16763
16764 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16765 looking for a prompt, use `forward-line 0' instead of
16766 `beginning-of-line', to avoid getting caught by an input field.
16767
16768 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16769
16770 * files.el (shell-quote-wildcard-pattern): Make sure to return
16771 PATTERN, in the Unix case.
16772
16773 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16774
16775 * play/zone.el (zone): Discard any pending input before running
16776 the randomly-chosen pgm.
16777
16778 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16779
16780 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16781 checking the existence of any multibyte characters.
16782
16783 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16784
16785 * help.el (describe-mode): Test minor-mode symbol for being
16786 bound before testing its value for being nil.
16787
16788 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16789 `first', `second', and `third'.
16790
16791 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16792 (second): Make it an alias for `cadr'.
16793
16794 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16795
16796 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16797 types of display support faces now.
16798
16799 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16800
16801 * pcvs.el (require): Require `cl' during compilation, only.
16802
16803 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16804 (toplevel): Remove `remq' and `remove' from autoloads.
16805 (cl-fake-autoloads): New variable. If set, arrange for an error
16806 when CL functions etc. are autoloaded.
16807
16808 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16809
16810 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16811
16812 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16813 popped up, but the user clicks outside the menu, return an empty
16814 regexp (that causes unhighlight-regexp to have no effect).
16815
16816 * menu-bar.el (menu-bar-games-menu): Add Zone.
16817
16818 * hi-lock.el (toplevel): Require font-lock.
16819
16820 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16821
16822 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16823 (ebnf-8-bit-chars): New var for bug fix.
16824 (ebnf-string): Bug fix.
16825
16826 2000-08-03 Sam Steingold <sds@gnu.org>
16827
16828 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16829 instead of `buffer-string'.
16830 (require 'cl): Always, not just when compiling.
16831 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16832 necessary.
16833
16834 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16835
16836 * international/mule-cmds.el (select-safe-coding-system): Make
16837 the message text about selecting a safe coding system more clear.
16838
16839 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16840
16841 * hi-lock.el: New file.
16842
16843 * play/zone.el: New file.
16844
16845 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16846 value of tab-width in the original buffer. Choose a line number
16847 format that's a multiple of the original buffer's tab width, so
16848 that lines appear right.
16849
16850 * textmodes/ispell.el (ispell): New function, replacing an alias.
16851 Spell-check active region if in transient-mark-mode and mark
16852 is active; otherwise spell-check buffer.
16853
16854 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16855
16856 * ps-mule.el: Fix a customization problem on
16857 ps-mule-font-info-database-default.
16858
16859 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16860
16861 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16862 display-mouse-p instead of window-system.
16863 (ebrowse-member-mode-map): Ditto.
16864
16865 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16866
16867 * progmodes/ebnf2ps.el: Update ps-print functions call.
16868 Indentation fix. Doc fix.
16869 (ebnf-version): New version number (3.2).
16870 (ebnf-format-color, ebnf-begin-job): Code fix.
16871
16872 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16873
16874 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16875 font lock support on window-system.
16876 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16877
16878 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16879 display-color-p, if fboundp, instead of window-system.
16880
16881 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16882
16883 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16884 instead of window-system.
16885
16886 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16887 window-system.
16888 (widget-choice-mouse-down-action): Use display-popup-menus-p
16889 instead of window-system.
16890
16891 * strokes.el (strokes-file): Run the file name through
16892 convert-standard-filename.
16893 (strokes-mode): Call display-mouse-p instead of looking at
16894 window-system. Change the error message accordingly.
16895
16896 * progmodes/cpp.el (toplevel): Support faces on tty's.
16897
16898 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16899 (lm-plot-square, lm-init-display): Don't use window-system.
16900
16901 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16902 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16903
16904 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16905 instead of looking at window-system.
16906
16907 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16908
16909 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16910 of testing if iswitchb-prepost-hooks is bound, because the
16911 latter will always be true when invoking a recursive minibuffer
16912 from an active Iswitchb buffer.
16913
16914 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16915
16916 * files.el (shell-quote-wildcard-pattern): New function.
16917 (insert-directory): Call it. Only prepend "\" to command on Unix
16918 and GNU/Linux systems.
16919
16920 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16921
16922 * eshell/esh-groups.el: Change custom :link file names
16923 from `eshell.info' to `eshell'.
16924
16925 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16926
16927 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16928 correctly in recursive ange-ftp listings.
16929
16930 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16931
16932 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16933 ps-header-font-size-internal and
16934 ps-header-title-font-size-internal variables are not set,
16935 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16936 face text property is (foreground-color . COLOR) or
16937 `(background-color . COLOR)', ps-print crashes. Doc fix.
16938 (ps-print-version): New version number (5.2.4).
16939 (ps-plot-region): Code fix.
16940 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16941 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16942 Bug fix 2.
16943
16944 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16945
16946 * glasses.el (glasses-make-readable): Fix uncapitalization of
16947 identifiers like `myXMLDocument'.
16948
16949 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16950
16951 * mail/mail-hist.el (mail-hist-previous-input)
16952 (mail-hist-next-input): Do the obvious code factorization.
16953 (mail-hist-retrieve-and-insert): New func, contains common
16954 code of above two.
16955 If inserting a message body, leave point at top.
16956
16957 2000-07-28 Sam Steingold <sds@gnu.org>
16958
16959 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16960 Use `<=', not `<' to compare times!
16961 (ange-ftp-ls): Remove.
16962
16963 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16964
16965 * play/cookie1.el: Add explanation of how to make cookie.el
16966 compatible with strfile(1) to comment.
16967
16968 * subr.el (remove, remq): New functions.
16969
16970 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16971 escape `*' in regexps.
16972 (midnight-find): Reverse order of arguments in the funcall of
16973 TEST.
16974
16975 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16976 and `.class'.
16977
16978 * play/meese.el: Add Commentary section.
16979
16980 2000-07-27 Alex Schroeder <alex@gnu.org>
16981
16982 * sql.el (sql-ms): Added autoload cookie.
16983 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16984 (sql-oracle): Ditto.
16985 (sql-help): Doc change.
16986
16987 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16988 types and exceptions.
16989
16990 2000-07-27 Alex Schroeder <alex@gnu.org>
16991
16992 * sql.el (sql-placeholder-history): New variable.
16993 (sql-query-placeholders-and-send): New function that will query
16994 the user and replace placeholders with user input.
16995 (sql-oracle): If running on NT, set comint-input-sender to
16996 sql-query-placeholders-and-send.
16997
16998 (sql-stop): If in the SQLi buffer, insert stop notification, else
16999 present it as a message.
17000
17001 2000-07-27 Alex Schroeder <alex@gnu.org>
17002
17003 * sql.el (sql-input-ring-separator): Doc change.
17004 (sql-input-ring-file-name): Doc change.
17005 (sql-interactive-mode): Use `sql-input-ring-separator' and
17006 `sql-input-ring-file-name' to set the comint-mode equivalents
17007 without making them local variables.
17008 (sql-stop): Don't bind `sql-input-ring-separator' and
17009 `sql-input-ring-file-name' dynamically to their comint-mode
17010 equivalents.
17011
17012 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17013
17014 * international/mule.el (register-char-codings): New function.
17015 (make-coding-system): Handle `safe-chars' specification in the arg
17016 PROPERTY.
17017
17018 * international/mule-cmds.el
17019 (find-coding-systems-region-subset-p): This function deleted.
17020 (sort-coding-systems-predicate): New variable.
17021 (sort-coding-systems): New function.
17022 (find-coding-systems-region): Use
17023 find-coding-systems-region-internal.
17024 (find-coding-systems-string): Use find-coding-systems-region.
17025 (find-coding-systems-for-charsets): Check
17026 char-coding-system-table.
17027 (select-safe-coding-system-accept-default-p): New variable.
17028 (select-safe-coding-system): Mostly rewritten. New argument
17029 ACCEPT-DEFAULT-P.
17030 (select-message-coding-system): Call select-safe-coding-system
17031 with ACCEPT-DEFAULT-P arg.
17032 (reset-language-environment): Reset default-sendmail-coding-system
17033 to the default value iso-latin-1.
17034 (set-language-environment): Don't set the obsolete variable
17035 charset-origin-alist.
17036
17037 * international/codepage.el (cp-coding-system-for-codepage-1):
17038 Give `safe-chars' property to make-coding-system.
17039
17040 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17041 calling select-message-coding-system twice.
17042
17043 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17044 instead of `safe-charsets'.
17045 (cyrillic-alternativnyj): Likewise.
17046 (ccl-encode-alternativnyj): Don't check the charset
17047 cyrillic-iso8859-5.
17048
17049 2000-07-27 Kenichi Handa <handa@etl.go.jp>
17050
17051 * composite.el (compose-chars-after): Preserve match data.
17052
17053 2000-07-26 Sam Steingold <sds@gnu.org>
17054
17055 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17056 (ange-ftp-real-file-newer-than-file-p): New function.
17057 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17058 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17059
17060 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17061 * midnight.el (midnight-float-time): Ditto.
17062
17063 2000-07-26 Andreas Schwab <schwab@suse.de>
17064
17065 * files.el (normal-backup-enable-predicate): Correct
17066 interpretation of the return value of compare-strings.
17067
17068 2000-07-26 Gerd Moellmann <gerd@gnu.org>
17069
17070 * isearch.el (isearch-resume): New function.
17071 (isearch-done): Add something to command-history to resume
17072 the search.
17073 (isearch-yank-line, isearch-yank-word): Use
17074 buffer-substring-no-properties instead of buffer-substring.
17075
17076 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17077 of flyspell-mouse-map.
17078
17079 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17080 duplicate definition.
17081 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17082
17083 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17084 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17085
17086 2000-07-25 Sam Steingold <sds@gnu.org>
17087
17088 * net/ange-ftp.el: Get modtime over the net.
17089 (ange-ftp-file-modtime): New function.
17090 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17091 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17092 Use it.
17093 (ange-ftp-dot-to-slash): New function.
17094 (ange-ftp-fix-name-for-vms): Use it.
17095
17096 * midnight.el (midnight-buffer-display-time): Use
17097 `with-current-buffer'.
17098
17099 2000-07-25 Gerd Moellmann <gerd@gnu.org>
17100
17101 * find-dired.el: Update copyright notice.
17102 (find-dired): Offer to kill a running `find'.
17103
17104 * enriched.el (enriched-face-ans): For a `foreground-color'
17105 property, return '(("x-color" COLOR))' so that COLOR will be
17106 output as a parameter of the x-color annotation. Likewise for the
17107 `background-color' property. In the case of normal face
17108 properties, don't return annotations for unspecified foreground
17109 and background face attributes.
17110
17111 2000-07-25 Kenichi Handa <handa@etl.go.jp>
17112
17113 * language/japan-util.el (japanese-katakana-region): Fix handling
17114 HANKAKU argument.
17115
17116 2000-07-25 Miles Bader <miles@gnu.org>
17117
17118 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17119 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17120 constrain-to-field.
17121
17122 2000-07-24 Andrew Innes <andrewi@gnu.org>
17123
17124 * timer.el (timer-activate-when-idle): Add optional parameter
17125 DONT-WAIT. Update docstring.
17126 (run-with-idle-timer): Specify extra parameter to
17127 timer-activate-when-idle, so that timer will be activated
17128 immediately if Emacs is already idle.
17129
17130 * w32-fns.el (w32-using-nt): Fix docstring.
17131
17132 2000-07-24 Dave Love <fx@gnu.org>
17133
17134 * mouse.el (popup-menu): Set last-command-event.
17135 (mouse-major-mode-menu-prefix): Declare.
17136
17137 2000-07-24 Gerd Moellmann <gerd@gnu.org>
17138
17139 * textmodes/flyspell.el: Update to author's version 1.5d.
17140
17141 * progmodes/hideshow.el: Update copyright notice.
17142
17143 * vcursor.el: Set maintainer to FSF, since author cannot
17144 be reached.
17145
17146 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17147
17148 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17149 the prompt.
17150
17151 * mouse.el (popup-menu): Run the keymap through indirect-function,
17152 in case it was defined with define-prefix-key. If the menu is a
17153 list of keymaps, look up the binding of user's choice in each one
17154 of the keymaps.
17155 (mouse-popup-menubar): If the global and local menu-bar keymaps
17156 don't have a prompt string, create one and insert it into the
17157 keymap. Don't barf if current-local-map returns nil.
17158
17159 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17160
17161 * dired.el (dired-sort-R-check): Added to allow recursive listing
17162 to be undone.
17163 (dired-sort-other): Use it.
17164
17165 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17166
17167 * Release of cc-mode 5.27
17168
17169 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17170
17171 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17172 c-beginning-of-statement-1 that caused a bad case of recursion
17173 which could consume a lot of CPU in large classes in languages
17174 that have in-expression classes (i.e. Java and Pike).
17175
17176 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17177 statements before top level constructs (i.e. case 6 is moved
17178 before case 5 and is now case 4) to catch in-expression
17179 classes in top level expressions correctly.
17180
17181 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17182
17183 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17184 objc-method-intro. Case 4 removed and case 5I added.
17185
17186 * cc-langs.el (c-append-paragraph-start): New variable used by
17187 c-common-init to get paragraph-start correct.
17188 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17189 initialize paragraph-start to make it correct both with and
17190 without the javadoc special case.
17191
17192 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17193 initialize paragraph-start for javadoc markup.
17194
17195 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17196 change by defaulting this to t. It's motivated by the
17197 confusing behavior that otherwise arise from the style system
17198 when editing both java and non-java files at the same time
17199 (see the comments about style setting in c-common-init).
17200
17201 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17202
17203 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17204 similar to the one in c-fill-paragraph to check the fill
17205 prefix from the adaptive fill function for sanity.
17206
17207 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17208
17209 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17210 defun block.
17211
17212 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17213
17214 * cc-align.el (c-lineup-multi-inher): Handle lines with
17215 leading comma nicely. Extended to handle member initializers
17216 too.
17217
17218 * cc-engine.el: (c-beginning-of-inheritance-list,
17219 c-guess-basic-syntax): Fixed recognition of inheritance lists
17220 when the lines begins with a comma.
17221
17222 * cc-vars.el (c-offsets-alist): Changed default for
17223 member-init-cont to c-lineup-multi-inher since it now handles
17224 member initializers and indents better for leading commas.
17225
17226 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17227
17228 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17229 handling that caused class open lines to be recognized as
17230 statement-conts in some cases.
17231
17232 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17233 guessed by the adaptive fill function unless point is on the
17234 first line of a block comment.
17235
17236 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17237 when the buffer ends with a macro continuation char.
17238
17239 * cc-engine.el (c-guess-basic-syntax): Added support for
17240 function definitions as statements in Pike. The first
17241 statement in a lambda block is now labeled defun-block-intro
17242 instead of statement-block-intro.
17243
17244 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17245 so that the class surrounding point is selected, not the one
17246 innermost in the state.
17247
17248 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17249 recognition of switch labels having hanging multiline
17250 statements.
17251
17252 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17253 some code in c-guess-basic-syntax to a separate function.
17254 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17255 recognition of member inits with multiple line arglists.
17256 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17257 member-init-cont when the commas are in funny places.
17258
17259 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17260
17261 * cc-defs.el (c-auto-newline): Removed this macro since it's
17262 not used anymore.
17263
17264 * cc-engine.el (c-looking-at-bos): New helper function.
17265 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17266 inexpr and toplevel classes apart in Pike.
17267
17268 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17269 of case 9A.
17270
17271 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17272 constant, since "class" can introduce an in-expression class
17273 in Pike nowadays.
17274
17275 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17276
17277 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17278 indentation on cpp-macro lines.
17279
17280 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17281 a syntax modifier like comment-intro, to make it possible to
17282 get syntactic indentation for preprocessor directives. It's
17283 incompatible wrt to lineup functions on cpp-macro, but it has
17284 no observable effect in the 99.9% common case where cpp-macro
17285 is set to -1000.
17286
17287 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17288
17289 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17290 member-init-cont when the preceding arglist is several lines.
17291
17292 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17293
17294 * cc-styles.el (c-style-alist): The basic offset for the BSD
17295 style corrected to 8.
17296
17297 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17298
17299 * cc-styles.el (c-style-alist): Adjusted the indentation of
17300 brace list openers in the gnu style.
17301
17302 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17303
17304 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17305
17306 * cc-cmds.el (c-electric-brace, c-electric-slash,
17307 c-electric-star, c-electric-semi&comma, c-electric-colon,
17308 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17309 when c-syntactic-indentation is nil.
17310
17311 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17312 we were left at comments preceding the first statement when
17313 reaching the beginning of the buffer.
17314
17315 * cc-vars.el (c-syntactic-indentation): New variable to turn
17316 off all syntactic indentation.
17317
17318 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17319
17320 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17321 between the text and the block comment ender when it hangs,
17322 depending on how many there are before the fill.
17323
17324 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17325
17326 * cc-engine.el (c-beginning-of-closest-statement): New helper
17327 function to go back to the closest preceding statement start,
17328 which could be inside a conditional statement.
17329 * cc-engine.el (c-guess-basic-syntax): Use
17330 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17331
17332 * cc-engine.el (c-guess-basic-syntax): Better handling of
17333 arglist-intro, arglist-cont-nonempty and arglist-close when
17334 the arglist is nested inside parens. Cases 7A, 7C and 7F
17335 changed.
17336
17337 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17338 up-to-date with javadoc 1.2.
17339
17340 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17341
17342 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17343 multiline Pike type decls.
17344
17345 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17346
17347 * cc-cmds.el (c-indent-new-comment-line): Always break
17348 multiline comments in multiline mode, regardless of
17349 comment-multi-line.
17350
17351 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17352
17353 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17354 fully::qualified::names in C++ member init lists. Preamble in
17355 case 5D changed.
17356
17357 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17358
17359 * cc-langs.el (c-common-init): Handling of obsolete variables
17360 moved to c-initialize-cc-mode. More compatible style override
17361 when using global style variables.
17362 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17363 variables moved here.
17364
17365 * cc-styles.el (c-make-styles-buffer-local): Flag style
17366 variable localness in c-style-variables-are-local-p to make
17367 the compatibility measure in c-common-init work well.
17368
17369 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17370 longer contain set-from-style.
17371 * cc-styles.el (c-initialize-builtin-style): Don't check for
17372 set-from-style on c-special-indent-hook.
17373 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17374 copy-alist is sufficient now.
17375
17376 * cc-styles.el (c-set-style, c-set-style-1,
17377 c-get-style-variables): Fixes to variable initialization so
17378 that duplicate entries in styles have the same effect
17379 regardless of DONT-OVERRIDE.
17380
17381 * cc-styles.el (c-set-style-2): Fixed bug where the
17382 initialization of inheriting styles failed when the
17383 dont-override flag is set.
17384
17385 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17386 on this.
17387
17388 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17389
17390 * cc-defs.el (c-forward-comment): Removed the workaround
17391 introduced in 5.38 since it had worse side-effects. If a line
17392 contains the string "//\"", it regarded the // as a comment
17393 start since the \ temporarily doesn't have escape syntax.
17394
17395 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17396
17397 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17398 ada-xref.el before ada-prj.el, so that the Project menu is created
17399 when ada-prj tries to add to it.
17400 (ada-activate-keys-for-case): Suppress the characters that are not
17401 part of the Ada syntax. Better compatibility with else-mode
17402 (ada-adjust-case-interactive): When auto-casing is not active,
17403 correctly insert newlines (used to insert only ^M). Prevent the
17404 syntax table from being changed in case of an error
17405 (or '_' becomes part of a word and some commands are confused).
17406 Do nothing if ada-auto-case is nil.
17407 (ada-after-keyword-p): Ignore keywords that are also attributes
17408 (ada-batch-reformat): Update usage comment
17409 (ada-call-from-contextual-menu): New function
17410 (ada-case-read-exceptions): Reinitialize the casing exception list
17411 first to nil first, so that the casing exception file can be
17412 shared.
17413 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17414 files.
17415 (ada-compile-goto-error): Fix regexp used to detect a file:line
17416 anywhere in the error message
17417 (ada-contextual-menu-last-point): New variable
17418 (ada-create-keymap): If the variable delete-key-deletes-forward is
17419 t on XEmacs, it means that DEL should delete one character
17420 forward.
17421 (ada-create-menu): Use :included instead of :visible for XEmacs.
17422 New submenu "Options".
17423 (ada-end-stmt-re): Correctly indent "select ... then abort"
17424 statements.
17425 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17426 even if they don't match ada-fill-comment-prefix Fix handling of
17427 paragraphs on the first or last line of a file.
17428 (ada-format-paramlist): Fix handling of default parameter values.
17429 (ada-get-body-name): New function.
17430 (ada-get-current-indent): Optimized by searchling directly for an
17431 existing generic part or a statement outside of it. Handle
17432 ada-indent-align-comments when indenting comments Replaced some
17433 regexps by testing directly the next character. This results in a
17434 huge speedup on some files. New indentation scheme for renames
17435 statements. Stop looking for the 'while' or 'for' associated with
17436 a 'loop' at the first semicolon encountered. A "return" can also
17437 match an anonymous access subprogram declaration.
17438 (ada-get-indent-noindent): Ignore strings and comments when
17439 looking for the keywords "record" and "private".
17440 (ada-goto-matching-decl-start): When matching "if", make sure we
17441 are not in fact seeing "end if". Ignore "when" statements except
17442 when initial keyword was "begin". Fix handling of nested
17443 procedures. Add a recursive call to this function to skip over
17444 other 'end' statmts. Fix indentation for "when .. => begin"
17445 (ada-in-open-paren-p): Fix indentation for complex boolean
17446 expressions, where 'and then', 'or else' and parenthesis
17447 statements are mixed up.
17448 (ada-in-paramlist-p): Skip comments while searching for the
17449 beginning Fix handling of operator declarations.
17450 (ada-indent-align-comments): New variable
17451 (ada-indent-current): Change the syntax table only in the
17452 protected section, so that we are sure it is restored correctly.
17453 (ada-indent-on-previous-lines): Use ada-use-indent and
17454 ada-with-indent Correctly indent "select ... then"
17455 (ada-indent-region): Slight speedup.
17456 (ada-indent-renames): New variable.
17457 (ada-last-which-function-subprog, ada-last-which-function-line):
17458 New variables
17459 (ada-looking-at-semi-private): Correctly indent the 'private'
17460 keyword when it is the first word in a package declaration.
17461 (ada-loose-case-word): Stop searching if at the end of the buffer.
17462 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17463 even if point is not initially at the end of the word.
17464 (ada-matching-decl-start-re): Add "when".
17465 (ada-mode): Add support for abbrev-mode, outline-mode and
17466 which-func-mode Override the old find-file.el entry in
17467 ff-special-constructs since it is using the obsolete
17468 ada-spec-suffix variable
17469 (ada-no-auto-case): New function
17470 (ada-scan-paramlist): When parsing the argument type, accept
17471 spaces (as in "X 'Class", generated by Rational Rose).
17472 (ada-other-file-name): No longer loads the other file.
17473 (ada-popup-menu): Save and restore the current buffer and cursor
17474 position before and after displaying the menu.
17475 (ada-search-ignore-complex-boolean): New function.
17476 (ada-uncomment-region): Emacs21 already knows how to delete
17477 comments not starting in the first column.
17478 (ada-use-indent): New variable
17479 (ada-which-function): New function.
17480 (ada-with-indent): New variable
17481 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17482 can be batch-compiled from the command line.
17483
17484 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17485 Add to the menu when the file is loaded, not in ada-mode-hook.
17486 Add -toolbar to the default ddd command Switches moved from
17487 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17488 ada-prj-default-comp-opt
17489 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17490 Reference Manual to the menu
17491 (ada-check-current): rewritten as a call to ada-compile-current
17492 (ada-compile): Removed.
17493 (ada-compile-application, ada-compile-current, ada-check-current):
17494 Set the compilation-search-path so that compile.el automatically
17495 finds the sources in src_dir. Automatic scrollong of the
17496 compilation buffer. C-uC-cC-c asks for confirmation before
17497 compiling
17498 (ada-compile-current): New parameter, prj-field
17499 (ada-complete-identifier): Load the .ali file before doing
17500 processing
17501 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17502 conform to gnatmake's behavior.
17503 (ada-find-file-in-dir): New function
17504 (ada-find-references): Set the environment variables for gnatfind
17505 (ada-find-src-file-in-dir): New function.
17506 (ada-first-non-nil): Removed
17507 (ada-gdb-application): Add support for jdb, the java debugger.
17508 (ada-get-ada-file-name): Load the original-file first if not done
17509 yet.
17510 (ada-get-all-references): Handles the new ali syntax (parent types
17511 are found between <>).
17512 (ada-initialize-runtime-library): New function
17513 (ada-mode-hook): Always load a project file when a file is opened,
17514 so that the casing exceptions are correctly read.
17515 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17516 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17517 to open the project file, since the latter does not work with
17518 speedbar Get default values before loading the prj file, or the
17519 default executable file name is wrong. Use the absolute value of
17520 src_dir to initialize ada-search-directories and
17521 compilation-search-path,... Add the standard runtime library to
17522 the search path for find-file.
17523 (ada-prj-default-debugger): Was missing an opening '{'
17524 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17525 variables.
17526 (ada-prj-default-gnatmake-opt): New variable
17527 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17528 buffers, the project file is the default one Save the windows
17529 configuration before displaying the menu.
17530 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17531 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17532 ...) regexp-quote identifiers names to support operators +,
17533 -,... in regexps.
17534 (ada-remote): New function.
17535 (ada-run-application): Erase the output buffer before starting the
17536 run Support remote execution of the application. Use
17537 call-process, or the arguments are incorrectly parsed
17538 (ada-set-default-project-file): Reread the content of the active
17539 project file, not the one from the current buffer When a project
17540 file is set as the default project, all directories are
17541 automatically associated with it.
17542 (ada-set-environment): New function
17543 (ada-treat-cmd-string): New special variable ${current}
17544 (ada-treat-cmd-string): Revised. The substitution is now done for
17545 any ${...} substring
17546 (ada-xref-current): If no body was found, compiles the spec
17547 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17548 compiler to get rid of command line length limitations.
17549 (ada-xref-get-project-field): New function
17550 (ada-xref-project-files): New variable
17551 (ada-xref-runtime-library-specs-path)
17552 (ada-xref-runtime-library-ali-path): New variables
17553 (ada-xref-set-default-prj-values): Default run command now does a
17554 cd to the build directory. New field: main_unit Provide a default
17555 file name even if the current buffer has no prj file.
17556
17557 * ada-prj.el:
17558 Rewritten to show a tabbed-dialog.
17559 (ada-prj-add-ada-menu): Remove the map and name parameters.
17560 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17561 New function
17562 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17563 (ada-prj-load-from-file): New function
17564 (ada-prj-save): Always save fields that depend on the current buffer
17565 (ada-prj-show-value): New function
17566
17567 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17568 Ada mode. This will allow us to display the Ada menu in any buffer
17569 we want (for project items).
17570 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17571 number of spaces in the header.
17572
17573 2000-07-24 Dave Love <fx@gnu.org>
17574
17575 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17576
17577 2000-07-23 Noah Friedman <friedman@splode.com>
17578
17579 * type-break.el (type-break): perform autosave.
17580 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17581 (type-break-do-query): Cancel query schedule while performing
17582 actual query, to avoid possibility of a second query being made
17583 while first one is already in progress.
17584 (type-break-time-stamp-format): New variable.
17585 (type-break-time-stamp): New function.
17586 (type-break-time-warning): Use it.
17587 (type-break-keystroke-warning): Use it.
17588 (type-break-noninteractive-query): Use it.
17589
17590 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17591 cookie.
17592 Use add-minor-mode to set minor-mode-alist, if available.
17593 (eldoc-echo-area-use-multiline-p): New user option.
17594 (eldoc-echo-area-multiline-supported-p): New variable.
17595 (eldoc-docstring-format-sym-doc): Use them.
17596 (eldoc-mode): If not using idle timers, append to local post and
17597 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17598 (eldoc-display-message-no-interference-p): Don't interfere with
17599 edebug.
17600 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17601 (eldoc-function-arglist): New function.
17602 (eldoc-function-argstring): Use it.
17603
17604 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17605 auto save directory exists before calling directory-files.
17606
17607 2000-07-23 Dave Love <fx@gnu.org>
17608
17609 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17610 ^o, ^u.
17611
17612 2000-07-21 Dave Love <fx@gnu.org>
17613
17614 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17615 now passed to the function. It now works properly.
17616
17617 * smerge-mode.el (smerge-mode-menu): Fill it out.
17618
17619 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17620
17621 * info-look.el (info-lookup): If *info* is shown in another frame
17622 on the same display, select that frame, instead of switching to
17623 the Info buffer in another window of the selected frame.
17624
17625 * simple.el (universal-argument-map): Bind numeric keypad keys
17626 kp-0 to kp-9 and kp-subtract.
17627 (digit-argument): Handle these keys.
17628
17629 2000-07-20 Dave Love <fx@gnu.org>
17630
17631 * net/goto-addr.el (goto-address-fontify): Don't bother with
17632 buffer-modified and read-only stuff -- irrelevant with overlays.
17633 Put an extra property on the overlays and use it to clean up in
17634 case goto-address is re-run.
17635
17636 2000-07-19 Richard M. Stallman <rms@gnu.org>
17637
17638 * timer.el (run-with-idle-timer): Doc fix.
17639
17640 * mail/mail-utils.el (mail-strip-quoted-names):
17641 Handle case where <...> appears inside "...".
17642 Use replace-match to edit the string more simply.
17643 (rmail-dont-reply-to): Cope with an unmatched ".
17644
17645 2000-07-19 Dave Love <fx@gnu.org>
17646
17647 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17648 implementation.
17649
17650 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17651 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17652 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17653
17654 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17655
17656 * textmodes/refer.el: Correct maintainer's email address.
17657
17658 * progmodes/hideif.el: Correct author's email address.
17659 Fix typo in comment.
17660
17661 * xml.el: New file.
17662
17663 * mail/mailheader.el: Correct author's mail address.
17664
17665 * gnus/parse-time.el: Correct author's mail address.
17666
17667 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17668
17669 * comint.el (comint-highlight-input, comint-highlight-face):
17670 New user options.
17671 (comint-input-ring-file-name): Change custom type.
17672 (comint-mode-map): Bind mouse-2.
17673 (comint-insert-clicked-input): New function.
17674 (comint-send-input): Handle input highlighting.
17675
17676 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17677
17678 * mouse.el (popup-menu): New function.
17679 (mouse-major-mode-menu): Use it.
17680
17681 2000-07-18 Dave Love <fx@gnu.org>
17682
17683 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17684 improvements.
17685
17686 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17687
17688 * faces.el (face-font-selection-order)
17689 (face-font-family-alternatives): Add custom type.
17690
17691 2000-07-18 Dave Love <fx@gnu.org>
17692
17693 * cus-edit.el (custom-variable-reset-saved)
17694 (custom-variable-reset-standard): Remove unused bindings.
17695
17696 * rect.el (open-rectangle-line): Remove unused let.
17697
17698 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17699
17700 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17701
17702 * cdl.el: Fix `Maintainer' keyword.
17703
17704 * play/pong.el: Add author's email address.
17705
17706 2000-07-17 Sam Steingold <sds@gnu.org>
17707
17708 * files.el (insert-directory): Call `split-string' instead of
17709 re-implementing it.
17710
17711 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17712
17713 * mail/vms-pmail.el: Change maintainer to FSF.
17714
17715 * net/goto-addr.el: Change maintainer to FSF.
17716
17717 * info.el (Info-title-face-alist): Removed.
17718
17719 2000-07-18 David Ponce <david@dponce.com>
17720
17721 * recentf.el (recentf-open-files): New command that works like
17722 `recentf-open-more-files', but shows the whole list of files (not just
17723 those omitted from the menu). Useful if you don't use a menu-bar!
17724 (recentf-open-more-files) Modified to use `recentf-open-files'.
17725
17726 (recentf-open-files, recentf-open-more-files)
17727 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17728
17729 (recentf-dialog-mode): New mode for dialogs. You can now just type
17730 "q" to cancel the dialogs.
17731
17732 2000-07-18 David Ponce <david@dponce.com>
17733
17734 * recentf.el: This is a major update of recentf.el. It adds new
17735 features to better organize the recentf menu and "More..." buffer.
17736
17737 Using new provided menu filtering functions you can now organize the
17738 recent files list:
17739
17740 - by major modes
17741 - by directories
17742 - by user defined rules
17743
17744 Finally, with the new `recentf-filter-changer' customizable filter you
17745 can define a ring of filters and dynamically (via the menu) cycle on
17746 each menu organization in the ring (a la msb).
17747
17748 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17749
17750 * eshell/eshell.el (eshell): Replace links to eshell.info with
17751 links to eshell, to avoid problems on systems where the manual is
17752 installed as `eshell'.
17753 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17754 * eshell/em-smart.el (eshell-smart): Ditto.
17755 * eshell/em-banner.el (eshell-banner): Ditto.
17756 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17757
17758 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17759 same-file check in the MS-DOS version (it does support inodes).
17760
17761 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17762
17763 * eshell/eshell.el (eshell-directory-name):
17764 Run default directory name through convert-standard-filename.
17765
17766 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17767
17768 * international/mule-cmds.el (select-safe-coding-system):
17769 Fix typo in the comment.
17770
17771 * language/european.el (compound-text):
17772 Force katakana-jisx0201 to be designated to G1.
17773
17774 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17775 Don't translate some national variant characters of latin-jisx0201.
17776 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17777
17778 * international/kkc.el (kkc-after-update-conversion-functions):
17779 New variable.
17780 (kkc-update-conversion): Run functions in it at the tail.
17781
17782 2000-07-16 John Wiegley <johnw@gnu.org>
17783
17784 * lisp/align.el (align-newline-and-indent):
17785 Adding new function. for auto-aligning blocks of code on RET.
17786 (align-region): Fixed badly formatted minibuffer message.
17787
17788 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17789
17790 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17791 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17792 the conversion list at first if appropriate.
17793 (kkc-next): Don't update kkc-next-count here.
17794 (kkc-prev): Don't update kkc-prev-count here.
17795 (kkc-show-conversion-list-update): Fix setting up of conversion
17796 list message.
17797
17798 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17799
17800 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17801
17802 2000-07-16 Dave Love <fx@gnu.org>
17803
17804 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17805 function to be more specific.
17806
17807 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17808 non-string help-echo.
17809 (widget-types-convert-widget): Defsubst it.
17810 (widget-echo-help): Try to cope with a help-echo function of two
17811 possible sorts.
17812
17813 2000-07-15 Jason Rumney <jasonr@gnu.org>
17814
17815 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17816 Declare as obsolete.
17817
17818 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17819
17820 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17821
17822 * hilit-chg.el: Fix typo.
17823
17824 2000-07-14 Dave Love <fx@gnu.org>
17825
17826 * info.el (Info-mode-menu): Fix use of :help, :enable.
17827
17828 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17829
17830 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17831
17832 2000-07-13 Dave Love <fx@gnu.org>
17833
17834 * emacs-lisp/easymenu.el: Doc fixes.
17835 (easy-menu-remove): Defalias to ignore.
17836
17837 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17838 Call throw correctly.
17839
17840 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17841
17842 * faces.el (frame-background-mode): Doc fix.
17843
17844 * simple.el (eval-expression-print-length): Change custom type to
17845 allow entering nil as value.
17846
17847 2000-07-13 Dave Love <fx@gnu.org>
17848
17849 * progmodes/fortran.el (fortran-imenu-generic-expression):
17850 Change definition layout.
17851 (fortran-mode-menu): Reinstate customize entries.
17852
17853 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17854 Use :filter, per old XEmacs code.
17855
17856 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17857
17858 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17859 event when deciding what to send to the terminal.
17860
17861 2000-07-12 Dave Love <fx@gnu.org>
17862
17863 * cus-start.el: Add optional version as 4th element of specs and
17864 use it for several things new in v21. Remove load-path. Fix type
17865 of line-number-display-limit.
17866
17867 2000-07-11 Dave Love <fx@gnu.org>
17868
17869 * progmodes/fortran.el: Don't require easymenu.
17870 Use repeat counts in various regexps.
17871 (fortran-mode-syntax-table): Defvar directly.
17872 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17873 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17874 Use defvar, not defconst.
17875 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17876 (fortran-mode): Set fortran-comment-line-start-skip,
17877 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17878 (fortran-comment-indent): Use defsubst.
17879 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17880 Use fortran-comment-indent, not fortran-comment-indent-function.
17881 (fortran-comment-region, fortran-electric-line-number): Simplify.
17882 (fortran-auto-fill): New function.
17883 (fortran-do-auto-fill): Deleted.
17884 (fortran-find-comment-start-skip):
17885 Check for non-null comment-start-skip.
17886 (fortran-auto-fill-mode, fortran-fill-statement):
17887 Use fortran-auto-fill.
17888 (fortran-fill): Use fortran-auto-fill. Check for null
17889 comment-start-skip. Simplify final clause and use end-of-line finally.
17890
17891 * widget.el (widget-plist-member): New alias.
17892
17893 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17894
17895 * eshell/esh-module.el (toplevel): Reference
17896 byte-compile-current-file only if it is bound.
17897
17898 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17899
17900 * dired.el: Don't require `dired-aux'.
17901
17902 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17903
17904 * dired-aux.el (dired-show-file-type): New function.
17905 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17906 (dired-show-file-type): Add autoload.
17907
17908 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17909
17910 * international/mule-diag.el (describe-font): Adjusted for the
17911 change of fontset-info.
17912 (print-fontset): Likewise.
17913
17914 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17915
17916 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17917
17918 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17919
17920 * bindings.el: Bind `[delete]' to delete-char.
17921
17922 * dired.el (dired-find-alternate-file): New function.
17923 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17924 (toplevel): Require dired-aux when compiling.
17925 (dired-buffers): Move defvar within file to avoid compiler warning.
17926
17927 * info.el (Info-last-search): Variable removed.
17928 (Info-search-history): New variable.
17929 (Info-search): New Info-search-history.
17930
17931 * battery.el, info-look.el: Change author's mail address.
17932
17933 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17934
17935 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17936 if rmail-ignored-headers is nil.
17937 (rmail-retry-failure): Bind rmail-ignored-headers and
17938 rmail-displayed-headers to nil.
17939
17940 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17941
17942 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17943 (print-region-1): Don't hard code `-h' here.
17944
17945 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17946
17947 2000-07-01 Francesco Potorti` <pot@gnu.org>
17948
17949 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17950 exim can use "your message" instead of "the message".
17951
17952 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17953
17954 * facemenu.el: Docstrings fixes.
17955 (facemenu-get-face): Don't use internal-find-face.
17956 (facemenu-iterate): Rename arg to match the docstring.
17957
17958 * newcomment.el (uncomment-region): Be more careful when skipping
17959 backwards over `=' not to bump into BOBP.
17960
17961 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17962
17963 * ediff-diff.el (ediff-wordify): Use syntax table.
17964 * ediff-init.el (ediff-has-face-support-p): Use
17965 ediff-color-display-p.
17966 (ediff-color-display-p): Use display-color-p, changed to defun
17967 from defsubst.
17968 Got rid of special cases for NeXT and OS/2.
17969 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17970 face.
17971
17972 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17973
17974 * emacs-lisp/lucid.el: Require CL.
17975 (copy-tree, remprop): Remove, it's provided by CL.
17976 (map-keymap): Define in terms of cl-map-keymap.
17977 (extent-property, set-extent-end-glyph): New functions.
17978
17979 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17980
17981 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17982
17983 * Makefile.in (DONTCOMPILE): Add comment that the name may
17984 not be changed without changing the make-dist script.
17985
17986 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17987 (cl-mapc): Use mapc instead of cl-old-mapc.
17988
17989 2000-07-05 Andrew Innes <andrewi@gnu.org>
17990
17991 * makefile.nt: Add support for `bootstrap' and related targets.
17992
17993 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17994
17995 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17996 (easy-menu-do-define): Use `menu-item' format.
17997 Handle case where easy-menu-create-menu returns a symbol.
17998 Manually call the potential top-level filter in the function binding.
17999 (easy-menu-filter-return): New arg NAME.
18000 Convert to a keymap if MENU is an XEmacs menu.
18001 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18002 (easy-menu-converted-items-table, easy-menu-convert-item):
18003 New var and fun to memoize easy-menu-convert-item-1.
18004 (easy-menu-do-add-item): Use it.
18005 (easy-menu-create-menu): Use easy-menu-convert-item.
18006 Wrap easy-menu-filter-return around any :filter specification.
18007 Don't convert the menu if a filter was specified.
18008 Tell easy-menu-make-symbol not to check for MENU being an expression.
18009 (easy-menu-make-symbol): New arg NOEXP.
18010
18011 2000-07-05 Gerd Moellmann <gerd@gnu.org>
18012
18013 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18014 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18015 (eval-defun): If called with prefix arg, instrument code for
18016 Edebug.
18017
18018 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18019 similar to that of eval-defun.
18020
18021 2000-07-04 Dave Love <fx@gnu.org>
18022
18023 * hl-line.el (hl-line-overlay): Make it permanent-local.
18024
18025 * calendar/todo-mode.el: Replaced with a working version, based on
18026 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18027
18028 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18029
18030 * paths.el (prune-directory-list): New function.
18031 (Info-default-directory-list): Rewritten to more methodically
18032 enumerate a big list of possible info directories (based on the
18033 list used by the standalone info reader).
18034
18035 * info.el (info-initialize): Use prune-directory-list to remove
18036 non-existent directories from Info-directory-list.
18037
18038 * paths.el (Info-default-directory-list): Try a list of possible
18039 info-directories instead of a single one. Add the possible
18040 info directory "/usr/share/info".
18041
18042 * woman.el (woman-man.conf-path): Explicitly include the debian
18043 man-db config file "/etc/manpath.config".
18044 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18045 are present in `manpath.config'.
18046 (woman-manpath): Include "/usr/share/man".
18047
18048 2000-07-03 Gerd Moellmann <gerd@gnu.org>
18049
18050 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18051
18052 * startup.el (command-line): Initialize blink-cursor based
18053 on window-system.
18054
18055 * frame.el (blink-cursor): Default to nil if not running under
18056 a window-system.
18057
18058 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18059 (face-x-resources): Remove duplicate entry for :font.
18060
18061 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18062 instead of cycling through windows with next-window.
18063
18064 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18065 of cycling through windows with next-window.
18066
18067 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18068 of cycling through windows with next-window.
18069
18070 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18071 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18072 instead of cycling through windows with next-window.
18073
18074 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18075 instead of cycling through windows with next-window.
18076
18077 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18078 of cycling through windows with next-window.
18079
18080 * terminal.el (te-process-output): Use walk-windows instead of
18081 cycling through windows with next-window.
18082
18083 * server.el (server-switch-buffer): Use some-window instead of
18084 cycling through windows with next-window.
18085
18086 * window.el (some-window): New function.
18087 (walk-windows): Remove reference to walk-windows-start.
18088
18089 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18090
18091 2000-07-03 Richard Stallman <rms@gnu.org>
18092
18093 * window.el (walk-windows): Guarantee termination by keeping a list
18094 of all the windows already handled.
18095
18096 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18097
18098 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18099 window-system.
18100
18101 * man.el (Man-notify-when-ready): Don't use window-system. If
18102 Man-notify-method is newframe, and the display is not
18103 multi-frame, select the frame created for the man page.
18104 (Man-init-defvars): Doc fix.
18105
18106 2000-06-28 Gerd Moellmann <gerd@gnu.org>
18107
18108 * faces.el (region): Change background color for light background.
18109
18110 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18111 attribute from mode-line face of Ediff control frame.
18112
18113 * replace.el (query-replace-map): Bind `e' like `E'.
18114
18115 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18116
18117 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18118 Change name to "Select All".
18119
18120 * dos-fns.el (convert-standard-filename): Fix last change.
18121
18122 2000-06-27 Gerd Moellmann <gerd@gnu.org>
18123
18124 * help.el (describe-variable): Don't insert a second `'s' in front
18125 of the string `value is shown below'. Since the syntax-table is
18126 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18127 an existing `'s', so that this won't be deleted.
18128
18129 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18130 * pcmpl-unix.el: New files.
18131
18132 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18133
18134 * wid-edit.el (widget-member): Use the new plist-member.
18135
18136 2000-06-26 Gerd Moellmann <gerd@gnu.org>
18137
18138 * replace.el (perform-replace): Undo change of 2000-04-04.
18139 Instead, move backward 1 character at the end of the loop when
18140 necessary.
18141
18142 * faces.el (fringe): Change face for different backgrounds.
18143
18144 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18145 patch from John.
18146
18147 * eshell/*.el: Change spelling of the Free Software Foundation.
18148
18149 * eshell/esh-toggle.el: Removed.
18150
18151 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18152
18153 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18154 interactively.
18155
18156 2000-06-26 Alex Schroeder <alex@gnu.org>
18157
18158 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18159 `define-key'; instead of checking `(emacs-version)' check for
18160 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18161 for `;' and `o' which might be electric.
18162
18163 (sql-electric-stuff): New user option.
18164 (sql-magic-go): New function which uses `sql-electric-stuff'.
18165 (sql-magic-semicolon): New function which uses
18166 `sql-electric-stuff'.
18167
18168 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18169 is not fboundp.
18170
18171 (sql-oracle-options): New variable.
18172 (sql-oracle): Use it.
18173
18174 (sql-imenu-generic-expression): Doc change.
18175 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18176 is used.
18177
18178 (sql-informix): Added command line parameter "-" to force
18179 sql-informix-program to use stdout.
18180
18181 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18182
18183 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18184 (cp864-decode-table): Doc fix.
18185 (cp720-decode-table): New variable, supports the Arabic OEM
18186 codepage used by Windows.
18187 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18188
18189 2000-06-23 Dave Love <fx@gnu.org>
18190
18191 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18192 (font-lock-fontify-anchored-keywords): Use
18193 line-beginning-position.
18194 (global-font-lock-mode): Use mapc.
18195
18196 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18197
18198 * eshell/esh-module.el: Require CL when compiling.
18199
18200 2000-06-23 Gerd Moellmann <gerd@gnu.org>
18201
18202 * comint.el (comint-substitute-in-file-name): Call replace-match
18203 with second and third arg t.
18204
18205 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18206 Specify foreground color.
18207
18208 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18209 color.
18210
18211 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18212
18213 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18214 cddr instead of cdddr.
18215
18216 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18217 instead of copy-list.
18218
18219 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18220 of copy-list.
18221
18222 * subdirs.el: Add eshell subdirectory.
18223
18224 * eshell: New subdirectory containing the Eshell package.
18225
18226 * pcomplete.el: New file.
18227
18228 2000-06-23 Paul Eggert <eggert@twinsun.com>
18229
18230 * mail/mailpost.el (post-mail-send-it): Make sure file has
18231 proper permissions from birth.
18232
18233 * files.el (basic-save-buffer-2): When temporarily setting
18234 file modes, set them to current modes plus 0200, not to 0777.
18235
18236 * emerge.el (emerge-make-temp-file): Make sure file has proper
18237 permissions from birth.
18238
18239 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18240
18241 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18242 backup file name through convert-standard-filename.
18243
18244 * dos-fns.el (convert-standard-filename): Convert leading
18245 directories as well. When long file names are supported, convert
18246 characters that are invalid in Windows file names.
18247
18248 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18249
18250 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18251 ps-print crashes. New feature: page selection for printing. Create
18252 raw-text-unix coding system for XEmacs. Doc fix.
18253 (ps-print-version): New version number (5.2.3).
18254 (ps-plot-region): Bug fix.
18255 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18256 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18257 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18258 funs.
18259 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18260 (ps-last-page): New vars.
18261
18262 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18263
18264 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18265 empty option string.
18266
18267 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18268
18269 * man.el (man): Doc fix.
18270
18271 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18272
18273 * international/mule-cmds.el (set-language-info-alist): Docstring
18274 fixed.
18275
18276 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18277
18278 * version.el (emacs-version): Use ISO date format.
18279
18280 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18281 instead of `M-backspace'.
18282
18283 * simple.el (turn-off-auto-fill): New function.
18284
18285 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18286
18287 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18288 Renamed from with-buffer-prepared-for-font-lock and use
18289 inhibit-modification-hooks rather than setting *-change-functions.
18290 Update all functions to use the new name.
18291 (jit-lock-first-unfontify-pos): New semantics (and doc).
18292 (jit-lock-mode): Make non-interactive.
18293 Don't automatically turn on font-lock.
18294 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18295 Always use jit-lock-after-change.
18296 Remove and restore font-lock-after-change-function.
18297 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18298 (jit-lock-after-unfontify-buffer): Remove.
18299 (jit-lock-stealth-fontify):
18300 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18301 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18302
18303 2000-06-20 Sam Steingold <sds@gnu.org>
18304
18305 * emacs-lisp/cl-indent.el (toplevel): Indent
18306 `print-unreadable-object' properly. Untabify.
18307
18308 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18309
18310 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18311 Support for bibentry.
18312 (reftex-compile-variables): Fixed problem with end of section-re.
18313
18314 * texmodes/reftex-dcr.el (reftex-view-crossref,
18315 reftex-view-crossref-from-bibtex):
18316 Deal with changed `reftex-find-citation-regexp-format'.
18317 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18318 Replaced `remprop' with `put'.
18319 (reftex-view-crossref, reftex-view-crossref-when-idle):
18320 Support for bibentry.
18321
18322 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18323 New entry for bibentry package.
18324
18325 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18326 Regexp also matches "\nobibliography".
18327
18328 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18329 Call `reftex-ensure-write-access' before doing anything.
18330 (reftex-ensure-write-access): New function.
18331
18332 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18333
18334 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18335
18336 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18337
18338 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18339
18340 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18341
18342
18343 2000-06-20 Dave Love <fx@gnu.org>
18344
18345 * faces.el (frame-background-mode): Use set-default, not set, in
18346 setter.
18347 (frame-update-faces, frame-update-face-colors): Define with
18348 defalias.
18349
18350 * enriched.el (enriched-decode-foreground)
18351 (enriched-decode-background): Don't use internal-find-face.
18352
18353 * apropos.el: Doc fixes.
18354
18355 * cus-edit.el (customize-changed-options): Check arg.
18356 (customize-version-lessp): Don't require decimal point.
18357
18358 * custom.el (defcustom, defgroup): Doc fix.
18359
18360 * newcomment.el (comment) <defgroup>: Add :version.
18361 (comment-multi-line): Doc fix.
18362
18363 * emulation/mlsupport.el (define-hooked-local-abbrev,
18364 define-hooked-global-abbrev): Fix, using define-abbrev.
18365
18366 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18367
18368 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18369 the whole buffer.
18370
18371 2000-06-19 Dave Love <fx@gnu.org>
18372
18373 * menu-bar.el (menu-bar-options-save): New function.
18374 (menu-bar-options-menu): Use it.
18375 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18376 Simplify.
18377
18378 2000-06-19 Andreas Schwab <schwab@suse.de>
18379
18380 * progmodes/etags.el (tags-query-replace): Put new parameters
18381 START and END at the end, for backward compatibility.
18382
18383 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18384
18385 * international/codepage.el:
18386 (cp-coding-system-for-codepage-1): Delete special codes for
18387 generating xxx-dos coding system because now a CCL based coding
18388 system can handle EOL conversion by default.
18389
18390 * international/mule.el (make-coding-system): Generate subsidiary
18391 coding systems for EOL handling variants even for a CCL based
18392 coding system.
18393
18394 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18395
18396 * international/isearch-x.el (isearch-minibuffer-input-method)
18397 (isearch-minibuffer-input-method-function): These variables
18398 deleted.
18399 (isearch-with-input-method): Don't use the above variables.
18400 (isearch-process-search-multibyte-characters): Likewise. Call
18401 read-string with the arg INHERIT-INPUT-METHOD t.
18402
18403 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18404
18405 * font-lock.el (font-lock-after-fontify-buffer)
18406 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18407
18408 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18409 Use consistent make-local-variable style for font-lock-fontified.
18410 (jit-lock-fontify-buffer):
18411 Don't bother checking for font-lock-mode and jit-lock-mode.
18412
18413 * time.el: Remove trailing ^M that prevent CVS-merging.
18414
18415 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18416
18417 * Makefile.in (distclean): New target.
18418
18419 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18420
18421 * Makefile.in (srcdir): Define for update-subdirs.
18422
18423 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18424
18425 * find-lisp.el: New file.
18426
18427 2000-06-16 Andrew Innes <andrewi@gnu.org>
18428
18429 * time.el (display-time-mail-function): New variable, to allow
18430 external packages to indicate when new mail is available.
18431 (display-time-update): Use it.
18432
18433 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18434
18435 * international/mule.el (mule-version): Change version name to
18436 SAKAKI. AOI has already been used by Meadow.
18437
18438 * international/quail.el (quail-show-guidance-buf): To find the
18439 bottom window (but minibuffer), pay attention to the height of
18440 minibuffer.
18441
18442 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18443
18444 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18445 menu-bar menus. Add help strings. Don't remove the Edit menu
18446 from the menu bar, as the menu bar has enough space now.
18447
18448 * Makefile.in (SHELL): Make sure /bin/sh is used.
18449
18450 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18451 characters, which use series of two ^H characters instead of one.
18452
18453 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18454
18455 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18456 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18457 functions.
18458 (Info-find-node-2): Try a case-sensitive search first, then
18459 do a case-insensitive search.
18460
18461 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18462 tutorials.
18463
18464 * complete.el (PC-env-vars-alist): New variable.
18465 (PC-complete-as-file-name): New function.
18466 (partial-completion-mode): Initialize PC-env-vars-alist from
18467 process-environment.
18468 (PC-do-completion): Handle completion of env vars.
18469
18470 * info.el (Info-set-mode-line): Show file name in mode line,
18471 use `*Info*' instead of `Info:'.
18472
18473 * startup.el (command-line-1): Change copyright messages to year
18474 2000.
18475
18476 2000-06-15 Dave Love <fx@gnu.org>
18477
18478 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18479 not local-map.
18480
18481 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18482
18483 * international/mule.el (set-buffer-file-coding-system): Almost
18484 rewritten to handle `undecided' as no-op.
18485
18486 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18487
18488 * Makefile.in: New file.
18489
18490 * Makefile: Removed.
18491
18492 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18493 (goto-address-highlight-keymap): Bind C-c RET.
18494
18495 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18496
18497 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18498 inherits buffer-file-coding-system of the current buffer.
18499
18500 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18501 0. Give correct argument to set-auto-coding-function.
18502 (tar-expunge): For goto-char, use (point-min), not 0.
18503 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18504 (tar-subfile-save-buffer): Likewize.
18505
18506 * international/mule.el
18507 (after-insert-file-set-buffer-file-coding-system): Call
18508 set-buffer-file-coding-system with the arg FORCE t.
18509
18510 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18511
18512 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18513 nil. Contemporary sendmails issue an X-Authentication-Warning if
18514 the sender is set with `-f'.
18515
18516 2000-06-13 Dave Love <fx@gnu.org>
18517
18518 * help.el (describe-function-1): Kluge around cases of functions
18519 fset to subrs whose doc doesn't match their symbol-name.
18520
18521 * image.el (insert-image): Default STRING to a space.
18522
18523 * info.el Doc fixes.
18524 (Info-build-node-completions): Match Ref tags.
18525
18526 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18527
18528 * frame.el (display-multi-frame-p, display-multi-font-p): New
18529 defaliases for display-graphic-p.
18530
18531 * hl-line.el: Fixed a typo in commentary.
18532
18533 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18534
18535 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18536 fixed.
18537
18538 2000-06-12 Dave Love <fx@gnu.org>
18539
18540 * image.el (insert-image): Save a little consing.
18541
18542 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18543
18544 * language/tibet-util.el: Convert all tibetan-1-column characters
18545 to the corresponding tibetan characters.
18546 (tibetan-add-components): Delete code for the special treatment of
18547 'a chung.
18548
18549 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18550 change.
18551 (tibetan-vowel-transcription-alist): More rules added.
18552 (tibetan-composite-vowel-alist): New variable.
18553 (tibetan-precomposition-rule-alist): More rules added.
18554
18555 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18556
18557 * startup.el (command-line): Only call menu-bar-mode if interactive.
18558
18559 * thingatpt.el (toplevel symbol-properties):
18560 * textmodes/makeinfo.el (makeinfo-compile):
18561 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18562 * progmodes/hideif.el (hif-compress-define-list)
18563 (hide-ifdef-use-define-alist):
18564 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18565 (ange-ftp-vms-add-file-entry):
18566 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18567 * man.el (Man-build-man-command):
18568 * mail/rnewspost.el (news-reply-header-hook):
18569 * info.el (Info-insert-dir):
18570 * emulation/mlconvert.el (backward-word, forward-word, setq):
18571 * emacs-lisp/gulp.el (gulp-send-requests):
18572 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18573 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18574 (byte-optimize-apply, end of file):
18575 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18576 (ad-make-freeze-definition):
18577 * startup.el (command-line, command-line-1): Don't quote lambdas.
18578
18579 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18580 (cvs-cleanup-removed): New function.
18581 (cvs-cleanup-functions): New var.
18582 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18583 some flexibility in specifying additional entries to auto-cleanup.
18584 (cvs-quickdir): New function.
18585 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18586 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18587 (cvs-mode-find-file): Check that we are on a filename or dirname
18588 when invoked through a mouse-click.
18589 (cvs-full-path): Remove.
18590 (cvs-dired-action): Re-introduced.
18591 (cvs-dired-noselect): Use it.
18592 (vc-post-command-functions): use this new hook if available.
18593
18594 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18595 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18596 (cvs-filename-map, cvs-dirname-map): Remove.
18597 (cvs-default-action): Remove.
18598 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18599 if the arg is really a keymap.
18600 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18601 Don't hardcode the mapping from state (aka type) to face, but check
18602 the var cvs-fi-<type>-face instead.
18603 (cvs-fileinfo-from-entries): New function.
18604
18605 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18606 Docstring fix.
18607 (cvs-find-file-and-jump): Change default to be safer.
18608 (cvs-mode-diff-map): Define it as a function as well.
18609 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18610 Bind mouse-2 in this global map rather than with text-properties.
18611
18612 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18613 file to resolve the ambiguity between C(conflict) and C(need-merge).
18614
18615 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18616
18617 * international/mule.el (set-buffer-file-coding-system): If
18618 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18619 unconditionally.
18620
18621 2000-06-12 Dave Love <fx@gnu.org>
18622
18623 * wid-edit.el (widget-specify-button): Really suppress the face if
18624 required.
18625
18626 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18627
18628 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18629
18630 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18631
18632 * imenu.el (imenu-generic-expression): Docstring fix.
18633
18634 * composite.el (composition-function-table): Move the `put'
18635 below the autoload cookie so we can load the file before loaddefs.
18636
18637 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18638
18639 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18640 Handle easy-mmode-define-global-mode.
18641 For complex macros like define-minor-mode that can generate
18642 several autoload entries, try to autoload entries in the
18643 macroexpanded code.
18644
18645 * emacs-lisp/easy-mmode.el (define-minor-mode):
18646 If KEYMAP is a symbol, just use it.
18647 Use byte-compile-current-file and load-file-name to infer the
18648 proper :require to pass to defcustom.
18649 Wrap the hook var into `progn' so as not to autoload it.
18650 Add a :autoload-end cookie.
18651 Be more careful about the evaluation of KEYMAP.
18652 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18653 (define-derived-mode): Move define-abbrev-table outside of defvar.
18654
18655 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18656
18657 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18658 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18659 (backup-compiled-files): Ignore errors during `tar'.
18660 (bootstrap): Make autoloads before elc files.
18661
18662 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18663
18664 * international/mule.el (set-buffer-file-coding-system): If one of
18665 undecided-XXX is specified, change only EOL conversion.
18666
18667 * international/mule-conf.el (unix): New alias for the coding
18668 system undecided-unix.
18669
18670 2000-06-09 Dave Love <fx@gnu.org>
18671
18672 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18673
18674 * progmodes/executable.el: Byte compile dynamic.
18675 (executable-insert): Change custom type.
18676 (executable-find): Add autoload cookie.
18677 (executable-make-buffer-file-executable-if-script-p): New
18678 function. After Noah Friedman.
18679
18680 * files.el (after-save-hook): Customize, with
18681 executable-make-buffer-file-executable-if-script-p as an option.
18682
18683 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18684
18685 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18686 "tib24p-mule.bdf" for Tibetan.
18687
18688 * composite.el (decompose-composite-char): Declare it as obsolete.
18689
18690 * man.el (Man-fontify-manpage): Pay attention to underline and
18691 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18692
18693 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18694
18695 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18696 Set maintainer to FSF since author isn't reachable.
18697
18698 2000-06-08 Dave Love <fx@gnu.org>
18699
18700 * international/mule-cmds.el (select-safe-coding-system): If
18701 DEFAULT-CODING-SYSTEM is not specified, also check the most
18702 preferred coding-system if buffer-file-coding-system is
18703 `undecided'. From Handa.
18704
18705 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18706
18707 * international/mule.el
18708 (after-insert-file-set-buffer-file-coding-system): If the buffer
18709 size is greater than INSERTED, judget that we are not visiting.
18710
18711 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18712
18713 * whitespace.el (defgroup whitespace): Comment out `:version'.
18714 XEmacs 20.4 has problems defining the group with this present.
18715 We'll have this commented out till get resolve the problem.
18716
18717 2000-06-07 John Wiegley <johnw@gnu.org>
18718
18719 * align.el (align-dq-string-modes, align-sq-string-modes)
18720 (align-open-comment-modes): Add pyhton-mode.
18721 (align-rules-list): Use get-text-property instead of
18722 text-properties-at.
18723 (align-rules-list): Add python-assignment.
18724 (align-rules-list): Change perl-comma-delimiter to
18725 basic-comma-delimiter. Use if for Perl modes and python-mode.
18726 (align-rules-list): Add python-chain-logic and
18727 basic-line-continuation.
18728
18729 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18730
18731 * apropos.el (apropos-mode-hook): New user variable.
18732 (apropos-mode): Run apropos-mode-hook.
18733
18734 2000-06-07 David Ponce <david@dponce.com>
18735
18736 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18737 commands. Require `wid-edit' at run-time.
18738
18739 2000-06-07 David Ponce <david@dponce.com>
18740
18741 * recentf.el: Added some "Commentary".
18742 (recentf-open-more-files, recentf-edit-list): Minor changes to
18743 move the point at the top of the file list. This behaviour is
18744 consistent with the menu one when the list contains a lot of
18745 files.
18746 (recentf-cleanup): Now displays the number of items removed from
18747 the list.
18748 (recentf-relative-filter) New menu filter to show filenames
18749 relative to `default-directory'.
18750
18751 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18752
18753 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18754 with/without giving an error if PostScript printer doesn't have this
18755 kind of page size. Zebra Stripe continues or restarts on next page.
18756 Manual/automatic paper feeding. Switch or not the header.
18757 (ps-print-version): New version number (5.2.2).
18758 (ps-windows-system): Include emx as a Windows system.
18759 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18760 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18761 (ps-background-text): Code fix.
18762 (ps-error-handler-message, ps-user-defined-prologue)
18763 (ps-print-prologue-header, ps-printer-name)
18764 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18765 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18766 (ps-use-face-background): Customization fix.
18767 (ps-n-up-database): Data fix.
18768 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18769 (ps-switch-header): New vars.
18770 (ps-xemacs-color-name, ps-face-foreground-name)
18771 (ps-face-background-name, ps-boolean-constant): New funs.
18772
18773 2000-06-07 Dave Love <fx@gnu.org>
18774
18775 * allout.el: New version from Manheimer.
18776
18777 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18778
18779 * textmodes/fill.el (fill-find-break-point): Check the validity of
18780 charset.
18781
18782 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18783
18784 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18785 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18786 Call display-color-p and display-mouse-p instead of looking at
18787 window-system.
18788
18789 2000-06-06 Dave Love <fx@gnu.org>
18790
18791 * image.el (find-image): Doc fix. Return nil if image not found.
18792 (put-image, insert-image): Make STRING arg optional.
18793
18794 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18795
18796 * language/vietnamese.el: Remove eval-when-compile.
18797 (viet-viscii-nonascii-translation-table): Define it as a
18798 translation table made from viet-viscii-decode-table.
18799 (viet-viscii-encode-table): Define it as a translation table made
18800 from the reverse map of above.
18801 (viet-vscii-nonascii-translation-table): Define it as a
18802 translation table made from viet-vscii-decode-table.
18803 (viet-vscii-encode-table): Define it as a translation table made
18804 from the reverse map of above.
18805 (ccl-decode-viscii): Use translate-character.
18806 (ccl-encode-viscii, ccl-encode-viscii-font)
18807 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18808 Likewize.
18809
18810 * language/cyrillic.el: Remove eval-when-compile.
18811 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18812 translation table made from cyrillic-koi8-r-decode-table.
18813 (cyrillic-koi8-r-encode-table): Define it as a translation table
18814 made from the reverse map of above.
18815 (ccl-decode-koi8): Use translate-character.
18816 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18817 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18818 a translation table made from cyrillic-alternativnyj-decode-table.
18819 (cyrillic-alternativnyj-encode-table): Define it as a translation
18820 table made from the reverse map of above.
18821 (ccl-decode-alternativnyj): Use translate-character.
18822 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18823 Likewize
18824
18825 * international/mule-diag.el (non-iso-charset-alist): Specify
18826 translation table symbol instead of translation table itself.
18827 (list-block-of-chars): CHARSET may be a translation table symbol.
18828
18829 * international/mule.el (make-coding-system): If CODING-SYSTEM
18830 already exists, override it.
18831
18832 * international/fontset.el: Use family `proportional' for Tibetan
18833 fonts.
18834
18835 * international/ccl.el (ccl-compile-translate-character): Don't
18836 check if Rrr has property translation-table.
18837 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18838
18839 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18840
18841 * info.el: Bind case-fold-search to t when searching in case
18842 a user sets it to nil in a hook.
18843
18844 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18845
18846 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18847 * hl-line.el (hl-line-mode): Use the new :global key argument.
18848
18849 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18850 (tar-clip-time-string): Prepend a space.
18851 (tar-grind-file-mode): Construct a string rather than modifying one.
18852 (tar-header-block-summarize): Fix docstring.
18853 Use `format' rather than an error-prone set of copy-loops.
18854
18855 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18856 (diff-goto-source, diff-unified->context, diff-context->unified)
18857 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18858 understand the format output by the `-p' argument to diff.
18859
18860 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18861 (sh-re-done): Use defconst.
18862 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18863 (sh-help-string-for-variable, sh-guess-basic-offset):
18864 Don't quote lambdas.
18865 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18866 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18867
18868 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18869 (mh-letter-mode): Derive from text-mode.
18870 This implicitly means that it now calls kill-all-local-variables.
18871 Also remove the Emacs-18 compatibility code.
18872
18873 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18874 Make use of symbol-property doc-string-elt.
18875 Use memq rather than a sequence of eq.
18876 (doc-string-elt): Fix the wrong or missing previously unused values.
18877 (autoload-print-form): New function extracted from
18878 generate-file-autoloads to allow recursion when handling progn
18879 so that defvar's and defun's docstrings are properly printed.
18880 (generate-file-autoloads): Use it.
18881
18882 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18883 Use find-file-hooks in the minor-mode function.
18884 Be careful not to loop indefinitely in the post-command-hook function.
18885
18886 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18887
18888 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18889 tty's.
18890 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18891 differences whenever appropriate.
18892 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18893 * viper.el (find-file, find-file-other-window): Get viper to do
18894 wildcards.
18895
18896 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18897
18898 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18899 (jit-lock-fontify-buffer): New function for JIT refontification.
18900 (jit-lock-mode): Fix docstring.
18901 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18902 Remove jit-lock-after-change from the _local_ hook.
18903 (jit-lock-function-1): Fix docstring.
18904
18905 * info.el (Info-on-current-buffer): Initialize info.
18906
18907 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18908
18909 * progmodes/tcl.el (tcl-indent-for-comment):
18910 Ignore comment-indent-hook.
18911
18912 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18913 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18914 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18915 and improve to use the lighter to guess the capitalization.
18916 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18917 Add keyword arguments to specify global-ness or the custom group.
18918 Add local-map and help-echo properties to the lighter.
18919 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18920 (easy-mmode-define-global-mode): New macro.
18921
18922 2000-06-02 Dave Love <fx@gnu.org>
18923
18924 * wid-edit.el: byte-compile-dynamic since we typically don't use
18925 all the widgets. Don't require cl or widget. Remove
18926 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18927 (widget-read-event): Removed. Callers changed to use read-event.
18928 (widget-button-release-event-p): Renamed from
18929 button-release-event-p.
18930 (widget-field-add-space, widget-field-use-before-change):
18931 Uncustomize.
18932 (widget-specify-field): Use keymap property, not local-map.
18933 (widget-specify-button): Obey :suppress-face.
18934 (widget-specify-insert): Use modern backquote syntax.
18935 (widget-image-directory): Renamed from widget-glyph-directory.
18936 (widget-image-enable): Renamed from widget-glyph-enable.
18937 (widget-image-find): Replaces widget-glyph-find.
18938 (widget-button-pressed-face): Move defvar.
18939 (widget-image-insert): Replaces widget-glyph-insert.
18940 (widget-convert): Use keywordp.
18941 (widget-leave-text, widget-children-value-delete): Use mapc.
18942 (widget-keymap): Remove XEmacs stuff.
18943 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18944 (widget-button-click): Don't set point at the click, but re-centre
18945 if we scroll out of window. Rewritten for images v. glyphs &c.
18946 (widget-tabable-at): Use POS arg, not point.
18947 (widget-beginning-of-line, widget-end-of-line)
18948 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18949 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18950 (widget-default-create): Use widget-image-insert; some rewriting.
18951 (widget-visibility-value-create)
18952 (widget-push-button-value-create, widget-toggle-value-create): Use
18953 widget-image-insert.
18954 (checkbox): Create on and off images dynamically.
18955 (documentation-link): Change :help-echo.
18956 (widget-documentation-link-echo-help): Remove.
18957
18958 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18959
18960 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18961
18962 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18963 (easy-mmode-define-toggle, define-minor-mode): Use it.
18964 (easy-mmode-define-keymap): Docstring fix.
18965 (define-derived-mode): Default PARENT to fundamental-mode.
18966 Add the derived-mode-parent symbol-property.
18967 (easy-mmode-derived-mode-p): New function.
18968
18969 2000-06-02 Dave Love <fx@gnu.org>
18970
18971 * files.el (convert-standard-filename): Doc fix.
18972 (normal-backup-enable-predicate): New function.
18973 (backup-enable-predicate): Use it to replace the lambda form.
18974
18975 * calendar/todo-mode.el: [This needs more work on the outline
18976 stuff.] Doc fixes.
18977 (todo) <defgroup>: Add :version.
18978 (todo-add-category): Don't use pushnew.
18979 (todo-cmd-raise): Fix typo.
18980 (todo-top-priorities): Change temp buffer name.
18981 (todo-category-alist): Avoid redundant lambda.
18982 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18983 Use outline-next-heading.
18984
18985 * autoarg.el: Rewritten to use define-minor-mode.
18986 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18987 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18988
18989 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18990
18991 * isearch.el (isearch-other-meta-char): Fix previous change.
18992
18993 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18994
18995 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18996 (log-edit-done): Only add the comment to the ring if it's different
18997 from the last comment entered.
18998
18999 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19000
19001 2000-06-01 Dave Love <fx@gnu.org>
19002
19003 * hl-line.el: Rewritten using define-minor-mode.
19004
19005 * help.el (describe-function-1): Distinguish special form from
19006 builtin function. Sanity-check presence of arglist for builtins.
19007
19008 2000-06-01 Kenichi Handa <handa@etl.go.jp>
19009
19010 * international/characters.el: Fix syntax/category setting of
19011 Tibetan characters.
19012
19013 * language/tibet-util.el (tibetan-add-components): Fixes for new
19014 encoding of Tibetan characters.
19015 (tibetan-decompose-precomposition-alist): New variable.
19016 (tibetan-decompose-region): Convert precomposed characters to
19017 non-precomposed characters.
19018 (tibetan-decompose-string): Likewise.
19019 (tibetan-composition-function): Fix args to
19020 thibetan-compose-string.
19021
19022 * language/tibetan.el (tibetan-composable-pattern): More
19023 characters included.
19024 (tibetan-consonant-transcription-alist): Rule for "R" added.
19025 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19026 "+R" added.
19027 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19028
19029 * language/lao-util.el (lao-composition-function): Fix args to
19030 compose-string.
19031
19032 * language/thai-util.el (thai-composition-function): Fix args to
19033 compose-string.
19034
19035 * isearch.el (isearch-update): Set disable-point-adjustment to t
19036 to prevent the point moving to the end of a composition when a
19037 part of a composition is searched.
19038 (isearch-other-meta-char): If the key invoking this command can be
19039 mapped by function-key-map to a printing char, call
19040 isearch-process-search-char directly.
19041
19042 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19043
19044 * emacs-lisp/bytecomp.el:
19045 * frame.el:
19046 * international/mule-cmds.el:
19047 * international/mule-util.el:
19048 * international/mule.el:
19049 * mouse.el:
19050 * subr.el:
19051 * faces.el: Update calls to make-obsolete with a WHEN argument.
19052
19053 * byte-run.el (make-obsolete, make-obsolete-variable):
19054 Add an optional WHEN argument and change the format of the
19055 symbol-property information.
19056 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19057 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19058 new obsolete-symbol-property format and print WHEN if it is provided.
19059
19060 2000-05-31 Dave Love <fx@gnu.org>
19061
19062 * loadhist.el (loadhist-hook-functions): Remove
19063 before-change-function, after-change-function.
19064 (unload-feature): Deal with symbols which are both bound and
19065 fbound.
19066
19067 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19068 before-change-function, after-change-function.
19069
19070 * simple.el (newline): Don't bind before-change-function,
19071 after-change-function.
19072
19073 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19074
19075 * whitespace.el (whitespace-rescan-timer-time): Update interval
19076 set to 600 seconds (10 minutes) instead of 60 seconds since
19077 a large number of whitespace buffers causes emacs to `freeze'
19078 for a considerable amount of time.
19079
19080 * whitespace.el: Updated email address
19081
19082 2000-05-31 Dave Love <fx@gnu.org>
19083
19084 * add-log.el (change-log-font-lock-keywords) <function>: Add
19085 pattern for function of change.
19086 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19087 acknowledgements patterns.
19088
19089 2000-05-31 Kenichi Handa <handa@etl.go.jp>
19090
19091 * isearch.el (isearch-printing-char): If keyboard coding system is
19092 being used, call isearch-process-search-multibyte-characters.
19093
19094 * international/isearch-x.el: Mostly rewritten.
19095
19096 * international/quail.el (quail-start-conversion): Don't include
19097 unhandled events in the returned events, but set them in
19098 unread-command-events. Exit if all inputs are deleted.
19099
19100 2000-05-30 Jason Rumney <jasonr@gnu.org>
19101
19102 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19103
19104 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19105 Reenable code to create initial fontsets.
19106 Use set-fontset-font in place of put-charset-property.
19107
19108 2000-05-30 Gerd Moellmann <gerd@gnu.org>
19109
19110 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19111 label, ensure that the first colon isn't followed by another.
19112
19113 * paths.el (Info-default-directory-list): Doc fix.
19114
19115 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19116 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19117 send a query containing USER only, not USER@HOST.
19118
19119 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19120 and rmail-msgend to compute the restriction at the end, instead of
19121 computing it.
19122
19123 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19124
19125 * dabbrev.el (dabbrev-expand): Don't display messages in the
19126 echo area if the minibuffer window is active.
19127
19128 * jit-lock.el (jit-lock-mode): Add after change function to
19129 local hook.
19130
19131 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19132
19133 * antlr-mode.el: New commands: hide/unhide actions,
19134 upcase/downcase literals.
19135 (antlr-tiny-action-length): New user option.
19136 (antlr-hide-actions): New command. Suggested by
19137 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19138 (antlr-mode-map): New binding [C-c C-v].
19139 (antlr-mode-menu): New entries.
19140 (antlr-downcase-literals): New command.
19141 (antlr-upcase-literals): Ditto.
19142
19143 * antlr-mode.el: Minor changes: indendation, mode-name.
19144 (antlr-indent-line): Indent cpp directive at column 0.
19145 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19146
19147 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19148 (antlr-font-lock-additional-keywords): Workaround for intentional
19149 bug in XEmacs version of font-lock.
19150 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19151 be used by a smarter version of `buffers-menu-grouping-function'.
19152
19153 2000-05-29 Gerd Moellmann <gerd@gnu.org>
19154
19155 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19156 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19157
19158 2000-05-29 Kenichi Handa <handa@etl.go.jp>
19159
19160 * international/encoded-kb.el
19161 (encoded-kbd-iso2022-designation-map): Pay attention to that
19162 charset-iso-final-char return -1 for eight-bit-control and
19163 eight-bit-graphic.
19164
19165 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19166
19167 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19168 (speedbar-easymenu-definition-base): Use display-graphic-p where
19169 available, instead of window-system.
19170
19171 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19172
19173 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19174 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19175 coding systems.
19176
19177 2000-05-26 Dave Love <fx@gnu.org>
19178
19179 * disp-table.el (standard-display-underline): Don't use
19180 internal-find-face.
19181
19182 * mail/reporter.el: Maintainer change. Doc fixes.
19183 (reporter-version): Deleted.
19184
19185 * emacs-lisp/elp.el: Maintainer change.
19186 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19187
19188 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19189
19190 * add-log.el (add-change-log-entry): Merge the current entry with the
19191 previous one if the previous one is empty.
19192
19193 2000-05-26 Dave Love <fx@gnu.org>
19194
19195 * loadhist.el (unload-feature): Fix interactive spec [from
19196 lijnzaad@ebi.ac.uk].
19197
19198 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19199 subr-arity to check primitives.
19200 (byte-compile-flush-pending, byte-compile-file-form-progn)
19201 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19202 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19203 mapcar.
19204
19205 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19206
19207 * international/fontset.el: Set family names of non-latin charsets
19208 in default fontset to "*".
19209
19210 * international/mule-diag.el (print-fontset): Combine family part
19211 and registry part of the fontname by "-*-" instead of "-".
19212
19213 * international/mule-cmds.el (encode-coding-char): Make strings
19214 multibyte before calling encode-coding-string.
19215
19216 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19217
19218 * derived.el: Fix keywords.
19219 (define-derived-mode): Only define if needed.
19220
19221 * simple.el (fill-comment, comment-column, comment-start)
19222 (comment-start-skip, comment-end, comment-indent-function)
19223 (block-comment-start, block-comment-end, indent-for-comment)
19224 (set-comment-column, kill-comment, comment-padding, comment-region)
19225 (comment-multi-line, indent-new-comment-line): Remove.
19226
19227 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19228 function names for comment operations.
19229
19230 * newcomment.el: Add abundant autoload cookies.
19231 (comment-style): Don't depend on runtime data at compile-time.
19232 (comment-indent-hook): Remove.
19233 (comment-indent): Check if comment-indent-hook is bound.
19234 (comment-region): Docstring fix.
19235
19236 2000-05-25 Dave Love <fx@gnu.org>
19237
19238 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19239 byte-code-function-p.
19240
19241 * mail/rmailsum.el: Add provide.
19242
19243 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19244
19245 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19246 defcustom.
19247
19248 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19249
19250 * ediff-diff.el (ediff-exec-process): delete --binary option from
19251 non-buffer ediff jobs.
19252
19253 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19254
19255 * hilit-chg.el (highlight-changes-mode): Ask about color or
19256 grayscale support, not about window-system.
19257
19258 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19259 window-system.
19260 (ffap-highlight): Always default to t.
19261
19262 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19263 display-popup-menus-p instead of looking at window-system.
19264
19265 * disp-table.el (standard-display-g1, standard-display-graphic):
19266 Only refuse to use string glyphs on X and MS-Windows.
19267
19268 * avoid.el: Remove window-system from commentary, suggest to use
19269 display-*-p instead.
19270
19271 * apropos.el (apropos-print): Use display-mouse-p instead of
19272 window-system.
19273
19274 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19275
19276 * international/codepage.el (cp-decoding-vector-for-codepage):
19277 Fill up unsupported characters with their own codes. From Kenichi
19278 Handa.
19279
19280 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19281
19282 * international/mule-diag.el (describe-char-after): Use
19283 display-graphic-p instead of window-system, so that this function
19284 works on MS-DOS.
19285
19286 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19287
19288 * international/codepage.el (cp-make-coding-systems-for-codepage):
19289 Remove the eight-bit-graphic and eight-bit-control charsets from
19290 the list of charsets which we convert into `?'.
19291
19292 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19293
19294 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19295 private charsets.
19296 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19297 japanese-jisx0213-2): New charsets.
19298
19299 * international/fontset.el: Setup default fontset for new charsets.
19300
19301 2000-05-24 Dave Love <fx@gnu.org>
19302
19303 * info.el (Info-find-node-2): Restructure [following "Vadim
19304 S. Solomin" <sovs@uic.nnov.ru>].
19305
19306 * icomplete.el: Fix header for Finder.
19307
19308 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19309
19310 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19311 STAY.
19312
19313 * rmail.el (rmail-automatic-folder-directives): New user variable.
19314 (rmail-show-message): Add call to `rmail-auto-file' during
19315 display.
19316 (rmail-auto-file): New function.
19317
19318 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19319
19320 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19321 account.
19322 (ediff-test-utility,ediff-diff-mandatory-option)
19323 (ediff-reset-diff-options): Utilities for proper initialization of
19324 ediff-diff-options and ediff-diff3-options on Windows.
19325
19326 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19327 variable.
19328
19329 * ediff-mult.el (ediff-filegroup-action): Use
19330 ediff-merge-filename-prefix.
19331
19332 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19333
19334 * viper-ex.el (ex-write): Set selective display to nil.
19335
19336 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19337
19338 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19339 aliases for hebrew-iso-8bit.
19340
19341 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19342
19343 * woman.el: New version from Francis J. Wright
19344 <F.J.Wright@Maths.QMW.ac.uk>.
19345 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19346 names in environment variables regardless of the path separator.
19347 (woman-topic-all-completions-1): Don't call file-name-directory-p
19348 on all files, since woman-file-regexp already filters out any
19349 directories.
19350
19351 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19352
19353 * international/quail.el (quail-start-translation): Don't change
19354 modified-p of the current buffer.
19355 (quail-start-conversion): Likewise.
19356
19357 * international/kkc.el (kkc-region): Don't change modified-p of
19358 the current buffer.
19359
19360 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19361 conform to RFC1468.
19362 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19363
19364 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19365
19366 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19367 (speedbar-insert-button): Invisible text property fix.
19368 (speedbar-directory-plus): Renamed from speedbar-directory-+
19369 (speedbar-directory-minus): Renamed from speedbar-directory--
19370 (speedbar-page-plus): Renamed from speedbar-file-+
19371 (speedbar-page-minus): Renamed from speedbar-file--
19372 (speedbar-page): Renamed from speedbar-file-
19373 (speedbar-tag): Renamed from speedbar-tag-
19374 (speedbar-tag-plus): Renamed from speedbar-tag-+
19375 (speedbar-tag-minus): Renamed from speedbar-tag--
19376 (speedbar-expand-image-button-alist): Use above renames.
19377
19378 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19379 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19380 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19381 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19382 * sb-pg.xpm: Renamed from sb-file.xpm
19383 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19384 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19385
19386 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19387
19388 * international/quail.el (quail-show-guidance-buf): Set
19389 current-input-method of the guidance buffer to the name of the
19390 curren input method.
19391
19392 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19393
19394 * progmodes/compile.el (compile-internal): Style typo.
19395
19396 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19397 quote vars and functions in the docstring.
19398
19399 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19400
19401 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19402 Don't quote lambdas.
19403
19404 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19405
19406 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19407
19408 * startup.el (command-line): Determine source file of compiled
19409 user init file differently. Warn if compiled user init file
19410 is older than its source file.
19411
19412 * ffap.el (ffap-url-regexp): Add `https'.
19413
19414 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19415
19416 * files.el (make-backup-file-name-1): Replace slashes with `!'
19417 rather than `|' (which is not allowed on Windows). Replace the
19418 drive letters with a string "drive_X".
19419
19420 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19421
19422 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19423
19424 * files.el (interpreter-mode-alist): Add `bash2'.
19425
19426 2000-05-22 Dave Love <fx@gnu.org>
19427
19428 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19429 mapc.
19430 (feature-file): Avoid calling symbol-name. Doc fix.
19431 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19432 (loadhist-hook-functions): Add mouse-position-function.
19433 (unload-feature): Change uses of mapcar.
19434
19435 * files.el (parse-colon-path): Doc fix.
19436 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19437 (set-auto-mode): Use mapc.
19438
19439 * complete.el (PC-look-for-include-file): Use :alnum: character
19440 class.
19441 (partial-completion-mode): Add autoload cookie.
19442
19443 2000-05-22 Sam Steingold <sds@gnu.org>
19444
19445 * info.el (Info-fontify-node): Fixed the call to
19446 `add-text-properties' (bug introduced on 2000-05-18).
19447
19448 2000-05-22 Dave Love <fx@gnu.org>
19449
19450 * bindings.el: Remove debug-ignored-errors set in other files.
19451
19452 * progmodes/etags.el: Add to debug-ignored-errors.
19453 (visit-tags-table-buffer): Clear out buffers holding old tables
19454 when making a new list.
19455 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19456 mapc.
19457
19458 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19459 quote keywords.
19460 (cmpl-string-case-type): Use character classes.
19461
19462 * comint.el:
19463 * textmodes/ispell.el:
19464 * imenu.el:
19465 * mail/mh-e.el:
19466 * progmodes/compile.el: Add to debug-ignored-errors.
19467
19468 * dabbrev.el: Add to debug-ignored-errors.
19469 (dabbrev-completion): Use mapc.
19470
19471 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19472
19473 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19474 (woman-mapcan, woman-parse-man.conf)
19475 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19476 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19477 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19478 path syntax better.
19479 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19480 (woman-manpath): Call woman-parse-man.conf.
19481 (woman-emulation): New defcustom, defaults to nroff.
19482 (woman-font-support): New defconst.
19483 (woman-use-symbol-font): New defcustom.
19484 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19485 "Emulation".
19486 Many functions: Doc fix.
19487
19488 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19489
19490 * international/quail.el (quail-simple-translation-keymap): Map
19491 128..255 to quail-self-insert-command.
19492 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19493
19494 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19495
19496 * help.el (help-manyarg-func-alist): Typo.
19497
19498 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19499 intervals which makes it heaps simpler.
19500
19501 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19502 the nested comment markers.
19503
19504 * subr.el (remove-hook): Don't turn the hook's value into a list.
19505
19506 2000-05-21 Dave Love <fx@gnu.org>
19507
19508 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19509 are invalid characters.
19510
19511 * international/mule-util.el (detect-coding-with-priority): Use
19512 mapc. Remove redundant lambda.
19513
19514 * international/mule-diag.el (list-non-iso-charset-chars)
19515 (describe-fontset): Remove redundant lambda.
19516
19517 * emulation/crisp.el (brief-mode): New alias.
19518
19519 * emacs-lisp/ring.el (ring-elements): New function.
19520
19521 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19522 (easy-menu-do-add-item): Use keywordp.
19523
19524 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19525
19526 * replace.el: Doc and error message fixes.
19527 (replace-highlight): Use facep, not internal-find-face.
19528
19529 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19530
19531 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19532
19533 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19534 (log-edit-insert-changelog): Drop `:' as well.
19535
19536 * log-view.el: Fix file description.
19537 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19538 available.
19539 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19540 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19541
19542 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19543 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19544 Print a status message if the toggle is called interactively.
19545 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19546 for global minor modes and use `defcustom' for them.
19547 Use add-minor-mode.
19548 (easy-mmode-define-derived-mode): Remove.
19549 (define-derived-mode): Fancier default docstring.
19550 (easy-mmode-define-navigation): Signal an error rather than (ding).
19551
19552 * newcomment.el (comment-styles): New `box-multi'.
19553 (comment-normalize-vars): Better default for comment-continue to
19554 avoid whitespace-only continuations.
19555 (comment-search-forward): Always move even in the no-syntax case.
19556 (comment-padright): Only obey N if it's only obeyed for padleft.
19557 (comment-make-extra-lines): Better handling of empty continuations.
19558 Use `=' for the filler if comment-start has only one character.
19559 (uncomment-region): Try handling the special `=' filler.
19560 (comment-region): Allow LINES even if MULTI is nil.
19561 (comment-box): Choose box style based on comment-style.
19562
19563 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19564
19565 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19566 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19567
19568 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19569
19570 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19571 and insert, not subst-char-in-region.
19572
19573 * international/mule-diag.el (list-character-sets-1): Handle
19574 charsets eight-bit-control and eight-bit-graphic.
19575 (list-iso-charset-chars): Likewise.
19576 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19577 charactes as is. Use indent-to to align characters.
19578
19579 * international/mule-cmds.el (find-multibyte-characters): Never
19580 exclude charsets eight-bit-control and eight-bit-graphic.
19581
19582 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19583
19584 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19585 Don't quote lambdas.
19586
19587 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19588
19589 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19590
19591 * gud.el (gud-jdb-directories): Doc fix.
19592
19593 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19594
19595 * newcomment.el: New file.
19596
19597 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19598
19599 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19600
19601 2000-05-18 Andreas Schwab <schwab@suse.de>
19602
19603 * dired.el (dired-between-files): Also skip lines beginning with
19604 `used'.
19605
19606 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19607
19608 * msb.el (msb-menu-cond): Add choice `user'.
19609
19610 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19611
19612 * ps-print.el: Compatibility, customization and doc fix.
19613 (ps-printer-name-option): Replace defconst by defvar.
19614 (ps-postscript-code-directory): XEmacs compatibility.
19615 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19616 fix.
19617 (ps-user-defined-prologue, ps-print-prologue-header)
19618 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19619 compatibility and code fix.
19620 (ps-print-background-image, ps-print-background-text):
19621 Customization fix.
19622 (ps-line-number-start, ps-n-up-on): New vars.
19623
19624 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19625
19626 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19627 the indent-comment function to just return the appropriate indent.
19628
19629 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19630
19631 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19632 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19633 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19634
19635 2000-05-18 Dave Love <fx@gnu.org>
19636
19637 * info.el (Info-fontify-node): Add intangible property as well as
19638 invisible.
19639
19640 * calendar/appt.el (appt-make-list): Match all lines of entry.
19641 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19642
19643 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19644
19645 * international/mule-diag.el (describe-char-after): Call
19646 internal-char-font, not char-font. If internal-char-font returns
19647 nil, display "-- none --".
19648
19649 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19650
19651 * image.el (image-type-available-p): Don't reference image-types
19652 if it isn't bound.
19653
19654 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19655
19656 * autoarg.el (autoarg-mode): Typo in the :set argument.
19657
19658 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19659
19660 * startup.el (command-line-1): Don't signal an error if the
19661 directory for auto-save-list files does not yet exist.
19662
19663 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19664
19665 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19666
19667 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19668
19669 * subr.el (remove-hook): `setq' hook-value, not `set'.
19670
19671 2000-05-16 Sam Steingold <sds@gnu.org>
19672
19673 * info.el (debug-ignored-errors): More errors to ignore.
19674
19675 2000-05-16 Dave Love <fx@gnu.org>
19676
19677 * cus-edit.el: Don't require cl or easymenu.
19678 (custom-variable-prompt): Test standard-value property, not
19679 user-variable-p.
19680
19681 2000-05-16 Sam Steingold <sds@gnu.org>
19682
19683 * subr.el (add-hook): `setq' hook-value, not `set'.
19684
19685 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19686
19687 * startup.el (command-line-1): Mention the FAQ in the startup
19688 message.
19689
19690 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19691
19692 * progmodes/compile.el (compilation-parse-errors): Collect
19693 `nomessage' regexps last.
19694
19695 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19696
19697 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19698 to the function name.
19699
19700 2000-05-15 Dave Love <fx@gnu.org>
19701
19702 * speedbar.el (speedbar-recenter): Typo.
19703 (speedbar-expand-line): Make arg optional.
19704 (speedbar-mode): Avoid a compiler warning.
19705
19706 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19707
19708 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19709 user-specified option string is empty.
19710
19711 * mouse.el (mouse-yank-at-click): Doc fix.
19712
19713 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19714
19715 * term/internal.el (IT-character-translations): More updates of
19716 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19717 documents.
19718
19719 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19720
19721 * env.el (getenv): New function, interactively callable.
19722 (setenv, getenv): Remove autoload cookies.
19723
19724 * loadup.el: Load `env'.
19725
19726 * progmodes/f90.el: Change author's mail address.
19727
19728 2000-05-14 Dave Love <fx@gnu.org>
19729
19730 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19731 goto-addr as an option.
19732
19733 * help.el (help-xref-stack): Doc fix.
19734 (help-xref-following): New variable.
19735 (help-make-xrefs): Use it.
19736 (help-xref-go-back): Use position information from stack element.
19737 (help-follow): Make position in stack element a pair. Use
19738 help-xref-following.
19739
19740 * autoarg.el: New file.
19741
19742 * faces.el: Declare more functions obsolete.
19743
19744 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19745 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19746 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19747 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19748 Remove all the setup-...-environment functions.
19749
19750 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19751
19752 * speedbar.el: Updated the commentary section. xemacs20p now uses
19753 >= when detecting. Require `defimage' safely.
19754 (speedbar-easymenu-definition-base): Add toggle for images.
19755 (speedbar-easymenu-definition-special): Add flush cache & expand.
19756 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19757 (speedbar-reconfigure-keymaps-hook): New variable.
19758 (speedbar-frame-parameters): Updated documentation.
19759 (speedbar-use-imenu-flag): Updated custom tag
19760 (speedbar-dynamic-tags-function-list): New variable.
19761 (speedbar-tag-hierarchy-method): Updated doc & custom.
19762 (speedbar-indentation-width, speedbar-indentation-width) New
19763 variables.
19764 (speedbar-hide-button-brackets-flag): Customizable.
19765 (speedbar-vc-indicator): Doc update.
19766 (speedbar-ignored-path-expressions): Updated default value.
19767 (speedbar-supported-extension-expressions): Updated default value.
19768 (speedbar-syntax-table): Remove {} paren status.
19769 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19770 as "+". Added overlay aliases.
19771 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19772 `force-mode-line-update'.
19773 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19774 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19775 `mouse-set-point'
19776 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19777 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19778 of arbitrary text, and new helper functions.
19779 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19780 filename finder.
19781 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19782 (speedbar-directory-buttons): Update path search/expansion.
19783 (speedbar-make-tag-line): Pay attention to
19784 `speedbar-indentation-width'. Use more care w/ invisible
19785 properties.
19786 (speedbar-change-expand-button-char): Call
19787 `speedbar-insert-image-button-maybe'.
19788 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19789 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19790 (speedbar-trim-words-tag-hierarchy)
19791 (speedbar-simple-group-tag-hierarchy): New functions
19792 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19793 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19794 functions.
19795 (speedbar-mouse-set-point): New function
19796 (speedbar-power-click): Updated documentation.
19797 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19798 of tag prefix text.
19799 (speedbar-expand-line, speedbar-contract-line): Make more robust
19800 to strange text.
19801 (speedbar-expand-line): Takes universal argument to flush the
19802 cache.
19803 (speedbar-flush-expand-line): New function.
19804 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19805 Use new generator insertion method.
19806 (speedbar-fetch-dynamic-tags): New function.
19807 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19808 `speedbar-fetch-dynamic-imenu'.
19809 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19810 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19811 "Revert Buffer" menu items.
19812 (speedbar-buffer-buttons-engine): Be smarter when creating a
19813 filename tag (for expansion purposes.).
19814 (speedbar-highlight-one-tag-line,
19815 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19816 (speedbar-recenter): New functions.
19817 (defimage-speedbar): Image loading abstraction.
19818 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19819 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19820 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19821 (speedbar-tag-type, speedbar-tag-mail): New images.
19822 (speedbar-expand-image-button-alist): New variable.
19823 (speedbar-insert-image-button-maybe): Insert an image over some
19824 buttons.
19825
19826 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19827
19828 * international/mule-cmds.el (encode-coding-char): An ASCII
19829 character is always encodable.
19830
19831 * international/mule-conf.el: Add more information in descriptions
19832 of character sets.
19833
19834 * international/mule-diag.el (describe-char-after): New function.
19835 (describe-font-internal): Adjusted for the change of font-info.
19836 (describe-font): Likewise.
19837 (print-fontset): Rewritten for the new fontset implementation.
19838 (describe-fontset): Include fontset alias names in completion.
19839 (list-fontsets): Adjusted for the change of print-fontset.
19840
19841 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19842 describe-char-after instead of displaying the detail in the echo
19843 area.
19844 (syntax-code-table): Format changed.
19845 (string-to-syntax): Adjusted for the above change.
19846
19847 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19848
19849 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19850
19851 2000-05-12 Dave Love <fx@gnu.org>
19852
19853 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19854 dependence. Use line-{beginning,end}-position, not
19855 point-at{b,e}ol. Some doc fixes.
19856 (todo-position): New function. Fix callers of position to use it.
19857 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19858
19859 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19860
19861 * time.el (display-time-mail-icon): Use `:ascent center'.
19862
19863 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19864 handling FTP security extensions.
19865
19866 2000-05-11 Dave Love <fx@gnu.org>
19867
19868 * calendar/todo-mode.el: New file.
19869
19870 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19871
19872 * comint.el (comint-read-input-ring): Move reference to
19873 comint-input-ring-size outside of the save-excursion. It was
19874 causing the default value to be the only one ever seen.
19875
19876 * font-lock.el: Update copyright. Remove Simon Marshall's email
19877 address on request from him.
19878
19879 * subr.el (substitute-key-definition): Add comment describing
19880 the meaning of PREFIX.
19881
19882 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19883
19884 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19885
19886 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19887 (add-minor-mode): Don't make the variable buffer-local and add a
19888 reference to define-minor-mode in the docstring.
19889
19890 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19891 HEADER/FOOTER and fix bug with trailing empty directory.
19892 (cvs-append-to-ignore): Use vc-editable-p if available.
19893 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19894 (vc-do-command): Tweak advice to handle the new VC.
19895
19896 * log-view.el (log-view-goto-rev): New function for the new VC.
19897 (log-view-minor-wrap): Use mark-active.
19898
19899 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19900 (log-edit-changelog-full-paragraphs): New var.
19901 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19902 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19903 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19904 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19905 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19906 Replace the `cvs' prefix with `log-edit'.
19907
19908 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19909
19910 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19911 (diff-font-lock-defaults): Explicitly turn off multiline.
19912 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19913 (diff-ediff-patch): Fix call to ediff-patch-file.
19914 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19915 Handle comments.
19916
19917 * frame.el (automatic-hscrolling): Typo.
19918
19919 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19920
19921 2000-05-09 Sam Steingold <sds@goems.com>
19922
19923 * apropos.el (apropos-print): use `describe-face' instead of
19924 `customize-face-other-window'.
19925
19926 2000-05-09 Dave Love <fx@gnu.org>
19927
19928 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19929
19930 * help.el (describe-variable): Have customize button pop the
19931 help-xref stack when invoked.
19932 (help-xref-symbol-regexp): Add `face'.
19933 (help-make-xrefs): Check for quoted face names and adapt regexp
19934 submatch numbers to cope.
19935 (help-xref-interned): Maybe insert face doc too. Separate
19936 sections with a line of hyphens.
19937
19938 * faces.el: Some doc fixes. Declare some functions obsolete.
19939 (describe-face): Add customize button. Return the help
19940 text. Fix prompt.
19941
19942 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19943
19944 * term/internal.el (IT-character-translations): Fix last change.
19945
19946 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19947
19948 * woman.el: New file
19949 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19950
19951 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19952
19953 * term/internal.el (IT-character-translations): Update ASCII
19954 simulations for greek-iso8859-7, add latin-iso8859-14 and
19955 latin-iso8859-15.
19956
19957 * international/mule-cmds.el (set-language-info-alist): Call
19958 define-prefix-command with 3 arguments, to make the map suitable
19959 for a menu.
19960
19961 2000-05-07 Dave Love <fx@gnu.org>
19962
19963 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19964
19965 2000-05-05 Dave Love <fx@gnu.org>
19966
19967 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19968 list in doc string. Don't quote keyword symbols.
19969 * emacs-lisp/cl.el: Likewise
19970 * emacs-lisp/cl-seq.el: Likewise
19971
19972 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19973
19974 * abbrev.el (abbrev-mode): Make ARG optional.
19975
19976 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19977
19978 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19979
19980 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19981
19982 * subr.el (substitute-key-definition): Clarify documentation.
19983
19984 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19985
19986 * glasses.el (glasses-convert-to-unreadable): Use
19987 `glasses-separator' instead of the hard-wired "_".
19988 (glasses-mode): Call `glasses-make-unreadable' only in a single
19989 place.
19990
19991 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19992
19993 * term/internal.el (cjk-codepages-alist): Add associations for
19994 Chinese and Korean codepages. Remove FIXME comment.
19995
19996 2000-05-03 Dave Love <fx@gnu.org>
19997
19998 * time.el (display-time-mail-face, display-time-use-mail-icon):
19999 New option.
20000 (display-time-mail-icon): New variable.
20001 (display-time-string-forms): Use the above. Fix the local-map.
20002
20003 2000-05-03 Gerd Moellmann <gerd@gnu.org>
20004
20005 * replace.el (query-replace-map): Add binding for `E'.
20006 (query-replace-help): Extend help text.
20007 (perform-replace): Allow editing the replacement string.
20008
20009 * make-mode.el (makefile-mode-abbrev-table): New variable.
20010 (makefile-mode): Set local abbrev table to
20011 makefile-mode-abbrev-table.
20012 (makefile-font-lock-keywords): Fontify includes and conditionals.
20013
20014 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20015 set TOGGLE's value.
20016
20017 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20018 mail-interactive-insert-alias.
20019 (mail-abbrev-complete-alias): New command.
20020 (mail-mode-map): Bind it to `M-TAB'.
20021
20022 2000-05-03 Kenichi Handa <handa@etl.go.jp>
20023
20024 * language/lao-util.el (lao-compose-region): New function.
20025
20026 2000-05-02 Gerd Moellmann <gerd@gnu.org>
20027
20028 * files.el (recover-session): Make directories as necessary
20029 if they don't exist yet.
20030
20031 * calendar/cal-french.el
20032 (french-calendar-multibyte-special-days-array)
20033 (french-calendar-special-days-array): Change French text.
20034 (calendar-french-date-string): Change output.
20035 (calendar-goto-french-date): Likewise.
20036
20037 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20038
20039 * wid-edit.el (widget-default-active): Obey `:always-active'.
20040 (widget-documentation-string-value-create): Set `:always-active'.
20041
20042 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20043
20044 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20045 default prefix to `~/_emacs.d/auto-save.list/_s'.
20046 (normal-top-level): Create the directory for auto-save files, if
20047 it doesn't already exist (in the ms-dos case only).
20048
20049 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20050
20051 * international/mule-cmds.el (set-language-environment): Don't
20052 concat an integer (dos-codepage), use format instead.
20053
20054 2000-05-02 Dave Love <fx@gnu.org>
20055
20056 * help.el (help-xref-on-pp): Check for constant symbols.
20057
20058 2000-04-29 Gerd Moellmann <gerd@gnu.org>
20059
20060 * startup.el (normal-top-level): Put a condition-case around
20061 the code loading subdirs.el.
20062
20063 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20064
20065 * ps-print.el: Upside-down and face background color printing,
20066 line number step, doc fix.
20067 (ps-print-version): New version number (5.2).
20068 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20069 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20070 (ps-spool-config): Var fix.
20071 (ps-printer-name-option): Const fix.
20072 (ps-print-upside-down, ps-use-face-background)
20073 (ps-line-number-step): New vars.
20074 (ps-window-system, ps-lp-system): New consts.
20075 (ps-face-background): New fun.
20076
20077 2000-04-28 Richard Stallman <rms@gnu.org>
20078
20079 * files.el (make-auto-save-file-name):
20080 Apply auto-save-file-name-transforms to visited file name
20081 before generating auto save file name.
20082 (auto-save-file-name-transforms): New variable.
20083
20084 * files.el (backup-enable-predicate):
20085 Correctly test for a file under a temporary directory.
20086
20087 2000-04-28 Gerd Moellmann <gerd@gnu.org>
20088
20089 * subr.el (add-minor-mode): Rewritten.
20090
20091 2000-04-28 Kenichi Handa <handa@etl.go.jp>
20092
20093 * mail/sendmail.el (sendmail-send-it): Set
20094 buffer-file-coding-system to the selected coding system for MIME
20095 header.
20096
20097 2000-04-27 Gerd Moellmann <gerd@gnu.org>
20098
20099 * dired.el (dired-move-to-filename-regexp): Allow format where
20100 YYYY is followed by two spaces.
20101
20102 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20103 in the second character class of the regexp.
20104
20105 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20106 mh-etc, too.
20107
20108 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20109 nil.
20110
20111 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20112
20113 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20114 argument.
20115
20116 2000-04-27 Sen Nagata <sen@eccosys.com>
20117
20118 * emacs-lisp/crm.el (crm-completion-table): New variable.
20119 (crm-collection-fn, crm-test-completion)
20120 (completing-read-multiple): Use it.
20121
20122 2000-04-27 Dave Love <fx@gnu.org>
20123
20124 * help.el (locate-library): Use mapc.
20125 (help-manyarg-func-alist): Add call-process-region.
20126
20127 2000-04-26 Gerd Moellmann <gerd@gnu.org>
20128
20129 * subr.el (add-minor-mode): Make argument MAP optional.
20130
20131 * desktop.el (desktop-save): Save list of minor modes.
20132 (desktop-create-buffer): Restore minor modes.
20133 (desktop-minor-mode-table): New user-option.
20134
20135 * subr.el (add-minor-mode): New function.
20136
20137 * image.el (find-image): New function.
20138 (defimage): Rewritten to find image at load time.
20139
20140 * startup.el (normal-top-level-add-to-load-path): Handle
20141 case that the default directory is not in load-path.
20142
20143 * help.el: Old patch from Stefan Monnier.
20144 (help-xref-on-pp): New function.
20145 (describe-variable): Use it to display xrefs in a symbol's value.
20146
20147 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20148
20149 * cus-edit.el (custom-face): Fix parenthesis.
20150
20151 2000-04-26 Kenichi Handa <handa@etl.go.jp>
20152
20153 * mail/rmail.el (rmail-expunge): When there are no deleted
20154 messages, do nothing.
20155
20156 2000-04-26 Dave Love <fx@gnu.org>
20157
20158 * international/mule-cmds.el (locale-translation-file-name):
20159 Defvar to nil.
20160 (set-locale-environment): Set it here (at runtime).
20161
20162 2000-04-25 Gerd Moellmann <gerd@gnu.org>
20163
20164 * replace.el (perform-replace): Add parameters START and END. Use
20165 them instead of the check for a region in Transient Mark mode.
20166 (query-replace-read-args): Return two more list elements for the
20167 start and end of the region in Transient Mark mode.
20168 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20169 (map-query-replace-regexp, replace-string, replace-regexp): Add
20170 optional last arguments START and END and pass them to
20171 perform-replace.
20172
20173 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20174 form with additional arguments for perform-replace.
20175
20176 * progmodes/etags.el (tags-query-replace): Add parameters START
20177 and END. Construct a form with additional arguments for
20178 perform-replace.
20179
20180 * simple.el (shell-command): Set default directory for "*Shell
20181 Command Output" buffer.
20182
20183 * language/european.el (iso-latin-4): Fix typo.
20184
20185 * emacs-lisp/crm.el: New file.
20186
20187 2000-04-24 Dave Love <fx@gnu.org>
20188
20189 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20190 (Custom-reset-saved, Custom-reset-standard)
20191 (custom-group-value-create, custom-group-set, custom-group-save)
20192 (custom-group-reset-current, custom-group-reset-saved)
20193 (custom-group-reset-standard): Use mapc.
20194 (custom-buffer-create-internal): Disable undo when creating items.
20195 Use mapc.
20196 (custom-face): Avoid redundant lambda.
20197
20198 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20199
20200 * startup.el (auto-save-list-file-prefix): Set default to
20201 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20202
20203 2000-04-24 Sam Steingold <sds@gnu.org>
20204
20205 * time-stamp.el (time-stamp-string-preprocess): Always convert
20206 `field-result' to a string.
20207
20208 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20209
20210 * frame.el (scrolling): New group.
20211 (automatic-hscrolling): New user-option.
20212
20213 * startup.el (command-line-x-option-alist): Add `-lsp' and
20214 `--line-spacing'.
20215
20216 2000-04-19 Dave Love <fx@gnu.org>
20217
20218 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20219 (cl-mapc): Rename from mapc. Fix the funcall.
20220
20221 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20222
20223 * simple.el (clone-indirect-buffer-other-window): New command.
20224 (clone-indirect-buffer): Add optional arg NORECROD.
20225 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20226
20227 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20228
20229 * window.el (count-screen-lines): New function.
20230 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20231 instead of window-buffer-height.
20232
20233 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20234 non-existing variable comint-input-sentinel.
20235 (inferior-lisp-args-to-list): Removed.
20236 (inferior-lisp): Use split-string instead of
20237 inferior-lisp-args-to-list.
20238
20239 * hexl.el (hexl-insert-hex-string): New command.
20240
20241 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20242 instead of concat.
20243
20244 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20245
20246 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20247 at the start of an existing but empty folder.
20248
20249 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20250
20251 * ps-mule.el: Customization fix, doc fix.
20252 (ps-multibyte-buffer): Customization fix.
20253
20254 2000-04-17 Richard M. Stallman <rms@gnu.org>
20255
20256 * subr.el (read-passwd): Use read-char-exclusive.
20257
20258 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20259
20260 * textmodes/texinfo.el (texinfo-insert-@email)
20261 (texinfo-insert-@emph, texinfo-insert-@quotation)
20262 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20263 (texinfo-mode-map): Add key bindings for them.
20264
20265 * files.el (basic-save-buffer-2): Use a template with `$'
20266 instead of `#' for VMS.
20267
20268 * simple.el (clone-indirect-buffer): New function.
20269
20270 2000-04-16 Stephen Eglen <stephen@gnu.org>
20271
20272 * iswitchb.el (iswitchb-case): New function. If the user input
20273 contains any upper-case characters, the search is made
20274 case-sensitive.
20275
20276 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20277
20278 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20279 comment-end.
20280 (texinfo-font-lock-syntactic-keywords): New var.
20281 (texinfo-font-lock-keywords): Remove comment regexp.
20282 (texinfo-insert-block): New function.
20283 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20284 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20285 and font-lock-defaults. Use regexp-opt for outline-regexp.
20286 (texinfo-environments): New var.
20287 (texinfo-environment-regexp): Use regexp-opt and
20288 texinfo-environments.
20289
20290 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20291 ispell-process is bound since this might be eval'd before ispell
20292 is loaded.
20293 (ispell-message): Use a tiny bit less magic and a bit more hard
20294 data to figure out what kind of sc-cite-regexp to use.
20295
20296 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20297
20298 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20299 (insert-cyclic-diary-entry): Unquote the lambda.
20300
20301 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20302
20303 * files.el (backup-enable-predicate): Unquote the lambda.
20304
20305 * cus-edit.el (custom-face, face): Unquote the lambda.
20306
20307 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20308
20309 * ps-print.el: Check for line-beginning-position definition.
20310
20311 * ps-print.el: Fix counting lines in a region.
20312 (ps-print-version): New version number (5.1.5).
20313 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20314 (ps-printing-region): Fun code fix.
20315
20316 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20317
20318 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20319 to file-directory-p.
20320
20321 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20322
20323 * gud.el (gud-jdb-build-source-files-list): Check that directory
20324 exists before calling directory-files.
20325
20326 2000-04-13 Dave Love <fx@gnu.org>
20327
20328 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20329 syntax.
20330
20331 * emacs-lisp/cl-specs.el: Remove when, unless.
20332
20333 * emacs-lisp/cl-extra.el: Don't quote keywords.
20334 (cl-old-mapc): New variable.
20335 (mapc): Use it.
20336 (cl-map-intervals): Use with-current-buffer. Don't check for
20337 next-property-change.
20338 (cl-map-overlays): Use with-current-buffer.
20339 (cl-expt): Remove.
20340 (copy-tree, remprop): Define unconditionally.
20341
20342 * emacs-lisp/cl-compat.el (keywordp): Remove.
20343
20344 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20345 to use keywordp.
20346 (edebug-spec): Enable keywordp.
20347
20348 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20349 string-lessp.
20350
20351 * cus-start.el: Use keywordp.
20352
20353 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20354
20355 * diary-lib.el (include-other-diary-files): Fix the fix of
20356 2000-02-18 by doing a save-excursion.
20357
20358 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20359
20360 * ps-print.el: Customization fix, doc fix.
20361 (ps-print-version): New version number (5.1.4).
20362 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20363 (ps-print-preprint): Adjust code.
20364 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20365 (ps-print-prologue-header, ps-print-control-characters)
20366 (ps-spool-config): Customization fix.
20367
20368 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20369
20370 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20371 converted to the new menu-item format, names silightly changed,
20372 help strings added.
20373
20374 Support for spelling without async subprocesses:
20375
20376 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20377 (ispell-session-buffer): New variables.
20378 (ispell-start-process, ispell-process-status,
20379 ispell-accept-output, ispell-send-string): New functions, for
20380 Ispell invocation when async subprocesses aren't supported.
20381 (ispell-word, ispell-pdict-save, ispell-command-loop,
20382 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20383 to process-send-string with calls to ispell-send-string, and
20384 accept-process-output with ispell-accept-output.
20385 (ispell-init-process): Call ispell-process-status instead of
20386 process-status with.
20387 (ispell-init-process): Call ispell-start-process. Call
20388 ispell-accept-output and ispell-send-string. Don't call
20389 process-kill-without-query and kill-process if they are unbound.
20390 (ispell-async-processp): New function.
20391
20392 2000-04-12 Dave Love <fx@gnu.org>
20393
20394 * info.el: Add debug-ignored-errors.
20395 (Info-mode-menu): Add some items.
20396 (Info-directory): Add autoload cookie.
20397
20398 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20399 Modify `truncate-lines'. Make `describe-language-environment'
20400 always visible and add help. Modify `describe-key' help. Invoke
20401 Info-directory from `info'. New entry `emacs-manual'.
20402
20403 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20404
20405 * progmodes/ebrowse.el (ebrowse-tree-mode):
20406 Use propertized-buffer-identification.
20407 (ebrowse-update-member-buffer-mode-line): Likewise.
20408 (ebrowse--mode-strings): Removed.
20409 (ebrowse--mode-line-props): Removed.
20410
20411 * files.el (auto-mode-alist): Add `EBROWSE'.
20412
20413 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20414 space before testing for end of buffer.
20415 (ebrowse-load): Removed.
20416 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20417 (ebrowse-create-tree-buffer): Rewritten.
20418 (ebrowse-tree-mode): Read tree from buffer.
20419
20420 * progmodes/ebrowse-ffh.el: Removed.
20421
20422 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20423
20424 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20425
20426 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20427
20428 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20429 at the wrong place.
20430
20431 2000-04-09 Dave Love <fx@gnu.org>
20432
20433 * files.el (backup-enable-predicate):
20434 Use temporary-file-directory, small-temporary-file-directory.
20435 (make-backup-file-name-function, backup-directory-alist): New vars.
20436 (make-backup-file-name-1): New function.
20437 (make-backup-file-name): Use it.
20438 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20439 (file-newest-backup): Use make-backup-file-name.
20440
20441 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20442
20443 * progmodes/ebrowse-ffh.el: New file.
20444
20445 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20446 Moved to ebrowse-ffh.el.
20447 (ebrowse-load): Add autoload.
20448
20449 * finder.el (finder-commentary): Add autoload cookie.
20450
20451 * mail/rfc2368.el: Correct author's email address.
20452
20453 * progmodes/ebrowse.el: New file.
20454
20455 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20456 item help string.
20457 (easy-menu-do-add-item): Ditto.
20458 (easy-menu-define): Extend doc string.
20459
20460 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20461 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20462 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20463 with-buffer-unmodified.
20464
20465 2000-04-08 Dave Love <fx@gnu.org>
20466
20467 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20468 unless, when.
20469
20470 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20471
20472 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20473 (viper-flash-search-pattern): No operation when using Emacs
20474 doesn't support face.
20475 Use `viper-put-on-search-overlay'.
20476
20477 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20478
20479 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20480 like C-r.
20481
20482 * progmodes/make-mode.el: Some doc fixes.
20483 (makefile-mode-abbrev-table): New variable.
20484 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20485 (makefile-font-lock-keywords): Fontify includes and conditionals.
20486 (toplevel): Require `dabbrev' and `add-log' when compiling.
20487
20488 * replace.el (perform-replace): Don't move forward one char
20489 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20490 to do that because it leaves point 1 position after the last
20491 replacement, after everything has been replaced.
20492
20493 * jit-lock.el (with-buffer-unmodified): New macro.
20494 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20495 modified state.
20496 (jit-lock-function-1): Extracted from jit-lock-function; not
20497 preserving buffer's modified state.
20498 (jit-lock-function, jit-lock-stealth-fontify):
20499 Call jit-lock-function-1.
20500
20501 * mail/rfc2368.el: Remove supernumerary copyright line.
20502
20503 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20504
20505 * glasses.el: Provide facilities for inserting space before left
20506 parentheses and uncapitalization of identifiers.
20507 (glasses-mode): Try to remove old overlays in all cases.
20508
20509 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20510
20511 * progmodes/compile.el (compile-internal): Display the compilation
20512 buffer in a different frame, if it's already displayed there.
20513
20514 * mail/rfc2368.el: New file.
20515
20516 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20517 header and insert its value as mail body.
20518
20519 * subr.el (member-ignore-case): New function.
20520
20521 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20522 (dabbrev--find-expansion): Ignore buffers matching a regexp
20523 from dabbrev-ignored-regexps.
20524
20525 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20526 to extensions handled by gzip.
20527
20528 2000-04-03 Richard M. Stallman <rms@gnu.org>
20529
20530 * files.el (insert-directory): List the total free space
20531 along with the used space.
20532
20533 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20534 line is followed by one that matches CITATION-REGEXP, end the
20535 paragraph.
20536
20537 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20538
20539 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20540 (rmail-make-basic-summary-line): Use that option.
20541
20542 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20543
20544 * international/mule-cmds.el (encoded-string-description):
20545 Rewritten. Try pretty description for ISO 2022 escape sequences
20546 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20547 for hexadecimal format.
20548
20549 2000-04-01 Dave Love <fx@gnu.org>
20550
20551 * cpp.el: Change customization group to `c' from `C'.
20552
20553 * vcursor.el (vcursor-move): Use display-color-p.
20554
20555 * international/mule-util.el: Provide mule-utils.
20556 (string-to-sequence): Simplify and speed up.
20557
20558 * international/mule.el (make-coding-system): Purecopy doc-string.
20559
20560 * international/mule-cmds.el: Various menu changes.
20561 (describe-specified-language-support): Handle `Default'.
20562 (set-language-info): Purecopy `info'.
20563
20564 2000-03-31 Andrew Innes <andrewi@gnu.org>
20565
20566 * vc.el (vc-backend-diff): Return the correct status if we had to
20567 retry the rcsdiff command without the --brief option.
20568
20569 2000-03-31 Dave Love <fx@gnu.org>
20570
20571 * help.el (help-manyarg-func-alist): Correct several omissions.
20572
20573 * add-log.el: Don't require cl, fortran.
20574 (add-log-current-defun-function): Doc fix.
20575 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20576 (change-log-version-rcs): Function deleted.
20577 (change-log-version-number-search): Doc fix.
20578 Use vc-workfile-version. Avoid CL dolist.
20579 (add-change-log-entry): Just call add-log-current-defun to get
20580 defun. Simplify somewhat.
20581 (change-log-get-method-definition-1): Likewise.
20582 (add-log-current-defun): Return nil if calling
20583 add-log-current-defun-function does so. Move Fortran stuff to
20584 fortran.el. Return string without properties.
20585
20586 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20587 and :alpha: char classes.
20588
20589 * mail/supercite.el: Defvar curline when compiling.
20590 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20591 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20592 rather than a-zA-Z0-9 to allow non-ASCII characters.
20593
20594 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20595
20596 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20597
20598 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20599 Re-enable new code.
20600
20601 * lpr.el (print-region-1): Use -d to specify printer name for
20602 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20603
20604 2000-03-31 Dave Love <fx@gnu.org>
20605
20606 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20607 Look for function definition in symbol's function value slot first
20608 instead of first consulting byte-compile-function-environment.
20609
20610 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20611
20612 * language/european.el ("Polish"): New language environment.
20613 (setup-polish-environment): New function.
20614
20615 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20616
20617 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20618 Disable new code.
20619
20620 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20621 trying to `load' the symbol of an autoload instead of the file
20622 recorded in the autoload. Fix error messages.
20623
20624 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20625
20626 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20627 (ps-print-version): New version number (5.1.3).
20628 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20629 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20630 (ps-generate-postscript-with-faces): Code fix.
20631 (ps-color-values): XEmacs compatibility.
20632 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20633 (ps-default-fg, ps-default-bg): Adjust customization.
20634 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20635 (ps-color-scale): Renaming old ps-color-value fun.
20636 (ps-print-headers): Replace ps-print-header group to avoid conflict
20637 with ps-print-header variable.
20638 (ps-print-miscellany): New group.
20639 (ps-format-color, ps-rgb-color): New funs.
20640 (ps-default-foreground): New var.
20641 (ps-printer-name-option): New const.
20642
20643 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20644
20645 * net/net-utils.el:
20646 (network-connection-host, network-connection-service): New variables
20647 (network-connection-mode): New mode, derived from comint-mode
20648 (network-connection-mode-setup): New function, saves host and
20649 service information in local variables.
20650
20651 * lisp/locate.el:
20652 (locate-word-at-point): Added this function
20653 (locate): Default to using locate-word-at-point as input
20654 Run dired-mode-hook
20655
20656 2000-03-29 Dave Love <fx@gnu.org>
20657
20658 * calendar/appt.el: Doc fixes.
20659 (appt-check): Convert min-to-app to a string before passing to
20660 appt-disp-window-function or concat.
20661 (appt-delete-window): Remove test for frame-root-window.
20662 (appt-select-lowest-window, appt-convert-time): Simplify.
20663
20664 * emacs-lisp/bytecomp.el: Doc fixes.
20665 (byte-compile-file-form-autoload):
20666 Update byte-compile-function-environment.
20667
20668 2000-03-29 Andreas Schwab <schwab@suse.de>
20669
20670 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20671
20672 * dired.el (dired-insert-directory): If dired-free-space-program
20673 failed just delete its output.
20674
20675 2000-03-29 Dave Love <fx@gnu.org>
20676
20677 * international/iso-cvt.el: Move provide to end. Doc fixes.
20678 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20679 (iso-iso2sgml, iso-sgml2iso): New functions.
20680 (iso-cvt-define-menu): Fix some entries and use backquote for
20681 clarity.
20682
20683 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20684
20685 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20686
20687 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20688 ISO-DATE. If non-nil, return date in ISO 8601 format.
20689
20690 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20691
20692 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20693 if it ever becomes used.
20694 (log-edit-mode-hook): Default to vc-log-mode-hook.
20695 (log-edit-mode): Fix the docstring.
20696
20697 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20698 the code.
20699
20700 2000-03-26 Dave Love <fx@gnu.org>
20701
20702 * net/browse-url.el (browse-url): Re-fix case of
20703 browse-url-browser-function being an alist.
20704 (browse-url): Add :link to defgroup.
20705
20706 * files.el: Doc fixes.
20707 (file-truename): Include `[' in wildcard characters.
20708 (automount-dir-prefix): Customize.
20709 (find-file-wildcards): Add :version.
20710 (find-file-noselect): Simplify a mapcar call.
20711
20712 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20713 compatible with inf-lisp version.
20714 (eval-defun-1): Fix custom-declare-variable case.
20715
20716 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20717
20718 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20719
20720 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20721
20722 * Makefile (COMPILE_FIRST): New macro.
20723 (compile-files): Compile files from COMPILE_FIRST first.
20724
20725 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20726
20727 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20728 matching open parenthesis in column 0 to defun-prompt-regexp
20729 only if open-paren-in-column-0-is-defun-start is set.
20730
20731 * sun-curs.el: Require CL at compile-time only.
20732
20733 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20734 instead of copy-list which is a function from CL.
20735 (msb--choose-menu, msb--mode-menu-cond)
20736 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20737 (msb--init-file-alist): Use mapcar instead of mapcan.
20738 (msb--aggregate-alist): Use mapcar instead of mapcan.
20739 Fix `(' in column 0 in doc string.
20740 (msb--add-separators): Use mapcar instead of mapcan.
20741
20742 * cus-dep.el: Require CL at compile-time only.
20743
20744 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20745
20746 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20747 (byte-compile-warnings): New warning `noruntime'.
20748 (byte-compile-constants, byte-compile-variables): Fix docstring.
20749 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20750 execute `eval-whenc-compile's body.
20751 (byte-compile-unresolved-functions): Fix docstring.
20752 (byte-compile-eval): New function.
20753 (byte-compile-callargs-warn): Check if the function will be available
20754 at runtime (via property `byte-compile-noruntime').
20755 (byte-compile-print-syms): New function.
20756 (byte-compile-warn-about-unresolved-functions): Also warn about
20757 `noruntime' functions (and use `byte-compile-print-syms').
20758 (byte-compile-file): Capitalize the message.
20759
20760 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20761
20762 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20763 (rmail-expunge): Ask for confirmation depending on the setting
20764 of rmail-confirm-expunge.
20765
20766 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20767
20768 * Makefile (bootstrap-clean): If $(emacs) exists, build
20769 loaddefs.el first. A loaddefs.el that's not up-to-date might
20770 cause a bootstrap failure because things don't autoload as expected.
20771
20772 2000-03-23 Dave Love <fx@gnu.org>
20773
20774 * net/browse-url.el: Restore previous use of
20775 browse-url-maybe-new-window.
20776
20777 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20778
20779 * ps-print.el: Skip banner page fix.
20780 (ps-print-version): New version number (5.1.2).
20781 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20782
20783 2000-03-23 Dave Pearson <davep@davep.org>
20784
20785 * net/quickurl.el Changed the type of parameter passed to the
20786 function defined by `quickurl-format-function'. Before only the
20787 text of the URL was passed. Now the whole URL structure is passed
20788 and the function is responsible for extracting the parts it requires.
20789 Changed the default of `quickurl-format-function' accordingly.
20790 (quickurl-insert): Changed the `funcall' of
20791 `quickurl-format-function' to match the above change.
20792 (quickurl-list-insert): Changed the `url' case so that it makes
20793 use of `quickurl-format-function', previous to this the format was
20794 hard wired.
20795
20796 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20797
20798 * startup.el: Change some spellings for the X Window System.
20799
20800 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20801
20802 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20803 Clean up the code and the regexp and make sure the cursor is
20804 temporarily moved to the suspicious line while querying the user.
20805
20806 2000-03-22 Jason Rumney <jasonr@gnu.org>
20807
20808 * w32-fns.el (w32-charset-info-alist): Initialize.
20809
20810 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20811
20812 * ps-print.el: N-up last page fix.
20813 (ps-print-version): New version number (5.1.1).
20814 (ps-end-file, ps-end-job, ps-generate): Code fix.
20815
20816 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20817
20818 * files.el (find-file-run-dired): Update docstring.
20819 (find-directory-functions): New hook.
20820 (find-file-noselect): Run find-directory-functions rather than
20821 calling dired directly.
20822
20823 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20824
20825 * pcvs.el: Add a minimal leading commentary.
20826 (cvs-make-cvs-buffer): Change the header part by removing the startup
20827 message and adding a `Module' entry. Also replace the FOOTER and
20828 HEADER special fileinfos with the new support in ewoc for updating
20829 its own footer and header.
20830 (cvs-update-header): Update to use the header/footer of the ewoc.
20831 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20832 (cvs-is-within-p): New function.
20833 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20834 to only examine some subset of the buffers.
20835
20836 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20837 `format' instead of our own ad-hoc functions.
20838 Remove HEADER and FOOTER cases, now handled in the EWOC.
20839 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20840
20841 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20842 output to avoid scaring the user.
20843 (cvs-parse-table): Catch message for non-up-to-date commits.
20844
20845 * pcvs-defs.el (cvs-startup-message): Remove.
20846 (cvs-global-menu): New autoloaded menu.
20847
20848 * pcvs-util.el (cvs-string-fill): Remove.
20849
20850 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20851 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20852 PP part of it and also make it work for footers and headers.
20853 (ewoc-create): Drop POS and BUFFER arguments.
20854 Use the DLL's dummy node to store the end-of-footer position.
20855 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20856 (ewoc-refresh): Remove unused `header' variable.
20857 (ewoc-(get|set)-hf): New functions.
20858
20859 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20860 log-view-*-(message|file) and use easy-mmode-define-navigation.
20861 (log-view-message-re): Match SCCS format as well.
20862 And match the revision line rather than the dashed separator line.
20863 (log-view-mode): Use the new define-derived-mode.
20864 (log-view-current-tag): Fill in with an actual implementation.
20865
20866 * cvs-status.el (cvs-status-(prev|next)): Rename from
20867 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20868 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20869 to let the output "breathe" a little more (more readable).
20870 (cvs-status-mode): Use the new define-derived-mode.
20871
20872 * smerge-mode.el (smerge-auto-leave): New function and variable.
20873 (smerge-basic-map): Rename from smerge-basic-keymap.
20874 Change the bindings for smerge-diff-*.
20875 (smerge-*-map): Use easy-mmode-defmap.
20876 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20877 (smerge-keep-*): Use smerge-auto-leave.
20878
20879 2000-03-21 Jason Rumney <jasonr@gnu.org>
20880
20881 * cus-edit.el (custom-button-face): Use 3D look for w32.
20882 (custom-button-pressed-face): Likewise.
20883
20884 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20885
20886 * progmodes/etags.el (tags-case-fold-search): New user-option.
20887 (tags-loop-eval): New function. Bind case-fold-search around eval
20888 depending on the value of tags-case-fold-search.
20889 (tags-loop-continue): Use tags-loop-eval.
20890 (find-tag-in-order): Bind case-fold-search depending on the value
20891 of tags-case-fold-search.
20892
20893 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20894
20895 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20896 (diff-end-of-hunk): Return the end position for use in
20897 `easy-mmode-define-navigation'.
20898 (diff-recenter): Remove.
20899 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20900 of `easy-mmode-define-navigation'.
20901 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20902 previous renaming) and fix to use new names.
20903 (diff-merge-strings): Use \n as separator: simpler, faster.
20904 (diff-mode): Use `define-derived-mode'.
20905
20906 * derived.el (define-derived-mode): Don't autoload anymore.
20907 Prefer the macro-only version provided by easy-mmode.el.
20908
20909 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20910 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20911 (easy-mmode-define-navigation): New macro.
20912
20913 * subr.el (combine-run-hooks): New function.
20914
20915 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20916
20917 * term/x-win.el: Fontsets related initialization is simplified.
20918
20919 * international/mule-diag.el (describe-font): Don't refer to
20920 global-fontset-alist, instead call font-list.
20921 (describe-fontset, list-fontsets, mule-diag): Likewise.
20922 (print-fontset): Adjusted for the change of fontset implementation.
20923
20924 * international/fontset.el (x-charset-registries): Variable removed,
20925 instead the corresponding data is stored in the default fontset.
20926 (register-alternate-fontnames): Function removed.
20927 (resolved-ascii-font): Variable removed.
20928 (x-compose-font-name): Ignore the second argument REDOCE.
20929 (x-complement-fontset-spec): Complement only an ASCII font and
20930 element for those charsets than can use that ASCII font.
20931 (generate-fontset-menu): Don't refer to global-fontset-alist,
20932 instead call fontset-list.
20933 (uninstantiated-fontset-alist): Variable removed.
20934 (x-style-funcs-alist): Likewise.
20935 (fontset-default-styles): Likewise.
20936 (x-modify-font-name): Function removed.
20937 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20938 (create-fontset-from-ascii-font): Docsting adjusted for the above
20939 change.
20940 (instantiate-fontset, resolve-fontset-name): Functions removed.
20941 (fontset-list): Now implemented by C code.
20942
20943 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20944 (describe-face): Include `font' attribute in the description.
20945
20946 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20947
20948 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20949
20950 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20951
20952 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20953 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20954 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20955
20956 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20957 about behavior of set-buffer-modified-p wrt redisplay.
20958
20959 2000-03-19 Richard M. Stallman <rms@gnu.org>
20960
20961 * view.el (view-mode-disable): Kill local binding of view-read-only.
20962
20963 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20964
20965 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20966 is a string, convert it to a syntax cell using string-to-syntax.
20967
20968 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20969 (string-to-syntax): New function.
20970
20971 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20972 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20973 try to use passive ftp mode.
20974
20975 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20976
20977 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20978
20979 * simple.el (append-to-buffer): Update point of windows after
20980 insertion.
20981
20982 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20983 forward then moving backward. Reindent.
20984
20985 * frame.el (other-frame): Call x-focus-frame only if
20986 focus-follows-mouse is off.
20987
20988 2000-03-17 Dave Love <fx@gnu.org>
20989
20990 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20991
20992 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20993
20994 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20995 regexp for labels cannot span several lines.
20996
20997 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20998 `(setq :<key> ':<key>)' to the macro expansion.
20999
21000 2000-03-16 Dave Love <fx@gnu.org>
21001
21002 * progmodes/f90.el (f90): Put custom group under `languages', not
21003 `fortran'.
21004 (f90-mode-hook): Customize.
21005 (f90-mode): Set add-log-current-defun-function.
21006 (f90-current-defun): New function.
21007
21008 2000-03-16 Gerd Moellmann <gerd@gnu.org>
21009
21010 * cus-edit.el (custom-variable-tag-face): Handle case that
21011 default face's height is not a number.
21012 (custom-face-tag-face, custom-group-tag-face-1)
21013 (custom-group-tag-face): Ditto.
21014 (custom-group-tag-face-1): Add :group.
21015
21016 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21017
21018 2000-03-15 Gerd Moellmann <gerd@gnu.org>
21019
21020 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21021 requiring easymenu.
21022
21023 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21024
21025 * ps-print.el: PostScript user-defined prologue, PostScript error
21026 handler, doc fix.
21027 (ps-print-version): New version number (5.1).
21028 (ps-user-defined-prologue, ps-error-handler-message)
21029 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21030 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21031 (ps-insert-string): New function.
21032
21033 2000-03-15 Kenichi Handa <handa@etl.go.jp>
21034
21035 * international/ccl.el (ccl-compile-expression): Don't generate
21036 invalid self-assignment code.
21037
21038 2000-03-14 Dave Love <fx@gnu.org>
21039
21040 * subr.el (replace-regexp-in-string): Renamed from
21041 replace-regexps-in-string. Doc fix.
21042
21043 2000-03-12 Dave Love <fx@gnu.org>
21044
21045 * cus-edit.el: Doc fixes.
21046 (customize-set-variable, customize-save-variable): Rename args for doc.
21047 (custom-variable-tag-face, custom-face-tag-face)
21048 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21049 style which user identify as hyperlink.
21050 (hook): Don't add undefined functions to the hook.
21051 (debug-ignored-errors): Transfer message from bindings.el.
21052
21053 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21054
21055 * recentf.el (recentf-keep-non-readable-files-p):
21056 Remove double/nested definition.
21057
21058 2000-03-12 Dave Love <fx@gnu.org>
21059
21060 * facemenu.el (facemenu-get-face): Use display-color-p.
21061 * enriched.el (enriched-decode-foreground): Likewise.
21062 (enriched-decode-background): Likewise.
21063 * isearch.el (isearch-highlight): Likewise.
21064 * info-look.el (info-lookup): Likewise.
21065 * simple.el (completion-setup-function): Likewise.
21066
21067 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21068 :options.
21069
21070 * bindings.el (mode-line-format): Fix line-number and
21071 column-number items. Add help-echo for the background.
21072 (mode-line-mule-info): Modify help-echo.
21073
21074 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21075
21076 * files.el (load-file): Allow completion to .elc.
21077
21078 * man.el: Doc fixes.
21079 (Man-init-defvars): Use display-color-p to set fontification.
21080
21081 * play/hanoi.el (hanoi-internal): Don't use oddp.
21082
21083 2000-03-12 Gerd Moellmann <gerd@gnu.org>
21084
21085 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21086
21087 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21088
21089 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21090
21091 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21092 Fix comment.
21093
21094 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21095
21096 * font-lock.el (font-lock-keywords): Fix the doc now that
21097 regexp-opt-depth is unnecessary.
21098 (save-buffer-state): Set an edebug spec.
21099 (font-lock-fontify-anchored-keywords): Properly handle the case when
21100 the matcher goes past the limit.
21101
21102 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21103 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21104
21105 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21106 dll.el and cookie.el (from Elib) with heavy renaming and other
21107 massaging.
21108
21109 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21110 Autoload the functions used.
21111 (easy-mmode-define-syntax): Fix CL typo.
21112 (easy-mmode-define-derived-mode): Improve the docstring generation.
21113
21114 2000-03-10 Gerd Moellmann <gerd@gnu.org>
21115
21116 * textmodes/texinfo.el (texinfo-version): Variable and function
21117 removed.
21118
21119 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21120
21121 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21122 allow more flexibility.
21123 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
21124 (easy-mmode-defmap, easy-mmode-defsyntax)
21125 (easy-mmode-define-derived-mode): New macros.
21126
21127 2000-03-09 Didier Verna <didier@xemacs.org>
21128
21129 * rect.el (replace-rectangle): New function.
21130
21131 2000-03-09 Dave Love <fx@gnu.org>
21132
21133 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
21134 (fortran-comment-line-start-skip): Don't match cpp stuff.
21135 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21136 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21137 (fortran-mode): Don't set fortran-comment-line-start-skip,
21138 fortran-comment-line-start here. Set comment-start,
21139 add-log-current-defun.
21140 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21141 (fortran-current-defun): New function.
21142
21143 2000-03-09 Gerd Moellmann <gerd@gnu.org>
21144
21145 * emacs-lisp/re-builder.el: New file.
21146
21147 * mouse.el (mouse-drag-region): Don't run up-event handler
21148 if hscroll has changed.
21149
21150 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21151 builtin operators, use `font-lock-builtin-face' for Emacs and
21152 `font-lock-preprocessor-face' otherwise.
21153
21154 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21155 `(defun (setf foo)' differently.
21156
21157 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21158
21159 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21160 (regexp-opt): Update comment and adapt the code the new meaning of
21161 the `paren' argument of regex-opt-group for shy-groups.
21162 (regexp-opt-depth): Handle shy groups as well as backslashed
21163 backslashes.
21164 (regexp-opt-group): Turn the leading comment into a docstring.
21165 Allow `paren' to be a string (the string to use to open a group).
21166 Remove open-presuf and close-presuf. Instead of checking for `all
21167 one-char' and then later on check for `several one-char', handle
21168 both cases close together. Also apply a more generic algorithm
21169 for suffixes (the mirror image of the algorithm used for
21170 prefixes). Use shy-groups. Use nreverse rather than reverse.
21171 (regexp-opt-try-suffix): Removed.
21172
21173 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21174 from comint-mode-map, so we can just inherit from it. Also, move
21175 the initialization into the `defvar' since there's no docstring
21176 anyway and it's fairly short.
21177 (inferior-scheme-mode): Define it as derived-mode: the code is
21178 shorter and this way we inherit from comint-mode-map rather than
21179 copying it.
21180
21181 * subr.el (replace-regexps-in-string): Properly handle the case
21182 where we match an empty string.
21183
21184 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21185 when the command has a directory component (such as "./testml").
21186 Also fix a typo in the comment.
21187
21188 2000-03-08 Gerd Moellmann <gerd@gnu.org>
21189
21190 * Makefile (compile-files): Compile files one by one because
21191 that's the only way to ensure a clean compilation environment for
21192 each individual file.
21193
21194 * frame.el (other-frame): Call x-focus-frame.
21195
21196 2000-03-07 Dave Love <fx@gnu.org>
21197
21198 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21199 :require to defcustom.
21200
21201 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
21202
21203 * files.el (auto-mode-alist): Add configure.in.
21204
21205 * progmodes/autoconf.el: New file.
21206
21207 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21208
21209 * mail/mh-e.el: Change maintainer to `none'.
21210
21211 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21212 to remove-hook and add-hook.
21213
21214 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21215
21216 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21217 it as the default.
21218 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21219 (sendmail-send-it): Conditionally add MIME headers specifying the
21220 used character set.
21221
21222 2000-03-07 Dave Love <fx@gnu.org>
21223
21224 * winner.el: Fix keywords, autoload cookies.
21225 Split eval-when-compile form to avoid compilation failure.
21226
21227 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21228
21229 * international/mule.el: Modify comment about coding system
21230 property `coding-category'.
21231 (make-coding-system): New argument EOL-TYPE. Pay attention to
21232 coding-category property of PROPERTIES.
21233
21234 * international/mule-conf.el (coding-category-utf-8)
21235 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21236 categories. Include them in the argument for set-coding-priority.
21237
21238 * international/mule-cmds.el (reset-language-environment):
21239 Include coding-category-utf-8, coding-category-utf-16-be, and
21240 coding-category-utf-16-le in the argument for set-coding-priority.
21241 (reset-language-environment): Initialize coding-category-utf-8,
21242 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21243
21244 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21245
21246 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21247 code abstracted out of `bookmark-jump-noselect'. Now tries info
21248 extensions as well as compression extensions.
21249 (bookmark-jump-noselect): Use above new func.
21250
21251 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21252
21253 * strokes.el: Change maintainer's mail address.
21254
21255 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21256
21257 * international/mule-diag.el (list-character-sets): Make help-echo
21258 string by substitute-command-keys.
21259 (list-character-sets): Likewise.
21260 (sort-listed-character-sets): Call help-setup-xref.
21261
21262 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21263
21264 * time.el (display-time-mail-file): Add `none' to the list of choices.
21265
21266 2000-03-01 Dave Love <fx@gnu.org>
21267
21268 * help.el (help-xref-go-back): Don't try to set position.
21269
21270 * international/mule-diag.el (list-character-sets):
21271 Call help-setup-xref. Add help-echo to xrefs.
21272 (list-character-sets-1): Add help-echo to xrefs.
21273
21274 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21275
21276 * frame.el (blink-cursor-mode): Switch cursor on when turning
21277 the mode off.
21278
21279 * add-log.el (add-log-current-defun): Add support for
21280 Autoconf mode.
21281
21282 * mail/rmail.el (rmail-quit-hook): New variable.
21283
21284 2000-03-01 Dave Love <fx@gnu.org>
21285
21286 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21287
21288 * help.el (help-xref-button): Add help-echo arg.
21289 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21290
21291 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21292
21293 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21294
21295 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21296
21297 * image.el (defimage): Look for image files in load-path.
21298
21299 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21300
21301 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21302
21303 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21304
21305 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21306
21307 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21308 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21309 action to select/unselect a file.
21310 (recentf-edit-list): Code cleanup and improvement.
21311 (recentf-open-more-files-action): `recentf-open-more-files' button
21312 widget action to open a file.
21313 (recentf-open-more-files): No more use standard completion but widgets.
21314 (recentf-more-collection): Deleted.
21315 (recentf-more-history): Deleted.
21316 (recentf-setup-more-completion): Deleted.
21317
21318 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21319
21320 * recentf.el (recentf-mode): No more needs that Emacs is running
21321 under a window-system.
21322
21323 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21324
21325 * recentf.el (recentf-edit-list): New command to edit the recent
21326 list which allow the user to remove files.
21327 (recentf-edit-selected-items): New global variable, used by
21328 `recentf-edit-list' to hold the list of files to be removed from
21329 the recent list.
21330 (recentf-make-menu-items): Updated to display a "Edit list..."
21331 menu item. Minor code cleanup.
21332
21333 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21334
21335 * recentf.el (recentf-open-more-files): New command to open files
21336 that are not displayed in the menu.
21337 (recentf-more-collection): New global variable holding the set of
21338 permissible completions used by `recentf-open-more-files'.
21339 (recentf-more-history): New global variable holding the history list
21340 used by `recentf-open-more-files' completion.
21341 (recentf-setup-more-completion): New function to setup completion for
21342 `recentf-open-more-files'.
21343 (recentf-make-menu-items): Updated to display a "More..." menu item.
21344
21345 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21346
21347 * recentf.el (recentf-menu-action): Doc fixed.
21348
21349 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21350
21351 * recentf.el (recentf-menu-filter): Doc updated.
21352 (recentf-update-menu-hook): Allow menu filters to force menu update.
21353 (recentf-make-menu-items): New menu filter handling.
21354 (recentf-make-menu-item): New helper function.
21355 (recentf-menu-elements): New menu handling function.
21356 (recentf-sort-ascending): Updated to new menu filter handling.
21357 (recentf-sort-descending): Updated to new menu filter handling.
21358 (recentf-sort-basenames-ascending): New menu filter function.
21359 (recentf-sort-basenames-descending): New menu filter function.
21360 (recentf-show-basenames): New menu filter function.
21361 (recentf-show-basenames-ascending): New menu filter function.
21362 (recentf-show-basenames-descending): New menu filter function.
21363
21364 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21365
21366 * diary-lib.el (list-diary-entries): Don't try to go forward at
21367 the end of the buffer.
21368
21369 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21370
21371 * international/mule-diag.el (list-character-sets):
21372 Completely rewritten.
21373 (sort-listed-character-sets): New function.
21374 (list-character-sets-1): Completely rewritten.
21375 (list-character-sets-2): New function.
21376 (non-iso-charset-alist): New variable.
21377 (decode-codepage-char): New function.
21378 (charset-history): New variable.
21379 (read-charset) (list-block-of-chars)
21380 (list-iso-charset-chars)
21381 (list-non-iso-charset-chars)
21382 (list-charset-chars): New functions.
21383 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21384 (dump-charsets): Likewise.
21385
21386 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21387
21388 * dired-x.el (dired-filename-at-point): Add `@' to valid
21389 file name characters.
21390 (dired-filename-at-point): Handle ange-ftp file names.
21391
21392 * frame.el (frame-notice-user-settings): Use assq-delete-all
21393 instead of assoc-delete-all.
21394 (frame-notice-user-settings): Ditto.
21395
21396 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21397 Don't copy alist.
21398
21399 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21400
21401 * calculator.el (calculator-use-menu): New option.
21402 (calculator-initial-bindings): Changed some bindings to work as macros.
21403 (calculator-forced-input): Removed.
21404 (calculator-restart-other-mode): New variable.
21405 (calculator-mode-map): Set up menu.
21406
21407 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21408
21409 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21410
21411 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21412
21413 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21414 translate all ESC key sequences.
21415 (viper-goto-mark-subr): Restore markers for files for which
21416 they were saved.
21417 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21418 * viper-util.el (viper-set-replace-overlay-glyphs)
21419 (viper-set-replace-overlay): Always check if the replacement
21420 overlay is live.
21421 * viper.el (viper-vi-state-mode-list): Add major modes.
21422 * ediff-wind.el: Minor comment changes.
21423 * ediff.el: Copyright notice date fix.
21424
21425 2000-02-27 Jason Rumney <jasonr@gnu.org>
21426
21427 * faces.el (face-font-family-alternatives): Add arial to helv.
21428 (mode-line, header-line, tool-bar): Same default as x for w32.
21429 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21430 face-font-family-alternatives from working.
21431 * term/w32-win.el (mouse-set-font): Do not build fontset from
21432 chosen font.
21433
21434 2000-02-25 Sam Steingold <sds@goems.com>
21435
21436 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21437 properly.
21438
21439 2000-02-25 Richard M. Stallman <rms@gnu.org>
21440
21441 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21442
21443 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21444
21445 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21446
21447 * frame.el (busy-cursor-delay-seconds): New option.
21448
21449 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21450
21451 * frame.el (show-cursor-in-non-selected-windows): New option.
21452
21453 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21454
21455 * diary-lib.el (include-other-diary-files): Undo the selective
21456 display in any included file and don't kill it.
21457
21458 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21459
21460 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21461 Menu items converted to (menu-item format, help strings added.
21462 [downcase, upcase]: Don't enable on MS-DOS.
21463 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21464 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21465
21466 2000-02-23 Dave Love <fx@gnu.org>
21467
21468 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21469 (backward-kill-word): Revert addition of * to interactive spec --
21470 it's a feature.
21471
21472 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21473 (backward-kill-sentence, kill-sentence): Likewise.
21474
21475 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21476 scratch buffer name.
21477 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21478
21479 * term/w32-win.el (internal-face-interactive): Update prompt for
21480 new read-face-name.
21481
21482 * mail/footnote.el (footnote): Add :version to defgroup.
21483 (footnote-section-tag-regexp): Customize.
21484 (footnote-start-tag, footnote-end-tag): New option.
21485 (footnote-latin-regexp): New variable.
21486 (Footnote-latin): New function.
21487 (footnote-style-alist): Add element for latin style.
21488 (footnote-style): Moved.
21489 (Footnote-goto-footnote): Use eq to test arg.
21490
21491 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21492
21493 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21494 (byte-compile-trueconstp): Include keywords.
21495 (byte-optimize-quote, byte-optimize-lapcode):
21496 Use byte-compile-const-symbol-p.
21497 (byte-optimize-char-before): New optimization.
21498
21499 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21500 (byte-compile-const-symbol-p): New function.
21501 (byte-compile-constp, byte-compile-out-toplevel)
21502 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21503 Use it.
21504
21505 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21506
21507 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21508
21509 * international/encoded-kb.el: Be sure to update minor-mode-alist
21510 and minor-mode-map-alist.
21511 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21512 codes SS2 and SS3 correctly.
21513 (encoded-kbd-self-insert-ccl): New function.
21514 (encoded-kbd-setup-keymap): New function.
21515 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21516 by calling encoded-kbd-setup-keymap.
21517
21518 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21519 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21520
21521 2000-02-22 Dave Love <fx@gnu.org>
21522
21523 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21524 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21525 (lisp-mode-syntax-table): Set up for #|...|# comments.
21526 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21527 classes. Match `defface'.
21528 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21529 (eval-defun-1): Fix for defcustom.
21530 (lisp-indent-region): Doc fix.
21531
21532 * subr.el (when, unless, split-string): Doc fix.
21533 (read-passwd): Move call of clear-this-command-keys to the right place.
21534 (replace-regexps-in-string): New function.
21535
21536 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21537
21538 * help.el (describe-variable): Set syntax table to
21539 emacs-lisp-mode-syntax-table when moving forward over the
21540 symbol's name.
21541
21542 2000-02-22 Dave Love <fx@gnu.org>
21543
21544 * xt-mouse.el: Doc fixes.
21545 (xterm-mouse-position-function): New function, replacing advice of
21546 mouse-position.
21547 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21548
21549 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21550
21551 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21552
21553 * format.el (format-annotate-single-property-change):
21554 Handle properties.with dotted-list values.
21555 (format-proper-list-p): New function.
21556
21557 * enriched.el (enriched-face-ans): Handle '(foreground-color
21558 . COLOR) and (background-color . COLOR).
21559
21560 2000-02-20 Dave Love <fx@gnu.org>
21561
21562 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21563 and assignments to it.
21564 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21565 current local map.
21566 (make-flyspell-overlay): Use it.
21567 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21568
21569 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21570 (lm-get-header-re): Defun, not defsubst.
21571 (lm-get-package-name): Defun, not defsubst. Simplify.
21572 (lm-version): Doc fix. Simplify.
21573 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21574 (lm-crack-address, lm-last-modified-date, lm-commentary)
21575 (lm-verify, lm-synopsis): Simplify.
21576 (lm-report-bug): Require emacsbug. Use compose-mail.
21577
21578 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21579
21580 * dired.el (dired-mode): Call propertized-buffer-identification
21581 to set mode-line-buffer-identification to something having
21582 the right text properties.
21583
21584 * bindings.el (propertized-buffer-identification): New function.
21585
21586 2000-02-20 Dave Love <fx@gnu.org>
21587
21588 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21589 check for t-mouse too.
21590
21591 * cus-start.el: Make echo-keystrokes `number'.
21592
21593 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21594
21595 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21596 Don't call ring-empty-p unless tags-location-ring is bound.
21597 From Noah Friedman <friedman@splode.com>.
21598
21599 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21600
21601 * progmodes/hideshow.el (hs-flag-region): No longer use
21602 `intangible' overlay property.
21603
21604 (hs-toggle-hiding): New command.
21605 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21606
21607 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21608 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21609 and deactivation.
21610
21611 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21612
21613 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21614
21615 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21616
21617 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21618
21619 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21620 of `*' to handle `(* ... *)' comments.
21621
21622 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21623
21624 * faces.el (list-faces-display): Use display-mouse-p instead of
21625 window-system.
21626
21627 * menu-bar.el (global-map): Menu-bar items converted to the new
21628 format (menu-item..., rearranged for better CUA compliance, and
21629 their names changed for better clarity. Help strings added.
21630
21631 * international/mule-cmds.el (mule-menu-keymap)
21632 (describe-language-environment-map, set-coding-system-map)
21633 (setup-language-environment-map): Convert to new (menu-item...
21634 form, add help strings. Change names of menu items for better clarity.
21635 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21636
21637 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21638
21639 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21640 within the code.
21641
21642 2000-02-16 Dave Love <fx@gnu.org>
21643
21644 * faces.el: Don't require custom. Add more specific :groups to
21645 various deffaces.
21646 (set-face-attribute): Purecopy args.
21647 (read-face-name): Default to name at point and use it in prompt.
21648 Remove colon from arg in all callers.
21649 (list-faces-display): Hyperlink to face descriptions and customize
21650 buffers.
21651
21652 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21653
21654 * wid-edit.el (widget-match-inline): An atom never matches a list.
21655
21656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21657
21658 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21659 at ':' characters by call to split-string.
21660
21661 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21662
21663 * textmodes/bibtex.el: Added RCS version identification.
21664
21665 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21666
21667 * textmodes/bibtex.el: Some temporary comments removed.
21668 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21669 (bibtex-field-const): Allow capital letters.
21670 (bibtex-start-of-string): Deleted because unused.
21671
21672 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21673 use the term 'reference' to describe a bibtex entry as a whole.
21674 Further, reference keys are no longer called 'labels'.
21675 (bibtex-keys): Renamed to bibtex-reference-keys.
21676 (bibtex-reformat-previous-labels): Renamed to
21677 bibtex-reformat-previous-reference-keys.
21678 (bibtex-reference-type): Renamed to bibtex-entry-type.
21679 (bibtex-reference-head): Renamed to bibtex-entry-head.
21680 (bibtex-reference-maybe-empty-head): Renamed to
21681 bibtex-entry-maybe-empty-head.
21682 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21683 (bibtex-search-reference): Renamed to bibtex-search-entry.
21684 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21685 bibtex-enclosing-entry-maybe-empty-head.
21686 (bibtex-entry-field-alist, bibtex-entry-head)
21687 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21688 (bibtex-map-entries, bibtex-search-entry)
21689 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21690 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21691 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21692 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21693 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21694 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21695 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21696
21697 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21698
21699 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21700 comment.
21701 (bibtex-format-field-delimiters): New function, functionality
21702 extracted from bibtex-format-entry.
21703 (bibtex-autokey-get-yearfield-digits): New function, functionality
21704 extracted from bibtex-autokey-get-yearfield.
21705
21706 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21707 entries in order to avoid stack overflow in the regexp matcher if
21708 field contents become large.
21709 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21710 (bibtex-field-string-part-not-braced)
21711 (bibtex-field-string-part-no-inner-braces)
21712 (bibtex-field-string-part-1-inner-brace)
21713 (bibtex-field-string-part-2-inner-braces)
21714 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21715 (bibtex-field-string-quoted, bibtex-field-string)
21716 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21717 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21718 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21719 Deleted as parsing is now performed by the following functions.
21720 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21721 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21722 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21723 (bibtex-parse-association, bibtex-field-name-for-parsing)
21724 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21725 (bibtex-search-forward-field, bibtex-search-backward-field)
21726 (bibtex-start-of-field, bibtex-end-of-field)
21727 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21728 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21729 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21730 (bibtex-parse-string, bibtex-search-forward-string)
21731 (bibtex-search-backward-string, bibtex-start-of-string)
21732 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21733 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21734 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21735 entries. Instead of reporting the results of the parsing by
21736 match-beginning or match-end, these functions return data structures
21737 that hold the corresponding positions.
21738 (bibtex-enclosing-field): Changed to also report field boundaries by
21739 return values rather than by match-beginning or match-end.
21740 The following functions have been adapted to use the new
21741 parsing functions.
21742 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21743 (bibtex-enclosing-field, bibtex-format-entry)
21744 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21745 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21746 (bibtex-print-help-message, bibtex-end-of-entry)
21747 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21748 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21749 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21750 Use the new method for parsing.
21751 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21752 (bibtex-map-entries, bibtex-flash-head)
21753 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21754 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21755 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21756 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21757 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21758 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21759 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21760 order to make the new binding of case-fold-search immediately visible.
21761
21762 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21763
21764 * textmodes/bibtex.el: Copyright notice is up to date.
21765 Added constant 'bibtex-maintainer-salutation.
21766
21767 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21768 than make-temp-name, use match-string-no-properties and eliminate
21769 a quadratic behavior when building bibtex-strings.
21770
21771 * bibtex.el (bibtex-reference-key): Accept string entries whose
21772 reference key contains upper case letters.
21773
21774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21775
21776 * bibtex.el (bibtex-reference-head): Allow entries to start with
21777 a new line.
21778
21779 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21780
21781 * bibtex.el: Hiding of entry bodies is not longer provided by
21782 bibtex.el directly. Instead the hideshow package can be used.
21783 Added a special bibtex entry to hs-special-modes-alist.
21784 (bibtex-hs-forward-sexp): Added for hideshow.el.
21785
21786 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21787
21788 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21789 proceedings entry type (for cross referencing). Thanks to Wagner
21790 Toledo Correa for the suggestion.
21791
21792 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21793
21794 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21795
21796 * international/characters.el: Setup case table for Vietnamese.
21797
21798 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21799
21800 * uniquify.el (toplevel): Require CL at compile time.
21801 (uniquify-push): Removed.
21802
21803 * shadowfile.el (shadow-when): Removed.
21804
21805 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21806 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21807
21808 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21809 regexp for paragraph-start.
21810
21811 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21812 commas as well.
21813
21814 2000-02-10 Dave Love <fx@gnu.org>
21815
21816 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21817 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21818 Deleted.
21819 (widget-specify-field, widget-specify-button): Don't use
21820 widget-mouse-help as help-echo property.
21821 (default): Use #'ignore for :validate and :mouse-down-action.
21822 (checkbox): Add help-echo.
21823 (widget-sexp-validate): Rewritten to clarify error messages.
21824 (character): Use char-valid-p in :match function.
21825 (widget-color-complete): Use facemenu-color-alist.
21826 (widget-color-action): Use facemenu-read-color.
21827
21828 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21829 set up `caar' &c that we now have.
21830
21831 2000-02-09 Ray Blaak <blaak@gnu.org>
21832
21833 * delphi.el: Make resourcestring a declaration region, like const
21834 and var.
21835
21836 2000-02-09 Dave Love <fx@gnu.org>
21837
21838 * bindings.el (mode-line-input-method-map): New variable.
21839 (mode-line-mule-info): Use it; fix last change.
21840 (mode-line-mode-menu): Move definition.
21841 (mode-line-mouse-sensitive-p): Deleted.
21842 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21843 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21844
21845 * startup.el (command-line-1): Don't call
21846 make-mode-line-mouse-sensitive.
21847
21848 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21849
21850 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21851 before rmail-toggle-header, because the former toggles headers.
21852
21853 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21854
21855 * diff-mode.el (diff-kill-junk): New interactive function.
21856 (diff-reverse-direction): Use delete-and-extract-region.
21857 (diff-post-command-hook): Restrict the area so that the hook also works
21858 outside of any diff hunk. This is necessary for the minor-mode.
21859 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21860 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21861
21862 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21863 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21864 so that it can be used more easily in <foo>-mode-hook. Also make sure
21865 to avoid duplicate entries.
21866 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21867 (font-lock-remove-keywords): Just as was done for `add', allow it to
21868 work even if font-lock-mode is nil. Also make sure we don't modify
21869 any pre-existing list by forcing a copy-sequence. Finally rename
21870 `major-mode' to `mode'.
21871 (font-lock-fontify-syntactic-anchored-keywords)
21872 (font-lock-fontify-anchored-keywords)
21873 (font-lock-fontify-keywords-region): Use line-end-position.
21874 Don't make `font-lock-multiline' local (it's now done in
21875 font-lock-set-defaults).
21876 (font-lock-set-defaults): Make `font-lock-multiline' local.
21877 Move the `font-lock-fontified' creation to inside the `unless'.
21878
21879 2000-02-06 Andrew Innes <andrewi@gnu.org>
21880
21881 * term/w32-win.el (x-handle-args): Comment out call to message,
21882 which occurs before window system is initialized.
21883
21884 * makefile.nt: Add support for recompiling lisp code.
21885
21886 2000-02-04 Dave Love <fx@gnu.org>
21887
21888 * bindings.el (mode-line-mule-info): Fix/extend last change.
21889
21890 * completion.el: Replace completion-dolist with dolist.
21891
21892 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21893
21894 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21895
21896 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21897 environment names before they go into the section regexp.
21898
21899 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21900 char class in regexp.
21901
21902 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21903 Bind `case-fold-search' to nil.
21904
21905 * progmodes/idlwave.el (idlwave-template):
21906 Respect `idlwave-abbrev-change-case'.
21907 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21908 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21909 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21910 (idlwave-rw-case): New function.
21911 (idlwave-statement-match): Fixed problem with assignment regexp.
21912 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21913 (idlwave-surround): New argument LENGTH to support padding of
21914 operators longer than 1 char.
21915
21916 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21917 idlwave-shell-expression-overlay. Implemented printing of
21918 expressions on higher levels of the calling stack.
21919 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21920 (idlwave-retrieve-expression-from-level): New function.
21921 (idlwave-shell-last-calling-stack): Variable removed.
21922 (idlwave-shell-reset): Argument action reversed (`visible' to
21923 `hidden'). Also remove stop-line overlay.
21924 (idlwave-shell-calling-stack-routine): New variable.
21925 (idlwave-shell-parse-stack-and-display): Messages now display
21926 negative level numbers.
21927 (idlwave-shell-mode): Set `modeline-format'.
21928 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21929 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21930 (idlwave-shell-print-expression-function): New option.
21931
21932 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21933 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21934 `tool-bar' instead of `toolbar'.
21935
21936 2000-02-02 Dave Love <fx@gnu.org>
21937
21938 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21939 emacs-lisp-mode-hook. Don't check for defalias being defined.
21940
21941 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21942 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21943 Use the new builtins directly.
21944
21945 * whitespace.el (whitespace): Add :version to defgroup.
21946
21947 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21948 Doc fix.
21949
21950 * thingatpt.el (sexp-at-point, symbol-at-point)
21951 (number-at-point, list-at-point): Add autoload cookie.
21952
21953 * recentf.el (recentf): Add :version to defgroup.
21954
21955 * quickurl.el (quickurl): Add :version to defgroup.
21956
21957 * elide-head.el (elide-head): Use point-marker more.
21958
21959 * bs.el (bs): Add :version to defgroup.
21960
21961 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21962
21963 * progmodes/delphi.el (delphi): Add :version to defgroup.
21964
21965 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21966
21967 * ange-ftp.el (ange-ftp-write-region): Handle case that
21968 succeeding process operation sets a different coding system.
21969
21970 * calculator.el: New file.
21971
21972 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21973
21974 * frame.el (frames-on-display-list, framep-on-display): New functions.
21975 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21976 (display-selections-p, display-screens, display-pixel-width)
21977 (display-pixel-height, display-mm-width, display-mm-height)
21978 (display-backing-store, display-save-under, display-planes)
21979 (display-color-cells, display-visual-class): New functions.
21980
21981 * term/tty-colors.el (tty-color-gray-shades): New function.
21982
21983 * faces.el (display-color-p): Use framep-on-display.
21984 (display-grayscale-p): New function.
21985
21986 2000-01-31 Dave Love <fx@gnu.org>
21987
21988 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21989 (create-fontset-from-x-resource): Don't concat integers.
21990
21991 2000-01-31 Inge Frick <inge@nada.kth.se>
21992
21993 * view.el: Some changes in documentation. Removed some trailing
21994 whitespace. Changed some parameter names to agree with documentation.
21995 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21996 window is not deleted. Modifies change 1998-04-26.
21997
21998 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21999
22000 * windmove.el: New file.
22001
22002 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22003 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22004 progmodes/ebnf-yac.el: Update copyright and license info.
22005
22006 * jit-lock.el (jit-lock-function): Widen before calculating
22007 end position.
22008 (jit-lock-stealth-chunk-start): Rewritten.
22009
22010 * info.el (Info-title-face-alist): Removed.
22011 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
22012 (Info-fontify-node): Use these faces.
22013
22014 2000-01-30 Gerd Moellmann <gerd@gnu.org>
22015
22016 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22017 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22018 `&allow-other-keywords'.
22019
22020 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22021 the list of directories scanned heuristically.
22022
22023 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
22024
22025 2000-01-30 Jason Rumney <jasonr@gnu.org>
22026
22027 * w32-fns.el: Define w32-tty-standard-colors.
22028
22029 * startup.el (command-line): Use w32-tty-standard-colors when in
22030 w32 console mode.
22031
22032 2000-01-30 Dave Love <fx@gnu.org>
22033
22034 * jka-compr.el (jka-compr-load): Fix up load-history.
22035
22036 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22037
22038 * emacs-lisp/cl-macs.el: Revert previous change.
22039
22040 2000-01-29 Dave Love <fx@gnu.org>
22041
22042 * facemenu.el: Purecopy various strings.
22043
22044 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22045 years. Deal with three-digit years.
22046
22047 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22048 Use defconst, purecopy.
22049 (help-back-label): Purecopy it.
22050
22051 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22052
22053 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22054 variable. If non-nil, order the buffer list according to the
22055 currently selected frame.
22056 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22057 non-nil, pass the selected frame to function buffer-list.
22058
22059 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22060
22061 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22062
22063 2000-01-28 Dave Love <fx@gnu.org>
22064
22065 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22066
22067 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22068 Don't use lisp-indent-hook property.
22069 (cl-abs): Remove.
22070
22071 * subr.el: Move out indent and edebug specs for when and unless.
22072
22073 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22074 when, unless.
22075
22076 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22077 unless, when.
22078
22079 2000-01-28 Gerd Moellmann <gerd@gnu.org>
22080
22081 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22082 `collecting' as synonym for `collect'.
22083
22084 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22085 for the case it contains spaces.
22086
22087 * simple.el (what-cursor-position): Change formatting of messages.
22088
22089 * frame.el (delete-other-frames): New function.
22090 (toplevel): Bind it to C-x 5 1.
22091
22092 * sort.el (sort-numeric-base): New option.
22093 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22094 interpret it as octal or hexadecimal. Use sort-numeric-base
22095 as default base.
22096
22097 * progmodes/glasses.el: New file.
22098
22099 2000-01-27 Gerd Moellmann <gerd@gnu.org>
22100
22101 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22102 userids differently.
22103
22104 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22105 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22106 progmodes/ebnf-yac.el: New files.
22107
22108 2000-01-26 Dave Love <fx@gnu.org>
22109
22110 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22111 on a function with an empty body. [From Eric Ludlam.]
22112
22113 2000-01-25 Andre Spiegel <spiegel@gnu.org>
22114
22115 * vc.el (vc-version-diff): Make sure file name is expanded.
22116
22117 2000-01-25 Gerd Moellmann <gerd@gnu.org>
22118
22119 * scroll-bar.el (scroll-bar-timer): Variable removed.
22120 (scroll-bar-toolkit-scroll): Don't use a timer.
22121
22122 2000-01-25 Kenichi Handa <handa@etl.go.jp>
22123
22124 * language/thai-util.el (thai-composition-function):
22125 Delete superfluous `a'.
22126
22127 2000-01-24 Dave Love <fx@gnu.org>
22128
22129 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22130 end-of-defun-function.
22131
22132 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
22133
22134 2000-01-22 Jason Rumney <jasonr@gnu.org>
22135
22136 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22137 conflicts with new face support.
22138
22139 2000-01-22 Richard M. Stallman <rms@gnu.org>
22140
22141 * replace.el (query-replace): Rename last arg to DELIMITED.
22142 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22143 (query-replace-regexp): Likewise.
22144
22145 2000-01-20 Richard M. Stallman <rms@gnu.org>
22146
22147 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22148
22149 * emacs-lisp/lisp.el (beginning-of-defun-function):
22150 Variable renamed from beginning-of-defun.
22151 Do not call make-variable-buffer-local.
22152 (beginning-of-defun-raw): Use new variable name; doc fix.
22153 (beginning-of-defun): Doc fix.
22154 (end-of-defun-function): Variable renamed from end-of-defun.
22155 Do not call make-variable-buffer-local.
22156 (end-of-defun): Use new variable name; doc fix.
22157
22158 * subr.el (dolist, dotimes): Copied from cl-macs.el
22159 and made to work.
22160
22161 * mail/undigest.el (rmail-digest-end-regexps):
22162 Variable replaces rmail-digest-end-regexp.
22163 Allows multiple regexps for detecting the end line.
22164 (undigestify-rmail-message): Corresponding changes.
22165
22166 2000-01-19 Dave Love <fx@gnu.org>
22167
22168 * files.el (user-init-file): Don't declare here -- is primitive.
22169
22170 * startup.el (command-line): Check for compiled user-init-file and
22171 set to uncompiled version if necessary.
22172
22173 2000-01-18 Gerd Moellmann <gerd@gnu.org>
22174
22175 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22176 (undigestify-rmail-message): Use it.
22177
22178 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22179
22180 2000-01-17 Gerd Moellmann <gerd@gnu.org>
22181
22182 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22183 of mini-buffer.
22184
22185 2000-01-14 Gerd Moellmann <gerd@gnu.org>
22186
22187 * emacs-lisp/copyright.el (copyright-update): Removed the
22188 requirement for a trailing space from `copyright-regexp', to
22189 support copyrights with owner specified on a separate line..
22190
22191 * align.el: New file.
22192
22193 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22194
22195 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22196
22197 2000-01-13 Dave Love <fx@gnu.org>
22198
22199 * ph.el: Removed. (Obsoleted by EUDC.)
22200
22201 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22202
22203 * net/eudc.el (toplevel): Remove autoloaded code installing
22204 menu with easymenu, because that causes build problems.
22205
22206 * frame.el (frame-notice-user-settings): New variable.
22207 (frame-notice-user-settings): Don't modify frame parameters
22208 if called a second time.
22209
22210 2000-01-13 Richard M. Stallman <rms@gnu.org>
22211
22212 * frame.el (frame-notice-user-settings):
22213 Notice default-frame-parameters even for non-window frames.
22214
22215 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22216
22217 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22218 for Emacs.
22219 (eudc-bob-can-display-inline-images): Extend for Emacs.
22220 (eudc-bob-toggle-inline-display): Ditto.
22221 (eudc-bob-display-jpeg): Ditto.
22222
22223 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22224
22225 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22226 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22227 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22228
22229 * add-log.el (add-change-log-entry): Fix error trying an
22230 `(insert nil)'.
22231
22232 * subdirs.el: Add `net' directory.
22233
22234 * net: New directory.
22235
22236 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22237 eval-last-sexp. Don't bind debug-on-error here.
22238 (eval-last-sexp): New function. Bind debug-on-error if
22239 eval-expression-debug-on-error is non-nil.
22240 (eval-defun-2, eval-defun): Likewise.
22241
22242 * simple.el (eval-expression): Don't bind debug-on-error if
22243 eval-expression-debug-on-error is nil. Detect changed
22244 debug-on-error, and propagate new value to global binding, if
22245 eval-expression-debug-on-error is non-nil,
22246 (eval-expression-debug-on-error): Change doc string.
22247
22248 2000-01-11 Richard M. Stallman <rms@gnu.org>
22249
22250 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22251
22252 * emacs-lisp/lisp-mode.el (with-syntax-table):
22253 Set up lisp-indent-function property.
22254
22255 * subr.el (with-syntax-table): Moved from simple.el.
22256
22257 * simple.el (with-syntax-table): Moved to subr.el.
22258
22259 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22260
22261 * tmm.el (tmm-shortcut): Delete region after prompt instead
22262 of erasing buffer.
22263
22264 * textmodes/fill.el (fill-common-string-prefix): New function.
22265 (fill-context-prefix): Use the longest common prefix of first
22266 and second line fill prefix, if there is one.
22267
22268 2000-01-11 Richard M. Stallman <rms@gnu.org>
22269
22270 * array.el (array-mode): Don't use make-variable-buffer-local.
22271 Use make-local-variable for `truncate-lines'.
22272
22273 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22274
22275 * add-log.el (add-log-current-defun): Handle user-defined
22276 add-log-current-function returning nil,
22277
22278 * add-log.el (add-change-log-entry): Insert version number
22279 if having found a current function
22280
22281 * add-log.el (add-log-current-defun):
22282 Call `add-log-current-defun-function'. Try matches at level 0 and
22283 level 1. Strip whitespace from defun found.
22284
22285 2000-01-10 John Wiegley <johnw@gnu.org>
22286
22287 * allout.el (isearch-done/outline-provisions): Added `edit'
22288 argument to correspond with the current definition of `isearch-done'.
22289
22290 2000-01-10 Dave Love <fx@gnu.org>
22291
22292 * elide-head.el (elide-head): Use point-marker, not point.
22293
22294 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22295
22296 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22297 before and after the year 2000.
22298
22299 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22300 Add ispell- prefix.
22301
22302 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22303
22304 * ispell.el: Only define dictionaries in menus when they exist.
22305 (version18p): New variable.
22306 (version20p): New variable.
22307 (xemacsp): New variable.
22308 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22309 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22310 (ispell-dictionary-alist6): Russian command lines no longer accept
22311 run-together words.
22312 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22313 (ispell-dictionary-alist): Add koi8-r to customize definition.
22314 (check-ispell-version): Added documentation string. Return library
22315 path when called non-interactively.
22316 (ispell-menu-map-needed): Uses new variables.
22317 (ispell-library-path): New variable.
22318 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22319 (ispell-word): Improved documentation string. Test for valid
22320 character mappings. Correctly check typed in word changes that can
22321 result in single words split into multiple words.
22322 Return replacement word.
22323 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22324 replace in recursive query replace mode. Help message for
22325 recursive edit mode.
22326 (ispell-show-choices): Protect against bad framepop bindings.
22327 (ispell-help): Fix to work with XEmacs.
22328 (ispell-highlight-spelling-error): Use new variables.
22329 (ispell-overlay-window): Fix to work with XEmacs.
22330 (ispell-parse-output): Passed and returns location information
22331 tracking spelling corrections. Doesn't recheck same word on
22332 current line.
22333 (ispell-init-process): Protect against bogus XEmacs variable binding.
22334 Fix call to single argument in sleep-for. Use new variables.
22335 (ispell-region): Passed and returns location information tracking
22336 spelling corrections. Doesn't check same word on current line.
22337 Improved documentation string. Doesn't resend a line already
22338 checked to the ispell process - fixes bug in LaTeX parsing.
22339 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22340 (ispell-skip-region): No longer skips <TT> in SGML.
22341 (ispell-process-line): Tracks location information with spelling
22342 corrections. Added documentation string. Accounts for words
22343 already accepted on this line. Don't allow query-replace on line
22344 starting with math characters. Doesn't resend a line already sent
22345 to ispell process. Fixes alignment error bug.
22346
22347 2000-01-10 Richard M. Stallman <rms@gnu.org>
22348
22349 * dired-x.el (dired-guess-shell-alist-default):
22350 Suggest xloadimage, which is free, not xv, which isn't.
22351
22352 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22353 Don't ever include the host name or user name in the value.
22354
22355 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22356
22357 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22358 of a real newline.
22359
22360 2000-01-09 Stephen Eglen <stephen@gnu.org>
22361
22362 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22363 for .png files.
22364
22365 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22366
22367 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22368
22369 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22370
22371 * progmodes/cperl-mode.el: Replace ^F with ^L.
22372
22373 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22374 `require'ing rmail and mailalias to prevent infinite recursion.
22375
22376 2000-01-08 Dave Love <fx@gnu.org>
22377
22378 * emacs-lisp/backquote.el: Remove inappropriate customization
22379 (allowing custom.el to use backquote).
22380
22381 2000-01-07 Dave Love <fx@gnu.org>
22382
22383 * add-log.el (add-log-debugging): Deleted.
22384 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22385 file. Remove debugging code.
22386 (change-log-get-method-definition, change-log-name): Add doc.
22387 (change-log-sortable-date-at): New function.
22388 (change-log-merge): New command.
22389
22390 * time.el (display-time-string-forms): Make the Mail string active.
22391 (display-time-update): Provide help-echo for load average.
22392
22393 * bindings.el (make-mode-line-mouse2-map): New function.
22394 (mode-line-modified): Use it and simplify.
22395 (mode-line-mule-info): Provide help-echo info.
22396 (minor-mode-alist): Activate the strings.
22397 (make-mode-line-mouse-sensitive): Simplify for
22398 mode-line-buffer-identification.
22399
22400 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22401
22402 * play/pong.el: New file.
22403
22404 2000-01-06 Dave Love <fx@gnu.org>
22405
22406 * array.el: Assorted cleanups for compiler warnings, doc strings,
22407 `array-' prefix for symbols.
22408
22409 2000-01-05 Dave Love <fx@gnu.org>
22410
22411 * textmodes/outline.el (outline-mode-menu-bar-map):
22412 Add outline-headers-as-kill.
22413 (outline-mode): Define imenu-generic-expression.
22414 (outline-headers-as-kill): New command.
22415
22416 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22417 from paragraph-start.
22418 (paragraph-indent-minor-mode): New command.
22419
22420 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22421 M-C-e, M-C-h, C-j, C-xnd, TAB.
22422 (fortran-mode): Set beginning-of-defun, end-of-defun.
22423 (fortran-column-ruler): Simplify.
22424 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22425 (fortran-with-subprogram-narrowing): Likewise.
22426 (fortran-indent-subprogram): Call mark-defun.
22427 (fortran-check-for-matching-do): Change narrowing.
22428
22429 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22430 (cl-lucid-hash-tag): Delete.
22431 (cl-hash-table-p): Correct test for native table.
22432 (cl-hash-table-count): Use hash-table-count.
22433
22434 * browse-url.el (browse-url): Fix case of
22435 browse-url-browser-function being an alist.
22436
22437 2000-01-05 Carsten Dominik <cd@gnu.org>
22438
22439 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22440 (reftex-index-phrase-file-extension): New options.
22441
22442 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22443 Use new option `reftex-index-phrase-file-extension'.
22444
22445 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22446 `reftex-parse-file-extension'.
22447
22448 2000-01-05 Dave Love <fx@gnu.org>
22449
22450 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22451 (beginning-of-defun-raw): Use it.
22452 (end-of-defun): New variable.
22453 (end-of-defun): Use it.
22454 (check-parens): New command.
22455
22456 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22457
22458 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22459 (hs-show-block): Don't use `mapcar' when not accumulating.
22460
22461 Fix buglet in local variables initialization.
22462
22463 2000-01-05 Andreas Schwab <schwab@suse.de>
22464
22465 * hscroll.el (hscroll): Doc fix.
22466
22467 2000-01-05 Carsten Dominik <cd@gnu.org>
22468
22469 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22470 Require idlw-toolbar.
22471
22472 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22473 file idlw-rinfo.el.
22474 (idlwave-customize): Load must read file idlw-shell.el.
22475 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22476
22477 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22478
22479 * progmodes/idlw-shell.el: Also provide idlwave-shell
22480 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22481 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22482
22483 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22484 both reftex-dcr and reftex-vcr.
22485
22486 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22487
22488 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22489
22490 * ps-print.el: PostScript code now is in separate files, doc fix.
22491 (ps-print-version): New version number (5.0.3).
22492 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22493 local.
22494 (ps-spool-config): Initialization fix.
22495 (ps-print-prologue-1, ps-print-prologue-2)
22496 (ps-print-duplex-feature): PostScript code moved to separated file.
22497 (ps-background-image): Little code reformating.
22498 (ps-begin-file, ps-begin-job): Fix code.
22499 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22500 (ps-prologue-file): New fun.
22501
22502 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22503
22504 * ps-vars.el: Eliminated.
22505
22506 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22507 `;;;###autoload'.
22508
22509 * ps-print.el: ps-vars eliminated, doc fix.
22510 (ps-print-version): New version number (5.0.2).
22511 (ps-spool-config): Initialization fix.
22512 (ps-print-customize): New fun.
22513
22514 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22515
22516 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22517
22518 2000-01-04 Dave Love <fx@gnu.org>
22519
22520 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22521 menu items.
22522
22523 2000-01-03 Dave Love <fx@gnu.org>
22524
22525 * elide-head.el (elide-head) [defgroup]: Add :version.
22526
22527 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22528 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22529 Use `cl-hash-table-p', not `hash-table-p'.
22530 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22531
22532 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22533
22534 * faces.el (face-read-integer, read-face-attribute)
22535 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22536
22537 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22538
22539 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22540 at comment end, and re-insert them after filling.
22541
22542 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22543
22544 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22545 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22546 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22547
22548 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22549
22550 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22551 the new name of face-color-supported-p.
22552
22553 * term/w32-win.el (xw-defined-colors): Likewise.
22554
22555 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22556
22557 * simple.el (completion-setup-function): Count completion-size
22558 from minibuffer-prompt-end, not from point-min.
22559
22560 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22561
22562 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22563 Pass the frame to tty-color-* functions.
22564 (display-color-p, frame-set-background-mode): Pass the frame to
22565 tty-display-color-p.
22566
22567 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22568 tty-color-alist.
22569 (tty-color-alist, tty-modify-color-alist): New functions.
22570 (tty-color-define, tty-color-clear, tty-color-approximate)
22571 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22572 optional parameter FRAME.
22573
22574 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22575
22576 * image.el (create-image, defimage): Don't assume image data is
22577 a string.
22578
22579 * image.el (defimage): Handle specifications containing :data
22580 instead of :file.
22581 (image-type-from-data): New function.
22582 (image-type-from-file-header): Use it.
22583 (create-image): Add parameter DATA-P.
22584
22585 See ChangeLog.8 for earlier changes.
22586
22587 ;; Local Variables:
22588 ;; coding: iso-2022-7bit
22589 ;; End:
22590
22591 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22592 Copying and distribution of this file, with or without modification,
22593 are permitted provided the copyright notice and this notice are preserved.