]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(finder_setwins, setwins): Include Calc again.
[gnu-emacs] / lisp / ChangeLog
1 2001-11-23 Colin Walters <walters@debian.org>
2
3 * Makefile.in (finder_setwins, setwins): Include Calc again.
4
5 2001-11-23 Andre Spiegel <spiegel@gnu.org>
6
7 * vc.el (with-vc-properties): Don't bind `filename' locally.
8 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
9 to avoid name clashes. Fix `lisp-indent-function' property for
10 both.
11
12 2001-11-23 Francesco Potorti` <pot@gnu.org>
13
14 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
15
16 2001-11-22 Colin Walters <walters@debian.org>
17
18 * calc/calc-misc.el (report-calc-bug): Use `reporter-prompt-for-summary-p'.
19
20 * calc/INSTALL, calc/Makefile: Remove.
21
22 2001-11-22 Miles Bader <miles@gnu.org>
23
24 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
25 (reb-match-2, reb-match-3): Add dark-background variants.
26
27 2001-11-22 Colin Walters <walters@debian.org>
28
29 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
30 (info "Calc").
31 (report-calc-bug): Use reporter.el.
32
33 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
34
35 2001-11-21 Richard M. Stallman <rms@gnu.org>
36
37 * which-func.el (which-function): Call imenu--make-index-alist
38 if necessary to get a list of functions.
39 (which-function-imenu-failed): New variable.
40 (which-func-update): Handle all visible windows.
41 (which-func-update-1): New subroutine broken out of which-func-update.
42
43 * files.el (temporary-file-directory, null-device)
44 (small-temporary-file-directory): Definitions moved up.
45
46 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
47 (cperl-non-problems, cperl-praise): Doc fixes.
48
49 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
50 (sh-mode-syntax-table): Function restored.
51 Variable set up for use by function sh-mode-syntax-table.
52 (sh-set-shell): Set the syntax table.
53
54 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
55
56 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
57
58 * international/encoded-kb.el: Don't alter minor-map-alist.
59
60 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
61
62 * files.el (auto-save-file-name-transforms): Put remote files in
63 temporary-file-directory rather than /tmp.
64
65 2001-11-21 Colin Walters <walters@debian.org>
66
67 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
68 of (function ...) wrapper.
69
70 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
71
72 * derived.el (define-derived-mode): Create the abbrev-table
73 from inside the `defvar'.
74
75 * jit-lock.el (jit-lock-defer-time): New var.
76 (jit-lock-defer-timer, jit-lock-buffers): New vars.
77 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
78 (jit-lock-function): Defer fontification if requested.
79 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
80 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
81 text property.
82 (jit-lock-deferred-fontify): New fun.
83
84 2001-11-20 Richard M. Stallman <rms@gnu.org>
85
86 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
87 Set local-abbrev-table to lisp-mode-abbrev-table.
88
89 * emacs-lisp/re-builder.el (reb-mode):
90 Don't use define-derived-mode. Call kill-all-local-variables.
91
92 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
93 Don't use define-derived-mode.
94
95 * help-mode.el (help-mode): Undo 2001-10-07 change.
96
97 * replace.el (occur-mode): Undo 2001-5-20 change.
98
99 2001-11-20 Richard M. Stallman <rms@gnu.org>
100
101 * ruler-mode.el: Add pagination.
102 (ruler-mode-toggle-show-tab-stops): No need to
103 test `ruler-mode' variable.
104
105 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
106
107 * play/landmark.el: Mark lm-mode as special.
108
109 * play/gomoku.el: Mark gomoku-mode as special.
110
111 2001-11-20 Juanma Barranquero <lektu@terra.es>
112
113 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
114 (top-level): Bind it to C-c C-b.
115 (re-builder): Don't re-enter RE Builder Mode.
116
117 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
118
119 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
120
121 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
122 `manual-program'.
123
124 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
125 to a line without a comment.
126
127 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
128
129 * dired.el (dired-listing-switches): Mention in the doc string
130 that some switches are not supported by ls-lisp.el
131
132 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
133
134 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
135 (imenu--create-keymap-2): Remove.
136 (imenu--create-keymap-1): Simplify, remove third argument.
137 (imenu--generic-function): Use dolist.
138 (imenu-find-default): New function.
139 (imenu--completion-buffer): Use it.
140 (imenu--mouse-menu): Use popup-menu.
141 (imenu--menubar-select): Return t rather than calling imenu.
142
143 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
144 New functions, extracted from fill-region-as-paragraph.
145 (fill-region-as-paragraph): Use them.
146 Use an end marker instead of eob.
147 Ignore whitespace-only fill-prefixes when indenting according to mode.
148 Simplify the loop that searches for spaces backwards.
149
150 * textmodes/picture.el (picture-vertical-step)
151 (picture-horizontal-step): Don't use defconst for variables.
152
153 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
154 (mail-extract-address-components): Downcase domain names.
155 (mail-extr-delete-char): Remove. Use delete-char instead.
156
157 * emulation/pc-select.el: Doc string fixes.
158 (pc-selection-mode): Don't treat macos as a tty.
159
160 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
161
162 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
163
164 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
165 (mouse-wheel-progessive-speed): New var.
166 (mwheel-scroll): Use it and handle float values.
167
168 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
169
170 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
171 (iswitchb): Fix the case where the result was selected with the mouse.
172 (iswitchb-completion-help): Use the normal *Completions* now that
173 mouse selection works.
174 (iswitchb-minibuffer-setup): Simplify.
175
176 * newcomment.el (comment-column, comment-style, comment-multi-line)
177 (comment-auto-fill-only-comments): Remove :group arg.
178 (comment-padding): Add :type.
179 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
180 if called interactively.
181
182 2001-11-19 Colin Walters <walters@verbum.org>
183
184 * calc/calc.el (toplevel): Add comment and version header.
185 (calc-init-base): Bump version to 2.02f, update date.
186
187 2001-11-19 Richard M. Stallman <rms@gnu.org>
188
189 * net/browse-url.el: Support Mozilla and Galeon.
190 By default, find the installed browser whichever it is.
191 (browse-url-mozilla): New function.
192 (browse-url-mozilla-sentinel): New function.
193 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
194 (browse-url-default-browser): New function.
195 (browse-url-process-environment): Use browse-url-browser-display.
196 (browse-url-browser-display): Renamed from browse-url-netscape-display.
197 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
198 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
199 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
200 (browse-url-browser-function): New default, new options.
201
202 2001-11-19 Sam Steingold <sds@gnu.org>
203
204 * bindings.el (last-buffer, unbury-buffer): New function.
205 (mode-line-unbury-buffer): Use `unbury-buffer'.
206
207 2001-11-18 Stephen Eglen <stephen@gnu.org>
208
209 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
210 control behaviour when no further completion is possible.
211
212 2001-11-19 Colin Walters <walters@verbum.org>
213
214 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
215 (math-showing-full-precision, math-with-extra-prec, math-working)
216 (calc-with-default-simplification)
217 (calc-with-trail-buffer): Use backtick.
218 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
219 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
220 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
221 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
222 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
223 (Math-num-integerp, Math-bignum-test, Math-equal-int)
224 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
225 (calc-record-compilation-date-macro): Deleted. Callers updated.
226 (math-format-radix-digit): Move to calc-bin.el.
227
228 * calc/calc.el (calc-record-compilation-date): Remove.
229 (calc-bug-address): Update.
230 (calc-settings-file): Use `user-init-file'.
231
232 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
233 Handle null `calc-settings-file'.
234
235 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
236 * calc/calc-keypd.el (calc-keypad-mode): New.
237 (calc-do-keypad): Use it.
238 (calc-keypad-map): Move into `calc-keypad-mode'.
239
240 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
241 to defalias argument.
242
243 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
244 (calcFunc-floor): Ditto.
245
246 * calc-units.el (calcFunc-usimplify): Ditto.
247
248 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
249 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
250 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
251 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
252 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
253 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
254 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
255 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
256 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
257 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
258 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
259 and move them before their first use. Use `when', `unless'.
260 Remove trailing periods from error forms. Add description and
261 headers suggested by Emacs Lisp coding conventions.
262
263 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
264
265 * newcomment.el (comment-indent):
266 Fix misindentation for comment-only lines.
267 (comment-indent-new-line): Only obey comment-multi-line if the
268 comment-ender is not the end-of-line.
269
270 2001-11-19 Richard M. Stallman <rms@gnu.org>
271
272 * net/net-utils.el (network-connection-service-abbrev-alist):
273 New variable.
274
275 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
276 Advance to start of 3rd sexp by moving fwd and backing over it.
277 At first three elements, act like defun.
278
279 * delsel.el (delete-selection-pre-hook): Handle and resignal
280 file-supersession errors to interact properly with userlock.el.
281
282 2001-11-18 Richard M. Stallman <rms@gnu.org>
283
284 * progmodes/fortran.el (fortran-mode-syntax-table):
285 Specify punctuation syntax for backslash.
286
287 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
288 All calls deleted.
289
290 * international/mule-util.el (string-to-sequence): Make it obsolete.
291 (string-to-list, string-to-vector): Implement them directly
292 using append and vconcat, not with string-to-sequence.
293
294 * startup.el (command-line): Set abbrevs-changed to nil after
295 reading the init file and the abbrevs file.
296
297 * isearch.el (isearch): Use magenta2 as bg for (background light)
298
299 2001-11-17 Richard M. Stallman <rms@gnu.org>
300
301 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
302
303 * simple.el (minibuffer-history-sexp-flag): Doc fix.
304
305 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
306
307 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
308 If set and if applicable, add a regexp to highlight defun-like
309 text inside comments and strings.
310 (font-lock-fontify-keywords-region): Pass that new arg.
311 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
312 to the end and pass that new arg.
313 (c-font-lock-keywords-2): Fix regex for labels.
314 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
315 Make it work when LIMIT is several lines further.
316 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
317 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
318 Use backquote and make the regexes for `int a, b, c;' work on
319 multiple lines.
320
321 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
322 (font-lock-defaults-alist): Don't change it any more.
323 (reb-subexp-mode-map): Cleanup.
324
325 * custom.el (custom-current-group-alist): New var.
326 (custom-declare-group): Set it.
327 (custom-current-group): New fun.
328 (custom-declare-variable, custom-handle-all-keywords):
329 Use it as a default if no :group argument is specified.
330
331 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
332 (standard-keyboard-coding-systems): New var.
333 (set-locale-environment): Use it to decide whether or not to call
334 set-keyboard-coding-system.
335 (locale-language-names): Use \"French\" for "fr".
336
337 2001-11-17 Richard M. Stallman <rms@gnu.org>
338
339 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
340 (add-to-list): Delete compatibility code.
341 (checkdoc-next-message-error): Doc fix.
342
343 2001-11-17 Stephen Eglen <stephen@gnu.org>
344
345 * locate.el (locate): Show default locate pattern within the
346 prompt, but don't insert it into the minibuffer contents.
347 Catch the case when pattern is the empty string.
348
349 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
350
351 * language/european.el ("French"): New language environment.
352
353 2001-11-16 Richard M. Stallman <rms@gnu.org>
354
355 * calendar/todo-mode.el (todo-save): Fix previous change.
356
357 * subr.el (functionp): Do use cdr-safe on object.
358
359 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
360
361 * bindings.el (mode-line-mode-name): Only put the help-echo property
362 if the local-map property was put as well.
363 (global-map): Bind switch-frame, delete-frame, iconify-frame
364 and make-frame-visible events.
365
366 * emacs-lisp/elp.el (elp-not-profilable): New var.
367 (elp-not-profilable-p): New function.
368 (elp-instrument-function): Use it. Use backquotes and push.
369
370 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
371 (byte-stack+-info, byte-compile-last-warned-form)
372 (byte-compile-last-logged-file): Don't defconst a variable.
373 (no-byte-compile): Declare.
374 (byte-compile-file): Don't boundp-check no-byte-compile any more.
375 (byte-compile-defvar): Leave defconst as is.
376
377 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
378 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
379 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
380 (edebug-best-error): Don't defconst a variable.
381 (edebug-read-syntax-table): Use a char-table.
382 (edebug-lemacs-specific): Remove.
383 Toplevel: Eliminate check for Lucid Emacs.
384
385 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
386
387 * rect.el (move-to-column-force): Mark obsolete.
388 (operate-on-rectangle, delete-extract-rectangle-line)
389 (insert-rectangle, delete-whitespace-rectangle-line)
390 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
391 (string-rectangle-history): New var.
392 (string-rectangle, string-insert-rectangle): Use it.
393 (delete-rectangle-line): Fix pos/column mixup and simplify.
394
395 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
396 (normal-top-level, command-line, command-line-1): Simplify.
397
398 * tar-mode.el (tar-mode): Use define-derived-mode.
399
400 * view.el (view-mode-enable): Don't use make-local-hook.
401
402 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
403
404 2001-11-16 Richard M. Stallman <rms@gnu.org>
405
406 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
407 if it doesn't make sense as anything else.
408 Don't recognize a "telephone number" at the beginning of the name.
409 (mail-extr-leading-garbage): Match non-word characters only.
410
411 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
412
413 * startup.el (command-line-processed): Doc fix.
414
415 * apropos.el (apropos-next-label-button): Doc fix.
416
417 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
418
419 * comint.el (comint-mode): Simplify.
420 (make-comint-in-buffer): Run `comint-mode' only if necessary.
421
422 * subr.el (eval-after-load): Make it work with features as well.
423
424 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
425
426 * international/mule-cmds.el (describe-input-method): Setup xref.
427 (set-language-environment): Use functionp.
428 (locale-language-names, locale-charset-language-names)
429 (locale-preferred-coding-systems): Defconst and purecopy.
430
431 * language/european.el (mac-roman): Add mime-charset property.
432
433 2001-11-15 Richard M. Stallman <rms@gnu.org>
434
435 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
436 (multiple-value-apply, nth-value): Use defsubst rather than defalias
437 to get better doc strings.
438
439 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
440
441 * derived.el: Fix autoload cookie.
442
443 2001-11-15 Richard M. Stallman <rms@gnu.org>
444
445 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
446
447 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
448
449 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
450
451 2001-11-15 Richard M. Stallman <rms@gnu.org>
452
453 * dired.el (dired-undo): Display a message to explain
454 that this does not undo file system changes.
455
456 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
457
458 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
459 into `unread-command-events' instead of trying keymap
460 lookups ourselves. This makes mouse-clicks do the right
461 thing even when keymaps of overlays are involved.
462 (mouse-drag-drag): Likewise.
463
464 2001-11-15 Andreas Schwab <schwab@suse.de>
465
466 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
467 characters and append anchor to pattern added to auto-mode-alist.
468
469 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
470
471 * server.el (server-process-filter): Run pore/post-comment-hook
472 before/after visiting the file.
473
474 * info-look.el (makefile-mode): Add info for automake.
475 (autoconf-mode): Fix the name of the index for automake.
476
477 * international/latin-9.el: Give pilcrow punctuation syntax.
478
479 2001-11-15 Andre Spiegel <spiegel@gnu.org>
480
481 * vc.el: Documentation fixes.
482
483 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
484
485 * smerge-mode.el (smerge-match-conflict): Fix typo.
486 (smerge-diff): Be careful to read match-data early enough.
487
488 2001-11-14 Colin Walters <walters@verbum.org>
489
490 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
491 (calcFunc-subst): Use `defalias' instead of `fset' and
492 `symbol-function'.
493
494 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
495 (calcFunc-ceil, calcFunc-round): Ditto.
496
497 * calc/calc-bin.el (calcFunc-clip): Ditto.
498
499 * calc/calc-ext.el (calcFunc-evalv): Ditto.
500
501 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
502
503 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
504 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
505
506 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
507
508 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
509 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
510 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
511 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
512 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
513 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
514 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
515 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
516 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
517 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
518 * calcsel2.el: Style cleanup; don't put closing parens on their
519 own line, add "foo.el ends here" to each file, and update
520 copyright date.
521
522 * README: Update maintainer.
523
524 2001-11-13 Alan Shutko <ats@acm.org>
525
526 * compile.el (recompile): Use compilation-arguments if set, so as
527 to be able to M-x recompile the exact command which created a
528 compilation-mode buffer.
529
530 2001-11-13 Richard M. Stallman <rms@gnu.org>
531
532 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
533
534 2001-11-13 Gerd Moellmann <gerd@gnu.org>
535
536 * mouse.el (mouse-drag-region): Don't run the up-event
537 handler if window start changed due to the down-mouse event.
538
539 2001-11-13 Richard M. Stallman <rms@gnu.org>
540
541 * mouse.el (mouse-show-mark): Either move point to the mark
542 or use highlighting, never both.
543 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
544
545 2001-11-13 Simon Josefsson <jas@extundo.com>
546
547 * mail/smtpmail.el (top-level): Change maintainer to Simon
548 Josefsson, cleanup the smtpmail.el header.
549
550 * mail/smtpmail.el (top-level): Don't require cl or base64.
551 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
552 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
553 Defsubst instead of defmacro.
554 (smtpmail-intersection): Return value in reverse order.
555 (smtpmail-open-stream): Use stringp instead of string-to-list.
556 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
557 separated from smtpmail-via-smtp.
558
559 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
560 rfc2104. Require base64 and cl.
561 (smtpmail-smtp-service): Doc fix. :type fix.
562 (smtpmail-debug-info): Doc fix.
563 (smtpmail-debug-verb, smtpmail-auth-credentials)
564 (smtpmail-starttls-credentials, smtpmail-auth-supported):
565 New variables.
566 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
567 mail-utils (it is autoloaded).
568 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
569 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
570 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
571 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
572 (smtpmail-via-smtp): Support AUTH.
573 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
574
575 2001-11-13 Richard M. Stallman <rms@gnu.org>
576
577 * ebuff-menu.el (electric-buffer-update-highlight): New function.
578 (electric-buffer-overlay): New variable.
579 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
580 (electric-buffer-list): Likewise.
581
582 2001-11-13 Per Starback <starback@ling.uu.se>
583
584 * isearch.el (isearch-whitespace-chars): Doc fix.
585 (isearch-mode): Handle negative search-slow-window-lines correctly.
586
587 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
588
589 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
590
591 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
592 From Emmanuel Briot <briot@act-europe.fr>.
593
594 2001-11-13 Colin Walters <walters@debian.org>
595
596 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
597
598 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
599 "~/.emacs"; use `read-file-name'.
600
601 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
602 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
603 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
604 * calc/calc.el: Use `frame-width' instead of `screen-width',
605 `frame-height' instead of `screen-height', and,
606 `executing-kbd-macro' instead of `executing-macro'.
607
608 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
609 correct number of arguments.
610
611 * calc/calc-aent.el (calc-do-alg-entry):
612 Use `blink-paren-function' instead of `blink-paren-hook'.
613
614 2001-11-12 Richard M. Stallman <rms@gnu.org>
615
616 * calendar/todo-mode.el (todo-save): Add save-excursion
617 and save-restriction.
618
619 * server.el (server-edit, server-done): Doc fix.
620
621 * simple.el (clone-indirect-buffer): Error if major mode symbol
622 has a no-clone-indirect property.
623 (clone-buffer): Check for obvious errors before reading clone name.
624
625 * info.el (Info-mode): Add a no-clone-indirect property.
626
627 2001-11-12 Sam Steingold <sds@gnu.org>
628
629 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
630 set-buffer-modified-p to nil after `vc-exec-after'.
631 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
632 (log-view-mode): Make read-only.
633 (log-view-current-file): Do final `expand-file-name' in the
634 current `default-directory'.
635 (log-view-current-tag): Take an optional `where' arg.
636 (log-view-diff): New user command.
637
638 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
639
640 * progmodes/cpp.el (cpp-choose-face): Fix typo.
641
642 2001-11-12 Sam Steingold <sds@gnu.org>
643
644 * emacs-lisp/cl-indent.el (toplevel): Indent properly
645 `generic-flet', `generic-labels', `with-accessors',
646 `with-condition-restarts'.
647
648 2001-11-12 Richard M. Stallman <rms@gnu.org>
649
650 * dired.el: Many trivial doc fixes.
651 (dired-get-file-for-visit): New function.
652 (dired-find-alternate-file, dired-mouse-find-file-other-window):
653 (dired-view-file, dired-find-file-other-window, dired-display-file):
654 (dired-find-file): Use dired-get-file-for-visit.
655
656 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
657
658 * sql.el (sql-mode): Doc change.
659
660 * sql.el (sql-mode-syntax-table): The backslash is no longer an
661 escape character.
662
663 2001-11-12 Colin Walters <walters@debian.org>
664
665 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
666 (calc-do-keypad): Don't attempt to use nonexistent global
667 mouse-map, use calc-keypad-map.
668 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
669 (calc-keypad-left-click): Don't use mouse-map; update to new event
670 interface.
671 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
672 (calc-keypad-press): Use `unread-command-events' instead of
673 `unread-command-char'.
674
675 * calc/calc-ext.el (calc-init-extensions): Update autoload names
676 to match files renamed on initial calc import.
677
678 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
679
680 * textmodes/flyspell.el (flyspell-default-dictionary):
681 Fix previous change.
682
683 2001-11-12 Richard M. Stallman <rms@gnu.org>
684
685 * textmodes/flyspell.el (flyspell-default-dictionary):
686 Fix custom type.
687
688 2001-11-11 Richard M. Stallman <rms@gnu.org>
689
690 * calendar/solar.el (solar-sunrise-and-sunset):
691 Exchange the two extreme values of day-length.
692
693 * progmodes/sh-script.el (sh-must-be-shell-mode):
694 Allow modes derived from sh-mode.
695
696 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
697 Turn off error in some re-search-forward calls.
698
699 * replace.el (query-replace-skip-read-only): New variable.
700 (perform-replace): If that variable is non-nil, ignore matches
701 that have a read-only property.
702
703 * derived.el (define-derived-mode): Doc fix.
704
705 * server.el (server-buffer-done): Test of server-existing-buffer
706 was backwards.
707 (server-existing-buffer): Doc fix.
708
709 * textmodes/flyspell.el (flyspell-default-dictionary):
710 Allow nil as value, and make nil the default.
711
712 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
713
714 * subdirs.el: Regenerated.
715
716 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
717 it is not fboundp.
718 (clipboard-yank): Ditto.
719
720 2001-11-11 Colin Walters <walters@verbum.org>
721
722 The following changes are based on patches from
723 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
724 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
725
726 * calc/calc.el (toplevel): Require calc-macs.
727 (calc-minibuffer-size): New.
728 (calcDigit-nondigit): Use it instead of `buffer-size'.
729 (calcDigit-backspace): Likewise.
730 (calcDigit-nondigit): Use `minibuffer-contents' instead of
731 `buffer-string'.
732 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
733 `point-min'.
734 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
735 `save-excursion'.
736
737 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
738 simple `setq' form.
739
740 * calc/calc-ext.el: (toplevel): Require calc.
741 (calc-fancy-prefix-map): New.
742 (calc-fancy-prefix): Use it.
743 (calc-fancy-prefix-other-key): New.
744
745 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
746 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
747 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
748 (calcAlg-enter): Likewise.
749 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
750
751 2001-11-10 Richard M. Stallman <rms@gnu.org>
752
753 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
754 (quietly-read-abbrev-file): Doc fix.
755
756 * startup.el (command-line): Read standard abbrev
757 file (abbrev-file-name), if it exists.
758
759 * files.el (save-abbrevs): Default value is t.
760
761 * progmodes/compile.el (compile-goto-error): Fix previous change
762 in the case where subsequent errors have not been parsed yet
763 because they are in a different source file.
764
765 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
766
767 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
768 Merge two regular expressions into one.
769 (ps-mode): Make local bindings for `comment-start' and
770 `comment-start-skip'.
771 (ps-mode-looking-at-nested): Simplify an if-else construct;
772 use `set-match-data' to set the result.
773
774 2001-11-10 Richard M. Stallman <rms@gnu.org>
775
776 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
777 Function deleted.
778 (flyspell-correct-word): Old definition deleted.
779 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
780 All references renamed too.
781
782 2001-11-10 Gerd Moellmann <gerd@gnu.org>
783
784 * Makefile.in (finder_setwins, setwins): Exclude Calc.
785
786 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
787
788 * wid-edit.el (checklist): Removed `:menu-tag'.
789 (radio-button-choice): Ditto.
790 (editable-list): Ditto.
791
792 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
793
794 * play/gomoku.el: Move definitions of constants to the beginning
795 of file, before their use.
796
797 2001-11-09 Richard M. Stallman <rms@gnu.org>
798
799 * textmodes/flyspell.el: Use the keymap property
800 instead of local-map, and don't use a minor-mode map.
801 (flyspell-mode-map): Variable deleted.
802 Don't mess with minor-mode-map-alist.
803 (calling add-minor-mode): Specify nil for keymap.
804 And always use add-minor-mode, now that it exists.
805 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
806 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
807 or flyspell-local-mouse-map.
808 (make-flyspell-overlay): Use flyspell-mouse-map directly.
809 (flyspell-mode): Doc fix.
810 (flyspell-mode-on): Don't call make-local-hook.
811
812 2001-11-09 Sam Steingold <sds@gnu.org>
813
814 * emacs-lisp/debug.el (debugger-make-xrefs):
815 Add buttons to all symbols.
816
817 2001-11-09 Andre Spiegel <spiegel@gnu.org>
818
819 * vc.el: Add John David Smith to credits.
820
821 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
822
823 * vc-hooks.el (vc-error-occured): Backquotified.
824 (vc-file-prop-obarray): Use prime length for better efficiency.
825
826 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
827
828 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
829
830 * info.el (Info-file-list-for-emacs): Add entries for Calc.
831
832 2001-11-09 Miles Bader <miles@gnu.org>
833
834 * subr.el (functionp): Don't consider macros as functions.
835
836 2001-11-08 Miles Bader <miles@gnu.org>
837
838 * subr.el (functionp): Make work correctly for macros and unbound
839 symbols.
840
841 * comint.el (comint-send-input): Fix description of
842 `comint-process-echoes' in the doc-string.
843
844 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
845
846 * international/mule.el (make-translation-table): Doc fix.
847 Suggested by Alex Schroeder <alex@gnu.org>.
848
849 2001-11-07 Richard M. Stallman <rms@gnu.org>
850
851 * info.el (Info-fontify-node): Highlight every third menu item.
852
853 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
854
855 * cus-edit.el (custom-face-value-create): Don't ignore the
856 `customized-face' attribute when finding the current face spec.
857
858 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
859
860 * subr.el (with-local-quit): New macro.
861 (make-syntax-table): Always inherit.
862 (functionp): Be more careful when `object' is a symbol.
863
864 * dabbrev.el (dabbrev-completion): Use "*Completions*".
865
866 2001-11-07 Paul Eggert <eggert@twinsun.com>
867
868 * dired.el (dired-move-to-filename-regexp):
869 Do not distinguish between ASCII letters and non-ASCII characters.
870 Don't allow comma except in the form "month day, year".
871 Don't allow space between month name and comma.
872 Clean up the code that checks for trailing period, comma, and space.
873 Remove now-obsolete comments, and add more commentary about
874 Japanese dates.
875 Always gobble up trailing spaces, instead of doing it only sometimes.
876
877 2001-11-07 Miles Bader <miles@gnu.org>
878
879 * paren.el (show-paren-match-face): Add dark-background variant.
880
881 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
882
883 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
884 (lisp-mode-variables): Don't set paragraph-{start,separate}.
885 Don't disable adaptive-fill-mode.
886 (lisp-fill-paragraph): Use tab-width rather than 8.
887 Prevent filling the first line of docstrings.
888
889 2001-11-06 Richard M. Stallman <rms@gnu.org>
890
891 * play/gomoku.el (gomoku): Doc fix.
892
893 * jka-compr.el (jka-compr-partial-uncompress):
894 Support an alternative of not using dd.
895 (jka-compr-dd-program): Use defcustom to define this.
896 (jka-compr-load-suffixes): Use defcustom.
897 (jka-compr-mode-alist-additions): Use defcustom.
898
899 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
900
901 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
902 Also work when LIMIT is further than the end of line.
903
904 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
905
906 * international/quail.el (quail-update-leim-list-file): Print the
907 offending file name if some of its quail-define-package forms is broken.
908
909 2001-11-05 Richard M. Stallman <rms@gnu.org>
910
911 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
912 of the evaluated form.
913
914 2001-11-05 Paul Eggert <eggert@twinsun.com>
915
916 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
917 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
918 stamps always line up by default. Also, it uses a slightly
919 different window to determine whether files are "recent".
920
921 2001-11-05 Andrew Innes <andrewi@gnu.org>
922
923 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
924 Don't attempt to remake autoloads before nuking .elc files.
925
926 2001-11-04 Richard M. Stallman <rms@gnu.org>
927
928 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
929 previous-single-property-change or next-single-char-property-change
930 returns nil.
931
932 * international/mule-cmds.el (set-locale-environment):
933 Make it interactive; make arg optional.
934
935 * international/mule-diag.el (help-funs): Require help-funs.
936
937 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
938
939 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
940
941 2001-11-04 Miles Bader <miles@gnu.org>
942
943 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
944 shadow of the splash image grey on a dark background instead of black.
945
946 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
947
948 * term.el (all faces): Don't (copy-face 'default <foo>).
949
950 * term/xterm.el (function-key-map):
951 Add entry for `ESC [ 3 ~' -> <delete>
952 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
953 Use inheritance so that .emacs and terminfo take precedence.
954
955 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
956
957 * tooltip.el (tooltip-delay): Decrease to 0.7.
958 (tooltip-hide-delay): Enlarge to 10.
959
960 2001-11-03 Richard M. Stallman <rms@gnu.org>
961
962 * startup.el (fancy-splash-tail): Explain how to recover
963 from a crash, if there was a crash.
964 (command-line-1): Reorganize display of startup screen,
965 to simplify the logic. Use a temp buffer for it.
966
967 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
968
969 * frame.el (set-background-color, set-foreground-color):
970 Call face-set-after-frame-default, to propagate the new colors to
971 the frame's parameters alist.
972
973 * calendar/timeclock.el (timeclock-out): Signal an error if
974 timeclock-last-event is nil.
975
976 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
977
978 * textmodes/fill.el (fill-context-prefix): Fix braino.
979
980 * international/quail.el (quail-help):
981 Use `help-buffer' and move `help-setup-xref' to beginning.
982
983 * international/mule-cmds.el (describe-language-environment):
984 Use `help-buffer' and move `help-setup-xref' to beginning.
985
986 * international/mule-diag.el (list-character-sets)
987 (sort-listed-character-sets, describe-character-set)
988 (describe-coding-system, describe-fontset, list-fontsets):
989 Use `help-buffer' and move `help-setup-xref' to beginning.
990 (describe-char-after): Use `internal-describe-syntax-value'.
991
992 2001-11-02 Richard M. Stallman <rms@gnu.org>
993
994 * mouse.el (popup-menu): If the user refuses to select
995 from a menu, don't try to invoke the menu.
996
997 2001-11-02 Miles Bader <miles@gnu.org>
998
999 * help-mode.el (help-xref): New button type.
1000 (help-function, help-variable, help-face, help-coding-system)
1001 (help-input-method, help-character-set, help-type, help-symbol)
1002 (help-back, help-info, help-customize-variable, help-customize-face)
1003 (help-function-def, help-variable-def): Use it as a supertype.
1004 Remove `action' property.
1005
1006 * international/mule-diag.el (describe-character-set)
1007 (describe-coding-system): Pass correct args to `help-xref-button'.
1008 (sort-listed-character-sets): New button type.
1009 (list-character-sets): Use it.
1010 (list-charset-chars): New button type.
1011 (list-character-sets-1): Use it.
1012
1013 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1014
1015 * indent.el (tab-always-indent, indent-for-tab-command):
1016 Remove redundant `never' setting.
1017
1018 * fill.el (fill-region-as-paragraph): Don't forget to skip
1019 over current whitespace before looking for a preceding space.
1020
1021 2001-11-01 Richard M. Stallman <rms@gnu.org>
1022
1023 * files.el (file-newest-backup): Don't pass backup file name
1024 thru file-name-sans-versions, because it never has version numbers.
1025
1026 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1027 to avoid ambiguous nested loops.
1028
1029 * files.el (find-file-noselect): Offer to change buffer-read-only
1030 only when the file's read-only status has changed from before
1031 as well as disagreeing with the buffer's current status.
1032 (buffer-file-read-only): New var, local in all buffers.
1033
1034 * buff-menu.el (buffer-menu): Doc fix.
1035 (buffer-menu-other-window): Doc fix.
1036 (list-buffers, list-buffers-noselect): Doc fix.
1037
1038 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1039
1040 * startup.el (command-line): If the terminal Emacs is running on
1041 has erase char set to ^H, use the Backspace key for deleting
1042 backward, and the Delete key for deleting forward.
1043
1044 2001-11-01 Miles Bader <miles@gnu.org>
1045
1046 * button.el (define-button-type): Make sure every user-defined
1047 button type has a supertype.
1048
1049 2001-10-31 Jason Rumney <jasonr@gnu.org>
1050
1051 * international/mule-cmds.el (locale-language-names): Add chs and
1052 cht as aliases for Chinese-GB and Chinese-BIG5.
1053
1054 2001-10-31 Richard M. Stallman <rms@gnu.org>
1055
1056 * bindings.el (mode-line-frame-identification): Add doc string.
1057 (mode-line-position, mode-line-modes): New variables.
1058 (mode-line-format): Use mode-line-position for the part
1059 that displays the position-in-buffer info.
1060 Use mode-line-modes for the part that displays major and minor modes.
1061
1062 2001-10-31 Sam Steingold <sds@gnu.org>
1063
1064 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1065 (debugger-setup-buffer): Call it.
1066 (debugger-mode-map): Bind RET and mouse-2.
1067
1068 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1069
1070 * startup.el: Document command line option --no-window-system
1071 instead of --no-windows.
1072
1073 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1074
1075 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1076
1077 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1078 (font-lock-defaults-alist): Use it.
1079 From David Ponce <david.ponce@wanadoo.fr>
1080
1081 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1082 output of `char-after'.
1083
1084 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1085
1086 * simple.el (reindent-then-newline-and-indent): Insert the newline
1087 before indenting the first line.
1088 (undo-get-state, undo-revert-to-state): New funs.
1089 (shell-command): Don't kill the buffer even if empty.
1090 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1091 (transpose-subr-end2): Remove.
1092 (transpose-subr): Add `special' arg and simplify.
1093 (transpose-subr-1): Rewrite.
1094 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1095 (rfc822-goto-eoh): Simplify.
1096
1097 2001-10-30 Richard M. Stallman <rms@gnu.org>
1098
1099 * enriched.el (enriched-face-ans): FIx previous change.
1100
1101 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1102
1103 * international/iso-acc.el (iso-accents-compose): Remove a
1104 superfluous setq.
1105
1106 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1107
1108 * buff-menu.el (list-buffers-noselect): If the buffer's name
1109 starts with a blank, but it visits a file, do show it (for files
1110 whose names start with a blank).
1111
1112 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1113
1114 * textmodes/fill.el (sentence-end-double-space)
1115 (sentence-end-without-period): Move to paragraphs.el.
1116 (fill-indent-according-to-mode): Change default to t.
1117 (fill-context-prefix): Simplify control-flow and use a more
1118 sophisticated merge that unifies both previous checks.
1119 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1120 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1121 (fill-nobreak-p): New fun.
1122 (fill-region-as-paragraph): Use it.
1123 Handle `fill-indent-according-to-mode' slightly differently.
1124 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1125 (fill-individual-paragraphs-citation): Fix.
1126
1127 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1128 (paragraph-start): Change default to the `text-mode' value.
1129 (sentence-end-double-space, sentence-end-without-period):
1130 Move from fill.el.
1131 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1132 rather than rebinding `paragraph-start' and `paragraph-separate'.
1133
1134 * indent.el (indent-line-function): Change default to indent-relative.
1135 (tab-always-indent): Add an `never' setting.
1136 (indent-according-to-mode): Handle `indent-relative' and
1137 `indent-relative-maybe' specially.
1138 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1139 Handle the `never' case for `tab-always-indent'.
1140 Don't call indent-according-to-mode for indent-relative' and
1141 `indent-relative-maybe'.
1142 (insert-tab): Rename `prefix-arg' to `arg'.
1143 (indent-region): Indent the first line as well.
1144 (indent-relative): Don't mark the buffer modified if the indentation
1145 is unchanged.
1146
1147 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1148 Don't set paragraph-separate. Set paragraph-start more carefully.
1149 Set indent-line-function.
1150 (paragraph-indent-text-mode): Use it and define-derived-mode.
1151 (text-mode-map): Remove the \t binding.
1152 (text-mode): Simplify now that the default is more favorable.
1153
1154 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1155
1156 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1157 If the regexp doesn't match, use a looser one.
1158 (find-variable-noselect): Add `file' argument.
1159
1160 * pcvs.el (cvs-mode-commit-hook): New hook.
1161 (cvs-mode-commit): Run it.
1162
1163 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1164
1165 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1166 (edebug-instrument-function): Use `find-function-noselect'.
1167
1168 2001-10-29 Richard M. Stallman <rms@gnu.org>
1169
1170 * term.el (term-if-emacs19): Macro deleted.
1171 Callers changed to use progn instead.
1172
1173 * frame.el (blink-cursor-mode): Doc fix.
1174
1175 * files.el (find-backup-file-name): Use make-backup-file-name.
1176
1177 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1178 window-live-p.
1179 (edebug-set-conditional-breakpoint): Unconditionally use
1180 the former Emacs >=19 definition.
1181 (edebug-mark): Define unconditionally.
1182 (edebug-eval-expression): Always call read-from-minibuffer
1183 and specify history list.
1184 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1185 edebug-set-conditional-breakpoint.
1186 (edebug-emacs-version-specific): Function deleted;
1187 do the job at top level.
1188 (edebug-emacs-19-specific): Function deleted, this is the default.
1189
1190 2001-10-29 Sam Steingold <sds@gnu.org>
1191
1192 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1193 "/cygdrive/LETTER/" pathnames.
1194
1195 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1196
1197 * faces.el (invert-face): Check for 'unspecified, not for nil,
1198 when testing whether face colors are not specified.
1199 From David.Kastrup@t-online.de (David Kastrup).
1200 (read-face-name): Doc fix.
1201 (make-face-bold, make-face-unbold, make-face-italic)
1202 (make-face-unitalic, make-face-bold-italic, invert-face):
1203 Remove trailing blank from the prompt passed to read-face-name.
1204
1205 2001-10-29 Sam Steingold <sds@gnu.org>
1206
1207 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1208 Report numbers of files skipped and failed too.
1209 (byte-compile-file): Return 'no-byte-compile for skipped files.
1210
1211 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1212
1213 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1214 and `M p'.
1215
1216 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1217
1218 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1219 as is on unread-command-events instead of `(SECOND-CHAR)'.
1220
1221 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1222
1223 * vc.el: Mention vc-*-switches in backend API documentation.
1224 (vc-annotate): Adapt doc string to recent change.
1225
1226 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1227
1228 * enriched.el (enriched-face-ans): Handle face attributes
1229 of the form `(FACE1 FACE2 ...)'.
1230
1231 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1232
1233 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1234
1235 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1236
1237 * progmodes/sql.el (sql-db2): Doc change.
1238 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1239 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1240
1241 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1242
1243 * env.el (substitute-env-vars): Don't quote argument to `rx';
1244 it's a macro.
1245
1246 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1247
1248 * cus-start.el (recursive-load-depth-limit): Added.
1249
1250 2001-10-28 Richard M. Stallman <rms@gnu.org>
1251
1252 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1253 All uses removed--assume Emacs version is >= 20.
1254
1255 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1256 by really checking that it is not version 18.
1257
1258 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1259
1260 2001-10-28 Miles Bader <miles@gnu.org>
1261
1262 * faces.el (face-attribute): Add INHERIT argument, consider face
1263 inheritance if it's non-nil.
1264 (face-attribute-merged-with): New function.
1265 (face-attribute-specified-or): New macro.
1266 (face-foreground, face-background, face-stipple): Add INHERIT
1267 argument. Use `face-attribute-specified-or'.
1268
1269 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1270
1271 * font-lock.el: Require `syntax'.
1272 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1273 Use `c-font-lock-syntactic-face-function' for c languages.
1274 (font-lock-mode): Don't unset vars when turning the mode off.
1275 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1276 (font-lock-extra-managed-props): New var.
1277 (font-lock-default-unfontify-region): Use it.
1278 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1279 Don't eval the value when there's no match.
1280 (font-lock-ppss-stats): New var.
1281 (font-lock-ppss): New fun.
1282 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1283 (font-lock-apply-highlight): Allow `highlight' to set several props.
1284 (font-lock-set-defaults): Use dolist.
1285 (font-lock-unset-defaults): Remove.
1286 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1287 Try to recognize prototypes using `foo P_ ((args))'.
1288 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1289 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1290 (c-font-lock-syntactic-face-function): New function.
1291 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1292 (c++-keywords): Use a more sophisticated regexp to handle
1293 shallowly nested templates.
1294
1295 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1296
1297 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1298 (sgml-tag): Use it. Cleanup with `cond'.
1299 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1300 Mark the overlays and only delete those that are marked.
1301 (sgml-skip-close-p): Remove.
1302 (sgml-value): Replace sgml-skip-close-p with its definition.
1303 (html-tag-alist): Use sgml-xml a bit more.
1304 (html-mode): Set sgml-empty-tags.
1305
1306 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1307 (texinfo-update-node, texinfo-sequential-node-update):
1308 Don't bind the obsolete `auto-fill-hook'.
1309 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1310 Use `set-buffer' rather than `switch-to-buffer'.
1311 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1312 Use `set-buffer' rather than `switch-to-buffer'.
1313
1314 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1315 text-mode-syntax-table.
1316 (mail-mode): Use define-derived-mode.
1317 Fix ordering of alternatives in adaptive-fill-regexp.
1318 (mail-mode-map): Don't rely on keymap's internal representation.
1319
1320 2001-10-27 Sam Steingold <sds@gnu.org>
1321
1322 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1323 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1324 (sgml-mode-common): Call it.
1325 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1326 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1327 (html-horizontal-rule, html-image, html-ordered-list):
1328 (html-unordered-list, html-list-item, html-paragraph):
1329 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1330 `html-xhtml'.
1331
1332 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1333
1334 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1335 (ifnothtml): New alias.
1336
1337 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1338
1339 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1340 (toggle-text-mode-auto-fill): Use derived-mode-p.
1341
1342 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1343
1344 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1345 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1346
1347 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1348
1349 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1350 Add make-obsolete cookies, to follow faces.el.
1351
1352 These changes avoid warnings from the byte compiler in faces.el:
1353
1354 * faces.el (internal-get-face): Use facep instead of the obsolete
1355 internal-find-face.
1356 (internal-frob-font-weight, internal-frob-font-slant):
1357 New defaliases for obsolete functions.
1358 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1359 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1360 (x-make-font-bold-italic): Use internal-frob-font-weight and
1361 internal-frob-font-slant aliases instead of the obsolete
1362 x-frob-... functions.
1363
1364 2001-10-26 Sam Steingold <sds@gnu.org>
1365
1366 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1367 DOCTYPE; set `mode-name' based on it.
1368 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1369 (sgml-tag): Close empty tags in XHTML.
1370
1371 2001-10-26 Jason Rumney <jasonr@gnu.org>
1372
1373 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1374 when UNICODE is not defined.
1375
1376 2001-10-26 Sam Steingold <sds@gnu.org>
1377
1378 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1379 be alone on the line.
1380
1381 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1382
1383 * button.el (button): Special face definition for MS-DOS terminals.
1384
1385 2001-10-26 Sam Steingold <sds@gnu.org>
1386
1387 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1388 Protect the /= test by checking that the args are non-nil.
1389 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1390
1391 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1392
1393 * textmodes/artist.el (artist-version): 1.2.4.
1394 (artist-butlast-fn): New variable.
1395 (artist-butlast): New function.
1396 (artist-ellipse-mirror-quadrant): Use it.
1397 (artist-mouse-draw-poly): Use nil for `point-list'.
1398 (artist-mouse-draw-poly): Check for point-list being nil.
1399
1400 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1401
1402 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1403 lambda expression.
1404 (ps-mode-menu-main): Submenu with options on/off was replaced with
1405 a toggle button.
1406 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1407 (ps-mode): Autoload cookie added on same line as comment
1408 (ps-mode-tabkey, ps-mode-backward-delete-char):
1409 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1410 `indent-to' with `indent-line-to'
1411 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1412 instead of `eval'.
1413 (ps-mode-print-region): Use `with-temp-buffer'.
1414 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1415 (numerous places): Add back-tick and tick around names in
1416 docstrings, fix punctuation in docstrings, remove trailing spaces.
1417
1418 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1419
1420 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1421 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1422 (sgml-font-lock-syntactic-keywords): New var.
1423 (sgml-mode-common): Drop the two args.
1424 Don't make buffer-local variables that aren't used.
1425 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1426 Don't set `before-string' props from sgml-display-text.
1427 (sgml-mode): Use define-derived-mode.
1428 (sgml-tags-invisible): Use sgml-display-text.
1429 (sgml-quote): New command.
1430 (html-tag-alist): Add args for `span'.
1431 (html-mode): Use define-derived-mode.
1432 Set sgml-display-text and sgml-tag-face-alist.
1433
1434 2001-10-25 Sam Steingold <sds@gnu.org>
1435
1436 * add-log.el (add-log-always-start-new-record): New user option.
1437 (add-change-log-entry): Use it.
1438
1439 2001-10-25 Richard M. Stallman <rms@gnu.org>
1440
1441 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1442 bind case-fold-search if FROM is not all lower case.
1443
1444 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1445
1446 * startup.el (normal-top-level): Check for frame-initial-frame
1447 only if it's really used.
1448
1449 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1450
1451 * progmodes/compile.el (compilation-parse-errors-filename-function):
1452 New variable.
1453 (compilation-parse-errors): Use it.
1454
1455 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1456
1457 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1458 interactively so that C-u M-C-x still does edebug.
1459 (checkdoc-sentencespace-region-engine): Don't force a double-space
1460 after `.' if it doesn't look like an end-of-sentence.
1461 (debug-ignored-errors): Add `disambiguate ...'.
1462
1463 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1464
1465 * textmodes/texinfo.el (texinfo-environments)
1466 (texinfo-environment-regexp): Hoist.
1467 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1468 Only highlight the menu name in menu items.
1469 Setup `@foo ... @end foo' as text clones.
1470 (texinfo-clone-environment): New function.
1471 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1472 (texinfo-insert-block): Simplify.
1473 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1474 the command is repeated.
1475 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1476 (texinfo-insert-@end): Simplify.
1477
1478 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1479 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1480 (texinfo-subsubsection-level-regexp)
1481 (texinfo-update-menu-same-level-regexps)
1482 (texinfo-update-menu-higher-regexps)
1483 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1484
1485 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1486 (derived-mode-p): Autoload.
1487
1488 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1489 New vars and functions.
1490 (text-clone-maintain, text-clone-create): New functions.
1491
1492 2001-10-25 Miles Bader <miles@gnu.org>
1493
1494 * facemenu.el (facemenu-add-new-face): Fix variable names.
1495
1496 2001-10-24 Richard M. Stallman <rms@gnu.org>
1497
1498 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1499 of t and nil values.
1500 (facemenu-set-face): Handle START and END interactively.
1501 (facemenu-set-foreground): Don't use a face; specify color directly.
1502 (facemenu-set-background): Likewise.
1503 (facemenu-set-face-from-menu): Doc fix.
1504 (facemenu-active-faces): Use face-attribute-vector
1505 to handle bare attributes not in faces.
1506 (facemenu-get-face): Don't handle face names fg:... and bg:...
1507 specially.
1508 (facemenu-add-new-face): New argument MENU.
1509 New way to handle adding colors to the color menus.
1510
1511 * env.el (substitute-env-vars): Quote the arg to rx.
1512
1513 2001-10-24 Sam Steingold <sds@gnu.org>
1514
1515 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1516 Control" and "SGML" groups.
1517
1518 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1519
1520 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1521 Better handling of C++ template args to avoid confusion with `<'
1522 and `>' used as operators in member init expressions.
1523
1524 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1525
1526 * replace.el (perform-replace): Move START and END parameters
1527 to the end of the argument list and make them optional.
1528
1529 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1530 perform-replace.
1531
1532 * international/fontset.el (x-must-resolve-font-name): New function.
1533 (x-complement-fontset-spec): Use it.
1534
1535 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1536
1537 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1538
1539 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1540 Turn caadr into caar of cdr.
1541
1542 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1543
1544 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1545 of mouse-{1,2} since dragging is on the down event.
1546
1547 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1548
1549 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1550 if ARG is nil.
1551
1552 * desktop.el (desktop-last-buffer): New variable.
1553 (desktop-create-buffer): Set it.
1554 (desktop-read): Bind it and switch to that buffer.
1555
1556 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1557
1558 * progmodes/compile.el (compilation-set-window-height):
1559 Select old window only if it's still live.
1560
1561 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1562
1563 * help-mode.el (help-buffer): Remove debugging code.
1564 From Stefan Monnier <monnier@cs.yale.edu>.
1565
1566 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1567
1568 * files.el (file-name-sans-extension, file-name-extension):
1569 Don't count the leading dots in file names as signaling an extension.
1570
1571 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1572
1573 * vc.el (vc-diff-switches): Doc rewritten.
1574
1575 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1576
1577 * tooltip.el (tooltip-set-param): Doc fix.
1578
1579 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1580 127 to sgml-maybe-name-self.
1581 (sgml-name-8bit-mode): Doc fix.
1582 (sgml-char-names-table): New variable.
1583 (sgml-name-char): Support non-ASCII and mule-unicode-*
1584 characters. Doc fix.
1585 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1586
1587 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1588 doc string the effect of `left' and `top' parameters in
1589 tooltip-frame-parameters, the default values, and the units.
1590 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1591 (tooltip-show): Mention in the doc string the `top' and `left'
1592 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1593
1594 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1595
1596 Add autoscaling support for vc-annotate.
1597 From J.D. Smith <jdsmith@alum.mit.edu>.
1598
1599 * vc.el (vc-annotate-display-default): Accept colormap scaling
1600 ratio (now deprecated).
1601 (vc-annotate-display-autoscale): Added.
1602 (vc-annotate-add-menu): New autoscaling menu options "Span to
1603 Oldest" and "Span Oldest->Newest". Easymenu support added for
1604 toggle menus driven by customize variable `vc-annotate-display-mode'.
1605 (vc-annotate-display-select): Added.
1606 (vc-annotate): Changed temp-buffer-show-function to
1607 `vc-annotate-display-select'.
1608 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1609 Added argument OFFSET. Instead of backend function, calls now
1610 generic `vc-annotate-difference'.
1611 (vc-annotate-difference): Added as generic function instead of
1612 backend-specific function. No longer takes argument POINT, but
1613 instead accepts a time OFFSET.
1614 (vc-default-annotate-current-time): Added.
1615
1616 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1617 version in vc.el, with
1618 (vc-cvs-annotate-current-time): Added, as override of default.
1619 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1620 `vc-cvs-annotate-difference'.
1621
1622 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1623
1624 * saveplace.el (save-place): Require `saveplace'.
1625
1626 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1627 Use `sexp' for :value-type instead of `face'.
1628
1629 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1630
1631 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1632 regexps due to 5-digit message IDs.
1633
1634 2001-10-21 Jason Rumney <jasonr@gnu.org>
1635
1636 * term/w32-win.el (redisplay-dont-pause): Don't set.
1637
1638 2001-10-21 Miles Bader <miles@gnu.org>
1639
1640 * help-funs.el (help-manyarg-func-alist): Variable removed.
1641
1642 2001-10-21 Miles Bader <miles@gnu.org>
1643
1644 * help-funs.el (help-manyarg-func-alist): Remove entries for
1645 `insert', `insert-and-inherit', `insert-before-markers',
1646 `insert-before-markers-and-inherit', `message', `message-box',
1647 `message-or-box', `propertize', `format', `encode-time', `append',
1648 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1649 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1650 `ml-prefix-argument-loop'.
1651
1652 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1653
1654 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1655 (vc-default-diff-tree): New functions.
1656 (vc-version-diff): Use them. As a result, coding systems are now
1657 set up properly for all sorts of diffs, and tree diffs can now
1658 also be done locally.
1659 (vc-diff): With a prefix argument, don't require that it's called
1660 from a buffer under version control.
1661 (diff-switches): Remove duplicate definition.
1662
1663 * vc-cvs.el (vc-cvs-diff-tree): New function.
1664
1665 2001-10-21 Miles Bader <miles@gnu.org>
1666
1667 * help-funs.el (help-manyarg-func-alist): Remove entries for
1668 `list', `vector', `make-byte-code', `call-process',
1669 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1670 `logand', `logior', and `logxor'.
1671
1672 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1673 image bits to compensate. Use `make-string' instead of
1674 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1675
1676 2001-10-20 Kim F. Storm <storm@cua.dk>
1677
1678 * simple.el (kill-ring-save): Don't show extent of copied region
1679 if using transient-mark-mode and region is fully visible.
1680
1681 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1682
1683 * (Version 21.1 released.)
1684
1685 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1686
1687 * files.el (auto-mode-alist): Associate .indent.pro with
1688 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1689
1690 2001-10-18 Sam Steingold <sds@gnu.org>
1691
1692 Put the *Compile-Log* buffer in `compilation-mode'.
1693 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1694 (byte-compile-log-1, byte-compile-log-file)
1695 (displaying-byte-compile-warnings): Use it
1696
1697 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1698
1699 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1700
1701 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1702
1703 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1704
1705 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1706
1707 * obsolete/hilit19.el (hilit-lookup-face-create):
1708 Call set-face-font only if display-graphic-p.
1709 (toplevel): Remove references to window-system.
1710
1711 2001-10-18 Miles Bader <miles@gnu.org>
1712
1713 * simple.el (what-line): Avoid problems with field properties.
1714
1715 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1716
1717 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1718 Define special colors for a tty.
1719
1720 2001-10-17 Francesco Potorti` <pot@gnu.org>
1721
1722 * comint.el (comint-password-prompt-regexp): Make it less
1723 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1724
1725 2001-10-17 John Wiegley <johnw@gnu.org>
1726
1727 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1728 a regular file, before checking if it is a directory or symlink.
1729 This avoids a call to eshell-file-attributes, which can be
1730 expensive in some situations.
1731
1732 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1733 customization variable, to differentiate ls-in-dired from regular
1734 uses of ls.
1735
1736 2001-10-17 Miles Bader <miles@gnu.org>
1737
1738 * custom.el (defface): Mention `:inherit' in doc-string.
1739
1740 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1741
1742 * paren.el: Update the Commentary with installation instructions.
1743
1744 2001-10-15 Dave Love <fx@gnu.org>
1745
1746 * international/mule.el (set-auto-coding): Fix regexps for local
1747 variables section not to eat newlines.
1748
1749 2001-10-15 Miles Bader <miles@gnu.org>
1750
1751 * simple.el (display-message-or-buffer): Pass the correct buffer
1752 to `display-buffer'.
1753
1754 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1755
1756 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1757 (executable-find): Use exec-suffixes.
1758 (executable-set-magic): Don't use make-local-hook.
1759
1760 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1761
1762 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1763
1764 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1765 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1766 Add .so to the Unix and GNU branch.
1767
1768 * international/latin-1.el:
1769 * international/latin-2.el:
1770 * international/latin-3.el:
1771 * international/latin-4.el:
1772 * international/latin-5.el:
1773 * international/latin-8.el:
1774 * international/latin-9.el: Add no-byte-compile: t, since
1775 Makefile.in instructs make-docfile to look at .el files.
1776
1777 2001-10-14 Miles Bader <miles@gnu.org>
1778
1779 * button.el (define-button-type): Allow supertype property to be
1780 specified with a keyword `:supertype' too.
1781 (button-put, make-text-button): Allow button type property to be
1782 specified using the keyword `:type' too.
1783 (button-type): New function.
1784 (button): Add `button-category-symbol' property.
1785
1786 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1787
1788 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1789 indent-new-comment-line from comment-indent-new-line.
1790
1791 * textmodes/refill.el (refill-mode):
1792 Bind DEL to backward-delete-char-untabify.
1793 Set backward-delete-char-untabify-method to `hungry'.
1794
1795 * textmodes/bib-mode.el (bib-mode):
1796 * play/gomoku.el (gomoku-mode):
1797 * textmodes/page-ext.el (pages-directory-mode):
1798 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1799
1800 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1801
1802 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1803
1804 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1805 Handle here-docs differently.
1806 (sh-font-lock-heredoc): Remove.
1807 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1808 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1809 (sh-font-lock-open-heredoc): New functions.
1810 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1811 (sh-font-lock-keywords-1): Use regexp-opt.
1812 (sh-in-comment-or-string): Use syntax-ppss.
1813 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1814 (sh-select, sh-tmp-file): Add explicit terminating \n.
1815
1816 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1817 Use with-current-buffer.
1818 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1819 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1820 filename), catch any error that occurs in `ange-ftp-cd'.
1821 If an error happened, don't bother sending `cmd' at all.
1822 Fix a parenthesis typo.
1823 (ange-ftp-write-region): Don't blindly use binary if the remote host
1824 is unix-like.
1825
1826 * play/pong.el (pong-init): Don't use make-local-hook.
1827
1828 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1829
1830 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1831 (viper-get-ex-address-subr): More precise addr for the $ marker
1832
1833 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1834
1835 * version.el (emacs-version): Bump to 21.1.50.
1836
1837 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1838
1839 * mail/mailalias.el (mail-directory-stream): Do not double
1840 variables in the lambda-list.
1841
1842 * play/gomoku.el (gomoku-init-display): Ditto.
1843
1844 * play/landmark.el (lm-init-display): Ditto.
1845
1846 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1847 (delimit-columns-rectangle-line): Ditto.
1848
1849 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1850
1851 * newcomment.el (comment-region-internal): Don't rebind
1852 invisibility_spec now that the C routines handle it correctly.
1853
1854 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1855
1856 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1857 and `same-frame'.
1858
1859 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1860
1861 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1862
1863 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1864 C-p and C-r. Remove redundant bindings from inheriting maps.
1865
1866 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1867 After 4.23 and: After 4.24:
1868 (cperl-contract-levels): Restore position.
1869 (cperl-beautify-level): Likewise.
1870 (cperl-beautify-regexp): Likewise.
1871 (cperl-commentify): Rudimental support for length=1 runs
1872 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1873 After 4.25:
1874 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1875 (imenu-example--create-perl-index): Was not enforcing
1876 syntaxification-to-the-end.
1877 (cperl-invert-if-unless): Allow `for', `foreach'.
1878 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1879 Mark qw(), m()x as indentable.
1880 (cperl-init-faces): Highlight `sysopen' too.
1881 Highlight $var in `for my $var' too.
1882 (cperl-invert-if-unless): Was leaving whitespace at end.
1883 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1884 (cperl-calculate-indent): Remove old commented out code.
1885 Support (primitive) indentation of qw(), m()x.
1886 After 4.26:
1887 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1888 q [] with intervening newlines.
1889 (cperl-autoindent-on-semi): New customization variable.
1890 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1891 (cperl-tips): Mention how to make CPerl the default mode.
1892 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1893 (cperl-outline-level): New function.
1894 (cperl-highlight-variables-indiscriminately): New customization var.
1895 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1896 From Sean Kamath <kamath@pogo.wv.tek.com>.
1897 (cperl-after-block-p): Support CHECK and INIT.
1898 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1899 From Doug MacEachern <dougm@covalent.net>.
1900 After 4.27:
1901 (cperl-find-pods-heres): Recognize \"" as a string.
1902 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1903 Allow whitespace between << and "FOO".
1904 (cperl-problems): Remove \"" and q [] with intervening newlines.
1905 Mention multiple <<EOF as unsupported.
1906 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1907 (cperl-indent-parens-as-block): New configuration variable.
1908 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1909 Use `cperl-indent-parens-as-block'.
1910 (cperl-find-pods-heres): Test for =cut without empty line instead of
1911 complaining about no =cut.
1912 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1913 (cperl-find-pods-heres): Likewise.
1914 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1915 POD could've been marked as comment already.
1916 (cperl-unwind-to-safe): Unwind before start of POD too.
1917 After 4.28:
1918 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1919 After 4.29:
1920 (x-color-defined-p): Make an extra case to peacify the warning.
1921 Toplevel: `defvar' to peacify the warnings.
1922 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1923 No -nw-compile time warnings now.
1924 (cperl-find-tags): TAGS file had too short substring-to-search.
1925 Be less verbose in non-interactive mode
1926 (imenu-example--create-perl-index): Set index-marker after name
1927 (cperl-outline-regexp): New variable.
1928 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1929 (cperl-mode): Made use `cperl-outline-regexp'.
1930 After 4.30:
1931 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1932 (cperl-outline-level): Make start-of-file same level as `package'.
1933 After 4.31:
1934 (cperl-electric-pod): `head1' and `over' electric only if empty.
1935 (cperl-unreadable-ok): New variable.
1936 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1937 on an unreadable file.
1938 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1939 on an unreadable directory.
1940
1941 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1942 Consider the text between two errors as belonging to the first error.
1943 (compilation-goto-locus): Use pop-to-buffer rather than
1944 switch-to-buffer-other-frame.
1945
1946 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1947 (awk-font-lock-syntactic-keywords): New var.
1948 (awk-mode): Use it.
1949
1950 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1951
1952 * faces.el (describe-face): Call help-setup-xref earlier.
1953
1954 * jka-compr.el (jka-compr-load-suffixes): New var.
1955 (jka-compr-install): Add its content to load-suffixes.
1956 (jka-compr-uninstall): Remove its content from load-suffixes.
1957
1958 2001-10-12 Sam Steingold <sds@gnu.org>
1959
1960 * bindings.el (completion-ignored-extensions): CL-related
1961 extensions are platform-independent.
1962
1963 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1964 asynchronous multiple file copying.
1965
1966 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1967
1968 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1969 Turn error for repeated variables into warning.
1970
1971 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1972 New function checking that lambda-list consists of non-constant
1973 symbols, that &rest and &optional are followed by variable names,
1974 that &rest VAR is the last element, and that variables aren't doubled.
1975 (byte-compile-lambda): Use it.
1976
1977 2001-10-12 Eli Barzilay <eli@barzilay.org>
1978
1979 * calculator.el (calculator-eng-display): Don't call concat
1980 with an integer argument.
1981
1982 2001-10-12 Miles Bader <miles@gnu.org>
1983
1984 * help-mode.el (help-customize-face): New button-type.
1985
1986 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1987 (describe-face): Fix args to `help-xref-button'.
1988 Don't switch to help-buffer around call to `help-setup-xref'.
1989 Use `help-buffer' instead of hard-wired "*Help*".
1990 Require `help-mode'.
1991
1992 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
1993
1994 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
1995
1996 * help-mode.el (help-buffer): New function.
1997 Returns the buffer-name to use for help output.
1998 Change all the code to use it instead of hard-coding *Help*.
1999 (help-mode-map): Put back the mouse-2 binding.
2000 (help-xref-stack): Change the format and make buffer-local.
2001 (help-xref-stack-item): Make buffer-local.
2002 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2003 (help-xref-interned): Display the face doc as well.
2004 (help-follow-mouse): Re-introduce.
2005 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2006 (help-do-xref): Don't `push' any more.
2007 (help-follow): Also follow face names.
2008
2009 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2010 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2011 Autoload and cleanup.
2012 (describe-function): Call help-setup-xref.
2013 (describe-variable): Call help-setup-xref earlier.
2014
2015 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2016 (view-lossage): Call help-setup-xref correctly and earlier.
2017 (describe-bindings): Call help-setup-xref earlier.
2018 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2019 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2020
2021 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2022
2023 * master.el (master-mode): Use define-minor-mode instead of
2024 easy-mmode-define-minor-mode. Add autload cookie.
2025 (Commentary): Remove the line showing how to autoload master-mode,
2026 since it's always autoloaded.
2027
2028 * master.el: New file.
2029
2030 2001-10-11 Dave Love <fx@gnu.org>
2031
2032 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2033 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2034 <const-C varset-X const-C>: Fix car/cdr typo.
2035
2036 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2037
2038 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2039 New function extracted from byte-compile-log-1.
2040 (byte-compile-log-1): Change output to be more in line with
2041 the output of other GNU tools.
2042 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2043 (byte-compile-report-error): Downcase error message.
2044 Use `error' instead of `!!' for error messages.
2045 (byte-compile-print-syms): Treat non-interactive case specially.
2046 (displaying-byte-compile-warnings): Use backquote.
2047 (byte-compile-from-buffer): Bind byte-compile-last-line.
2048 (batch-byte-compile): Remove `Done' message.
2049
2050 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * emacs-lisp/copyright.el (copyright): Add final \n.
2053
2054 2001-10-11 Miles Bader <miles@gnu.org>
2055
2056 * diff.el (diff): Display default values in prompts as
2057 `(default ...)', not `(...)'.
2058
2059 * info.el (Info-follow-reference): Likewise.
2060
2061 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2062
2063 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2064
2065 * newcomment.el (comment-indent): Be a little more robust in case
2066 comment-indent-function does funny things.
2067 (comment-normalize-vars): Autoload.
2068 (comment-region-internal): Fiddle with the visibility spec.
2069 (comment-valid-prefix): New function.
2070 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2071 that would turn comment-text into non-comment-text.
2072
2073 * emacs-lisp/syntax.el: New file.
2074
2075 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2076 compatibility cruft.
2077 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2078 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2079 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2080 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2081 tcl-submit-bug-report.
2082 (tcl-mode-syntax-table): Leave \f alone.
2083 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2084 tcl-end-of-defun, tcl-submit-bug-report.
2085 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2086 (tcl-add-emacs-menu): Remove.
2087 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2088 (tcl-keyword-list): Add `chain'.
2089 (tcl-font-lock-syntactic-keywords): New variable.
2090 (tcl-pps-has-arg-6): Remove.
2091 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2092 (tcl-internal-mark-defun): Remove.
2093 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2094 (tcl-mode): Use define-derived-mode. Simplify.
2095 Set comment-indent-function.
2096 (tcl-indent-command): Use line-beginning-position and comment-indent.
2097 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2098 (tcl-indent-line): Use tcl-calculate-indent.
2099 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2100 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2101 (tcl-filter): Use with-current-buffer, simplify.
2102 (inferior-tcl-mode): Use define-derived-mode.
2103 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2104 (tcl-simple-in-comment, tcl-in-comment): Removed.
2105 (tcl-files-alist): New function.
2106 (tcl-help-snarf-commands): Use it and return the result directly
2107 rather than through a global variable.
2108 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2109 (tcl-help-on-word): Provide the default value to completing-read.
2110 (tcl-hilit): Remove.
2111 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2112 (tcl-comment-indent): New function.
2113 (tcl-submit-bug-report): Remove.
2114 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2115 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2116 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2117
2118 2001-10-10 Miles Bader <miles@gnu.org>
2119
2120 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2121 (Info-fontify-node): Don't fontify the node if it's already been done.
2122
2123 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2124
2125 * international/iso-transl.el (iso-transl-e-caret)
2126 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2127 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2128
2129 * simple.el (end-of-buffer): Fix code scrolling specially
2130 for the buffer end.
2131
2132 * startup.el (command-line-1): Bind tab-width to 8.
2133
2134 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2135
2136 * emulation/tpu-edt.el: Use defalias instead of fset for
2137 user-visible commands. From Rob Riepel
2138 <riepel@Networking.Stanford.EDU>.
2139
2140 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2141
2142 * ruler-mode.el: New file.
2143
2144 2001-10-09 Miles Bader <miles@gnu.org>
2145
2146 * apropos.el (button): New require.
2147
2148 * help-funs.el: New file, contents mostly from `help.el'.
2149 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2150
2151 * help-mode.el: New file, contents mostly from `help.el'.
2152
2153 * help.el: Don't require `view' when compiling.
2154 (help-with-tutorial, describe-function, describe-function-1)
2155 (variable-at-point, describe-variable, locate-library):
2156 Functions moved into `help-funs.el'.
2157 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2158 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2159 (help-setup-xref, help-xref-following, help-make-xrefs)
2160 (help-xref-button, help-insert-xref-button, help-xref-interned)
2161 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2162 (help-xref-on-pp): Functions moved into `help-mode.el'
2163 (help-mode-map, help-xref-stack, help-xref-stack-item)
2164 (help-highlight-p, help-highlight-face, help-back-label)
2165 (help-xref-symbol-regexp, help-xref-mule-regexp)
2166 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2167 (help-symbol, help-back, help-info, help-customize-variable)
2168 (help-function-def, help-variable-def):
2169 Button-types moved into `help-mode.el'.
2170 (load-symbol-file-load-history, symbol-file):
2171 Functions moved into `subr.el'.
2172 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2173 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2174
2175 * subr.el (symbol-file-load-history-loaded)
2176 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2177
2178 * loadup.el ("button"): Load removed.
2179
2180 * button.el (define-button-type): Respect any `supertype' property.
2181 (button-type-subtype-p, button-has-type-p): New functions.
2182
2183 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2184 dollar-signs.
2185
2186 * comint.el (comint-insert-previous-argument): New function.
2187 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2188 (comint-insert-previous-argument-last-start-pos)
2189 (comint-insert-previous-argument-last-index): New variables.
2190
2191 * apropos.el (apropos-next-label-button): Use the presence of a
2192 `apropos-label' property to detect label buttons.
2193
2194 2001-10-08 Miles Bader <miles@gnu.org>
2195
2196 * button.el (next-button, previous-button): Remove N and WRAP
2197 parameters. Don't pay attention to `skip' properties.
2198 (forward-button): Implement wrapping, iterating, and skipping here
2199 instead.
2200 (button-activate): USE-MOUSE-ACTION is optional.
2201 (button-nop): Function removed.
2202 (default-button): Use `ignore' as default button action.
2203
2204 * apropos.el (apropos-next-label-button): Update arguments to
2205 `next-button'.
2206 (apropos-symbol): Add `skip' property.
2207 (apropos-function, apropos-macro, apropos-command)
2208 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2209 (apropos-plist): New button types.
2210 (apropos-label-properties): Variable removed.
2211 (apropos-print): Pass button-type to apropos-print-doc, rather
2212 than help function and label text.
2213 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2214 Get button label from TYPE.
2215
2216 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2217
2218 * help.el (help-mode): Use define-derived-mode.
2219 (describe-mode): Add optional `buffer' arg.
2220 Use it instead of going through help-xref-mode.
2221 Avoid doubling the word `minor' when prettifying.
2222 (describe-function-1): List the corresponding key bindings.
2223 (describe-variable): Say if the var is automatically buffer-local.
2224 If the source is `loaddefs.el', look for the real source.
2225 (help-xref-mode): Remove.
2226
2227 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2228 the file says no-byte-compile.
2229
2230 2001-10-08 Miles Bader <miles@gnu.org>
2231
2232 * button.el (next-button, previous-button): Respect `skip' property.
2233
2234 2001-10-07 Miles Bader <miles@gnu.org>
2235
2236 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2237 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2238 `woman-follow-word' instead of `woman-mouse-2'.
2239 (woman-follow-word): Renamed from `woman-mouse-2'.
2240 Follow current unconditionally, since this function is now only
2241 bound to M-mouse-2. Use accessor functions.
2242 (WoMan-highlight-references): Use `make-text-button'.
2243 (woman-xref): New button type.
2244
2245 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2246 ("button"): New load, just before "help" (which uses it).
2247
2248 * help.el (help-mode-map): Make button-buffer-map our parent.
2249 Don't bind mouse events or tab/backtab.
2250 (help-function, help-variable, help-face, help-coding-system)
2251 (help-input-method, help-character-set, help-back, help-info)
2252 (help-customize-variable, help-function-def, help-variable-def):
2253 New button types.
2254 (help-button-action): New function.
2255 (describe-function-1): Pass help button-types to
2256 `help-xref-button' rather than help function and help-echo string.
2257 Don't put multiple help-function args in a list to pass them to
2258 help-xref-button, just pass them as multiple arguments.
2259 Use `help-insert-xref-button' to make [back]-button, rather than
2260 `help-xref-button'.
2261 (help-xref-button): Take a button-type TYPE as a parameter rather
2262 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2263 and add a &rest parameter ARGS to serve the same purpose.
2264 Use `make-text-button' to add the button.
2265 (help-insert-xref-button): Use `insert-text-button' to add the button.
2266 (help-follow-mouse, help-next-ref, help-previous-ref):
2267 Functions removed.
2268 (help-do-xref): New function.
2269 (help-follow): Use `push-button' and `help-do-xref' to do most of
2270 the work.
2271
2272 * apropos.el (apropos-symbol, apropos-label): New button types.
2273 (apropos-symbol-button-display-help)
2274 (apropos-label-button-display-help, apropos-next-label-button):
2275 New functions.
2276 (apropos-mode-map): Make button-buffer-map our parent.
2277 Don't bind mouse events.
2278 (apropos-print, apropos-print-doc): Create buttons instead of text
2279 properties.
2280 (apropos-mouse-follow): Function removed.
2281 (apropos-follow): Use buttons.
2282
2283 * button.el: New file.
2284
2285 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2286
2287 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2288 Remove.
2289
2290 2001-10-05 Richard M. Stallman <rms@gnu.org>
2291
2292 * add-log.el (add-change-log-entry): Skip copyright notice
2293 and copying permission notice at start of file, if any.
2294 Make use of terms "entry" and "item" accord with Emacs manual.
2295 Simplify the logic for moving point while entering or creating
2296 an entry and then an item.
2297 (add-change-log-entry-other-window): Doc fix.
2298
2299 2001-10-06 Miles Bader <miles@gnu.org>
2300
2301 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2302 removed; they apparently don't work with faces.
2303
2304 2001-10-05 Sam Steingold <sds@gnu.org>
2305
2306 * textmodes/sgml-mode.el (html-xhtml): New user option.
2307 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2308 (html-ordered-list, html-unordered-list, html-list-item)
2309 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2310 (sgml-skip-close-p): New function.
2311 (sgml-value): Use it.
2312
2313 2001-10-05 Sam Steingold <sds@gnu.org>
2314
2315 * calendar/diary-lib.el (diary-entry-compare): When times are
2316 identical, compare the entries lexicographically.
2317
2318 2001-10-06 Miles Bader <miles@gnu.org>
2319
2320 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2321 Use `minibuffer-prompt-end'.
2322
2323 * simple.el (previous-matching-history-element): Fix misplaced
2324 parentheses.
2325
2326 2001-10-05 Miles Bader <miles@gnu.org>
2327
2328 * rfn-eshadow.el: New file.
2329
2330 2001-10-05 Miles Bader <miles@gnu.org>
2331
2332 * cus-face.el (custom-face-attributes): Make sure each attribute
2333 has a valid default value. Remove hacks that mapped `nil' to
2334 `off' and used nil to mean `unspecified'. Remove `unspecified'
2335 choices from all attributes (unspecified is handled by the parent
2336 checklist).
2337 * cus-edit.el (custom-face-edit-convert-widget)
2338 (custom-face-edit-deactivate, custom-face-edit-activate)
2339 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2340 New functions.
2341 (custom-face-edit): Specify a custom :convert-widget.
2342 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2343 Don't pass in default filters that map between `nil' and `off' and
2344 `unspecified' and `nil'.
2345
2346 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2347
2348 * progmodes/compile.el (compilation-buffer-name): New function.
2349 (compile-internal): Use it to determine the name of the
2350 compilation buffer.
2351
2352 2001-10-05 Miles Bader <miles@gnu.org>
2353
2354 * progmodes/compile.el (grep-use-null-device): New variable.
2355 (grep-command): Mention `grep-use-null-device'.
2356 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2357 Make computation of `grep-command' respect `grep-use-null-device'.
2358 (grep): Respect `grep-use-null-device'.
2359 Call `grep-compute-defaults' even if grep-command is set, if
2360 grep-use-null-device is still tentative.
2361
2362 * subr.el (call-process-shell-command): New function.
2363
2364 2001-10-05 Miles Bader <miles@gnu.org>
2365
2366 * simple.el (previous-matching-history-element)
2367 (next-history-element, next-complete-history-element): Use
2368 `minibuffer-' functions instead of calling `field-' functions directly.
2369 (minibuffer-prompt-end, minibuffer-contents):
2370 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2371 Functions removed (now subrs).
2372 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2373
2374 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2375 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2376 instead of calling `field-' functions directly.
2377 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2378
2379 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2380
2381 * files.el (find-file-noselect): If file's read-only status has
2382 changed on disk, ask if buffer's read-only status should be
2383 changed, unless NOWARN is set.
2384
2385 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2386 alias for define-setf-method.
2387
2388 * bindings.el: Remove no-byte-compile from file local variables
2389 to enable bootstrapping.
2390
2391 2001-10-04 Andrew Innes <andrewi@gnu.org>
2392
2393 * faces.el (face-font-registry-alternatives) [windows-nt]:
2394 Make gb2312 an alias for gb2312.1980.
2395
2396 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2397
2398 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2399 (uniquify-reverse-components): Remove.
2400
2401 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2402 Make sure the file is readable.
2403 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2404 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2405 (batch-byte-recompile-directory): Pass arg=0.
2406
2407 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2408 (perl-calculate-indent): Use it.
2409 (perl-backward-to-noncomment): Use forward-comment.
2410
2411 * derived.el (define-derived-mode, derived-mode-make-docstring):
2412 Allow `parent' to be nil.
2413
2414 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2415 Use define-derived-mode.
2416 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2417
2418 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2419
2420 * emacs-lisp/lselect.el: Use facep iso find-face.
2421
2422 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2423 Use regexp-opt.
2424 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2425 (lisp-font-lock-syntactic-face-function): New function.
2426 (lisp-mode-variables): Use it. Make arg optional.
2427 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2428 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2429 Set comment-start-skip.
2430
2431 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2432
2433 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2434 (ignore-errors): Don't bother using a `err' symbol.
2435
2436 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2437 (autoload-insert-section-header, autoload-before-p)
2438 (autoload-remove-section): New functions.
2439 (generate-file-autoloads): Use them.
2440 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2441 Make sure the autoload file is properly formatted when creating it.
2442 (update-autoloads-from-directories): Use them as well.
2443 Only update autoloads for files whose timestamp has changed.
2444 Add a dummy entry to remember the files which had no autoload cookies.
2445
2446 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2447
2448 * subr.el (define-key-after): Allow `key' to be longer than 1.
2449 (make-local-hook): Make obsolete.
2450 (add-hook, remove-hook): Don't use make-local-hook any more.
2451 (make-syntax-table): Inherit all chars from s-s-t.
2452
2453 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2454
2455 This is a fix for a report saying that resuming a search with C-s
2456 C-s doesn't use the case-fold-search setting of the previous
2457 search (C-s ... M-c ... then C-s C-s).
2458
2459 * isearch.el (isearch-last-case-fold-search): New variable.
2460 (isearch-mode): Remember value of isearch-case-fold-search
2461 in isearch-last-case-fold-search.
2462 (isearch-done): Quote value of isearch-case-fold-search.
2463 (isearch-repeat): When resuming a search, restore
2464 isearch-case-fold-search from isearch-last-case-fold-search.
2465
2466 Added to NEWS.
2467
2468 * startup.el (inhibit-startup-buffer-menu): New user-option.
2469 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2470 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2471
2472 This allows upto 99999 messages in the summary without screwing up
2473 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2474
2475 * mail/rmailsum.el (rmail-make-summary-line)
2476 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2477 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2478 Allow 5-digit message ids instead of 4.
2479
2480 This adds expansion of environment variables in the value
2481 specified with M-x setenv. Added to NEWS.
2482
2483 * env.el (substitute-env-vars): New function.
2484 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2485 environment variables in VALUE. Return VALUE.
2486
2487 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2488
2489 * Branch for 21.1.
2490
2491 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2492
2493 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2494
2495 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2496
2497 * emulation/tpu-edt.el: Make messages match original TPU/edt
2498 editor. From riepel@Stanford.EDU (Rob Riepel).
2499
2500 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2501
2502 * rect.el: Update maintainer's email address.
2503
2504 2001-10-02 Andreas Schwab <schwab@suse.de>
2505
2506 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2507 and Extended Passive Mode, resp.
2508
2509 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2510
2511 These changes add support for Calendar-related items in the
2512 menu bar on tty's as well:
2513
2514 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2515 unconditionally.
2516 (calendar-mode): Set up activate-menubar-hook unconditionally.
2517
2518 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2519 calls x-popup-menu only if popup menus are supported.
2520 (calendar-mouse-insert-hebrew-diary-entry)
2521 (calendar-mouse-insert-islamic-diary-entry)
2522 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2523 (calendar-mouse-view-other-diary-entries)
2524 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2525 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2526 Call cal-menu-x-popup-menu instead of x-popup-menu.
2527
2528 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2529
2530 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2531
2532 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2533
2534 * emacs-lisp/rx.el: New file.
2535
2536 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2537
2538 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2539
2540 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2541
2542 * frame.el (select-frame-by-name, other-frame): Doc fix.
2543
2544 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2545
2546 * play/snake.el (snake-score-file): Use temporary-file-directory
2547 instead of a literal "/tmp". Suggested by Robert
2548 <robert@chezmarshall.freeserve.co.uk>.
2549
2550 * play/tetris.el (tetris-score-file): Ditto.
2551
2552 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2553
2554 * apropos.el (apropos-print): Make the directions inserted at the
2555 beginning of the *Apropos* buffer more clear.
2556
2557 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2558
2559 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2560 Added comments.
2561
2562 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2563
2564 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2565 "\\s-" when defining comment-end-skip.
2566
2567 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2568
2569 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2570 Call get-buffer-window first second arg `visible'.
2571
2572 * international/mule-diag.el (list-input-methods-1):
2573 Output something that's independent of Emacs' version.
2574
2575 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2576 calling byte-to-position with a nil tar-header-offset.
2577
2578 2001-09-27 Simon Josefsson <jas@extundo.com>
2579
2580 * mail/sendmail.el (send-mail-function): Doc fix.
2581 (mail-do-fcc): Error if header-end is not a marker.
2582 (mail-do-fcc): Add a comment.
2583 (mail-reply-to): Doc fix.
2584 (mail-signature): Make ATPOINT optional.
2585 (mail-yank-original): Use cond instead of nestled if.
2586
2587 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2588
2589 * info.el (Info-on-current-buffer): Default arg to "Top".
2590
2591 2001-09-25 Eli Barzilay <eli@barzilay.org>
2592
2593 * calculator.el (calculator-copy-displayer): New user-option.
2594 (calculator-displayer-prev, calculator-displayer-next):
2595 Renamed from calculator-displayed-{left,right}.
2596 (calculator, calculator-standard-displayer)
2597 (calculator-num-to-string, calculator-update-display)
2598 (calculator-copy, calculator-put-value): Bug and display fixes.
2599
2600 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2601
2602 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2603 (ebnf-version): New version (3.6.1).
2604
2605 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2606 (ebnf-bnf-non-terminal-chars): New internal const.
2607 (ebnf-bnf-lex): Fix code.
2608
2609 * ebnf-iso.el: Fix character range regexp. Doc fix.
2610 (ebnf-iso-non-terminal-chars): New internal const.
2611 (ebnf-iso-lex): Fix code.
2612
2613 * ebnf-yac.el: Fix character range regexp. Doc fix.
2614 (ebnf-yac-skip-chars): New internal const.
2615 (ebnf-yac-skip-code): Fix code.
2616
2617 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2618
2619 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2620
2621 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2622 passing it to VC.
2623
2624 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2625 case where the file is relative.
2626
2627 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2628
2629 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2630 same on each side. Make sure we properly handle simple quotes.
2631 From Daiki Ueno <ueno@unixuser.org>.
2632
2633 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2634
2635 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2636 <jas@extundo.com>.
2637
2638 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2639 some items of the Options menu.
2640
2641 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2642
2643 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2644
2645 * vc-hooks.el (vc-delete-automatic-version-backups):
2646 Don't fail if the directory doesn't exist.
2647
2648 * diff-mode.el (diff-default-read-only): New var.
2649 (diff-mode): Use it.
2650
2651 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2652
2653 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2654 Use make-keymap instead of copy-keymap, since copying the global
2655 keymap messes up the menu bar.
2656
2657 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2658 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2659
2660 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2661
2662 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2663
2664 * dired-aux.el (dired-insert-subdir): Pass switches to
2665 dired-build-subdir-alist.
2666
2667 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2668
2669 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2670 caused %#a and %#b to be mis-formatted.
2671
2672 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2673
2674 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2675 ccmode, emacs-mime, and eudc manuals.
2676
2677 2001-09-19 Sam Steingold <sds@gnu.org>
2678
2679 w32 find cannot be used with `grep-find'.
2680 * progmodes/compile.el (find-program): New variable.
2681 (grep-compute-defaults): Use it to set `grep-find-command'.
2682
2683 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2684
2685 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2686
2687 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2688
2689 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2690 programming. Doc fix.
2691 (ebnf-version): New version (3.6).
2692 (ebnf-eps-begin): Data fix.
2693 (ebnf-begin-file): Code fix.
2694
2695 * ebnf-bnf.el: Doc fix.
2696 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2697
2698 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2699
2700 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2701
2702 * ps-print.el: Better face mapping for black/white PostScript printers.
2703 Check if mark is active when printing a region. Doc fix.
2704 (ps-print-version): New version number (6.5.5).
2705 (ps-print-color-p): Customization fix.
2706 (ps-black-white-faces): New option.
2707 (ps-black-white-faces-alist): New internal var.
2708 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2709 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2710 (ps-nb-pages-region): Interactive fix.
2711 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2712 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2713
2714 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2715
2716 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2717 numeric month value, and allow the Kanji character after the it to
2718 be missing (happens with ls-lisp's output on Japanese versions of
2719 MS-Windows).
2720
2721 2001-09-18 Miles Bader <miles@gnu.org>
2722
2723 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2724 it's empty (and thus probably a new patch file about to be edited).
2725
2726 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2727
2728 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2729 Check for '(' in column 0 of doc string.
2730
2731 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2732 of `nth' so that using a vector as bounding-box works.
2733 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2734
2735 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2736
2737 * vc.el (vc-annotate): Use current workfile version explicitly as
2738 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2739
2740 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2741
2742 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2743 convert-standard-filename doesn't guarantee that the .el extension
2744 is preserved.
2745
2746 * dos-fns.el (convert-standard-filename): Replace invalid
2747 characters only after converting dash/underscore to a period.
2748 (original-make-auto-save-file-name): New.
2749 (make-auto-save-file-name): New function, overrides the definition
2750 on files.el and calls the original function via
2751 original-make-auto-save-file-name.
2752
2753 * mail/rmail.el (top-level): Require mule-utils when compiling.
2754 (rmail-decode-babyl-format): Use detect-coding-with-priority
2755 instead of detect-coding-region, to favor detection of emacs-mule
2756 encoded Babyl files written by rmailout.el etc. Suggested by
2757 Kenichi Handa <handa@etl.go.jp>.
2758
2759 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2760
2761 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2762 Use `equal', not `=', since the device number can be a cons cell.
2763
2764 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2765
2766 * simple.el: Comment out change of 2001-09-13.
2767
2768 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2769
2770 * progmodes/compile.el (grep-compute-defaults): Don't set
2771 grep-command/grep-find-command when it is already non-nil.
2772 (grep-command): Make it a user option.
2773 (grep-find-command): Likewise.
2774
2775 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2776
2777 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2778 inhibit quit.
2779
2780 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2781
2782 * files.el (make-auto-save-file-name): If long file names are not
2783 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2784 generating an auto-save file name from it.
2785
2786 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2787
2788 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2789 (ps-nb-pages-region): Signal an error if called interactively
2790 and the mark is not active.
2791
2792 * simple.el (minibuffer-prompt-modification)
2793 (minibuffer-prompt-insertion): New functions.
2794 (minibuffer-prompt-properties): Use `modification-hooks' and
2795 `insert-in-front-hooks'.
2796
2797 2001-09-12 Richard M. Stallman <rms@gnu.org>
2798
2799 * textmodes/outline.el (outline-regexp): Doc fix.
2800 Initialize it in the defcustom, the usual way.
2801
2802 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2803
2804 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2805 from `ediff-meta-info' properties need not be an overlay.
2806 From David Ponce <dponce@voila.fr>.
2807
2808 * isearch.el (isearch-intersects-p): Fix end checks.
2809
2810 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2811
2812 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2813 `t' branch of `cond', since Irix 6.1 and up is a special case of
2814 the standard dbx interface.
2815
2816 2001-09-11 Miles Bader <miles@gnu.org>
2817
2818 * comint.el (comint-send-input): When waiting for echoed input,
2819 don't save the expected end position in `echo-end', so that things
2820 work properly even if the buffer is modified elsewhere at the same
2821 time [this happens if `comint-truncate-buffer' is used].
2822
2823 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2824
2825 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2826 when constructing imenu-generic-expression from outline-regexp.
2827
2828 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2829
2830 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2831 `equal' instead of `=', since they can be cons cells. From Nils
2832 Goesche <cartan@cartan.de>.
2833
2834 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2835
2836 * vc.el (vc-annotate): Rewrote doc string.
2837
2838 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2839
2840 * time-stamp.el: Update Stephen Gildea's email address.
2841
2842 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2843
2844 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2845 enable-multibyte-characters = nil. From Hallvard B Furuseth
2846 <h.b.furuseth@usit.uio.no>.
2847
2848 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2849
2850 * ediff-init.el (ediff-highest-priority): Bug fix.
2851
2852 * viper-cmd.el (viper-special-read-and-insert-char): New function
2853 that reads a character and uses the current input method or
2854 iso-accents when appropriate.
2855
2856 * viper.el and all others: Corrections to the comment blocks at
2857 the top.
2858
2859 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2860
2861 * info.el (Info-goto-node): Doc fix.
2862
2863 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2864
2865 * isearch.el (isearch-intersects-p): New function.
2866 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2867 use isearch-intersects-p, and clean up.
2868
2869 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2870
2871 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2872 and "german8", for the new German orthography dictionaries,
2873 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2874 the entries, to keep the line length balanced for loaddefs.el.
2875
2876 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2877
2878 * comint.el (comint-send-input): Handle comint-process-echoes
2879 differently.
2880
2881 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2882
2883 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2884
2885 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2886
2887 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2888
2889 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2890
2891 * server.el (server-switch-buffer):
2892 * textmodes/refer.el (refer-find-entry-internal):
2893 * term/sup-mouse.el (sup-pos-to-window):
2894 * term/bg-mouse.el (bg-window-from-x-y):
2895 * emacs-lisp/edebug.el (edebug-window-live-p):
2896 Use get-window-with-predicate.
2897
2898 * window.el (get-window-with-predicate): Renamed from some-window.
2899 (some-window): Make it an alias.
2900
2901 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2902
2903 * simple.el (undo): Remove positions from buffer-undo-list up to
2904 the next undo boundary only.
2905
2906 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2907
2908 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2909 Kim <ryk@dspwiz.com>
2910
2911 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2912 the message "Creating customization items...done".
2913
2914 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2915
2916 * font-lock.el (toplevel): Require `jit-lock' only if
2917 font-lock-support-mode is set to jit-lock-mode.
2918
2919 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2920
2921 * international/quail.el (quail-use-package, quail-inactivate)
2922 (quail-activate): Mention the hooks these functions run in their
2923 doc strings.
2924
2925 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2926
2927 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2928 of file in header of menu.
2929
2930 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2931
2932 * env.el (setenv): Interactively, if VARIABLE has a current value,
2933 add that to the front of the history, as the doc string says.
2934
2935 * comint.el (comint-send-input): Change help-echo.
2936 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2937
2938 * bookmark.el (bookmark-write-file): Bind print-length and
2939 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2940
2941 * obsolete/uncompress.el: Moved there from lisp/.
2942
2943 * comint.el (comint-insert-clicked-input): Goto point-max before
2944 deleting previous input. From "Dr Francis J. Wright"
2945 <F.J.Wright@qmw.ac.uk>.
2946
2947 * simple.el (backward-word): Doc fix.
2948
2949 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2950
2951 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2952 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2953 * w32-fns.el: Add Keywords header.
2954
2955 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2958 "Text Properties". Suggested by Simon Marshall
2959 <Simon.Marshall@midas-kapiti.com>.
2960
2961 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2962
2963 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2964 consulting the value of file-name-coding-system.
2965
2966 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2967
2968 * help.el (describe-function-1): Save precomputed `file-name' rather
2969 than recomputing it (incorrectly) with `symbol-file'.
2970
2971 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2972
2973 * international/isearch-x.el (isearch-exit-recursive-edit):
2974 Take three parameters, since it's used as an after-change-function.
2975
2976 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2977 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2978 from doc strings.
2979
2980 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2981
2982 * progmodes/glasses.el (glasses-convert-to-unreadable):
2983 Consider underscores as in `glasses-make-readable'.
2984
2985 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2986
2987 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2988 MS-DOS, since cpp might not be available.
2989
2990 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
2991 Mention "yank" in the help-echo text.
2992 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2993
2994 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
2995
2996 * newcomment.el (comment-indent): Insert spaces more carefully.
2997
2998 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2999
3000 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3001 exists. From Andy Petrusenco <andy@int.spb.ru>.
3002
3003 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3004 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3005 <andy@int.spb.ru>.
3006
3007 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3008
3009 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3010 Instead of running mouse-yank-at-click, see what the event is
3011 bound to outside Isearch and run that.
3012
3013 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3014
3015 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3016 Fix the menu entry to mention transient-mark-mode.
3017
3018 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3019
3020 * simple.el (eval-expression-print-level): Fix last change.
3021
3022 * bindings.el (mode-line-coding-system-map): New variable.
3023 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3024
3025 * simple.el (eval-expression-print-level): Change the type
3026 of the defcustom to allow nil.
3027
3028 * emacs-lisp/find-gc.el: Moved here from lisp/.
3029
3030 * international/quail.el (quail-completion-1):
3031 Reverse the ((CHAR . DEFN) ...) list before processing it.
3032 From Kenichi Handa <handa@etl.go.jp>.
3033
3034 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3035 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3036
3037 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3038
3039 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3040 aren't supported. This avoids the annoying gray strip drawn by
3041 the Windows version instead of the missing tool bar.
3042
3043 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3044
3045 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3046 and tooltips more consistent. From "Marshall, Simon"
3047 <Simon.Marshall@midas-kapiti.com>.
3048
3049 * startup.el (fancy-splash-screens): Temporarily set
3050 minor-mode-map-alist to nil while displaying splash screens.
3051
3052 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3053
3054 * buff-menu.el: Add Keywords header.
3055 Doc fix (C-x C-b is bound to list-buffers).
3056
3057 * dired-x.el: Add keyword files to get listed in finder.
3058 Remove confusing notes about GNU Emacs 19.
3059
3060 * dired.el, dired-aux.el: Add Keywords header.
3061
3062 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3063
3064 * vc.el (vc-revert-file): Call the backend even if the FILE's
3065 contents can be reverted locally; pass new arg CONTENTS-DONE
3066 down to the backend.
3067
3068 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3069 optional arg CONTENTS-DONE.
3070
3071 2001-08-28 Andrew Innes <andrewi@gnu.org>
3072
3073 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3074
3075 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3076
3077 * makefile.nt (install): Copy more *.el files.
3078
3079 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3080
3081 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3082 instead of `w' which is already in use.
3083
3084 * gs.el (gs-load-image): Use sleep-for.
3085 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3086
3087 2001-08-28 Miles Bader <miles@gnu.org>
3088
3089 * replace.el (query-replace-regexp-eval): Return args from
3090 `interactive' form in correct order.
3091
3092 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3093
3094 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3095 major modes, don't create panes for modes for which
3096 mouse-buffer-menu-alist returns an empty alist.
3097
3098 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3099
3100 * progmodes/hideshow.el: Update first-line description.
3101 Sync comments w/ maintainer version 5.31.
3102
3103 (hs-isearch-open): Default value now `code'.
3104 Fix docstring to use "code blocks" vs "comment blocks",
3105 as opposed to "block" vs "comment".
3106 (hs-flag-region): Accept `hs-isearch-open' value
3107 of `block' as synonymous w/ `code'.
3108 (hs-hide-block-at-point): For code blocks, pass `code'
3109 to `hs-flag-region' instead of `block'.
3110
3111 2001-08-28 Miles Bader <miles@gnu.org>
3112
3113 * comint.el (comint-next-prompt): Don't loop infinitely if
3114 {next,previous}-single-char-property-change returns its input
3115 position when the search fails.
3116
3117 2001-08-27 Miles Bader <miles@gnu.org>
3118
3119 * comint.el (comint-get-old-input-default): Don't signal an error
3120 if point is not on an input field; instead, return the current
3121 line (using `comint-bol' to skip any prompt, in case we're not
3122 using fields at all).
3123
3124 * man.el (Man-mode-line-format): Variable removed.
3125 (Man-mode): Change `mode-line-buffer-identification' instead of
3126 `mode-line-format'.
3127
3128 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3129
3130 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3131 From Simon Josefsson <jas@extundo.com>.
3132
3133 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3134
3135 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3136 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3137
3138 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3139 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3140
3141 * emacs-lisp/lselect.el: Ditto.
3142
3143 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3144 Remove periods from the end of error message strings.
3145 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3146
3147 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3148 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3149
3150 * net/telnet.el: Ditto.
3151
3152 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3153
3154 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3155 KEYMAP to the call to define-minor-mode.
3156
3157 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3158
3159 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3160 Replace some of the undefined characters with emulations of bidi
3161 formatting characters and Niqud as per SI 1311-1.
3162 (IT-unicode-translations): Ditto.
3163 (IT-display-table-setup, IT-setup-unicode-display):
3164 Fill characters without translations with dos-unsupported-char-glyph.
3165
3166 2001-08-24 Simon Josefsson <jas@extundo.com>
3167
3168 * hl-line.el (hl-line-mode): Don't be a global mode.
3169 (global-hl-line-mode): New function.
3170
3171 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3172
3173 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3174 being reset by Ghostscript. Don't kill the gs process.
3175 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3176
3177 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3178
3179 * term/mac-win.el: Require scroll-bar.
3180
3181 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3182
3183 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3184
3185 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3186
3187 * hexl.el (hexl-insert-multibyte-char) New function.
3188 (hexl-quoted-insert, hexl-self-insert-command)
3189 (hexl-insert-hex-char, hexl-insert-decimal-char)
3190 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3191 Fix the doc strings accordingly.
3192 (hexl-insert-char): Reject characters whose code is above 255.
3193 Doc fix.
3194 (hexl-mode-map): Copy the global keymap instead of creating a
3195 sparse keymap, and bind all self-inserting characters to
3196 hexl-self-insert-command.
3197
3198 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3199
3200 * wid-edit.el (text): Re-order docstring correctly.
3201
3202 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3203
3204 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3205
3206 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3207
3208 * simple.el (line-number-mode): Mention the variable
3209 line-number-display-limit-width in the doc string.
3210
3211 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3212
3213 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3214 Temporarily select EVENT's window for switching buffers.
3215 (mode-line-bury-buffer): New function.
3216 (mode-line-buffer-identification-keymap): Use it instead of
3217 bury-buffer. Bind down-mouse events to prevent global down-mouse
3218 events from shining through.
3219
3220 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3221
3222 * newcomment.el (comment-beginning): Make sure the comment-start
3223 we found isn't a comment-end (in cases where confusion is possible).
3224
3225 2001-08-22 Miles Bader <miles@gnu.org>
3226
3227 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3228 before writing it, so that hard-links don't see new version.
3229
3230 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3231
3232 * gs.el (gs-set-ghostview-colors-window-prop):
3233 Call x-change-window-property with 3rd arg FRAME.
3234 (gs-load-image): Wait for a previous Ghostscript process
3235 to complete before starting a new one.
3236
3237 * image.el (image-type-regexps): Make sure that the TIFF
3238 pattern is only matched at the beginning of a string.
3239 From Markus Rost <rost@math.ohio-state.edu>.
3240
3241 * international/swedish.el: Pre-Mule file removed. From Jonas
3242 Oberg <jonas@gnu.org>.
3243
3244 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3245
3246 * whitespace.el (whitespace-abort-on-error): Add custom variable
3247 to whitespace to abort a write-file if whitespace is detected in file.
3248
3249 * whitespace.el (whitespace-write-file-hook): Hook to be called
3250 when writing a file. If `whitespace-abort-on-error' is set, the
3251 write will abort on detecting whitespaces.
3252 If `whitespace-auto-cleanup' is set, the file will be cleaned
3253 automatically prior to writing.
3254
3255 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3256 whitespaces in the error output!
3257
3258 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3259 `indent-tabs-mode', since the latter notes user preferences on
3260 TABs anyway.
3261
3262 * whitespace.el (whitespace-version): 3.1. All of the above issues
3263 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3264
3265 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3266
3267 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3268 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3269
3270 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3271
3272 2001-08-20 Alex Schroeder <alex@gnu.org>
3273
3274 * sql.el (sql-db2): Doc change.
3275
3276 2001-08-20 Alex Schroeder <alex@gnu.org>
3277
3278 * sql.el (sql-postgres): Add the database at the end of the
3279 parameters instead of at the beginning.
3280 (sql-postgres-options): Doc change.
3281
3282 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3283
3284 * custom.el (defcustom): Doc fix.
3285
3286 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3287
3288 * ps-mule.el (find-composition): Check if (char-after POS)
3289 returns a valid character.
3290
3291 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3292
3293 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3294 original-point for extra CR characters that are added/removed when
3295 the buffer is written/read whose EOL type is -dos.
3296
3297 2001-08-16 Miles Bader <miles@gnu.org>
3298
3299 * simple.el (line-move): Undo previous change.
3300
3301 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3302 property to input-terminating `boundary' overlays to avoid
3303 line-move wierdness.
3304
3305 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3306
3307 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3308 buffer in a save-restriction. Under one test case with Ediff,
3309 window-scroll-functions are run with a window start that's
3310 temporarily outside of the restriction.
3311
3312 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3313
3314 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3315 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3316 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3317 (texinfo-update-menu-region-beginning)
3318 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3319 command, @ifnottex, to regexps, so it is found.
3320
3321 2001-08-16 Andrew Innes <andrewi@gnu.org>
3322
3323 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3324 (DONTCOMPILE): Omit sc.el.
3325
3326 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3327 (DONTCOMPILE): Omit sc.el.
3328
3329 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3330
3331 * replace.el (occur): Bind inhibit-read-only to t.
3332
3333 2001-08-16 Miles Bader <miles@gnu.org>
3334
3335 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3336 calling `constrain-to-field', to avoid problems with comint prompts.
3337
3338 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3339
3340 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3341 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3342
3343 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3344 of a while-loop.
3345
3346 * Makefile.in (DONTCOMPILE): Remove sc.el.
3347
3348 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3349 Don't include term/.
3350
3351 * mail/sc.el: Moved to obsolete/.
3352
3353 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3354
3355 * ps-print.el: Change error function arguments to follow Emacs
3356 message convention. Doc fix.
3357 (ps-print-version): New version number (6.5.4).
3358 (coding-system-for-write): Change declaration position to avoid
3359 XEmacs compilation gripes.
3360 (coding-system-for-read, buffer-file-coding-system):
3361 Declarations to avoid XEmacs compilation gripes.
3362
3363 * ps-mule.el: Doc fix.
3364 (ps-mule-encode-header-string): If STRING is not a string, replace
3365 STRING by empty string.
3366
3367 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3368
3369 * frame.el (show-trailing-whitespace): Doc fix.
3370
3371 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3372
3373 * desktop.el (desktop-save): Insert the coding: tag before
3374 desktop-header.
3375
3376 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3377
3378 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3379 its path from $els.
3380
3381 * image.el (image-jpeg-p): Fix call of substring.
3382
3383 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3384
3385 * play/animate.el (animate-string): Doc fix. Use a buffer
3386 name with stars in it.
3387 (animate-sequence): New function.
3388 From Richard Stallman <rms@gnu.org>.
3389
3390 * frame.el (select-frame-set-input-focus): New function
3391 extracted from other-frame.
3392 (other-frame): Use it.
3393 (next-multiframe-window, previous-multiframe-window): Use it.
3394
3395 * isearch.el (isearch-other-meta-char): Don't switch to the
3396 buffer of a window clicked on, when the current buffer is
3397 in Isearch mode.
3398
3399 * image.el (image-jpeg-p): Test for APPn markers in the range
3400 #xe0..#xef.
3401
3402 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3403
3404 * desktop.el (desktop-save): Don't use concat to form a file
3405 name, use expand-file-name.
3406
3407 * mouse.el (mouse-delete-window): Do nothing if frame has just
3408 one window.
3409
3410 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3411 for the minor mode name.
3412
3413 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3414 minor mode name.
3415
3416 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3417 instead of make-mode-line-mouse2-map.
3418
3419 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3420 the minor mode name.
3421
3422 * emacs-lisp/easy-mmode.el (define-minor-mode):
3423 Use mode-line-minor-mode-keymap for the minor mode name.
3424
3425 * calendar/calendar.el (calendar-mode-line-format):
3426 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3427
3428 * bindings.el (make-mode-line-mouse-map): Renamed from
3429 make-mode-line-mouse2-map. Take additional arg MOUSE.
3430 (mode-line-modified): Use mouse-3 instead of mouse-2.
3431 (mode-line-buffer-identification-keymap): Bind keys differently.
3432 (propertized-buffer-identification): Adapt help-echo to new bindings.
3433
3434 * bindings.el (mode-line-format): Specify help-echo for line
3435 number, column number and buffer-percent part of the mode-line.
3436
3437 * image.el (image-type-regexps): Allow whitespace at the start
3438 of the image data for XPM, XBM and Postscript, which are
3439 text files.
3440 (image-jpeg-p): Correct calculation of next field offset.
3441
3442 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3443
3444 * battery.el: Fix typo.
3445
3446 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3447
3448 * image.el (image-type-regexps): Allow predicates. Change the way
3449 JPEG images are recognized.
3450 (image-jpeg-p): New function.
3451 (image-type-from-data): Handle predicates in image-type-regexps.
3452
3453 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3454 #:, #x, #o, and similar constructs.
3455
3456 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3457
3458 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3459
3460 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3461 instead of `progn'.
3462
3463 * tar-mode.el (tar-extract): Avoid generating a new buffer
3464 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3465
3466 * textmodes/paragraphs.el (forward-sentence): Avoid building
3467 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3468
3469 * progmodes/executable.el (executable-set-magic):
3470 If executable-find returns a quoted file name, unquote it before
3471 inserting it.
3472
3473 * image.el (image-type-regexps): For JPEG files, use a regexp
3474 derived from the JFIF spec.
3475
3476 * image.el (image-type-regexps): Use `\`' instead of `^' in
3477 most regular expressions.
3478
3479 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3480
3481 * play/animate.el: Re-insert a reference to re-inserted function.
3482
3483 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3484
3485 * help.el (describe-function-1): Use find-function-search-for-symbol
3486 instead of find-function-noselect because the latter follows aliases.
3487
3488 * play/animate.el (animate-birthday-present): Re-insert.
3489
3490 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3491 Handle old-style menu definitions.
3492
3493 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3494
3495 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3496 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3497
3498 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3499 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3500 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3501
3502 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3503
3504 * textmodes/tildify.el: Milan Zamazal has new address.
3505
3506 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3507
3508 * custom.el (custom-set-variables): Don't test `custom-requests'
3509 properties, check the third element of the options passed to
3510 custom-set-variables instead.
3511
3512 * info.el (info-insert-file-contents): Use info-file-exists-p
3513 instead of file-exists-p.
3514
3515 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3516 the mode-line face is restored. Fix several bugs.
3517
3518 * replace.el (perform-replace): Doc fix.
3519
3520 2001-08-02 Francesco Potorti` <pot@gnu.org>
3521
3522 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3523 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3524 (uniquify-fix-item-base, uniquify-fix-item-filename)
3525 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3526 Callers changed.
3527 (uniquify-set-proposed): Changed to work with a vector item.
3528 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3529 the fix list, and a list of strings for the non-file buffer
3530 names. Both changes reduce consing.
3531 (uniquify-rationalize-a-list): Local variable renaming.
3532 (uniquify-rationalize-conflicting-sublist): Use member instead of
3533 assoc.
3534 (uniquify-rename-buffer): Use unless instead of if not.
3535
3536 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3537
3538 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3539
3540 * custom.el (custom-set-variables): Set options with :require
3541 clauses last.
3542
3543 * custom.el (defcustom): Doc fix.
3544
3545 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3546
3547 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3548
3549 * man.el (man): Mention Man-switches in the doc string.
3550 (Man-switches): Mention -a in the doc string.
3551
3552 * textmodes/ispell.el (ispell-alternate-dictionary):
3553 Add /usr/share/lib/dict/words, for Irix.
3554
3555 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3556 corresponding non-kp keys. Suggested by Stephen Gildea
3557 <gildea@stop.mail-abuse.org>.
3558
3559 2001-08-01 Francesco Potorti` <pot@gnu.org>
3560
3561 * uniquify.el: These changes correct a corner case that the old
3562 code managed correctly.
3563 (uniquify-fix-item-proposed): Renamed from
3564 uniquify-fix-item-min-proposed.
3565 (uniquify-set-proposed): New function.
3566 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3567 clarity and speed.
3568 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3569 This is equivalent to what the old code did.
3570 (uniquify-rationalize-a-list): Never recompute the proposed
3571 name. Sort the conflicting sublist before rationalising it: this
3572 is equivalent to what the old code did, but one directory element
3573 at a time, and only when necessary.
3574 (uniquify-rationalize-conflicting-sublist): Recompute here the
3575 proposed name.
3576
3577 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3578
3579 * play/animate.el: Add Keywords and Maintainer. Remove a
3580 reference to a removed function.
3581
3582 * play/animate.el (animate-string): Handle case that the string is
3583 longer than the window is wide.
3584
3585 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3586
3587 * desktop.el (desktop-save): Bind coding-system-for-write to
3588 `emacs-mule' for write-region.
3589
3590 * delsel.el (delete-selection-pre-hook): Don't set this-command
3591 to `ignore' if the region is empty.
3592
3593 * international/mule.el (set-keyboard-coding-system):
3594 Set keyboard-coding-system.
3595
3596 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3597 before accessing it.
3598
3599 2001-07-30 Andreas Schwab <schwab@suse.de>
3600
3601 * menu-bar.el (toggle-highlight-paren-mode):
3602 Use `(show-paren-mode)' as body.
3603
3604 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3605
3606 * vc.el (vc-checkout-hook): New hook.
3607 (vc-checkout): Run it.
3608
3609 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3610
3611 * progmodes/make-mode.el (makefile-macroassign-regex):
3612 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3613
3614 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3615
3616 * vc.el (vc-switch-backend): Fix autoload cookie.
3617
3618 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3619 the desktop file.
3620
3621 2001-07-30 Simon Josefsson <jas@extundo.com>
3622
3623 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3624 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3625
3626 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3627
3628 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3629 (last-sexp-toggle-display): Renamed from last-sexp-print.
3630 (last-sexp-toggle-display, eval-last-sexp-1):
3631 Use last-sexp-setup-props.
3632
3633 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3634 New user-options.
3635 (mouse-wheel-change-button): New function.
3636 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3637 (mwheel-scroll): Ditto.
3638
3639 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3640
3641 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3642 `...', compare with unabbreviated printed representation instead.
3643 (last-sexp-print): Bind print-length and print-level to nil.
3644
3645 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3646 before assigning text properties. Make properties rear-nonsticky.
3647
3648 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3649 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3650 <mouse-2> and <RET> in that map to a function printing the
3651 unabbreviated value.
3652
3653 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3654 is a buffer, put a text property `printed-value' on the printed
3655 representation, with the Lisp object printed as value.
3656
3657 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3658
3659 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3660 Mention the effect of eval-expression-print-length and
3661 eval-expression-print-level in the doc strings. Suggested by
3662 Kevin Gallagher <kevingal@onramp.net>.
3663
3664 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3665
3666 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3667 for buttons > 3.
3668 (xterm-mouse-translate): Handle the case that we don't get a
3669 down-event.
3670
3671 * emacs-lisp/find-func.el (find-function-regexp):
3672 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3673 in front of the function name.
3674
3675 * isearch.el (isearch-other-meta-char): Fix last change.
3676
3677 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3678 similar events for which fake prefix keys are generated. It's no
3679 longer necessary since read_key_sequence doesn't modify these
3680 events for internal purposes anymore.
3681
3682 * files.el (auto-mode-alist): Use nroff-mode for files ending
3683 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3684
3685 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3686
3687 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3688 tool-bar-lines parameter, behave as if its value were zero.
3689 (mouse-avoidance-set-pointer-shape): Don't do anything if
3690 x-pointer-shape is not boundp.
3691
3692 2001-07-23 Francesco Potorti` <pot@gnu.org>
3693
3694 * uniquify.el: Overall speedup changes when using many buffers.
3695 (uniquify-fix-item-base, uniquify-fix-item-filename)
3696 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3697 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3698 place in the item, but was never used.
3699 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3700 in the item is now used as cache for the proposed name.
3701 (uniquify-rationalize-file-buffer-names): Move computation made on
3702 newbuffile out of the loop, in the newbuffile-nd local var.
3703 Use dolist (cosmetic change). Compute the proposed name for the most
3704 common case and cache it in the fourth place in the item.
3705 (uniquify-rationalize-file-buffer-names): Used to return a a list
3706 of buffer whose name was changed, but that return value was never used.
3707 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3708 the cached proposed name, does much less consing and is quicker.
3709 (uniquify-filename-lessp): Deleted.
3710 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3711 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3712 cached proposed name is possible.
3713 (uniquify-get-proposed-name): Arguments changed, callers changed.
3714 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3715 uniquify-possibly-resolvable flag, which is no more bound locally.
3716 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3717 flag, which does not exist any more.
3718
3719 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3720
3721 * term/internal.el (IT-unicode-translations): Fix the appearance of
3722 "6`".
3723
3724 * progmodes/compile.el (compile-internal): If EMACS is already
3725 defined in the environment, don't override its value.
3726
3727 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3728
3729 * play/fortune.el: Undo change of 2001-07-13.
3730 Fix autoload cookies. Add types to defcustoms.
3731 (fortune) <defgroup>: Add :link.
3732 (fortune-from-region): Use eq, not eql.
3733 From Dave Love <fx@gnu.org>.
3734
3735 * play/animate.el (animate-birthday-present): Function removed.
3736
3737 * play/animate.el: New file.
3738
3739 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3740
3741 * startup.el (normal-top-level-add-subdirs-to-load-path):
3742 On Windows, put into normal-top-level-add-subdirs-inode-list the
3743 canonicalized names of the directories instead of inode numbers.
3744
3745 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3746
3747 * ediff-util.el: Copyright years.
3748 (ediff-choose-syntax-table): New function.
3749 (ediff-setup): Use ediff-choose-syntax-table.
3750 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3751 vc-state is available.
3752 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3753
3754 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3755 with-syntax-table.
3756 (ediff-coding-system-for-read): From ediff-diff.el
3757 (ediff-coding-system-for-write): New variable.
3758 (ediff-highest-priority): Fixed the bug having to do with disappearing
3759 overlays.
3760 (ediff-file-remote-p): Use file-remote-p, if available.
3761 (ediff-listable-file): New function.
3762 (ediff-file-attributes): Use ediff-listable-file.
3763
3764 * ediff-mult.el (ediff-meta-insert-file-info1):
3765 Use ediff-listable-file.
3766
3767 * ediff-ptch.el (ediff-prompt-for-patch-file):
3768 Use ediff-coding-system-for-read.
3769 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3770
3771 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3772 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3773
3774 * ediff.el: Date of last update, copyright years.
3775
3776 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3777
3778 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3779 of Scott Bronson.
3780 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3781 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3782 Deleted functions.
3783 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3784 ex-token-list.
3785 (viper-get-ex-address-subr): Convert registers to char data type.
3786
3787 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3788 (viper-memq-char): Use viper-int-to-char.
3789 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3790 vc-locking-state.
3791 (viper-read-key): Use viper-read-key-sequence.
3792
3793 * viper.el (viper-major-mode-modifier-list):
3794 Added inferior-emacs-lisp-mode.
3795 (this-major-mode-requires-vi-state): New function that uses simple
3796 heuristics to decide if vi state is appropriate.
3797 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3798 (viper-non-hook-settings): Don't advise read-key-sequence.
3799 (viper-read-key-sequence): New function that replaces the
3800 previously used advice to read-key-sequence.
3801
3802 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3803 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3804 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3805 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3806 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3807 Got rid of the negative character hack.
3808 (viper-escape-to-state,viper-replace-state-exit-cmd):
3809 Use viper-read-key-sequence.
3810 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3811 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3812 Don't override existing minibuffer-setup-hook.
3813 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3814 Convert registers to char data type.
3815 (viper-autoindent): Use viper-indent-line.
3816
3817 * viper-keym.el: Use viper-exec-key-in-emacs.
3818
3819 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3820
3821 * server.el (server-visit-files): Fix variable name typo.
3822
3823 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3824
3825 * simple.el (delete-trailing-whitespace): Save match data
3826 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3827
3828 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3829
3830 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3831 return a this-error using the alternative format (a pair of markers).
3832
3833 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3834
3835 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3836
3837 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3838 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3839
3840 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3841
3842 * international/iso-transl.el: Fix typo in the header of the file.
3843
3844 * textmodes/picture.el (picture): Doc fix.
3845
3846 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3847 follow coding conventions in generated files.
3848
3849 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3850
3851 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3852 (tool-bar-add-item): Don't call image-related primitives if the
3853 display doesn't support images.
3854
3855 * frame.el (display-images-p): New function.
3856
3857 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3858
3859 * server.el (server-visit-files): Handle the case the specified
3860 column number is <= 0.
3861
3862 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3863
3864 * startup.el (command-line-1): Add support for +LINE:COLUMN
3865 command line argument.
3866
3867 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3868
3869 * server.el (server-process-filter, server-visit-files):
3870 Add support for +LINE:COLUMN style emacsclient calls.
3871
3872 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3873
3874 * emacs-lisp/easy-mmode.el: Add Keywords header.
3875
3876 * play/pong.el: Author has new address.
3877
3878 * play/landmark.el: Author is no more reachable.
3879
3880 * play/handwrite.el: Author is no more reachable.
3881
3882 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3883
3884 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3885 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3886 Complete bindings for F<1..12> keys.
3887 (global-map): Remove `undo' binding (already in the default).
3888 Replace `t<n>' bindings with `f<n>' bindings.
3889
3890 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3891
3892 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3893 (tcl-mode): Use tcl-add-log-defun.
3894 (tcl-indent-line): Use tcl-calculate-indent.
3895 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3896 (tcl-indent-exp): Renamed from indent-tcl-exp.
3897 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3898 (tcl-indent-for-comment): Call comment-indent-function properly
3899 and handle the case where it returns nil.
3900
3901 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3902
3903 * calendar/cal-islam.el (calendar-goto-islamic-date):
3904 Remove autoload cookie.
3905
3906 * calendar/calendar.el (calendar-goto-islamic-date):
3907 Add call to autoload.
3908
3909 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3910
3911 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3912 Don't change compile-auto-highlight globally.
3913 Don't bother with `font-lock-defaults' property since XEmacs
3914 also understands the `font-lock-defaults' variable.
3915 Use make-local-variable rather than make-variable-buffer-local.
3916 Don't `defconst' comment-indent-function: keep the default.
3917 Call easy-menu-add unconditionally.
3918 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3919 (ada-create-menu): Use :included for Emacs as well.
3920
3921 * vc.el (vc-do-command): Autoload.
3922
3923 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3924
3925 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3926
3927 * ps-print.el: Fix Author: header.
3928
3929 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3930
3931 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3932 mouse-1 etc., bind them to `ignore'.
3933
3934 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3935 send-invisible, which is already defined in Comint.
3936 (eshell-watch-for-password-prompt): Use it.
3937
3938 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3939
3940 * which-func.el (which-func-mode): Doc fix.
3941
3942 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3943 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3944 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3945 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3946 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3947 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3948 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3949 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3950 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3951 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3952 * emulation/edt-mapper.el, emulation/edt-pc.el,
3953 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3954 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3955 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3956 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3957 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3958 * international/isearch-x.el, international/iso-cvt.el,
3959 * international/ogonek.el, international/quail.el,
3960 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3961 * language/devanagari.el, language/ethio-util.el,
3962 * language/ethiopic.el, language/european.el, language/indian.el,
3963 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3964 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3965 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3966 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3967 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3968 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3969 * progmodes/autoconf.el, progmodes/cmacexp.el,
3970 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3971 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3972 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3973 * progmodes/ebnf2ps.el, progmodes/executable.el,
3974 * progmodes/fortran.el, progmodes/idlw-shell.el,
3975 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3976 * progmodes/m4-mode.el, progmodes/mantemp.el,
3977 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3978 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3979 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3980 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3981 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3982 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3983 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3984 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3985 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3986 * textmodes/two-column.el, time-stamp.el, timezone.el,
3987 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3988 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3989 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
3990 conventions.
3991
3992 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3993
3994 * simple.el (set-variable): Require 'cus-edit' instead of
3995 `wid-edit', so that the Custom widgets get defined.
3996
3997 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3998
3999 * allout.el: A fix to follow coding conventions.
4000
4001 * find-lisp.el: A fix to follow coding conventions.
4002
4003 * term/w32-win.el: A fix to follow coding conventions.
4004
4005 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4006
4007 * term/xterm.el: A fix to follow coding conventions.
4008
4009 * term/news.el: A fix to follow coding conventions.
4010
4011 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4012 header line fixed.
4013
4014 * sun-curs.el: Fix Maintainer: header line.
4015
4016 * emacs-lisp/easymenu.el: Address of the author added.
4017
4018 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4019
4020 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4021 property.
4022
4023 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4024
4025 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4026 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4027 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4028 Some fixes to follow coding conventions.
4029
4030 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4031
4032 * which-func.el (which-func-mode): Doc fix.
4033
4034 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4035
4036 * net/rcompile.el (remote-compile): Use make-local-variable.
4037
4038 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4039
4040 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4041
4042 * mail/reporter.el (reporter-submit-bug-report):
4043 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4044
4045 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4046
4047 * calendar/cal-china.el, calendar/cal-coptic.el,
4048 * calendar/cal-dst.el, calendar/cal-french.el,
4049 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4050 * calendar/cal-iso.el, calendar/cal-julian.el,
4051 * calendar/cal-mayan.el, calendar/cal-persia.el,
4052 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4053 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4054 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4055 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4056 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4057 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4058 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4059 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4060 * progmodes/ada-xref.el, progmodes/cc-align.el,
4061 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4062 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4063 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4064 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4065 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4066 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4067 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4068 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4069 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4070 * textmodes/reftex.el: Some fixes to follow coding
4071 conventions in Eshell files with known maintainers.
4072
4073 * emulation/viper.el: A fix to follow coding conventions.
4074
4075 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4076 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4077 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4078 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4079 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4080 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4081 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4082 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4083 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4084 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4085 conventions in Eshell files.
4086
4087 * composite.el, diff.el, emacs-lisp/levents.el,
4088 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4089 * emulation/pc-mode.el, emulation/viper-cmd.el,
4090 * emulation/viper-ex.el, emulation/viper-init.el,
4091 * emulation/viper-keym.el, emulation/viper-macs.el,
4092 * emulation/viper-mous.el, emulation/viper-util.el,
4093 * emulation/viper.el, forms-pass.el, international/ccl.el,
4094 * international/characters.el, international/encoded-kb.el,
4095 * international/fontset.el, international/ja-dic-cnv.el,
4096 * international/ja-dic-utl.el, international/kinsoku.el,
4097 * international/kkc.el, international/mule-cmds.el,
4098 * international/mule-diag.el, international/mule-util.el,
4099 * international/mule.el, international/titdic-cnv.el,
4100 * language/china-util.el, language/chinese.el,
4101 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4102 * language/greek.el, language/hebrew.el, language/japan-util.el,
4103 * language/japanese.el, language/korea-util.el, language/korean.el,
4104 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4105 * language/slovak.el, language/thai-util.el, language/thai.el,
4106 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4107 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4108 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4109 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4110 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4111 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4112 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4113 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4114 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4115 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4116 to follow coding conventions in files without maintainer or in files
4117 with clear maintainer (but without Maintainer header stating so).
4118
4119 * emacs-lisp/elp.el: A fix to follow coding conventions.
4120
4121 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4122 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4123 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4124 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4125 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4126 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4127 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4128 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4129 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4130 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4131 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4132 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4133 conventions in files from Gnus.
4134
4135 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4136 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4137 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4138 * echistory.el, electric.el, emacs-lisp/authors.el,
4139 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4140 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4141 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4142 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4143 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4144 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4145 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4146 * international/codepage.el, international/iso-ascii.el,
4147 * international/iso-insert.el, international/iso-transl.el,
4148 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4149 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4150 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4151 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4152 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4153 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4154 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4155 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4156 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4157 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4158 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4159 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4160 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4161 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4162 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4163 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4164 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4165 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4166 * textmodes/tex-mode.el, textmodes/text-mode.el,
4167 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4168 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4169 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4170 files maintained by FSF.
4171
4172 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4173
4174 * arc-mode.el: A fix to follow coding conventions.
4175
4176 * bindings.el: Ditto.
4177
4178 * cdl.el: Ditto.
4179
4180 * comint.el: Ditto.
4181
4182 * cus-start.el: Ditto.
4183
4184 * shell.el: Ditto.
4185
4186 * skeleton.el: Ditto.
4187
4188 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4189
4190 * info.el (Info-build-node-completions):
4191 Make Info-current-file-completions buffer local.
4192
4193 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4194
4195 * which-func.el (which-func-mode, which-func-ff-hook)
4196 (which-function-mode): Remove references to which-func-mode-global.
4197
4198 * calendar/cal-islam.el (calendar-goto-islamic-date):
4199 Add autoload cookie.
4200
4201 * play/fortune.el: Add types to defcustoms.
4202
4203 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4204
4205 * language/czech.el: A fix to follow coding conventions.
4206
4207 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4208
4209 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4210 to the extension list, for antlr-mode. From Christoph Wedler
4211 <Christoph.Wedler@sap.com>.
4212
4213 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4214
4215 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4216 (vc-dired-mode-map): Fix the madness.
4217
4218 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4219 (vc-prefix-map): Moved back from vc.el.
4220
4221 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4222
4223 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4224 Increase the size of the obarray.
4225 (mail-extr-all-top-level-domains): Add more toplevel domains,
4226 add more long names.
4227 From: Per Starback <starback@ling.uu.se>.
4228
4229 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4230
4231 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4232 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4233
4234 * progmodes/ada-mode.el: Ditto.
4235
4236 * progmodes/ada-xref.el: Ditto.
4237
4238 2001-07-11 Miles Bader <miles@gnu.org>
4239
4240 * finder.el (finder-insert-at-column): Also move to the next line
4241 if exactly at COLUMN.
4242
4243 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4244
4245 * help.el (describe-function-1): When printing FUNCTION's
4246 documentation, don't assume FUNCTION is a symbol.
4247
4248 * startup.el (normal-top-level): Don't operate on the initial
4249 frame if we failed to create one.
4250
4251 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4252
4253 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4254 itself, i.e. only indent the contents in it.
4255
4256 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4257
4258 * mail/rmail.el (rmail-show-message): Show beginning of message in
4259 all windows containing it.
4260
4261 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4262
4263 * term/tty-colors.el: Fix the header line and copyright years.
4264
4265 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4266
4267 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4268 original definition has an interactive form, but is Elp
4269 instrumented, use the interactive form of the function called by
4270 elp-wrapper.
4271
4272 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4273 configurations with compare-window-configuration; they aren't
4274 window configurations.
4275
4276 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4277 from the server for the format we expect. Don't use it if it
4278 doesn't look like what the Internet draft for FTP extensions specifies.
4279
4280 * toolbar/*.pbm: Cleaned up.
4281 From Luis Fernandes <elf@ee.ryerson.ca>.
4282
4283 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4284
4285 * cc-cmds.el: Extended the kludge to interoperate with the
4286 delsel and pending-del packages wrt to the new function
4287 `c-electric-delete-forward'.
4288
4289 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4290
4291 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4292 to delay the call to <mode> for global minor modes.
4293 (easy-mmode-define-navigation): Only recenter if interactive.
4294
4295 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4296
4297 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4298 to lisp-indent-line.
4299
4300 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4301 from the server. Call encode-time only when we are sure that we
4302 got a 213 response.
4303
4304 2001-07-06 Simon Josefsson <jas@extundo.com>
4305
4306 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4307 (mail-envelope-from): New user option.
4308 (sendmail-send-it): Use it.
4309
4310 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4311
4312 * ps-print.el: Use locale dependant date to print date in header.
4313 Doc fix.
4314 (ps-print-version): New version number (6.5.3).
4315 (ps-right-header, ps-right-footer): Initialization and doc fix.
4316 (ps-time-stamp-locale-default): New fun.
4317
4318 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4319
4320 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4321 field problem with MIME-mode.
4322
4323 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4324
4325 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4326
4327 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4328 MIME-mode.
4329
4330 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4331
4332 * bindings.el (mode-line-mule-info): Don't show the tip with
4333 buffer-file-coding-system if that is nil.
4334
4335 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4336
4337 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4338 instead of kill-line.
4339
4340 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4341 <Pavel@Janik.cz>.
4342
4343 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4344 <Pavel@Janik.cz>.
4345
4346 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4347
4348 * font-lock.el (c-font-lock-keywords-3): When matching something
4349 like `struct X Y', finish with point after Y.
4350
4351 2001-07-04 Simon Josefsson <jas@extundo.com>
4352
4353 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4354 in caller buffer.
4355
4356 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4357
4358 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4359 instead of string-match to find the basename of the file.
4360 From Pascal Obry <p.obry@wanadoo.fr>.
4361
4362 * net/browse-url.el (browse-url-default-windows-browser):
4363 Support the MS-DOS port when it runs on Windows.
4364 (browse-url-browser-function) [ms-dos]: Default to
4365 browse-url-default-windows-browser.
4366
4367 * help.el (locate-library): Enable code that looks for compressed
4368 libraries if auto-compression-mode is on.
4369
4370 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4371
4372 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4373
4374 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4375
4376 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4377
4378 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4379
4380 * allout.el: Fix the header line, so that finder.el recognizes it.
4381 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4382
4383 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4384 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4385
4386 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4387
4388 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4389
4390 * ps-bdf.el (bdf-directory-list): Use the value relative to
4391 installation-directory for MS-Windows as well.
4392
4393 2001-06-29 Richard M. Stallman <rms@gnu.org>
4394
4395 * wid-edit.el (widget-color-sample-face-get):
4396 Return ((foreground-color . COLOR)) instead of constructing a face.
4397
4398 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4399
4400 * faces.el (region): Change the background color for the
4401 light-background color display to lightgoldenrod2, to make it
4402 visible on some laptops.
4403
4404 2001-06-28 Richard M. Stallman <rms@gnu.org>
4405
4406 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4407 (rmail-msg-restore-non-pruned-header): Likewise.
4408 If point was in the old pruned header, put it at the top.
4409 (rmail-msg-prune-header): If point was at the top, keep it there.
4410
4411 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4412 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4413
4414 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4415
4416 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4417
4418 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4419
4420 * saveplace.el: Update maintainer email address.
4421
4422 2001-06-27 Francesco Potorti` <pot@gnu.org>
4423
4424 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4425 Undo previous change.
4426
4427 2001-06-27 Francesco Potorti` <pot@gnu.org>
4428
4429 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4430 preliminary quick reordering. Can speed things up dramatically.
4431
4432 2001-06-26 Richard M. Stallman <rms@gnu.org>
4433
4434 * dired.el (dired-get-filename): A file name starting with ~
4435 is not absolute in this context.
4436
4437 * which-func.el (which-func-maxout): Increase default to 500000.
4438 (which-function-mode): This is now the "real" name of the function.
4439 (which-func-mode): Now an alias.
4440 (which-func-mode-global): Name deleted.
4441
4442 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4443 button-2, when binding hs-mouse-toggle-hiding.
4444
4445 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4446
4447 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4448 (rmail-msg-prune-header): Likewise.
4449 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4450 and `rmail-msg-prune-header'.
4451
4452 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4453
4454 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4455 back than LINEBEG.
4456
4457 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4458
4459 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4460 window where they clicked the mouse has a header line, adjust
4461 vertical movement by one.
4462
4463 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4464
4465 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4466 too when separating a parenthesis.
4467
4468 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4469
4470 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4471 (bookmark-bmenu-hide-filenames): Add help-echo to
4472 mouse-highlighted text.
4473 (bookmark-bmenu-show-filenames): Remove help-echo property from
4474 the whitespace.
4475
4476 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4477
4478 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4479 From Karl Eichwalder <ke@suse.de>.
4480
4481 2001-06-23 Richard M. Stallman <rms@gnu.org>
4482
4483 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4484
4485 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4486 contents for completing-read.
4487
4488 2001-06-22 Richard M. Stallman <rms@gnu.org>
4489
4490 * menu-bar.el (menu-bar-make-toggle): Construct the
4491 function's doc string from HELP, not DOC, and make it accurate by
4492 adding "Toggle whether to " at the front and downcasing the initial.
4493 Change the HELP arg in some calls to make it fit this usage.
4494
4495 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4496 Undo previous change.
4497
4498 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4499
4500 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4501
4502 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4503
4504 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4505
4506 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4507
4508 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4509
4510 2001-06-20 Richard M. Stallman <rms@gnu.org>
4511
4512 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4513 broken out from dabbrev--find-expansion. Handle minibuffer
4514 specially here.
4515 (dabbrev--find-expansion): Simplify code in various ways.
4516 Don't treat minibuffers specially.
4517 Call dabbrev--make-friend-buffer-list.
4518 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4519 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4520
4521 2001-06-19 John Wiegley <johnw@gnu.org>
4522
4523 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4524 Also, added a comment describing how to greatly speedup Eshell
4525 loadup time, by concatenating together all of Eshell's .elc files.
4526
4527 2001-06-19 John Wiegley <johnw@gnu.org>
4528
4529 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4530
4531 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4532
4533 * woman.el (WoMan-highlight-references): Add help-echo to
4534 mouse-highlighted text.
4535
4536 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4537
4538 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4539
4540 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4541
4542 * international/quail.el (quail-start-conversion):
4543 Reset quail-translating to nil.
4544
4545 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4546 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4547
4548 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4549
4550 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4551 mouse-highlighted text.
4552
4553 * dired.el (dired-mark-pop-up): Fix last change.
4554
4555 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4556
4557 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4558 mouse-highlighted text.
4559
4560 * net/quickurl.el (quickurl-url-file): Run through
4561 convert-standard-filename.
4562 (quickurl-list-populate-buffer): Add help-echo to
4563 mouse-highlighted text.
4564 (top-level): Update Dave's URL.
4565
4566 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4567 mouse-highlighted text.
4568
4569 * textmodes/page-ext.el (pages-copy-header-and-position):
4570 Add help-echo to mouse-highlighted text.
4571
4572 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4573 mouse-highlighted text.
4574
4575 * replace.el (occur): Add help-echo to mouse-highlighted text.
4576
4577 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4578 mouse-highlighted text.
4579
4580 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4581 mouse-highlighted text.
4582
4583 * progmodes/compile.el (compile-reinitialize-errors):
4584 Add help-echo to mouse-highlighted messages.
4585 (compilation-forget-errors): Remove help-echo property as well.
4586
4587 * play/landmark.el (lm-plot-square, lm-init-display):
4588 Add help-echo to mouse-highlighted text.
4589
4590 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4591 Add help-echo to mouse-highlighted text.
4592
4593 * dired.el (dired-insert-set-properties): Add help-echo to
4594 mouse-highlighted text.
4595 (dired-mark-pop-up): Remove help-echo property from the file name.
4596
4597 * comint.el (comint-send-input): Add help-echo to
4598 mouse-highlighted text.
4599
4600 * buff-menu.el (list-buffers-noselect): Add help-echo to
4601 mouse-highlighted text.
4602
4603 * arc-mode.el (archive-summarize-files): Add help-echo to
4604 mouse-highlighted text.
4605
4606 * ffap.el (ffap-machine-p): Always return nil if
4607 open-network-stream is not fboundp.
4608
4609 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4610
4611 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4612 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4613 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4614 incorrectly binding chars between 128 and 256 to it.
4615 (sgml-maybe-name-self): Handle latin-1 chars properly.
4616 (sgml-tags-invisible): Bind buffer-file-name to nil.
4617 Use unwind-protect and restore-buffer-modified-p.
4618 (sgml-point-entered): Use buffer-substring-no-properties.
4619 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4620 (html-mode): Don't force `imenu-sort-function'.
4621
4622 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4623
4624 * tar-mode.el: Fix the copyright notice.
4625
4626 * font-lock.el (font-lock-comment-face): For tty's with dark
4627 background, use "red1", since "lightred" is not one of the colors
4628 recognized by tty-colors.el.
4629
4630 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4631 create a buffer for extracted file, in case there's more than one
4632 file by that name in an archive, possibly in different
4633 directories. From Kevin Rodgers <kevinr@ihs.com>.
4634
4635 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4636 <alex@gnu.org>.
4637
4638 2001-06-15 Miles Bader <miles@gnu.org>
4639
4640 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4641 Revert previous change.
4642
4643 2001-06-14 Richard M. Stallman <rms@gnu.org>
4644
4645 * replace.el (keep-lines-read-args): Return just a regexp.
4646 Provide nil for the region args.
4647 (keep-lines, flush-lines, how-many):
4648 Calculate the defaults for the region here, when args are nil.
4649
4650 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4651
4652 * rot13.el (rot13-other-window): Some more doc fix.
4653
4654 2001-06-14 Per Starback <starback@ling.uu.se>
4655
4656 * replace.el (case-replace, query-replace-from-history-variable)
4657 (query-replace-to-history-variable, keep-lines-read-args)
4658 (occur-revert-function, query-replace-help): Dox fix.
4659
4660 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4661
4662 * rot13.el (rot13-other-window): Doc fix.
4663
4664 2001-06-14 Miles Bader <miles@gnu.org>
4665
4666 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4667 of " and \ to "." (punctuation).
4668 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4669
4670 2001-06-13 Richard M. Stallman <rms@gnu.org>
4671
4672 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4673
4674 * simple.el (shell-command-on-region): Never kill the
4675 *Shell Command Output* buffer.
4676
4677 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4678
4679 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4680
4681 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4682
4683 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4684 New var, to recognize ${ $' and PODs.
4685 (perl-font-lock-syntactic-face-function): New function.
4686 (perl-mode): Use them.
4687 (perl-continuation-line-p): New function, from perl-calculate-indent.
4688 (perl-calculate-indent): Use it, to properly handle continuation
4689 lines of continuation lines.
4690
4691 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4692
4693 * server.el (server-process, server-buffer-clients): Doc fix.
4694 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4695
4696 2001-06-09 John Wiegley <johnw@gnu.org>
4697
4698 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4699 test if the last command was Lisp or not.
4700 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4701 B x C".
4702
4703 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4704
4705 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4706 general one on compile.el supports drive letters.
4707
4708 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4709
4710 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4711 key description.
4712
4713 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4714
4715 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4716 (reftex-toc-jump): New command.
4717
4718 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4719 to parse international characters as well.
4720
4721 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4722 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4723
4724 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4725
4726 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4727 TAB to the key separators.
4728
4729 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4730
4731 * international/mule.el (auto-coding-alist): Remove redundant
4732 up-cased versions of the extensions (auto-coding-alist-lookup is
4733 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4734 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4735
4736 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4737
4738 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4739
4740 2001-06-01 Richard M. Stallman <rms@gnu.org>
4741
4742 * help.el (describe-variable): Put value on same line
4743 with preceding text, if it is short enough to look good that way.
4744
4745 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4746
4747 * term/internal.el (IT-unicode-translations): New variable.
4748 (IT-setup-unicode-display): New function.
4749
4750 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4751
4752 * ps-print.el: Handle before-string and after-string overlay properties
4753 in ps-print-*-with-faces commands. Doc fix.
4754 (ps-print-version): New version number (6.5.2).
4755 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4756 for XEmacs.
4757 (ps-prefix-quote): Doc fix.
4758 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4759 (ps-basic-plot-str, ps-plot-string): New funs.
4760
4761 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4762
4763 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4764 and :type spec.
4765
4766 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4767
4768 * international/mule-cmds.el (inactivate-input-method):
4769 Set input-method-function to nil.
4770
4771 * xml.el (xml-parse-tag): The document may contain invalid characters.
4772 From ShengHuo ZHU <zsh@cs.rochester.edu>
4773
4774 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4775
4776 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4777 `rmail-summary-line-decoder' if the message does not have
4778 a Subject: field.
4779
4780 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4781
4782 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4783 New variable.
4784 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4785 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4786 is non-nil.
4787
4788 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4789
4790 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4791
4792 2001-05-29 Sam Steingold <sds@gnu.org>
4793
4794 * faces.el (face-valid-attribute-values): Bind `valid' directly
4795 instead of using `setq'.
4796
4797 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4798 Use `tex-shell-buf'.
4799 (tex-shell-proc): Use `tex-shell-running'.
4800 (tex-shell-buf-no-error): New function.
4801 (tex-send-tex-command): Use it.
4802 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4803 (tex-kill-job): Check the process before calling `quit-process'.
4804
4805 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4806
4807 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4808 UTF-8 sequences.
4809
4810 2001-05-28 Miles Bader <miles@gnu.org>
4811
4812 * comint.el (comint-carriage-motion): Renamed from
4813 `comint-cr-magic'. Operate on the buffer instead of the string
4814 (for use as a comint post-output filter, instead of as a
4815 pre-output filter). Handle backspaces too. Add to the
4816 `comint-output-filter-functions' hook instead of
4817 `comint-preoutput-filter-functions'.
4818
4819 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4820
4821 * language/japan-util.el (japanese-hankaku): Prefer the charset
4822 `jisx0201' when the optional argument `ascii-only' is not specified.
4823 (japanese-hankaku-region): Ditto.
4824 From Katsumi Yamaoka <yamaoka@jpl.org>
4825
4826 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4827
4828 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4829 (outline-invisible-p): New function.
4830 (hide-leaves): Save excursion.
4831 (hide-other): Stop looping when reaching bobp.
4832
4833 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4834
4835 * cus-edit.el (custom-file): Fix last change.
4836
4837 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4838
4839 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4840 same definition in byte-compile-function-environment as `autoload'
4841 would put in `symbol-function'.
4842
4843 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4844 patch to correct the error message as well.
4845
4846 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4847
4848 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4849 unless ~/.emacs exists.
4850
4851 * novice.el (enable-command): If user-init-file is nil or does not
4852 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4853
4854 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4855
4856 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4857 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4858 Allow spaces around macro arguments.
4859 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4860 indent-for-tab-command.
4861 (latex-mode-map, plain-tex-mode-map): New keymaps.
4862 Inherit from tex-mode-map.
4863 (tex-common-initialization): Don't setup the keymap any more
4864 since it's now done right by define-derived-mode.
4865 (latex-mode): Set skeleton-end-hook to nil.
4866 (latex-skeleton-end-hook): Remove.
4867 (tex-latex-block, latex-insert-item): Simplify.
4868 (latex-syntax-after): Use following-char rather than char-after.
4869 (tex-discount-args-cmds, tex-count-words): New functions.
4870
4871 * textmodes/tildify.el (tildify-ignored-environments-alist):
4872 Recognize \verb* as well.
4873
4874 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4875 (perl-comment-indent): Simplify to let newcomment.el do its job.
4876 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4877 (perl-mark-function): Cleanup the namespace.
4878 (perl-calculate-indent): Don't be fooled by nested functions.
4879
4880 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4881
4882 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4883 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4884
4885 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4886
4887 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4888 actually be `\\'.
4889 (ctlau-b5-converter): Likewise.
4890
4891 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4892
4893 * international/titdic-cnv.el (quail-misc-package-ext-info):
4894 Change CTLauB.el to CTLau-b5.el.
4895
4896 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4897
4898 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4899 rather than beginning-of-line to avoid problems with fields.
4900 (gud-perldb-massage-args): Use unless and push.
4901 (gud-chdir-before-run): New var.
4902 (gud-common-init): Use it.
4903
4904 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4905
4906 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4907 delete entries for chinese-ctlau and chinese-ctlaub.
4908 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4909 chinese-ctlaub.
4910 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4911 New functions.
4912
4913 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4914
4915 * cus-edit.el (custom-comment-show): Remove debug code.
4916
4917 * language/japan-util.el (japanese-symbol-table): Fix handling of
4918 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4919
4920 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4921
4922 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4923 Renamed by removing the silly `-flag' suffix.
4924 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4925
4926 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4927
4928 * replace.el (keep-lines-read-args): Use `copy-marker'.
4929 (how-many): Save excursion properly.
4930 (occur-mode): Use define-derived-mode.
4931 (perform-replace): Use with-current-buffer.
4932
4933 2001-05-20 Richard M. Stallman <rms@gnu.org>
4934
4935 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4936
4937 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4938
4939 * info.el (Info-read-subfile): Widen before finding the
4940 desired node in the subfile.
4941
4942 * startup.el (command-line-1): When >2 files visited,
4943 leave the last one visible, and make that the selected window.
4944
4945 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4946
4947 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4948
4949 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4950
4951 * international/ccl.el (define-ccl-program): Fix a typo.
4952 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4953
4954 * international/mule.el (decode-char): Fix a typo. From Pavel
4955 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4956
4957 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4958 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4959
4960 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4961 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4962
4963 2001-05-18 Sam Steingold <sds@gnu.org>
4964
4965 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4966 and [RET] to `cvs-mode-find-file'.
4967
4968 2001-05-18 John Wiegley <johnw@gnu.org>
4969
4970 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4971 configuration variable, which determines the initial character
4972 that forces use of an external version of a command. The default
4973 is *, but may be set to \, for example.
4974
4975 * eshell/esh-ext.el (eshell-explicit-command):
4976 Use `eshell-explicit-command-char' instead of ?*.
4977
4978 * eshell/esh-cmd.el (eshell/which):
4979 Use `eshell-explicit-command-char' instead of ?*.
4980
4981 * eshell/em-cmpl.el (eshell-completion-command-name)
4982 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4983 instead of ?*.
4984
4985 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4986
4987 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4988 subst-char-in-string.
4989 (ange-ftp-after-parse-ls-hook): New variable.
4990 (ange-ftp-ls): Run that hook.
4991 From Peter Milliken <Peter.Milliken@GTECH.COM>.
4992
4993 * tmm.el (tmm-get-keymap): Fix handling of :filter.
4994 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
4995 text into *Completions*.
4996
4997 * net/goto-addr.el (goto-address-at-point): Deal with URLs
4998 part of which look like email addresses.
4999
5000 2001-05-18 Andrew Innes <andrewi@gnu.org>
5001
5002 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5003 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5004 cmd.exe's handling of FOR loops.
5005 (autoloads): Set find-file-suppress-same-file-warnings to t to
5006 avoid slew of spurious messages.
5007
5008 2001-05-18 Simon Josefsson <simon@josefsson.org>
5009
5010 * mail/smtpmail.el (maybe-append-domain): Renamed to
5011 `smtpmail-maybe-append-domain'.
5012 (smtpmail-via-smtp): Use the new name.
5013
5014 * net/browse-url.el (browse-url-browser-function): Add kde.
5015 (browse-url-kde-program, browse-url-kde-args): New variables.
5016 (browse-url-kde): New function.
5017
5018 2001-05-18 Miles Bader <miles@gnu.org>
5019
5020 * simple.el (delete-horizontal-space, just-one-space):
5021 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5022 because it's more efficient for large files.
5023
5024 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5025
5026 * mail/rmail.el (rmail-require-mime-maybe): New function.
5027 (rmail): Use it.
5028 (rmail-mode): Handle the case of finding Rmail files.
5029
5030 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5031 functions.
5032
5033 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5034
5035 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5036 text-property after moving to the beginning of line and regardless
5037 of the value of font-lock-multiline.
5038
5039 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5040
5041 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5042
5043 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5044 last coding system used before calling set-buffer-modified-p
5045 because that function changes last-coding-system.
5046
5047 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5048
5049 * files.el (switch-to-buffer-other-window)
5050 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5051 the doc string.
5052
5053 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5054
5055 * language/slovak.el, language/czech.el: New maintainer.
5056
5057 2001-05-16 Sam Steingold <sds@gnu.org>
5058
5059 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5060 sub-form of `defgeneric' correctly.
5061
5062 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5063
5064 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5065 of `c'.
5066
5067 * textmodes/outline.el (outline-font-lock-level): Remove the
5068 condition-case, test what outline-level returns instead, to
5069 ease debugging.
5070
5071 * international/mule.el (auto-coding-regexp-alist): New user-option.
5072 (auto-coding-from-file-contents): New function.
5073 (set-auto-coding): Use it to determine a coding system.
5074
5075 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5076
5077 * mouse.el (mouse-delete-other-windows): Doc fix.
5078
5079 * emacs-lisp/lisp-mode.el (lisp-mode):
5080 Make font-lock-keywords-case-fold-search a buffer-local variable with
5081 make-local-variable before setting it.
5082
5083 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5084
5085 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5086 prefixes.
5087
5088 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5089
5090 * hexl.el (hexl-current-address): Print a message when called
5091 interactively.
5092
5093 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5094
5095 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5096
5097 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5098
5099 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5100
5101 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5102
5103 * startup.el (command-line): If parameters have been changed in
5104 the init files which influence font selection, clear the face
5105 cache so that faces get realized with the new parameters.
5106
5107 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5108
5109 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5110
5111 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5112
5113 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5116 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5117
5118 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5119
5120 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5121 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5122
5123 2001-05-09 John Wiegley <johnw@gnu.org>
5124
5125 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5126 Annotated the documentation string to tell users about
5127 `eshell-no-numeric-conversions'.
5128
5129 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5130 conversions if a Lisp function has the property
5131 `eshell-no-numeric-conversions' set to a non-nil value.
5132
5133 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5134 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5135 property `eshell-no-numeric-conversions' on the following
5136 functions (which all deal with filesystem entities, and never Lisp
5137 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5138 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5139 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5140 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5141 eshell/which, eshell/addpath.
5142
5143 2001-05-09 John Wiegley <johnw@gnu.org>
5144
5145 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5146 encountered as an argument, don't convert it right away, but tag
5147 the first character of the string with the text properties
5148 `number', which signifies to `eshell-lisp-command' that the
5149 argument should be passed through `string-to-number' if it is
5150 actually used in the call to a Lisp function.
5151
5152 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5153 function, convert any string arguments that have been tagged as
5154 "numbers", by calling string-to-number.
5155
5156 * eshell/esh-util.el (eshell-number-regexp): Now that number
5157 conversions only happen for Lisp function calls, the number regexp
5158 should now match all integer and floating point forms.
5159
5160 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5161 `eshell-continue-process', since they are both nonfunctional at
5162 the moment.
5163 (eshell-proc-initialize): Don't bind keys for
5164 `eshell-stop-process' or `eshell-continue-process'.
5165
5166 * eshell/em-unix.el (eshell-shuffle-files):
5167 Apply `directory-file-name' before calling `file-name-directory'.
5168
5169 * eshell/em-hist.el (eshell-add-to-history): Reference to
5170 `eshell-history-ring' needed to be `eshell-history-index'.
5171
5172 * calendar/timeclock.el (timeclock-find-discrep):
5173 Initialize `elapsed' to 0.
5174 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5175 it's still nil.
5176
5177 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5178
5179 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5180 (archive-mode): Use capitalize.
5181 (archive-unique-fname): Use make-temp-file.
5182
5183 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5184
5185 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5186
5187 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5188
5189 * tar-mode.el (tar-extract): Pay attention to the value of
5190 coding-system-for-read, if it is non-nil.
5191
5192 * calendar/holidays.el (holidays): Add an autoload cookie.
5193 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5194
5195 2001-05-08 John Wiegley <johnw@gnu.org>
5196
5197 * calendar/timeclock.el (timeclock-workday-remaining):
5198 Changed logic for determining how much time is remaining.
5199 (timeclock-workday-elapsed): Don't accept a "relative" argument
5200 for the current day's elapsed time. What could that have meant?
5201 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5202 (timeclock-when-to-leave): Changed logic, similarly to what was
5203 done for `timeclock-workday-remaining'.
5204 (timeclock-find-discrep): Removed "today-only" argument, which had
5205 no meaning. Fixed some more math problems. The function now
5206 returns a three member list: (TOTAL-TIME-DISCREPANCY
5207 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5208
5209 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5210
5211 * w32-fns.el (convert-standard-filename): Start replacing slashes
5212 from the beginning of the file name, not from where the last
5213 invalid character was. From "Andrew Maguire (SWW)"
5214 <Andrew.Maguire@Smallworld.co.uk>
5215
5216 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5217
5218 The following changes are to provide infrastructure for handling
5219 MIME messages to rmail. They don't affect the original behaviour
5220 if rmail-enable-mime is nil.
5221
5222 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5223 (rmail-search-mime-message-function)
5224 (rmail-search-mime-header-function): New variables.
5225 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5226 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5227 `rmail-view-buffer' is hidden.
5228 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5229 call rmai-show-mime-function.
5230 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5231 mode-line-process of rmail-view-buffer.
5232 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5233 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5234 buffer.
5235 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5236 set-buffer to the Rmail buffer.
5237 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5238 rmail-search-mime-header-function.
5239 (rmail-search-message): New function.
5240 (rmail-search): Call rmail-search-message to check if a message
5241 matches REGEXP, lastly update point after calling
5242 rmail-show-message.
5243 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5244 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5245 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5246 header region, refer to rmail-msgref-vector while setting the
5247 current buffer to rmail-buffer temporarily.
5248 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5249 If rmail-enable-mime is non-nil, call
5250 rmail-insert-mime-forwarded-message-function instead of inserting
5251 forwarded message by itself.
5252
5253 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5254 Rmail buffer.
5255 (rmail-set-label, rmail-next-labeled-message): Likewise.
5256
5257 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5258 set-buffer to the Rmail buffer.
5259 (rmail-output-to-rmail-file): Likewise.
5260 (rmail-output): Likewise.
5261
5262 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5263 of mail-fetch-field by rmail-summary-line-decoder.
5264 (rmail-new-summary): Be sure to go to the Rmail buffer.
5265 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5266 rmail-view-buffer to nil.
5267 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5268 rmail-view-buffer.
5269 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5270 rmail-buffer.
5271 (rmail-summary-scroll-msg-down): Likewise.
5272 (rmail-summary-beginning-of-message): Likewise.
5273 (rmail-summary-wipe): Likewise.
5274 (rmail-summary-toggle-header): Use save-window-excursion, not
5275 save-excursion. Update point in rmail-view-buffer, not in
5276 rmail-buffer.
5277 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5278 rmail-view-buffer, not rmail-buffer.
5279
5280 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5281
5282 * cus-edit.el (custom-file): Signal an error if user-init-file is
5283 nil (running -q).
5284
5285 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5286
5287 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5288 Add :version.
5289
5290 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5291 New option.
5292 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5293 only if smtpmail-warn-about-unknown-extensions is set.
5294
5295 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5296 instead of rmail-sort-by-keywords.
5297
5298 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5299 rmail-sort-by-keywords.
5300
5301 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5302 rmail-summary-sort-by-keywords. Doc fix.
5303 (rmail-summary-mode): Doc fix.
5304
5305 * mail/rmail.el (rmail-edit): New Custom group.
5306
5307 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5308 (rmail-edit-mode-hook): New user-option.
5309
5310 2001-05-05 Richard M. Stallman <rms@gnu.org>
5311
5312 * help.el (help-xref-symbol-regexp): Recognize "source of"
5313 and friends, meaning make a link to the source file.
5314 (help-make-xrefs): Handle "source of" and friends
5315 by constructing a link that visits the source file.
5316
5317 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5318
5319 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5320
5321 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5322 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5323 Renamed from perl-font-lock-keywords to avoid clashes.
5324 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5325 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5326 Updated correspondingly.
5327
5328 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5329 Typo `nonexistant' -> `nonexistent'.
5330
5331 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5332
5333 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5334 Split `c-electric-delete' into two functions where
5335 `c-electric-delete-forward' always deletes forward and
5336 `c-electric-delete' only contains the code necessary for XEmacs to
5337 choose between backward and forward deletion.
5338
5339 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5340 get the electric behavior on that key too.
5341 (c-fill-paragraph): Fixed bogus direct use of
5342 c-comment-prefix-regexp, which caused an error when it's a list.
5343
5344 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5345
5346 * dired-aux.el (dired-diff): Doc fix.
5347
5348 * dired.el (dired-diff): Likewise.
5349
5350 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5351
5352 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5353
5354 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5355
5356 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5357 if both the buffer and the file are read-only.
5358
5359 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5360 rather than font-lock-string-face.
5361 (sh-get-indent-info): Treat heredocs like strings.
5362
5363 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5364
5365 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5366 a newline following `}'.
5367 (texinfo-format-email): New function.
5368 (toplevel): Use texinfo-format-email for @email.
5369 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5370 Add `display'.
5371 (texinfo-sort-region): Goto point-min before sorting.
5372 (texinfo-set): Remove leading white space from value.
5373 From yagi@is.titech.ac.jp.
5374
5375 * replace.el (query-replace-regexp-eval): Doc fix.
5376
5377 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5378
5379 * diff-mode.el (diff-nonexistant-face): New face.
5380 (diff-font-lock-keywords): Use it.
5381
5382 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5383
5384 * font-lock.el (font-lock-mode): Doc fix.
5385
5386 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5387 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5388
5389 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5390
5391 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5392 backslash at the start of the here-document delimiter.
5393 (sh-font-lock-syntactic-keywords): Likewise.
5394
5395 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5396
5397 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5398
5399 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5400 (tty-color-translate, tty-color-by-index, tty-color-values)
5401 (tty-color-desc): Doc fix.
5402
5403 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5404
5405 * dired-aux.el (dired-do-create-files, dired-do-copy)
5406 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5407 Mention dired-dwim-target in the doc string.
5408
5409 2001-04-28 Miles Bader <miles@gnu.org>
5410
5411 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5412 (dabbrev--find-expansion): Use it.
5413 (dabbrev--select-buffers): Don't select ignored buffers.
5414
5415 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5416
5417 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5418
5419 2001-04-26 Richard M. Stallman <rms@gnu.org>
5420
5421 * dabbrev.el: Add doc strings for some functions.
5422 (dabbrev--eliminate-newlines): New variable.
5423 (dabbrev--substitute-expansion): Convert newlines to spaces
5424 if dabbrev--eliminate-newlines is set.
5425 If abbrev and expansion are both all-lower-case,
5426 leave dabbrev--last-case-pattern nil.
5427
5428 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5429
5430 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5431 if necessary, like in rmail-show-message.
5432
5433 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5434
5435 * ps-print.el: Color specified by number is forced to be float number.
5436 (ps-print-version): New version number (6.5.1.1).
5437 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5438 initialization.
5439 (ps-prefix-quote): New internal var.
5440 (ps-print-quote): New fun.
5441 (ps-setup, ps-output-frame-properties, ps-float-format)
5442 (ps-format-color): Code fix.
5443 (ps-plot-region): Eliminate redundant foreground color text setting.
5444
5445 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5446
5447 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5448
5449 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5450
5451 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5452
5453 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5454
5455 * info.el (Info-additional-directory-list): Doc fix.
5456
5457 * find-lisp.el (find-lisp-find-dired-filter)
5458 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5459 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5460
5461 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5462
5463 * progmodes/make-mode.el (makefile-font-lock-keywords):
5464 Rationalize the rules for includes and conditionals and use the
5465 keyword face for them.
5466
5467 * faces.el (modify-face): Add compatibility for non-interactive use.
5468
5469 2001-04-24 John Wiegley <johnw@gnu.org>
5470
5471 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5472 fix from last night, since it wasn't finding eshell/cd.
5473
5474 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5475
5476 * rect.el (string-rectangle): Revert to 20.x behaviour.
5477 (replace-rectangle): Make it an alias for string-rectangle.
5478 (string-insert-rectangle): New function.
5479
5480 2001-04-23 John Wiegley <johnw@gnu.org>
5481
5482 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5483 occurring with Emacs 21's diff.el/compile.el interaction layer.
5484
5485 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5486
5487 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5488 case where the function was defined in a file, but not part of an
5489 eshell module.
5490
5491 2001-04-23 John Wiegley <johnw@gnu.org>
5492
5493 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5494 code to work around a redisplay problem I've been having.
5495
5496 2001-04-23 John Wiegley <johnw@gnu.org>
5497
5498 * calendar/timeclock.el (timeclock-day-required): If the time
5499 required for a particular day is not set, use `timeclock-workday'.
5500 (timeclock-find-discrep): Added some sample code in a comment.
5501
5502 * eshell/eshell.el (eshell-command): Made a few changes so that
5503 `eshell-command' could be called programmatically.
5504
5505 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5506
5507 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5508
5509 2001-04-23 John Wiegley <johnw@gnu.org>
5510
5511 * calendar/timeclock.el: Updated copyright.
5512 (timeclock-generate-report): Don't report the daily or two-week
5513 total, if no time has been worked in that period.
5514 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5515 final computational form, which was unnecessary; corrected a
5516 parsing problem when timeclock-relative was nil.
5517
5518 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5519
5520 * calendar/timeclock.el (timeclock-modeline-display): Check if
5521 `list-entry' is null.
5522 (timeclock-use-display-time): The first argument to `set-variable'
5523 must be a symbol.
5524
5525 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5526
5527 * calendar/calendar.el (diary-entry-marker)
5528 (calendar-today-marker, calendar-holiday-marker):
5529 Use display-color-p instead of window-system.
5530 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5531 instead of window-system.
5532 (calendar-hide-window): Use display-multi-frame-p instead of
5533 window-system.
5534
5535 * calendar/cal-x.el (calendar-two-frame-setup)
5536 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5537 Use display-multi-frame-p instead of window-system.
5538
5539 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5540
5541 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5542
5543 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5544 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5545
5546 2001-04-23 Alex Schroeder <alex@gnu.org>
5547
5548 * goto-addr.el: Instead of defining line-beginning-position and
5549 line-end-position a defalias is used for point-at-bol and point-at-eol.
5550
5551 2001-04-23 Alex Schroeder <alex@gnu.org>
5552
5553 * goto-addr.el: Added XEmacs compatibility code.
5554 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5555
5556 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5557
5558 * textmodes/paragraphs.el (sentence-end): Doc fix.
5559
5560 2001-04-20 Alex Schroeder <alex@gnu.org>
5561
5562 * sql.el (sql-escape-newlines-and-send): New function.
5563 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5564
5565 2001-04-20 Alex Schroeder <alex@gnu.org>
5566
5567 * sql.el (sql-db2-program): New option.
5568 (sql-db2-options): New option.
5569 (sql-db2): New function.
5570
5571 2001-04-20 Alex Schroeder <alex@gnu.org>
5572
5573 * sql.el (sql-mode-menu): Added highlighting entries.
5574 (sql-highlight-oracle-keywords): New function.
5575 (sql-highlight-postgres-keywords): New function.
5576 (sql-highlight-ansi-keywords): New function.
5577
5578 2001-04-20 Alex Schroeder <alex@gnu.org>
5579
5580 * sql.el (sql-help): Doc change.
5581
5582 2001-04-19 Karl Fogel <kfogel@collab.net>
5583
5584 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5585 that inserted file content only to delete it immediately.
5586 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5587 <lektu@uol.com.br> for the patch.
5588
5589 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5590
5591 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5592
5593 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5594
5595 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5596 for defmethod.
5597
5598 * comint.el (comint-cr-magic): New function.
5599 (toplevel): Add it to comint-preoutput-filter-functions.
5600
5601 2001-04-18 Andrew Innes <andrewi@gnu.org>
5602
5603 * makefile.w32-in (EMACSLOADPATH): Define.
5604 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5605 (recompile): Remove stuff to set EMACSLOADPATH.
5606
5607 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5608
5609 * language/slovak.el ("Slovak"): Add tutorial entry.
5610
5611 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5612 browse-url-new-window-p.
5613
5614 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5615
5616 * info.el (Info-menu-update): When there are no menus and/or no
5617 cross references in the node, make the respective items of the
5618 Info menu-bar menu inactive.
5619
5620 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5621
5622 * indent.el (indent-for-tab-command): Call indent-line-function
5623 with no argument if PREFIX-ARG is non-nil.
5624
5625 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5626
5627 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5628
5629 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5630 an async subprocess if start-process is unavailable. Suggested by
5631 Tim Van Holder <tim.van.holder@pandora.be>.
5632
5633 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5634
5635 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5636 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5637
5638 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5639
5640 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5641 manual.
5642
5643 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5644
5645 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5646 (cvs-menu): Add a few entries.
5647
5648 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5649 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5650 lock file appears to be reachable from Emacs.
5651 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5652 (cvs-mode-find-file): Look for cvs-header-face rather than
5653 cvs-dirname-face (which doesn't exist).
5654 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5655
5656 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5657
5658 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5659
5660 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5661 normal-erase-is-backspace on a tty. Instead, bind some keys such
5662 as [delete] directly, like pc-select.el did before
5663 normal-erase-is-backspace was invented.
5664
5665 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5666
5667 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5668
5669 2001-04-11 John Wiegley <johnw@gnu.org>
5670
5671 * eshell/em-ls.el (eshell-ls-insert-directory):
5672 Set font-lock-defaults to nil, to prevent fontification in dired
5673 buffers, if Eshell's ls is being used.
5674
5675 2001-04-11 John Wiegley <johnw@gnu.org>
5676
5677 * calendar/timeclock.el (timeclock-completing-read): New function.
5678 (timeclock-ask-for-project, timeclock-ask-for-reason):
5679 Call `timeclock-completing-read'.
5680
5681 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5682 required where `member' was being used.
5683
5684 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5685
5686 * eshell/em-hist.el (eshell-previous-matching-input):
5687 Don't display "History item" if the the minibuffer is active.
5688
5689 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5690
5691 * startup.el (command-line): Output a newline after printing
5692 an error from loading the window system's init file.
5693
5694 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5695
5696 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5697 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5698 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5699 keywords whose arguments routinely include @@.
5700
5701 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5702
5703 * emacs-lisp/advice.el (ad-make-advised-definition):
5704 Construct advice for subrs differently.
5705
5706 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5707 regexp in parentheses when building the regexp for searching backwards.
5708
5709 * simple.el (completion-list-mode-finish): New function.
5710 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5711
5712 * language/european.el ("Polish"): Change sample text.
5713 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5714
5715 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5716 parameter.
5717
5718 * faces.el (menu): Doc fix.
5719
5720 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5721
5722 * ps-print.el: Footer implementation. Doc fix.
5723 (ps-print-version): New version number (6.5.1).
5724 (ps-header-frame-alist): New customization var for header frame
5725 properties.
5726 (ps-line-number-color): New customization var for line number color.
5727 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5728 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5729 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5730 (ps-right-footer): New customization vars for footers.
5731 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5732 footers.
5733 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5734 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5735 Code fix.
5736 (ps-prologue-file): Indentation fix.
5737 (ps-print-quote): Fun eliminated.
5738 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5739 (ps-output-frame-properties): New fun.
5740 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5741 (ps-skip-newline): Replace defun by defsubst.
5742
5743 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5744
5745 * eshell/eshell.el (eshell-command): Needed a "%s" format
5746 specifier, in case the buffer contains percent characters.
5747
5748 2001-04-10 John Wiegley <johnw@gnu.org>
5749
5750 * calendar/timeclock.el (timeclock-generate-report): Added a
5751 missing insert of the project name.
5752
5753 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5754
5755 * obsolete/profile.el: Moved from emacs-lisp/.
5756
5757 * Makefile.in (nonobsolete_setwins): New macro.
5758 (finder-data): Use it instead of `setwins'.
5759 From: Dave Love <fx@gnu.org>.
5760
5761 * server.el (server-visit-files): Set server-existing-buffer correctly.
5762 (server-visit-files): Run server-visit-hook after going to
5763 line 1 so that the hook can set point as it sees fit.
5764
5765 * bindings.el (mode-line-modified): Unify help messages.
5766
5767 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5768
5769 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5770 All callers changed.
5771
5772 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5773
5774 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5775 long file names aren't supported, truncate the file names in
5776 quail-misc-package-ext-info to 8+3 before matching them against
5777 FILENAME.
5778
5779 * dos-fns.el (dos-truncate-to-8+3): New function.
5780
5781 * progmodes/compile.el (grep-compute-defaults): Use null-device
5782 instead of literal /dev/null. Reported by Jens Schmidt
5783 <schmidt@mathematik.uni-kl.de>.
5784
5785 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5786
5787 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * textmodes/sgml-mode.el: Add unknown maintainer.
5790 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5791 (html-mode-map): Use set-keymap-parent.
5792
5793 2001-04-06 Dave Love <fx@gnu.org>
5794
5795 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5796 Remove redundant string-to-list.
5797
5798 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5799
5800 * composite.el (reference-point-alist): Doc fix.
5801
5802 2001-04-05 Sam Steingold <sds@gnu.org>
5803
5804 * font-lock.el (font-lock-keywords-case-fold-search):
5805 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5806 file made font-lock case-insensitive.
5807
5808 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5809
5810 * faces.el (defface menu): Doc fix.
5811
5812 * wid-edit.el (widget-color-sample-face-get): Don't make
5813 faces for undefined colors.
5814
5815 * version.el (emacs-version): Include LessTif/Motif version info.
5816
5817 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5818
5819 * ps-mule.el: Eliminate cl package dependence.
5820 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5821 if they aren't defined yet.
5822 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5823 Eliminate cl package dependence.
5824
5825 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5826
5827 * progmodes/cc-cmds.el (c-outline-level):
5828 Bind buffer-invisibility-spec. Originally from Dave Love, but
5829 got lost when incorporating version 5.26.
5830
5831 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5832
5833 * emulation/pc-select.el (pc-selection-mode):
5834 Call normal-erase-is-backspace-mode instead of binding
5835 keys individually.
5836
5837 * cus-load.el (normal-erase-is-backspace): Use it instead of
5838 delete-key-deletes-forward.
5839
5840 * startup.el (command-line): Use normal-erase-is-backspace and
5841 normal-erase-is-backspace-mode.
5842
5843 * simple.el (normal-erase-is-backspace): Rename from
5844 delete-key-deletes-forward. Doc fix.
5845 (normal-erase-is-backspace-mode): Rename from
5846 delete-key-deletes-forward-mode. Doc fix.
5847 Run normal-erase-is-backspace-hook.
5848
5849 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5850 ``human-readable'' format produced by GNU `ls'.
5851 (dired-move-to-filename-regexp): Recognize ISO format dates.
5852 From Paul Eggert <eggert@twinsun.com>.
5853
5854 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5855
5856 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5857 New functions.
5858 (lm-verify): Check keywords.
5859 From Eric M. Ludlam <eric@siege-engine.com>.
5860
5861 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5862
5863 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5864 `xemacs' feature instead of for the function `set-extent-property'.
5865
5866 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5867
5868 * mail/mh-utils.el (mh-folder-hist): New var.
5869 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5870
5871 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5872
5873 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5874 region, position point on the first or last 16-byte group.
5875 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5876 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5877 hexl-beginning-of-line.
5878
5879 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5880
5881 * icomplete.el (icomplete-mode): Treat an argument like other
5882 modes do.
5883
5884 * startup.el (fancy-splash-head): Use splash8.xpm for color
5885 depth 8.
5886
5887 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5888 Add an antry for ``converts''.
5889
5890 * language/slovak.el ("Slovak"): Add documentation string.
5891 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5892
5893 * language/czech.el ("Czech"): Add documentation string.
5894 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5895
5896 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5897 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5898
5899 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5900
5901 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5902 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5903 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5904 Use `defsubst' rather than a macro to ease debugging.
5905 (mail-extr-last): Remove (use `last' instead).
5906 (mail-extract-address-components): Properly reset the syntax-table
5907 after parsing an address. Use `last' rather than mail-extr-last.
5908 Make sure the end marker stays at the very end.
5909
5910 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5911
5912 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5913 last change.
5914
5915 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5916
5917 * ps-print.el: Line and paragraph spacing feature. Region to cut
5918 out when printing. Doc fix.
5919 (ps-print-version): New version number (6.5).
5920 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5921 New vars. Line and paragraph spacing feature.
5922 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5923 out when printing.
5924 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5925 (ps-get-font-size, ps-begin-job, ps-continue-line)
5926 (ps-plot-region): Code fix.
5927 (ps-print-prologue-2): Var eliminated.
5928 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5929 New internal vars.
5930 (ps-get-size): New fun.
5931 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5932 (ps-next-line): Replace defun by defsubst.
5933 (ps-mule-plot-string): Autoload doc fix.
5934
5935 * ps-bdf.el: XEmacs compatibility. Doc fix.
5936 (installation-directory, coding-system-for-read): Declare vars if
5937 it's not declared yet.
5938 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5939
5940 * ps-mule.el: XEmacs compatibility. Doc fix.
5941 (leading-code-private-22): Declare var if it's not declared yet.
5942 (charset-bytes, charset-dimension, charset-id, charset-width)
5943 (find-charset-region, split-char, char-width, chars-in-region)
5944 (forward-point, decompose-composite-char, encode-coding-string)
5945 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5946 Define funs if not defined yet.
5947 (encode-composition-rule, find-composition): Define funs if not
5948 loaded yet.
5949 (ps-mule-prologue): PostScript code fix.
5950
5951 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5952
5953 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5954 non-nil, generate font for the header strings.
5955 (ps-mule-prepare-font): Likewise.
5956 (ps-mule-generate-glyphs): Likewise.
5957 (ps-mule-string-encoding): Likewise.
5958 (ps-mule-header-charsets): New variable.
5959 (ps-mule-encode-header-string): New function.
5960 (ps-mule-header-string-charsets): New function.
5961 (ps-mule-begin-job): Check charsets in the header strings. If there
5962 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5963
5964 * ps-print.el (ps-generate-header-line): Encode the header string by
5965 ps-mule-encode-header-string.
5966 (ps-mule-encode-header-string): Declare autoload.
5967
5968 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5969
5970 * frame.el (cursor-in-non-selected-windows):
5971 Replaces show-cursor-in-non-selected-windows.
5972
5973 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5974
5975 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5976 Delete entries for "chinese-py" and "chinese-ziranma".
5977 (quail-misc-package-ext-info): New variable.
5978 (tsang-quick-converter): New function.
5979 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5980 (quick-cns-converter, py-converter, ziranma-converter)
5981 (miscdic-convert, batch-miscdic-convert): New functions.
5982
5983 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5984
5985 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5986 eight-bit-control chars.
5987
5988 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5989 Reduce making temporary vector (suggested by Dave Love).
5990
5991 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
5992
5993 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
5994 string as well.
5995
5996 2001-03-30 Andreas Schwab <schwab@suse.de>
5997
5998 * files.el (backup-directory-alist): Fix typo.
5999
6000 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6001
6002 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6003 <eggert@twinsun.com>.
6004
6005 2001-03-30 Dave Love <fx@gnu.org>
6006
6007 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6008
6009 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6010
6011 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6012
6013 2001-03-30 Miles Bader <miles@gnu.org>
6014
6015 * subr.el (interactive-form): Fix paren typo.
6016
6017 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6018
6019 * emacs-lisp/profile.el: Say that it's obsolete in the header
6020 line, so that finder.el puts that into its data-base.
6021 Suggested by Alex Schroeder <alex@gnu.org>.
6022
6023 2001-03-29 Paul Eggert <eggert@twinsun.com>
6024
6025 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6026 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6027
6028 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6029
6030 * generic.el (generic-mode-set-comments): Use "" rather than nil
6031 for comment-end.
6032
6033 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6034
6035 * emacs-lisp/advice.el (ad-make-advised-definition):
6036 Call interactive-form to obtain the interactive spec of subrs.
6037
6038 * subr.el (interactive-form): New function.
6039
6040 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6041
6042 * vc-sccs.el (vc-sccs-register): Use relative file names.
6043
6044 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6045
6046 * bookmark.el (bookmark-get-bookmark): Handle case that
6047 BOOKMARK is not a string.
6048
6049 * image.el (image-type-regexps): Change type for PS files
6050 to `postscript'.
6051
6052 * subr.el (read-passwd): Clear command history after each
6053 character entered. From: Stephen Gildea
6054 <gildea@stop.mail-abuse.org>.
6055
6056 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6057
6058 * international/kkc.el (kkc-save-init-file): Locally bind
6059 print-length to nil.
6060
6061 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6062
6063 * textmodes/flyspell.el: Some doc fixes.
6064 (flyspell-maybe-correct-transposition)
6065 (flyspell-maybe-correct-doubling): Use a temporary buffer
6066
6067 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6068
6069 * emacs-lisp/byte-opt.el (byte-optimize-while)
6070 (byte-optimize-form-code-walker): Diagnose too few arguments
6071 for `if' and `while'.
6072
6073 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6074
6075 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6076 Prepend `\' to "\<quail-translation-docstring>".
6077
6078 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6079
6080 * autorevert.el (global-auto-revert-non-file-buffers):
6081 Remove duplicate defcustom.
6082
6083 2001-03-26 Miles Bader <miles@gnu.org>
6084
6085 * international/latin1-disp.el (latin1-char-displayable-p):
6086 Add leading "-" for X font pattern.
6087
6088 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6089
6090 * international/mule-diag.el (describe-coding-system):
6091 For raw-text and emacs-mule, don't add anymore text about what
6092 charsets they can encode.
6093
6094 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6095
6096 * help.el (view-lossage): Mention open-dribble-file in the doc
6097 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6098
6099 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6100
6101 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6102 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6103
6104 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6105
6106 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6107 Call ccl-execute-on-string directly so that CCL program handling
6108 multibyte sequence can work correctly.
6109 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6110 property of the coding system.
6111
6112 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6113
6114 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6115 Fix transcription typo.
6116
6117 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6118
6119 * whitespace.el: Add buffer local variables to toggle testing of
6120 whitespaces in buffers without affecting the default values.
6121 Bump version to 3.0 to account for a few other changes.
6122 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6123 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6124 (whitespace-toggle-spacetab-check): New functions.
6125
6126 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6127
6128 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6129
6130 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6131
6132 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6133 bs-cycle-configuration-name. From Juanma Barranquero
6134 <lektu@uol.com.br>.
6135
6136 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6137 and cc-vars.el.
6138
6139 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6140 headers. Always invoke sendmail with option -t.
6141
6142 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6143
6144 * Release of cc-mode 5.28.
6145
6146 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6147
6148 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6149 Removed the hardcoded switch to "java" style in Java mode.
6150 It's instead taken care of by the default value for c-default-style.
6151
6152 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6153
6154 * cc-align.el (c-lineup-math): Fix bug where lineup was
6155 triggered by equal signs in string literals.
6156
6157 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6158
6159 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6160 limit detection when at the ends of the buffer.
6161
6162 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6163 "for" statement clause in case 7F; a better one is done
6164 earlier in case 7D anyway.
6165
6166 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6167
6168 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6169 somewhat more and did a small optimization.
6170
6171 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6172
6173 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6174 Use the limit argument only to limit the syntactic context
6175 search, not to limit the actual movement.
6176
6177 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6178 inside multiline strings, just like in comments. Also various
6179 fixes to the paragraph and comment prefix recognition, block
6180 comment ender handling etc.
6181
6182 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6183
6184 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6185 the relative position of the point.
6186
6187 * cc-cmds.el (c-electric-continued-statement): New function to
6188 use as abbrev hook to reindent for keywords such as "else"
6189 that continues an earlier statement.
6190
6191 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6192 like classes.
6193
6194 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6195 (pike-mode): Populate the default abbrev tables to reindent for
6196 keywords such as "else" that can continue earlier statements.
6197 Abbrev mode is therefore turned on by default now. (Note that
6198 this doesn't apply to idl-mode, since IDL afaik doesn't have
6199 statements at all.)
6200
6201 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6202
6203 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6204 bracelists where the declaration contains template arguments.
6205
6206 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6207
6208 * cc-cmds.el (c-comment-indent):
6209 Use `c-get-syntactic-indentation' to correctly calculate the
6210 syntactic indentation. Fixes bug with lineup functions that
6211 return vectors.
6212
6213 * cc-engine.el (c-get-syntactic-indentation): Split the
6214 indentation sum calculation from `c-indent-line' to a separate
6215 function.
6216
6217 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6218
6219 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6220 Fixed places where it was assumed that preprocessor directives
6221 have to start in column zero.
6222
6223 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6224 template arguments after a class identifier properly.
6225
6226 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6227 lists for `new Foo[]' constructs in Java as expressions and
6228 not top level definition brace lists on the top level, so that
6229 they'll get indented consistently with the same type of
6230 expression in a normal block.
6231
6232 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6233
6234 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6235 whether the adaptive filling package fails to keep the comment
6236 prefix is now kludged further to check for filladapt-mode
6237 which doesn't have that problem. This is really icky, but it's
6238 the only way that works with the current misfeatures/bugs in
6239 both adaptive-fill-mode and filladapt-mode.
6240
6241 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6242 around point is recognized more robust.
6243
6244 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6245
6246 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6247 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6248 (c-lit-type): Fixed all internal variables used dynamically so
6249 that they are always bound.
6250
6251 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6252 errors:
6253
6254 (c-indent-region): Fixed reporting of syntactic errors so that
6255 the region is fully reindented even when an error occurs.
6256 The last syntactic error is printed afterwards. Also cleanup up a
6257 whole lot of code that tried to optimize indentation of whole
6258 sexps but in reality accomplishes nothing.
6259
6260 (c-indent-sexp): Use c-indent-region.
6261
6262 (c-parsing-error): Changed this variable to hold the message
6263 for any syntactic error that is discovered.
6264
6265 (c-parse-state): Search backward from point instead of the bod
6266 position when the latter is invalid. This makes CC Mode
6267 recover faster when there are unbalanced close braces.
6268
6269 (c-backward-to-start-of-if): Use c-parsing-error to report
6270 dangling "else" clauses instead of throwing an error, and fall
6271 back to a reasonable position.
6272
6273 (c-indent-line): Added argument to avoid reporting syntactic errors.
6274
6275 (c-show-syntactic-information): Don't report any syntactic errors.
6276
6277 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6278
6279 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6280 paragraph recognition when moving by sentence in literals.
6281
6282 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6283 start regexp for javadoc to recognize javadoc markup in general instead
6284 of a specific set of keywords, to be more future-safe.
6285
6286 (c-Pike-pikedoc-paragraph-start)
6287 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6288 pikedoc markup.
6289
6290 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6291
6292 (pike-mode): Initialize paragraph settings pikedoc recognition.
6293
6294 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6295
6296 (c-comment-prefix-regexp): Made it possible to use an
6297 association list on this to specify mode specific regexps.
6298 The default value now use a special regexp in Pike mode to
6299 recognize pikedoc markup.
6300
6301 (c-current-comment-prefix): New variable containing the actual
6302 regexp from c-comment-prefix-regexp for the current buffer.
6303
6304 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6305
6306 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6307 lists: We can't look at the syntax, since a brace list can get
6308 recognized as a plain statement-cont.
6309
6310 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6311 special brace list opener broken over two lines got recognized
6312 as a statement on the second line. Case 9A changed.
6313
6314 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6315
6316 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6317 adjustment after line is reindented.
6318
6319 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6320
6321 * cc-defs.el (c-point): Added optional argument for position
6322 to use instead of the current point.
6323
6324 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6325 the in-expression block symbols when the construct starts at
6326 boi, to avoid the extra level of indentation in that case.
6327 Cases 4, 16A and 17E affected.
6328
6329 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6330
6331 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6332 calls to `c-indent-line', to adhere better to Emacs conventions.
6333
6334 * cc-engine.el (c-indent-line): Use the syntax already bound
6335 to `c-syntactic-context', if there is any.
6336
6337 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6338
6339 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6340 wasn't added up correctly when a lineup function returned nil.
6341
6342 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6343
6344 * cc-engine.el (c-collect-line-comments): Fixed bug where
6345 empty lines were ignored when collecting line comments backwards.
6346
6347 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6348
6349 * cc-align.el (c-lineup-dont-change): Return an absolute
6350 indentation column to work correctly in the case when several
6351 syntactic elements are processed for the same line.
6352
6353 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6354 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6355 (c-set-offset): Added absolute indentation column settings by
6356 using the vector type.
6357
6358 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6359
6360 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6361 Implemented two new cleanups `space-before-funcall' and
6362 `compact-empty-funcall'.
6363
6364 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6365
6366 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6367 helping building regexps.
6368
6369 * cc-engine.el (c-on-identifier): New function for detecting
6370 identifiers. It takes keywords into account.
6371
6372 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6373 lists. `c-keywords' is set to a regexp matching all keywords
6374 in the current language.
6375
6376 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6377
6378 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6379 list of characters to skip backwards over at the beginning of
6380 a statement, since it can precede string literals in Pike.
6381
6382 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6383
6384 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6385 recognition when standing on the last line in a C++ comment
6386 with nothing but whitespace after the prefix.
6387
6388 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6389 given no limit argument.
6390
6391 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6392
6393 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6394 recognition for the `[]= operator symbol in Pike.
6395
6396 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6397
6398 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6399 around a bug in `eval-when-compile' in the byte compiler.
6400
6401 * cc-engine.el (c-forward-token-1): Fixed bug with return
6402 value when count is zero and there's no token start within the limit.
6403
6404 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6405 "prefix comments", i.e. comments which are followed by code on
6406 the same line.
6407
6408 * cc-mode-19.el: Fixes so that checks that must be done at
6409 compile time also are done then.
6410
6411 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6412
6413 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6414 time and at runtime, and only when it's needed.
6415
6416 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6417
6418 Major cleanup for less error prone and more warning free
6419 compilation, including some fixes for bugs due to different
6420 compilation orders. Thanks to Martin Buchholz for providing
6421 the basis for all this.
6422
6423 * cc-bytecomp.el: New file that provides some byte compilation
6424 features: It ensures that files always are loaded from the
6425 current source directory during compilation, and it provides a
6426 set of macros to turn off specific compiler warnings for
6427 specific symbols. (It's not CC Mode specific in any way.)
6428
6429 Fixed a nearly acyclic dependency tree (both runtime and
6430 compile-time) between all files.
6431
6432 * cc-defs.el: Separated all macros before the inline functions,
6433 to ensure correct compilation.
6434
6435 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6436 cc-defs.el to cc-engine.el and made it a function instead.
6437
6438 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6439 about char-after.
6440
6441 * cc-vars.el: Cope even when there isn't a custom package
6442 containing defcustom available.
6443
6444 * cc-make.el: Removed since it's no longer necessary.
6445
6446 README: Updated installation instructions.
6447
6448 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6449
6450 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6451 improve the modularity: Moved all mode init stuff from
6452 cc-langs.el to cc-mode.el, including the keymap
6453 initialization; cc-langs now only contains the various
6454 variables for configuring the language syntax.
6455
6456 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6457 (c-get-offset): Moved from cc-styles to cc-engine since file
6458 dependency analysis suggests they belong there (which also
6459 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6460
6461 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6462
6463 * cc-cmds.el (c-fn-region-is-active-p): New function that
6464 wraps the corresponding macro, for use in places that aren't
6465 compiled. Thanks to Martin Buchholz for pointing out this.
6466
6467 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6468
6469 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6470 add things to the bug report.
6471
6472 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6473
6474 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6475 returned prefix could contain a newline when the search for a
6476 good prefix line failed.
6477
6478 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6479
6480 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6481 (c-toggle-auto-hungry-state): Made the argument optional, as
6482 the documentation says it is.
6483
6484 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6485
6486 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6487 multiline string syntax, #"...", as a cpp macro.
6488
6489 2001-03-21 Paul Eggert <eggert@twinsun.com>
6490
6491 * international/mule-cmds.el (set-locale-environment):
6492 Set system-messages-locale and system-time-locale, but only if the
6493 caller specifies a non-nil locale name.
6494
6495 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6496
6497 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6498 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6499
6500 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6501
6502 * follow.el (follow-avoid-tail-recenter): Doc fix.
6503
6504 * custom.el (custom-set-variables): Avoid reversing the list
6505 of args needlessly.
6506
6507 * startup.el (fancy-splash-head): Don't change the colors of the
6508 XPM image on a dark background.
6509
6510 * comint.el (comint-exec-1): Set columns of the terminal to
6511 window-width instead of frame-width.
6512
6513 * info.el (Info-scroll-down): Add missing WINDOW arg for
6514 pos-visible-in-window-p.
6515
6516 * ehelp.el (electric-help-mode-hook): Add defcustom.
6517
6518 * mail/sendmail.el (mail-mode): Activate case-folding in
6519 font-lock-defaults.
6520
6521 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6522
6523 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6524 (completion-ignored-extensions): Remove duplicate ".class".
6525
6526 2001-03-19 Andreas Schwab <schwab@suse.de>
6527
6528 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6529 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6530
6531 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6532
6533 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6534 methods since there are not prefix input methods.
6535
6536 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6537
6538 * international/mule-cmds.el (read-input-method-name):
6539 Locally bind enable-recursive-minibuffers to t.
6540
6541 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6542
6543 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6544
6545 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6546
6547 * ediff-util.el: Copyright years.
6548 (ediff-choose-syntax-table): New function.
6549 (ediff-setup): Use ediff-choose-syntax-table.
6550
6551 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6552 with-syntax-table.
6553
6554 * ediff.el: Date of last update, copyright years.
6555
6556 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6557
6558 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6559 of Scott Bronson.
6560 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6561 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6562 Deleted functions.
6563 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6564 ex-token-list.
6565
6566 * viper-util.el: Spaces, indentation.
6567
6568 * viper.el: Changed version, modification time.
6569
6570 2001-03-16 John Wiegley <johnw@gnu.org>
6571
6572 * calendar/timeclock.el (timeclock-workday-remaining):
6573 Check whether `discrep' is non-null before using it.
6574
6575 2001-03-16 John Wiegley <johnw@gnu.org>
6576
6577 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6578 first-time checkins.
6579 (timeclock-log-data): Fixed problem with reading timelog log file.
6580 Resulting data in the "day list" was incorrect.
6581 (timeclock-find-discrep): Check if `timeclock-file' is readable
6582 before opening it.
6583 (timeclock-time-less-p): New function.
6584 (timeclock-day-base): New function.
6585 (timeclock-geometric-mean): New function.
6586 (timeclock-generate-report): Generate a summary report based on
6587 the contents of the log file. This uses `timeclock-log-data', and
6588 is an example of writing a timelog manipulation function.
6589 (timeclock-visit-timelog): A quick command for opening the timelog
6590 file.
6591 (timeclock-log-data): Bound the variable event.
6592
6593 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6594
6595 * international/mule-cmds.el (select-safe-coding-system):
6596 Fix typo: symbol-name -> symbol-value.
6597
6598 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6599 before substitute-in-file-name to handle double slashes in FILE
6600 correctly.
6601
6602 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6603
6604 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6605 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6606
6607 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6608
6609 * bindings.el (features): Add `md5' and `overlay' to the list.
6610
6611 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6612 bound before using it. It's not bound when configured without X,
6613 for instance.
6614
6615 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6616
6617 * progmodes/hideshow.el: Update copyright.
6618 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6619 (hs-minor-mode-hook): Include `:version' in defcustom form.
6620
6621 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6622
6623 * help.el (string-key-binding): Don't call event-start on
6624 a non-list.
6625
6626 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6627
6628 * startup.el (fancy-splash-tail, command-line-1): Fix the
6629 copyright year.
6630
6631 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6632
6633 * term.el: These changes are based on a patch sent from Yong Lu
6634 <lyongu@yahoo.com>.
6635 (term-set-escape-char): Bind M-x to execute-extended-command in
6636 term-raw-escape-map.
6637 (term-move-columns): Don't try to move to negagive column.
6638 (term-emulate-terminal): Insert a string before deleting a text to
6639 overwrite.
6640
6641 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6642
6643 * play/life.el (life): Rearrange code so that all calls to
6644 life-display-generation are in a catch-form.
6645
6646 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6647 file that isn't interesting. In an interesting file, push the old
6648 value of point on the mark ring.
6649
6650 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6651 New function.
6652 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6653 Use it.
6654
6655 * emacs-lisp/autoload.el (generate-file-autoloads):
6656 Remove warning about line lengths.
6657
6658 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6659
6660 * progmodes/etags.el (tags-compression-info-list): New variable.
6661 (find-tag-in-order): Use it to deal with compressed source files.
6662 (tag-file-name-match-p): New function.
6663 (etags-recognize-tags-table): Use it for better match of file names.
6664
6665 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6666
6667 * international/mule-cmds.el (register-input-method): Doc fix.
6668
6669 * international/quail.el (quail-translate-key): Fix condition to
6670 check if there's another breaking point in the current key.
6671
6672 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6673
6674 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6675 Babyl header to the newly-created output file, bind
6676 coding-system-for-write to either rmail-file-coding-system or
6677 emacs-mule-unix.
6678
6679 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6680
6681 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6682 Fix the name and regexp used for subsubsections.
6683
6684 2001-03-10 Dave Love <fx@gnu.org>
6685
6686 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6687 and save-buffer if buffer-file-name non-nil. From rms.
6688
6689 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6690
6691 * vc.el (vc-do-command): If the destination buffer is already
6692 current, don't set it up and don't erase it. Updated doc string
6693 to reflect that.
6694 (vc-version-diff): When doing a single file diff, don't switch to the
6695 *vc-diff* buffer before the command. This is to preserve local
6696 variable bindings that might affect the diff command.
6697 (vc-print-log): Don't switch to the *vc* buffer before the
6698 command, so that local variable bindings are preserved.
6699
6700 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6701 not the current buffer.
6702 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6703
6704 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6705 make output go to buffer *vc*, not the current buffer.
6706
6707 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6708
6709 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6710 so ^, $, *, ? and + are interpreted correctly.
6711
6712 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6713
6714 * help.el (string-key-binding): Renamed from
6715 mode-line-key-binding. Handle any event on a string.
6716 Check for `keymap' properties as well as `local-map' properties.
6717
6718 * comint.el (comint-insert-clicked-input): Use the last key
6719 from this-command-keys to lookup the global key definition.
6720
6721 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6722
6723 * international/characters.el: Add category `j' for
6724 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6725
6726 * international/mule-conf.el (no-conversion): Fix docstring.
6727 (raw-text): Fix docstring.
6728
6729 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6730
6731 * simple.el (choose-completion-string): When not leaving the
6732 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6733 is set.
6734
6735 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6736 parameter `(minibuffer . t)'.
6737
6738 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6739
6740 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6741 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6742 (sh-mode): Remove `make-local-variable' for unused var
6743 `font-lock-unfontify-region-function'.
6744
6745 2001-03-07 Richard M. Stallman <rms@gnu.org>
6746
6747 * info.el (Info-scroll-down): Fix previous change.
6748
6749 * mail/rmail.el (rmail-toggle-header): Use a window which
6750 is showing the Rmail buffer, rather than the selected window.
6751
6752 2001-03-07 Dave Love <fx@gnu.org>
6753
6754 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6755 now, to avoid problems with binding imenu directly to a mouse event.
6756
6757 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6758
6759 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6760 second arg t.
6761
6762 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6763
6764 * log-edit.el (log-edit-common-indent): New var.
6765 (log-edit-set-common-indentation): Renamed from
6766 log-edit-delete-common-indentation. Use the new var.
6767 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6768
6769 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6770 (cvs-mode-add-change-log-entry-other-window):
6771 Don't presume change-log-default-name is defined.
6772
6773 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6774
6775 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6776 the "tree" operation as well.
6777
6778 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6779
6780 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6781 to match paragraph-start.
6782
6783 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6784 comment-start-skip and set comment-end-skip as well.
6785 (sgml-comment-indent): Fix for new value of comment-start-skip.
6786 (html-autoview-mode): Don't bother using make-local-hook.
6787
6788 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6789
6790 * cus-edit.el (custom-save-delete): Move in front of local
6791 variables, otherwise long Custom entries would make them ineffective.
6792
6793 * uniquify.el: Set maintainer to FSF.
6794
6795 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6796
6797 * dired-aux.el (dired-do-shell-command): Doc fix.
6798
6799 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6800
6801 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6802
6803 * which-func.el (which-func-modes): Add cperl-mode.
6804 (which-func-mode-global): Use define-minor-mode.
6805
6806 * info-look.el: Docstring fixes and dead code eliminated.
6807 (cperl-mode): Add support.
6808 (emacs-lisp-mode): List all entries from elisp manual, whether
6809 or not they are currently (f)bound or not. Update regexp.
6810
6811 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6812
6813 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6814 so that C-h m shows the correct information.
6815 Use make-local-variable rather than make-variable-buffer-local.
6816 (cperl-info-buffer, cperl-setup-tmp-buf):
6817 Use make-local-variable rather than make-variable-buffer-local.
6818 (cperl-msb-fix, cperl-get-help-defer):
6819 Check major-mode for `cperl-mode' as well.
6820
6821 * progmodes/cperl-mode.el: Updated to author version 4.23.
6822 (cperl-electric-pod): SYNOPSIS was misspelled.
6823 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6824 (cperl-after-expr-p): Make true after __END__.
6825
6826 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6827
6828 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6829 bookmark-completion-ignore-case is t.
6830
6831 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6832 switch, like xterm, and concat resource strings, with a newline
6833 between them.
6834
6835 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6836
6837 * international/codepage.el (cp770-decode-table)
6838 (cp773-decode-table, cp774-decode-table): New variables.
6839
6840 * man.el (Man-hyphenated-reference-regexp): New variable.
6841 (Man-build-references-alist): Use it to search for referenced
6842 manpages. If hyphenated is non-nil, record a concatenated word in
6843 Man-refpages-alist only if it matches Man-reference-regexp.
6844 Update word's length when it is concatenated. Reverse the list,
6845 to get the first manpage at the head.
6846 (Man-possibly-hyphenated-word): New function.
6847 (Man-follow-manual-reference): Use it instead of current-word to
6848 find a manpage at point, in a way that accounts for hyphenated
6849 references.
6850
6851 2001-03-06 Alex Schroeder <alex@gnu.org>
6852
6853 * sql.el (sql-interbase): New function.
6854 (sql-interbase-program): New option.
6855 (sql-interbase-options): New option.
6856 And some typos fixed: "customise" to "customize".
6857
6858 2001-03-06 Dave Love <fx@gnu.org>
6859
6860 * textmodes/flyspell.el (flyspell-region):
6861 Set up flyspell-local-mouse-map.
6862
6863 2001-03-05 Richard M. Stallman <rms@gnu.org>
6864
6865 * mail/rmail.el (rmail-retry-failure):
6866 Don't call rmail-beginning-of-message.
6867 Don't discard From: field. Do discard Received: field.
6868 Use unwind-protect to re-prune.
6869 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6870
6871 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6872
6873 * international/quail.el (quail-title): Add autoload cookie.
6874
6875 2001-03-05 Dave Love <fx@gnu.org>
6876
6877 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6878 new defs.
6879
6880 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6881
6882 * language/ethio-util.el (ethio-toggle-space):
6883 Update current-input-method-title if necessary.
6884 (ethio-toggle-punctuation): Likewise.
6885
6886 * international/quail.el (quail-title): Fix for the case that a
6887 title of an input method is specified by a list of the same form
6888 as used in mode-line-format.
6889
6890 * international/mule-cmds.el (activate-input-method):
6891 If current-input-method-title is set by activating INPUT-METHOD,
6892 respect that value.
6893
6894 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6895
6896 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6897
6898 2001-03-05 Alex Schroeder <alex@gnu.org>
6899
6900 * sql.el (sql-sybase): Fix typo (was: query user about server two
6901 times instead of server and database).
6902
6903 * sql.el (sql-sybase): Doc change.
6904 (sql-mysql): Doc change.
6905 (sql-postgres): Doc change.
6906
6907 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6908
6909 * international/mule-conf.el (emacs-mule, raw-text):
6910 Docstring modified.
6911
6912 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6913
6914 * term/internal.el: Update copyright notice.
6915
6916 * term/pc-win.el: Update copyright notice.
6917
6918 2001-03-02 Dave Love <fx@gnu.org>
6919
6920 * files.el (insert-file-contents-literally):
6921 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6922 not jka-compr-compression-info-list.
6923
6924 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6925
6926 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6927 spaces in default comment-start-skip settings rather than \s-.
6928
6929 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6930
6931 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6932 default-frame-alist as well.
6933
6934 2001-03-01 Dave Love <fx@gnu.org>
6935
6936 * textmodes/reftex.el (defvar): Wrap some defvars in
6937 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6938
6939 * subr.el (event-basic-type): Doc fix.
6940
6941 * international/quail.el: Doc fixes.
6942
6943 * international/utf-8.el: Doc fixes.
6944
6945 * international/mule-cmds.el: Doc fixes.
6946 (leim-list-header): Fix header text.
6947
6948 * international/mule.el (coding-system-category): Doc fix.
6949
6950 * international/ccl.el (ccl-compile): Doc fix.
6951
6952 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6953
6954 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6955 rather than (before|after)-change-functions.
6956
6957 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6958
6959 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6960 scroll-left and scroll-right being called interactively so that
6961 they set the window's min_hscroll.
6962
6963 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6964
6965 * info.el (info-insert-file-contents-1): Accept an additional
6966 argument `lfn': if it is non-nil, concatenate `filename' and
6967 `suffix'; otherwise use the complicated MS-DOS code.
6968 All callers changed.
6969 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6970 can access long file names, try the long file-name version of
6971 `info-insert-file-contents-1', then the short file-name version.
6972
6973 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6974
6975 * language/ethio-util.el (setup-ethiopic-environment-internal):
6976 Change bindings of functions keys to conform to "Emacs Lisp Coding
6977 Convention".
6978
6979 * language/ethiopic.el ("Ethiopic"): Add documentation.
6980
6981 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6982
6983 * international/utf-8.el (mule-utf-8): Set coding-category
6984 property to coding-category-utf-8.
6985
6986 2001-02-27 Richard M. Stallman <rms@gnu.org>
6987
6988 * lpr.el (lpr-page-header-switches, print-region-1):
6989 Undo 2000-07-06 change.
6990 (lpr-add-switches): Default to t on gnu/linux.
6991
6992 2001-02-27 Gerd Moellmann <gerd@gnu.org>
6993
6994 * bs.el (bs-attributes-list): Doc fix.
6995
6996 2001-02-26 Gerd Moellmann <gerd@gnu.org>
6997
6998 * help.el (describe-project): Display the file THE-GNU-PROJECT.
6999
7000 * help.el (view-order-manuals): Use goto-address.
7001
7002 * startup.el (command-line-1): Add info about ordering manuals
7003 to the not so fancy splash screens.
7004
7005 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7006
7007 * vc.el (vc-default-workfile-unchanged-p)
7008 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7009
7010 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7011
7012 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7013 fontify in the right buffer.
7014
7015 * allout.el (outline-flag-region): Move macro in front of first
7016 use to avoid a run-time error.
7017
7018 2001-02-24 Andrew Innes <andrewi@gnu.org>
7019
7020 * makefile.w32-in: Fix copyright notice.
7021
7022 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7023
7024 * international/utf-8.el (mule-utf-8): Set correct value for
7025 valid-codes property.
7026
7027 * international/fontset.el (x-complement-fontset-spec): In the
7028 case that we use ASCII font for the other charsets, use only
7029 family and registry part of it.
7030
7031 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7032
7033 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7034 (shrink-window-if-larger-than-buffer): Doc fix.
7035
7036 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7037
7038 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7039 predicate passed to completing-read.
7040
7041 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7042
7043 * startup.el (command-line): Fix last change.
7044
7045 2001-02-23 Jason Rumney <jasonr@gnu.org>
7046
7047 * startup.el (tool-bar-originally-present): New variable.
7048 (command-line): Set it if the tool-bar is switched on at startup.
7049
7050 * frame.el (frame-notice-user-settings): Only adjust frame height
7051 for no tool-bar case if tool-bar was originally switched on.
7052 From E. Jay Berkenbilt.
7053
7054 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7055
7056 * server.el (server-switch-buffer): Only switch window if the
7057 current one is dedicated.
7058
7059 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7060 rather than using (match-beginning 0) when searching for break point.
7061
7062 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7063
7064 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7065 @ follows an accent command such as @'. Support optional braces
7066 in commands that insert accents, like makeinfo does.
7067
7068 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7069
7070 * startup.el (fancy-splash-text): Add a line for ordering
7071 manuals. Reverse order of splash screens shown.
7072 (use-fancy-splash-screens-p): Adapt to the text line added.
7073
7074 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7075 manuals from the FSF.
7076
7077 * help.el (view-order-manuals): New function.
7078 (toplevel): Bind C-h C-m to this function.
7079
7080 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7081
7082 * newcomment.el (comment-forward): Skip the comment-start before
7083 searching for the comment-end.
7084
7085 2001-02-21 Dave Love <fx@gnu.org>
7086
7087 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7088
7089 * international/mule-cmds.el, international/mule.el: Doc fixes.
7090
7091 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7092
7093 * startup.el (fancy-splash-screens): Use display-hourglass
7094 instead of display-busy-cursor.
7095
7096 * frame.el (display-hourglass): Renamed from busy-cursor.
7097 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7098 (show-cursor-in-non-selected-windows): Doc fix.
7099
7100 2001-02-20 Dave Love <fx@gnu.org>
7101
7102 * international/utf-8.el: Doc and commentary fixes.
7103
7104 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7105
7106 * ehelp.el (with-electric-help): Doc fix.
7107
7108 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7109
7110 * msb.el (msb-mode): Call the update-buffers function explicitly
7111 with a FORCE argument.
7112
7113 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7114 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7115 returns nil.
7116
7117 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7118
7119 * ps-print.el: Timestamp package replacement. Some enhancements.
7120 Some XEmacs compatibility. Doc fix.
7121 (ps-print-version): New version number (6.4).
7122 (ps-printer-name): Initialization fix.
7123 (ps-zebra-stripe-follow): Funcionality enhancement.
7124 (ps-prologue-file): Code enhancement.
7125 (ps-right-header): Timestamp package replacement.
7126 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7127 (ps-get-page-dimensions)
7128 (ps-generate-header, ps-begin-file, ps-begin-job)
7129 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7130 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7131 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7132 (coding-system-for-write): Var declaration (XEmacs compatibility).
7133
7134 2001-02-20 Miles Bader <miles@gnu.org>
7135
7136 * image-file.el (image-file-name-extensions): Add "tif".
7137
7138 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7139
7140 * wid-edit.el (widget-button-click): Save the selected window
7141 around the code handling clicks on buttons.
7142
7143 2001-02-18 Dave Love <fx@gnu.org>
7144
7145 * imenu.el (imenu--generic-function): Use mapc to iterate over
7146 syntax characters.
7147
7148 2001-02-17 Richard M. Stallman <rms@gnu.org>
7149
7150 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7151
7152 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7153
7154 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7155
7156 * mouse.el (mouse-save-then-kill): If the distance from the new
7157 point to the mark is equal to the distance of point from the new
7158 point, move point instead of the mark.
7159
7160 2001-02-16 Dave Love <fx@gnu.org>
7161
7162 * textmodes/flyspell.el (flyspell-get-word): Return string without
7163 properties.
7164
7165 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7166
7167 * generic.el (generic-find-file-regexp): Doc fix.
7168 (generic-ignore-files-regexp): New defcustom.
7169 (generic-mode-find-file-hook): If the file's name matches the
7170 regexp in `generic-ignore-files-regexp', don't enter
7171 default-generic-mode. Doc fix.
7172
7173 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7174
7175 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7176 Add autoload cookies.
7177
7178 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7179 of cal-tex-24.
7180
7181 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7182
7183 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7184
7185 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7186 the character class after the (optional) drive, to support file
7187 names with embedded blanks.
7188
7189 2001-02-15 Sam Steingold <sds@gnu.org>
7190
7191 * textmodes/tex-mode.el (tex-shell-running):
7192 Check the process buffer too.
7193
7194 2001-02-15 Dave Love <fx@gnu.org>
7195
7196 * battery.el (battery-status-function): Fix doc, :type.
7197
7198 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7199
7200 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7201
7202 * subr.el (read-passwd): Clear Lisp memory holding password.
7203
7204 2001-02-15 Miles Bader <miles@gnu.org>
7205
7206 * info.el (Info-copy-current-node-name): New function.
7207 (Info-mode-menu): Add it to the menu.
7208
7209 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7210
7211 * international/mule-cmds.el (toggle-input-method): Doc fix.
7212
7213 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7214
7215 * replace.el (occur): Stop at end of buffer.
7216
7217 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7218
7219 * international/mule-cmds.el (set-input-method): Another doc fix.
7220
7221 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7222
7223 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7224
7225 2001-02-13 Miles Bader <miles@gnu.org>
7226
7227 * faces.el (set-face-background, set-face-foreground)
7228 (set-face-stipple): Treat a value of nil as being `unspecified'.
7229
7230 2001-02-12 Dave Love <d.love@dl.ac.uk>
7231
7232 * international/latin1-disp.el: Doc fixes.
7233 (latin1-display) <defgroup>: Add :link.
7234 (latin1-display) <function>: Set variable latin1-display.
7235
7236 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7237
7238 * international/mule-cmds.el (set-input-method): Doc fix.
7239
7240 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7241
7242 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7243 (speedbar-line-file): Return nil if not a file.
7244 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7245
7246 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7247
7248 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7249 for remote files.
7250 (ediff-coding-system-for-read): Replaced the no-conversion default
7251 with raw-text.
7252
7253 * ediff-init.el: Removed :version from defcustom vars.
7254
7255 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7256 Better handling of the diff mode.
7257
7258 * ediff.texi: Added ediff-coding-system-for-read.
7259
7260 * viper.texi: Fix typos.
7261
7262 2001-02-11 Dave Love <fx@gnu.org>
7263
7264 * shadowfile.el: Doc fixes.
7265 (shadow) <defgroup>: Add :link.
7266 (shadowfile-unload-hook): New function.
7267 (shadow-initialize): Use defalias, not fset.
7268 (shadow-define-cluster, shadow-define-literal-group)
7269 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7270
7271 * international/mule.el: Doc and message fixes.
7272
7273 * international/ccl.el (define-ccl-program): Doc fix.
7274
7275 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7276
7277 * faces.el (mode-line): Set :line-width property to -1.
7278
7279 2001-02-10 Richard M. Stallman <rms@gnu.org>
7280
7281 * complete.el (partial-completion-mode): Doc fix.
7282
7283 * simple.el (delete-key-deletes-forward-mode):
7284 Change `let' to `let*' to fix gross bug in last change.
7285
7286 * repeat.el (repeat): Don't let execute-kbd-macro alter
7287 real-last-command.
7288
7289 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7290
7291 * simple.el (eval-expression): Doc fix.
7292
7293 2001-02-09 Dave Love <fx@gnu.org>
7294
7295 * imenu.el (imenu-generic-expression): Doc fix.
7296
7297 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7298 From Juanma Barranquero.
7299
7300 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7301
7302 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7303
7304 * faces.el (set-face-attribute): Describe the case of a negative
7305 value specified for :line-width.
7306
7307 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7308
7309 * which-func.el (which-func-mode): Invert which-func-mode-global.
7310 From Juanma Barranquero <lektu@uol.com.br>.
7311
7312 2001-02-08 Dave Love <fx@gnu.org>
7313
7314 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7315 widget-plist-value-type.
7316 (widget-alist-convert-widget): Replace binding of
7317 widget-alist-value-type.
7318
7319 * textmodes/paragraphs.el (sentence-end): Doc fix.
7320
7321 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7322 Remove `backward-line'.
7323
7324 * play/pong.el (pong-blank-color, pong-bat-color)
7325 (pong-ball-color, pong-border-color, pong-left-key)
7326 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7327 (pong-pause-key, pong-resume-key, pong-timer-delay):
7328 * mail/mh-comp.el (mh-compose-letter-function):
7329 * eshell/esh-mode.el (eshell-skip-prompt-function):
7330 * emulation/viper-ex.el (ex-unix-type-shell-options):
7331 * recentf.el (recentf-menu-filter):
7332 * ps-print.el (ps-print-region-function):
7333 * lpr.el (print-region-function):
7334 * forms.el (forms-mode-hooks):
7335 * dirtrack.el (dirtrack-directory-change-hook):
7336 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7337 * textmodes/spell.el (spell-filter):
7338 * textmodes/fill.el (adaptive-fill-function):
7339 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7340 * progmodes/etags.el (find-tag-default-function):
7341 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7342 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7343
7344 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7345
7346 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7347 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7348 Meyering <jim@meyering.net>.
7349
7350 * loadup.el: Revert last change.
7351
7352 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7353
7354 * international/mule.el (transform-make-coding-system-args):
7355 Make it work also for coding systems not using CCL.
7356
7357 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7358
7359 * simple.el (previous-matching-history-element)
7360 (next-matching-history-element): Doc fix.
7361
7362 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7363 specific part.
7364
7365 2001-02-06 Dave Love <fx@gnu.org>
7366
7367 * add-log.el (add-log-current-defun-function)
7368 (add-log-buffer-file-name-function, add-log-file-name-function):
7369 Fix :type.
7370 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7371
7372 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7373
7374 * info.el (info-initialize): Remove the test for system-type when
7375 invocation-directory is non-nil.
7376
7377 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7378 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7379
7380 2001-02-06 Andrew Innes <andrewi@gnu.org>
7381
7382 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7383 absolute.
7384
7385 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7386
7387 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7388 buffers. When hi-lock turned on rather than only checking current
7389 buffer for regexps, all buffers are checked. Moved activation of
7390 font-lock to hi-lock-refontify. When font-lock turned off rather
7391 than removing added highlighting just in current buffer, remove it
7392 in all buffers. Changed edit menu text from "Automatic
7393 Highlighting" to "Regexp Highlighting" Documentation for
7394 highlighting phrases, minor documentation changes.
7395 (hi-lock-set-file-patterns): Execute only if there are new or
7396 existing file patterns.
7397 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7398 unfontify and, if a support mode is active, will not refontify the
7399 whole buffer. If necessary, turn on font lock. (Removed
7400 font-lock-unfontify and font-lock support-mode-specific calls,
7401 such as lazy-lock-fontify-window.)
7402 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7403 patterns are found. Not useful now since find-file-hook is removed
7404 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7405 (hi-lock-face-phrase-buffer): New function. Also added related
7406 menu item and keybinding.
7407 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7408 (hi-lock-process-phrase): New function.
7409 (hi-lock-line-face-buffer): Doc fixes.
7410 (hi-lock-face-buffer): Doc fixes.
7411 (hi-lock-unface-buffer): Doc fixes.
7412
7413 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7414
7415 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7416 dabbrev-ignored-regexps.
7417
7418 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7419
7420 * simple.el (kill-line): Doc fix.
7421
7422 2001-02-05 Dave Love <fx@gnu.org>
7423
7424 * loadup.el: Revert last two changes -- bootstrapping works with
7425 regenerated loaddefs.
7426
7427 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7428
7429 * isearch.el (isearch-forward): Doc fix.
7430
7431 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7432 of font-lock-defaults to backward-paragraph.
7433
7434 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7435
7436 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7437 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7438
7439 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7440
7441 * ebnf2ps.el: Eliminate time-stamp functions.
7442 (ebnf-version): New version (3.5).
7443 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7444 format-time-string.
7445
7446 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7447
7448 * simple.el (next-line): Goto end-of-line before inserting a newline.
7449
7450 2001-02-05 Miles Bader <miles@gnu.org>
7451
7452 * image-file.el (insert-image-file): When visiting an image, also
7453 set `truncate-lines' to t so that any fringe arrow looks correct.
7454
7455 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7456
7457 * isearch.el (isearch-forward): Add description about input method
7458 in the docsting.
7459
7460 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7461
7462 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7463
7464 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7465
7466 * info.el (info-initialize): If installation-directory is nil, for
7467 DOS/Windows systems try looking in a sibling of invocation-directory.
7468
7469 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7470
7471 * wid-edit.el (widget-button-click): Fix last change.
7472
7473 * frame.el (frame-notice-user-settings): When resizing the initial
7474 frame because the tool bar is off, also change the frame's top
7475 position if a negative top position was specified.
7476
7477 2001-02-02 Miles Bader <miles@gnu.org>
7478
7479 * image-file.el (insert-image-file): When visiting an image,
7480 suppress the cursor in the image buffer.
7481
7482 2001-02-01 Dave Love <fx@gnu.org>
7483
7484 * progmodes/f90.el (f90-mode): Remove startup message.
7485
7486 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7487
7488 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7489
7490 * startup.el (command-line): Fix code determining whether or not
7491 to use delete-key-deletes-forward-mode.
7492
7493 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7494
7495 * vc.el (vc-diff-switches): New user option.
7496 (vc-version-diff): Use it.
7497 (vc-diff-switches-list): New macro.
7498
7499 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7500 New customization options.
7501 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7502
7503 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7504
7505 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7506
7507 * msb.el (toplevel): Quote hook symbols.
7508
7509 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7510
7511 * international/mule.el (make-coding-system): Add description
7512 about recognized properties in the docstring.
7513
7514 * international/mule-conf.el: Remove unused charsets
7515 mac-roman-lower and mac-roman-upper.
7516
7517 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7518
7519 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7520 is in front of the left-margin, if any.
7521
7522 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7523 like `delete'.
7524
7525 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7526
7527 * term/w32-win.el (mouse-set-font): Doc fix.
7528
7529 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7530
7531 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7532 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7533 on already.
7534
7535 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7536
7537 * files.el (save-buffer): Don't give message if (buffer-file-name)
7538 returns nil.
7539
7540 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7541
7542 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7543
7544 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7545 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7546
7547 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7548 display problems.
7549
7550 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7551
7552 * international/mule.el (charset-info): Fix docstring.
7553
7554 * international/mule-diag.el (describe-character-set): Check final
7555 char valid before printing it.
7556
7557 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7558
7559 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7560
7561 * frame.el (frame-notice-user-settings): Do the tool-bar
7562 stuff only for graphical displays. Fix a braino.
7563
7564 * frame.el (frame-initialize): Create initial frame visible.
7565 (frame-notice-user-settings): When tool-bar has been switched off,
7566 correct the frame size and sync tool-bar-mode.
7567
7568 * startup.el (command-line): Remove manipulation of frame
7569 height for tool bars.
7570
7571 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7572
7573 * lpr.el: Compatibility with XEmacs and doc fixes.
7574 (lpr-windows-system, lpr-lp-system): New vars.
7575 (lpr-printer-switch): New defcustom.
7576 (printer-name, lpr-command): Customization fix.
7577 (print-region-1): Code fix.
7578 (print-region-new-buffer, printify-region): Indentation fix.
7579 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7580 New functions.
7581
7582 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7583
7584 * msb.el (toplevel): Fix the eval-after-load.
7585
7586 2001-01-29 Dave Love <fx@gnu.org>
7587
7588 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7589
7590 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7591
7592 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7593 (tcl-using-emacs-19-23): Consider Emacs 21+.
7594 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7595 (tcl-add-emacs-menu): Supply menu name.
7596 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7597
7598 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7599
7600 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7601
7602 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7603
7604 * pcvs.el (cvs-mark-fis-dead): New function.
7605 (cvs-mode-add): Use it.
7606 (cvs-mode-add-change-log-entry-other-window):
7607 Rebind change-log-default-name to itself rather than to nil.
7608
7609 2001-01-29 Sam Steingold <sds@gnu.org>
7610
7611 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7612 `autoload' statements.
7613
7614 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7615
7616 * files.el (confirm-kill-emacs): Doc fix.
7617
7618 * frame.el (frame-initialize): Doc fix.
7619
7620 * time-stamp.el (time-stamp-string): Doc fix.
7621
7622 * woman.el (WoMan-log-1): Make the log buffer writable.
7623 From Markus Rost <rost@math.ohio-state.edu>.
7624
7625 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7626
7627 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7628 the `make-variable-buffer-local'.
7629
7630 2001-01-29 Dave Love <fx@gnu.org>
7631
7632 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7633 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7634 Add autoload cookie.
7635 (ansi-color-apply-sequence): Fix typo.
7636
7637 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7638
7639 * menu-bar.el (menu-bar-files-menu): Add menu items for
7640 Postscript printing in black and white.
7641
7642 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7643 X-Mailman-Version, Precedence, List-Help, List-Post,
7644 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7645 Content-Type, Content-Length.
7646
7647 2001-01-29 Dave Love <fx@gnu.org>
7648
7649 * elide-head.el (elide-head): Make overlay evaporate.
7650
7651 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7652
7653 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7654
7655 * isearch.el (isearch-highlight): Don't punt if the display
7656 doesn't support colors, since isearch faces are defined for
7657 monochrome displays as well.
7658
7659 2001-01-27 Sam Steingold <sds@gnu.org>
7660
7661 * shell.el (shell-write-history-on-exit): Make sure that we are in
7662 the shell buffer (M-x tex-file RET inserted the error message into
7663 the TeX buffer).
7664
7665 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7666
7667 * simple.el (transient-mark-mode): Doc fix.
7668
7669 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7670
7671 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7672
7673 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7674
7675 * shell.el (shell-unquote-argument): If the shell is one of the
7676 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7677 quote character.
7678 (shell-dumb-shell-regexp): Document that the shells which match
7679 this regexp are supposed to not treat a backslash as a quote character.
7680
7681 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7682 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7683
7684 2001-01-27 Richard M. Stallman <rms@gnu.org>
7685
7686 * dabbrev.el (dabbrev--substitute-expansion):
7687 Treat a one-capital-letter abbrev as "not all upper case",
7688 so as to force preservation of the expansion's pattern
7689 if the expansion starts with a capital letter.
7690
7691 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7692
7693 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7694 Doc fix.
7695
7696 * simple.el (transient-mark-mode): Document the fact that many
7697 commands act on the region when mark is active.
7698
7699 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7700
7701 * international/quail.el (quail-setup-completion-buf): Make the
7702 multibyteness of current buffer inherited to Quail completion buffer.
7703 (quail-show-guidance-buf): Make the multibyteness of current
7704 buffer inherited to Quail guidance buffer.
7705 (quail-help): Make the multibyteness of current buffer inherited
7706 to Quail help buffer.
7707
7708 2001-01-26 Dave Love <fx@gnu.org>
7709
7710 * time-stamp.el: Doc fixes.
7711
7712 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7713 (delphi-keyword-face, delphi-other-face): Fix :type.
7714
7715 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7716
7717 * mail/feedmail.el (feedmail): Add :link.
7718 (feedmail-send-it): Doc fix.
7719
7720 * mail/sendmail.el: Doc fixes.
7721 (sendmail-send-it): Fix the non-ASCII regexp and use
7722 rfc2047-encode-string.
7723
7724 * dired.el, dired-aux.el: Revert last change.
7725
7726 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7727
7728 * makefile.w32-in (DONTCOMPILE): Add various term files.
7729
7730 2001-01-26 Dave Love <fx@gnu.org>
7731
7732 * Makefile.in (DONTCOMPILE): Add various term files.
7733
7734 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7735
7736 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7737
7738 * startup.el (display-startup-echo-area-message): Make sure
7739 the echo area is resized to fit the size of the startup message.
7740
7741 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7742 part of which is a constant.
7743
7744 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7745
7746 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7747
7748 2001-01-26 Richard M. Stallman <rms@gnu.org>
7749
7750 * simple.el (next-line): Don't let `newline' expand abbrevs.
7751 Simplify slightly.
7752 (open-line): Don't let `newline' expand abbrevs.
7753
7754 2001-01-25 John Wiegley <johnw@gnu.org>
7755
7756 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7757 to `repeat' in the :type field.
7758
7759 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7760 allow a choice of regexp or nil.
7761 (pcomplete-dir-ignore): Same.
7762
7763 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7764 a command) to always fail.
7765
7766 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7767
7768 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7769 discard the result.
7770 (iswitchb-to-end): Likewise.
7771
7772 2001-01-25 Sam Steingold <sds@gnu.org>
7773
7774 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7775 Require vc.
7776
7777 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7778
7779 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7780
7781 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7782
7783 2001-01-25 Dave Love <fx@gnu.org>
7784
7785 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7786 (describe-coding-system): Tweak the English text.
7787
7788 * loadup.el: Preload international/ccl for utf-8.
7789
7790 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7791
7792 * mail/rmail.el (rmail-redecode-body): Doc fix.
7793
7794 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7795
7796 * international/mule-cmds.el (reset-language-environment):
7797 Reset coding-category-utf-8 to mule-utf-8.
7798
7799 * international/mule-conf.el (coding-category-utf-8):
7800 Initialize to mule-utf-8.
7801
7802 * loadup.el: Preload international/utf-8.
7803
7804 * international/utf-8.el: New file.
7805
7806 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7807
7808 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7809
7810 2001-01-24 Sam Steingold <sds@gnu.org>
7811
7812 * dired.el (dired-replace-in-string): Removed.
7813 (dired-sort-toggle): Use `replace-regexps-in-string'
7814 instead of `dired-replace-in-string'.
7815
7816 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7817 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7818
7819 * gs.el (gs-replace-in-string): Removed.
7820 (gs-options): Use `replace-regexps-in-string'
7821 instead of `gs-replace-in-string'.
7822
7823 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7824
7825 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7826 bug report is mailed to an email list and posted to a news group.
7827
7828 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7829
7830 * comint.el (comint-replace-by-expanded-history-before-point):
7831 Fix change of 2000-08-03 to move point to the start of the line again.
7832
7833 * startup.el (tool-bar-images-pixel-height): New variable.
7834 (command-line): After loading the user's init file, when
7835 tool-bar-mode is on, increase the frame's size by some lines for
7836 the tool-bar.
7837
7838 * frame.el (frame-initialize): Create the initial frame invisible.
7839
7840 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7841
7842 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7843 (chinese-big5): MIME:Big5.
7844
7845 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7846
7847 * international/mule-cmds.el (universal-coding-system-argument):
7848 Handle commands with prefix args.
7849
7850 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7851
7852 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7853 being a list of numbers.
7854 (diary-mail-entries): Rewritten.
7855
7856 2001-01-23 Dave Love <fx@gnu.org>
7857
7858 * international/mule.el (make-coding-system): Fix typo.
7859
7860 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7861 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7862
7863 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7864
7865 * font-lock.el (font-lock-mode): Doc fix.
7866
7867 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7868
7869 * international/mule.el (make-translation-table): Fix docstring.
7870
7871 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7872
7873 * mail/rmail.el (rmail-redecode-body): New function.
7874
7875 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7876
7877 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7878
7879 * isearch.el (isearch-lazy-highlight-case-fold-search)
7880 (isearch-lazy-highlight-regexp): New variables.
7881 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7882 case-fold search or regexp search has been toggled.
7883
7884 * wid-edit.el (widget-button-click): Avoid a save-excursion
7885 around running a global binding.
7886
7887 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7888 to 0.25.
7889
7890 2001-01-20 Miles Bader <miles@gnu.org>
7891
7892 * cus-edit.el (custom-face-save): Do post-processing on the face's
7893 new value like `custom-face-set' does.
7894
7895 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7896
7897 * mail/emacsbug.el (report-emacs-bug): Report the value of
7898 LC_CTYPE, not LC_TYPE.
7899
7900 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7901 isearch-toggle-regexp and isearch-edit-string to doc string.
7902
7903 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7904
7905 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7906 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7907
7908 * jit-lock.el (jit-lock-fontify-now): Don't bind
7909 font-lock-beginning-of-syntax-function to nil.
7910
7911 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7912
7913 * mail/emacsbug.el (report-emacs-bug): Report values of
7914 locale-coding-system, default-enable-multibyte-characters, and the
7915 environment variables LC_ALL, LC_TYPE, and LANG.
7916
7917 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7918
7919 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7920
7921 * font-lock.el (font-lock-multiline): Default to nil.
7922 (font-lock-default-fontify-region): If font-lock-multiline is
7923 nil, don't check the property `font-lock-multiline'.
7924
7925 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7926 is nil, don't check the `font-lock-multiline' text property.
7927
7928 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7929
7930 * viper.el: Call initial-major-mode on startup.
7931
7932 * ediff.el (ediff-patch-file): Use better defaults.
7933
7934 * ediff-vers.el: Fix for 8+3 DOS file systems.
7935
7936 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7937
7938 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7939 diff mode, if available.
7940
7941 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7942
7943 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7944
7945 * ediff-init.el (subst-char-in-string): Define and use it, unless
7946 it's already defined.
7947
7948 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7949
7950 * tooltip.el (tooltip-hide-delay): New user-option.
7951 (tooltip-show): Use tooltip-hide-delay instead of the default.
7952
7953 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7954
7955 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7956 kill-local-variable doesn't work for enable-multibyte-characters.
7957
7958 2001-01-17 Dave Love <fx@gnu.org>
7959
7960 * ediff-init.el (ediff-before-setup-hook)
7961 (ediff-merge-filename-prefix): Add :version.
7962
7963 * international/latin1-disp.el: Require disp-table.
7964 (latin1-display): Fix :set.
7965
7966 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7967
7968 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7969
7970 * isearch.el (isearch-lazy-highlight-initial-delay)
7971 (isearch-lazy-highlight-interval): Default to 0.
7972
7973 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7974
7975 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7976 1 here rather than each time through
7977 isearch-lazy-highlight-new-loop.
7978 (isearch-lazy-highlight-max): Variable deleted.
7979 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7980 isearch-lazy-highlight-max but controls a single invocation of
7981 isearch-lazy-highlight-update.
7982 (isearch-lazy-highlight-wrapped): Variable recreated.
7983 (isearch-lazy-highlight-window-start): New variable.
7984 (isearch-lazy-highlight-cleanup): Restored to behavior of
7985 before 2-Jan.
7986 (isearch-lazy-highlight-remove-overlays): Function deleted;
7987 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7988 behavior removed.
7989 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
7990 isearch-lazy-highlight-update in a loop rather than just once.
7991 Test isearch-invalid-regexp here and decide not to start a new
7992 loop, rather than testing it each time through
7993 isearch-lazy-highlight-update.
7994 (isearch-lazy-highlight-search): Function restored.
7995 (isearch-lazy-highlight-update): Get called in a timer loop again,
7996 but this time highlight more than one match each time through.
7997 Only highlight matches in the visible part of the window.
7998 Start at point, move in the direction of the search, and wrap around at
7999 the edge of the window. Use sit-for to force redisplay and ensure
8000 window-start is credible. "Face suppressing" behavior removed;
8001 overlay priorities should make it unnecessary, right?
8002 (isearch-highlight): Face suppressing behavior removed.
8003 (isearch-dehighlight): Face suppressing behavior removed.
8004 (isearch-set-lazy-highlight-faces-at): Removed.
8005
8006 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8007
8008 * language/european.el ("Latin-1"): Make the format of description
8009 about additional language environments same as that of Latin-2.
8010
8011 2001-01-16 Dave Love <fx@gnu.org>
8012
8013 * isearch.el (isearch-lazy-highlight): Add :version.
8014
8015 * simple.el (backward-delete-char-untabify-method)
8016 (next-line-add-newlines): Add :version.
8017
8018 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8019
8020 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8021 Don't bind <delete> otherwise.
8022
8023 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8024 and <delete> via function-key-map.
8025
8026 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8027 Subject line only if point is after the `Subject:'.
8028
8029 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8030
8031 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8032 japanese-jisx0213-2 in `charset' property of this lang. env.
8033
8034 * language/european.el ("Latin-1"): Add description for Dutch and
8035 Spanish lang. env.
8036
8037 * international/mule.el (decode-char): Fix conditions.
8038 (encode-char): Handle eight-bit-control too.
8039 (transform-make-coding-system-args): New function.
8040 (make-coding-system): Accept XEmacs style arguments for CCL base
8041 coding system.
8042
8043 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8044
8045 * progmodes/etags.el (find-tag-noselect): Save the value of
8046 tags-file-name before switching buffers, for the case it has a
8047 buffer-local value.
8048
8049 2001-01-15 Alex Schroeder <alex@gnu.org>
8050
8051 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8052 From Dave Love <fx@gnu.org>.
8053 (ansi-color-for-comint-mode): Fix :version.
8054
8055 2001-01-15 Alex Schroeder <alex@gnu.org>
8056
8057 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8058
8059 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8060
8061 * dired.el (dired-insert-directory): If file-system-info fails,
8062 remove the " free " part, but don't signal an error.
8063
8064 2001-01-12 Sam Steingold <sds@gnu.org>
8065
8066 * bookmark.el (bookmark-maybe-historicize-string):
8067 Use new backquote syntax.
8068
8069 2001-01-12 Richard M. Stallman <rms@gnu.org>
8070
8071 * subr.el (last): Handle a list that doesn't end in nil.
8072
8073 2001-01-12 Sam Steingold <sds@gnu.org>
8074
8075 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8076 to `backward-delete-char-untabify'.
8077
8078 2001-01-12 Dave Love <fx@gnu.org>
8079
8080 * cus-edit.el (customize-menu-create): Fix the :filter following
8081 easymenu change.
8082
8083 * wid-edit.el (function): Add :match-alternatives.
8084 (widget-color-action): Doc fix.
8085
8086 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8087
8088 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8089
8090 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8091
8092 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8093
8094 * international/ccl.el (define-ccl-program): Fix docstring.
8095
8096 2001-01-11 Dave Love <fx@gnu.org>
8097
8098 * international/mule-cmds.el (standard-display-european-internal):
8099 Set display table for 2208 as for 160.
8100
8101 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8102
8103 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8104 entry for custom-menu-create change.
8105 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8106 don't cons it in the search loop.
8107
8108 * imenu.el (imenu--truncate-items): Revert last change.
8109
8110 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8111
8112 * info.el (Info-setup-header-line): If the node header includes
8113 either Next: or Prev: links, don't show the File: and Node: parts
8114 in the header line.
8115
8116 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8117
8118 * comint.el (comint-goto-process-mark): Don't print a message
8119 when running in batch mode.
8120
8121 * isearch.el (isearch-search): In the condition-case handler for
8122 `error', set isearch-invalid-regexp to the whole error message.
8123
8124 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8125 ensure that eval-after-load works for files dumped with Emacs.
8126
8127 * help.el (load-symbol-file-load-history): New function extracted
8128 from function symbol-file.
8129 (symbol-file): Use it.
8130
8131 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8132
8133 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8134
8135 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8136 behave as if there were no prefix argument.
8137 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8138 argument were nil.
8139
8140 2001-01-11 Richard M. Stallman <rms@gnu.org>
8141
8142 * isearch.el (isearch-lazy-highlight-update):
8143 Don't look for more potential matches once maximum is exceeded.
8144 Use overlays-in to check correctly for overlap with current match.
8145 Ignore empty matches.
8146
8147 2001-01-11 Miles Bader <miles@gnu.org>
8148
8149 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8150 (ispell-overlay-window, ispell-help, ispell-show-choices)
8151 (ispell-command-loop): Use it instead of `window-height'.
8152
8153 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8154
8155 * files.el (confirm-kill-emacs): New user-option.
8156 (save-buffers-kill-emacs): Ask for final confirmation before
8157 killing Emacs.
8158
8159 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8160 to nil.
8161
8162 2001-01-10 Dave Love <fx@gnu.org>
8163
8164 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8165
8166 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8167
8168 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8169
8170 * calculator.el (calculator-number-digits): Fix :type.
8171
8172 * vc-cvs.el (vc-cvs-header): Fix :type.
8173 * vc-rcs.el (vc-rcs-header): Fix :type.
8174 * vc-sccs.el (vc-sccs-header): Fix :type.
8175
8176 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8177
8178 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8179
8180 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8181
8182 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8183
8184 * simple.el (set-variable): Force a thorough redisplay for the
8185 case that the variable has an effect on the display, like
8186 `tab-width' has.
8187
8188 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8189
8190 * vc.el: Add documentation for backend interface.
8191
8192 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8193
8194 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8195
8196 * international/mule-conf.el (latin-extra-code-table): Set to t
8197 for \223 and \224.
8198
8199 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8200
8201 * international/mule-cmds.el (locale-language-names): Map "es" to
8202 "Spanish" and "nl" to "Dutch".
8203
8204 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8205
8206 * bindings.el (global-map): Bind <home> to beginning-of-line,
8207 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8208 C-<end> to end-of-buffer.
8209
8210 * language/european.el: Add Dutch and Spanish language info
8211 to be able to use the appropriate tutorials.
8212
8213 2001-01-09 Alex Schroeder <alex@gnu.org>
8214
8215 * ansi-color.el (ansi-color-process-output): Use markers instead
8216 of positions for start and end of region.
8217 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8218 Previously, occasional mistakes happend when fontifying many
8219 chunks of output (eg. ls --color=yes /dev). This happened
8220 whenever an overlay was created up to the end of the region, which
8221 coincided with the process-mark. New text would then be added
8222 within that overlay instead of after it.
8223 (ansi-color-make-extent): Overlays are created with the property
8224 `modification-hooks' set to '(ansi-color-freeze-overlay).
8225 (ansi-color-freeze-overlay): New function. When inserting text at
8226 the end of the overlay, the overlay will resize.
8227
8228 2000-01-09 Alex Schroeder <alex@gnu.org>
8229
8230 * ansi-color.el (ansi-color-process-output): Doc change.
8231 (ansi-color-unfontify-region): Doc change. No longer installed
8232 automatically in font-lock-unfontify-region-function.
8233 (ansi-color-apply): Doc change.
8234 (ansi-color-apply-on-region): Use extents or overlays instead of
8235 text-properties.
8236 (ansi-color-make-extent): New function.
8237 (ansi-color-set-extent-face): New function.
8238
8239 2000-01-09 Alex Schroeder <alex@gnu.org>
8240
8241 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8242 both use ansi-color-process-output, now.
8243 (ansi-color-process-output): Doesn't return string anymore. It is
8244 installed in comint-output-filter-functions for both Emacs and
8245 XEmacs, now.
8246 (ansi-color-unfontify-region): Simplified code removing variables
8247 pos and start-ansi.
8248 (ansi-color-apply): Put text-property ansi-color before putting
8249 text-property face because ansi-color-unfontify-region is called
8250 immediately after the call to put-text-property.
8251 (ansi-color-context-region): Doc change.
8252 (ansi-color-filter-region): Simplified code.
8253 (ansi-color-apply-on-region): Changed start to start-marker, using
8254 a marker explicitly. Put text-property ansi-color before putting
8255 text-property face because ansi-color-unfontify-region is called
8256 immediately after the call to put-text-property.
8257
8258 2000-01-09 Alex Schroeder <alex@gnu.org>
8259
8260 * ansi-color.el (ansi-color-faces-vector): Doc change.
8261 (ansi-color-for-comint-mode): Changed :type property to choice.
8262 (ansi-color-last-context): Removed.
8263 (ansi-color-process-output): Don't use ansi-color-last-context, as
8264 the main functions will store their context now.
8265 (ansi-color-context): Doc change.
8266 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8267 Uses ansi-color-context such that repeated calls will strip
8268 partial escape sequences, too.
8269 (ansi-color-apply): Simplified code. Colorize end of string if
8270 face is not null. Store context in new (FACE STRING) format, such
8271 that repeated calls will strip partial escape sequences, too.
8272 Append faces to face property using ansi-color-apply-sequence such
8273 that cumulative mode actually works.
8274 (ansi-color-context-region): New variable.
8275 (ansi-color-filter-region): Rewrote it based on
8276 ansi-color-apply-on-region. Uses ansi-color-context-region such
8277 that repeated calls will strip partial escape sequences, too.
8278 (ansi-color-apply-on-region): Simplified code. Colorize end of
8279 region if face is not null. Store context in new (FACE POS)
8280 format, such that repeated calls will strip partial escape
8281 sequences, too. Append faces to face property using
8282 ansi-color-apply-sequence such that cumulative mode actually works.
8283 (ansi-color-apply-sequence): New function.
8284 (ansi-color-get-face): When the default face is added to the list
8285 of faces, all previous settings are discarded and the list of
8286 faces is set to '(default).
8287
8288 2000-01-09 Alex Schroeder <alex@gnu.org>
8289
8290 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8291 face, such that ansi-color-apply and ansi-color-apply-on-region
8292 will do the right thing.
8293 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8294 returns nil, set the list of faces back to nil instead of
8295 appending the result of ansi-color-get-face to the front of the list.
8296
8297 2000-01-09 Alex Schroeder <alex@gnu.org>
8298
8299 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8300 (ansi-color-process): Doc change.
8301 (ansi-color-last-context): New buffer-local variable.
8302 (ansi-color-process-output): New function. It is automatically
8303 added to comint-output-filter-functions if this is XEmacs.
8304 (ansi-color-unfontify-region): New optional parameter for XEmacs
8305 compatibility. Check wether font-lock-syntactic-keywords is
8306 boundp before removing the syntax table text property, as XEmacs
8307 doesn't have it.
8308 (ansi-color-filter-region): Doc change.
8309 (ansi-color-apply-on-region): Doc change.
8310 (ansi-color-make-face): New function. Compatibility layer for
8311 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8312 (ansi-color-make-color-map): Use ansi-color-make-face.
8313 (ansi-color-get-face): Avoid face text property '(nil) as results
8314 in an errow for XEmacs.
8315
8316 2000-01-09 Alex Schroeder <alex@gnu.org>
8317
8318 * ansi-color.el (ansi-color-unfontify-region): New function.
8319 Uses text-property ansi-color in order to preserve fontification by
8320 ansi-color. When the package is loaded, a lambda expression is
8321 put onto font-lock-mode-hook. This lambda expression will check
8322 font-lock-unfontify-region-function and replace
8323 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8324 (ansi-color-apply): Add text-property ansi-color in addition to
8325 text-property face.
8326 (ansi-color-apply-on-region): Add text-property ansi-color in
8327 addition to text-property face.
8328 (save-buffer-state): Copy of the macro that is also used by
8329 lazy-lock and font-lock.
8330
8331 (ansi-color-for-comint-mode): New option.
8332 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8333 (ansi-color-for-comint-mode-off): Ditto.
8334 (ansi-color-for-comint-mode-filter): Ditto.
8335 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8336 decide what to do. This function is added to
8337 comint-preoutput-filter-functions when the package is loaded.
8338
8339 (ansi-color-for-shell-mode-set): Removed.
8340 (ansi-color-for-shell-mode): Removed.
8341
8342 2000-01-09 Alex Schroeder <alex@gnu.org>
8343
8344 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8345 the lambda expression from the ansi-color-for-shell-mode :set
8346 property. Additionally, modify shell-mode-hook to enable or
8347 disable font-lock-mode for future shell buffers.
8348 (ansi-color-for-shell-mode): The :set property calls
8349 ansi-color-for-shell-mode-set instead of a lambda expression.
8350
8351 2000-01-09 Alex Schroeder <alex@gnu.org>
8352
8353 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8354 (ansi-color-context): New variable.
8355 (ansi-color-apply): Save context between calls.
8356
8357 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8358
8359 * isearch.el (isearch, isearch-lazy-highlight-face):
8360 New definitions for face colors and attributes.
8361
8362 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8363 of display-mouse-p.
8364
8365 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8366
8367 * international/mule.el (make-coding-system): If the coding system
8368 accepts extra latin codes, register such codes as safe for the
8369 coding system.
8370
8371 2001-01-08 Richard M. Stallman <rms@gnu.org>
8372
8373 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8374 don't mention the file name or the date here, because they are
8375 logged at the start of the file.
8376
8377 2001-01-08 Richard M. Stallman <rms@gnu.org>
8378
8379 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8380 Change screen-width to frame-width.
8381
8382 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8383
8384 * info.el (Info-search): Print the default as part of the prompt.
8385
8386 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8387
8388 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8389 constant implementations in backends.
8390
8391 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8392 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8393
8394 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8395 WRITABLE to EDITABLE.
8396
8397 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8398 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8399 to EDITABLE.
8400
8401 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8402
8403 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8404 (copyright, copyright-update): Compute the current year at run time.
8405
8406 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8407
8408 * isearch.el (isearch-old-signal-hook): Removed.
8409 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8410 instead of setting signal-hook-function.
8411 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8412
8413 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8414
8415 * emulation/edt.el: Update to version 4.0. Provide support for
8416 EDT scroll margins at top and bottom of the window. Provide an
8417 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8418 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8419 user when file-related buffer modifications exist.
8420 Provide support for running EDT Emulation in XEmacs.
8421 Provide customize access to some user updatable variables.
8422 Add Commentary section to file header.
8423 Fixed a few minor bugs and cleaned up some code.
8424
8425 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8426 for detecting a keypress that generates an ASCII key sequence.
8427 (Previously, only a keypress that generates a vector was
8428 recognized.) Embed Window Manager name into name of the generated
8429 EDT Emulation initialization file since the initialization file is
8430 Window Manager specific. Add Commentary section to file header.
8431
8432 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8433
8434 * mail/sendmail.el (mail-mode): Doc fix.
8435
8436 * info.el (Info-goto-emacs-command-node): Doc fix.
8437 (Info-goto-emacs-key-command-node): Doc fix.
8438
8439 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8440
8441 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8442 systems without long file-name support.
8443
8444 2001-01-06 Andrew Innes <andrewi@gnu.org>
8445
8446 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8447
8448 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8449
8450 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8451 (isearch-lazy-highlight-update): Doc fix.
8452
8453 * ffap.el (ffap-bindings): Doc fix.
8454
8455 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8456
8457 2001-01-05 Dave Love <fx@gnu.org>
8458
8459 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8460
8461 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8462
8463 * mouse-drag.el (mouse-drag-safe-scroll):
8464 Bind scroll-preserve-screen-position to nil.
8465
8466 * isearch.el (isearch-old-signal-hook): New variable.
8467 (isearch-mode): Set signal-hook-function to isearch-done.
8468 (isearch-done): Restore old signal-hook-function.
8469
8470 * info.el (Info-fontify-node): Mark one more char as intangible.
8471
8472 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8473
8474 * composite.el (compose-last-chars): New argument COMPONENTS.
8475 If it is non-nil, compose preceding characters by compose-region with
8476 COMPONENTS.
8477
8478 * international/quail.el (quail-input-string-to-events): New function.
8479 (quail-input-method): Convert input string to events here.
8480 (quail-start-translation): Return input string, not event list.
8481 (quail-start-conversion): Likewise.
8482
8483 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8484
8485 * tooltip.el (tooltip-cancel-delayed-tip)
8486 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8487 and tooltip-add-timeout.
8488 (tooltip-show): Set border color from faces's foreground.
8489 (tooltip-show-help-function): If called with the same help string
8490 as last time, do nothing.
8491 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8492
8493 * startup.el (fancy-splash-screens): Don't bind show-help-function
8494 to nil.
8495
8496 * tooltip.el (tooltip-frame-parameters): Remove colors.
8497 (tooltip): New face
8498 (tooltip-set-param): New function.
8499 (tooltip-show): Set up color frame parameters from face `tooltip'.
8500 Display the tooltip text in face `tooltip'.
8501
8502 2001-01-04 Dave Love <fx@gnu.org>
8503
8504 * whitespace.el (whitespace-global-mode): Fix typo.
8505
8506 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8507
8508 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8509
8510 * help.el (help-for-help): Fix a typo in a doc string.
8511 From kwzh@gnu.org (Karl Heuer).
8512
8513 2001-01-03 Dave Love <fx@gnu.org>
8514
8515 * dired-x.el: Doc fixes. Maintainer change.
8516 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8517 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8518 (dired-guess-shell-alist-user): Customize.
8519 (dired-x-help-address): Set to bug-gnu-emacs.
8520 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8521 (dired-default-directory): Renamed from default-directory.
8522
8523 * hl-line.el (hl-line): Doc fix.
8524
8525 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8526
8527 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8528
8529 2001-01-02 Richard M. Stallman <rms@gnu.org>
8530
8531 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8532 to remove all the current alternative-match highlighting.
8533 If nil, remove only what's outside the current window.
8534 (isearch-lazy-highlight-remove-overlays): Take optional
8535 region within which NOT to remove them.
8536 (isearch-lazy-highlight-new-loop): Greatly simplified.
8537 (isearch-lazy-highlight-update): Find all the other occurrences
8538 visible in the window, in just one call.
8539 (isearch-lazy-highlight-start): Now holds start of region to scan.
8540 (isearch-lazy-highlight-end): Now holds end of region to scan.
8541 (isearch-lazy-highlight-wrapped): Variable deleted.
8542 (isearch-lazy-highlight-search): Function deleted.
8543
8544 2000-01-02 Andrew Innes <andrewi@gnu.org>
8545
8546 * w32-fns.el (convert-standard-filename): Do length check on name
8547 before aref.
8548
8549 2001-01-02 Dave Love <fx@gnu.org>
8550
8551 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8552 value.
8553 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8554
8555 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8556
8557 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8558 read syntax.
8559
8560 * calendar/todo-mode.el (todo): Add :link, :version.
8561 (todo-save-top-priorities): Remove autoload cookie.
8562 (todo-add-category, todo-add-item-non-interactively)
8563 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8564
8565 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8566
8567 * comint.el (comint-input-history-ignore): New variable.
8568 (comint-read-input-ring): Ignore entries matching
8569 comint-input-history-ignore.
8570
8571 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8572
8573 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8574 (lm-copyright-mark): New function.
8575 (lm-crack-copyright): New function.
8576 (lm-verify): Check that the file has a copyright.
8577 Check that the file is copyright Free Software Foundation.
8578
8579 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8580
8581 * international/mule-diag.el (print-fontset): Indent font name by
8582 24 columns, not 25.
8583
8584 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8585
8586 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8587 in Subject line.
8588
8589 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8590 Use mail-mode-hook instead of mail-setup-hook.
8591 Otherwise continuing an interrupted message with C-u C-x m for
8592 instance, winds up in Mail mode without abbrevs.
8593
8594 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8595
8596 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8597 non-nil. Adding almost all customization variables on ps-setup.
8598 Doc fix.
8599 (ps-print-version): New version number (6.3.3).
8600 (ps-end-with-control-d): Initialization fix.
8601 (ps-lines-printed): New var.
8602 (ps-skip-newline): New fun.
8603 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8604 (ps-next-line, ps-continue-line, ps-plot-region)
8605 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8606
8607 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8608
8609 * international/fontset.el (x-complement-fontset-spec):
8610 Resolve ASCII font name so that the same family name is used for fonts
8611 registered in x-font-name-charset-alist.
8612 (create-fontset-from-fontset-spec): Adjusted for the above change.
8613 The name of fontset alias should be a unresolved ASCII font name.
8614
8615 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8616
8617 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8618 and delete in isearch-mode-map.
8619
8620 2000-12-28 Richard M. Stallman <rms@gnu.org>
8621
8622 * dired-x.el (dired-guess-shell-alist-default):
8623 Use xpdf instead of acroread.
8624
8625 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8626
8627 * textmodes/artist.el (artist-butlast): Deleted.
8628 (artist-ellipse-mirror-quadrant): Use butlast instead of
8629 artist-butlast.
8630
8631 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8632
8633 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8634
8635 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8636
8637 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8638
8639 * ls-lisp.el: Better support for the Mac and MS-Windows.
8640 (ls-lisp): New defgroup.
8641 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8642 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8643 (ls-lisp-support-shell-wildcards): New defcustoms.
8644 (ls-lisp-parse-symlink): New function.
8645 (insert-directory): Code to convert switches to a list and set up
8646 the wildcard argument copied from ls-lisp-insert-directory.
8647 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8648 for -C and -R switches.
8649 (ls-lisp-column-format): New function.
8650 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8651 (ls-lisp-format-time): Add doc strings.
8652 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8653 Support ls-lisp-dirs-first.
8654 (ls-lisp-classify, ls-lisp-extension): New functions.
8655 (ls-lisp-format): Optionally support emulation of symlinks.
8656 Support -i, -s, and -G switches.
8657
8658 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8659
8660 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8661
8662 * version.el (emacs-version): Print X scroll bar information.
8663
8664 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8665 instead of x-toolkit-scroll-bars-p.
8666
8667 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8668 of x-toolkit-scroll-bars-p.
8669
8670 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8671
8672 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8673 (ffap-bindings): Doc fix, to reflect the above change.
8674
8675 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8676
8677 * term.el (term-char-mode): Define all non-ascii self-inserting
8678 characters to 'term-send-raw in term-raw-map.
8679
8680 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8681
8682 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8683
8684 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8685 Changed initialization; use add-hook.
8686 (ediff-file-remote-p): Use file-local-copy.
8687
8688 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8689
8690 * ediff.el (ediff-patch-buffer): Bug fix.
8691 (ediff-revision): Allow selection of the file at the prompt.
8692
8693 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8694
8695 * subr.el (combine-run-hooks): Remove.
8696
8697 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8698 and remove the rogue second spec.
8699
8700 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8701
8702 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8703
8704 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8705
8706 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8707 Use minibuffer menu prompt for the `=' prefix.
8708 (smerge-command-prefix): Change default to C-^.
8709 (smerge-mode): Don't assume font-lock doesn't move point.
8710
8711 * skeleton.el (skeleton-internal-1): Make sure the first line of
8712 the region is also re-indented.
8713 (skeleton-end-newline): New var.
8714 (skeleton-end-hook): Use it.
8715
8716 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8717
8718 * comint.el (comint-password-prompt-regexp): Support CVS.
8719
8720 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8721
8722 * simple.el (delete-key-deletes-forward-mode): Simplify.
8723 Also backspace key combinations, depending on
8724 delete-key-deletes-forward.
8725
8726 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8727
8728 * simple.el (delete-key-deletes-forward): Doc fix.
8729
8730 2000-08-22 Emmanuel Briot <briot@gnat.com>
8731
8732 * xml.el (top level comment): Updated to reflect the fact that
8733 white spaces are relevant in the XML file.
8734 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8735 to parse was already edited. This allows for on-the-fly analysis
8736 of XML files.
8737 (xml-parse-tag): Check that the casing is the same in the start
8738 tag and end tag, since XML is case-sensitive. Allows for spaces
8739 in the end tag, after the name of the tag.
8740 (xml-parse-attlist): Allow for the character '-' in the name of
8741 attributes, as in the standard http-equiv attribute Do not save
8742 the properties in the XML tree, since they are not relevant.
8743
8744 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8745
8746 * generic.el (generic-read-type): Undo last change, inline into
8747 `generic-mode' and then remove.
8748 (generic-mode): Inline generic-read-type.
8749 (define-generic-mode): Push the symbol name rather than the symbol
8750 onto generic-mode-list.
8751
8752 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8753
8754 * generic.el (generic-read-type): Build an alist for
8755 completing-read as in 20.7.
8756
8757 * play/landmark.el (lm): Use interactive spec `P'.
8758 (toplevel): Don't set debug-on-error.
8759
8760 * server.el (server-switch-buffer): Choose a window on a visible frame.
8761
8762 2000-12-21 Dave Pearson <davep@davep.org>
8763
8764 * quickurl.el: Commentry change, I've moved my web site.
8765
8766 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8767
8768 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8769 ranges like \177-\237, but accepts the character sequence from \177 to
8770 \237. Doc fix.
8771 (ebnf-version): New version (3.4).
8772 (ebnf-setup): Code fix.
8773 (ebnf-range-regexp): New fun.
8774 (ebnf-8-bit-chars): Const fix.
8775
8776 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8777 entry. Doc fix.
8778 (ebnf-bnf-lex): Code fix.
8779 (ebnf-bnf-comment-chars): Const fix.
8780
8781 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8782 entry. Doc fix.
8783 (ebnf-iso-comment-chars): Const fix.
8784
8785 * ebnf-otz.el: Doc fix.
8786
8787 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8788 entry. Doc fix.
8789 (ebnf-yac-skip-code): Code fix.
8790 (ebnf-yac-comment-chars): Const fix.
8791
8792 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8793
8794 * files.el (insert-directory-safely): New function.
8795 (recover-file): Use it instead of insert-directory.
8796 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8797
8798 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8799
8800 * international/mule-cmds.el (select-safe-coding-system):
8801 Check coding-category-list more rigidly. Improve help message.
8802
8803 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8804
8805 2000-12-21 Miles Bader <miles@gnu.org>
8806
8807 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8808
8809 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8810
8811 * international/mule-diag.el (describe-char-after): Make *Help*
8812 buffer inherit multibyteness of the current buffer.
8813
8814 * international/mule.el (make-char): Docstring adjusted for the
8815 change of make-char-internal.
8816
8817 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8818
8819 * international/iso-cvt.el: Docstrings fix.
8820
8821 2000-12-20 Dave Love <fx@gnu.org>
8822
8823 * subr.el (eval-after-load): Doc fix.
8824
8825 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8826
8827 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8828 for numbers.
8829
8830 2000-12-20 Miles Bader <miles@gnu.org>
8831
8832 * international/quail.el (quail-help): Resize the help window
8833 again after it has all its contents. Remove unneeded progn.
8834
8835 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8836
8837 * pcmpl-linux.el: Fix copy/paste error.
8838
8839 2000-12-19 Andrew Innes <andrewi@gnu.org>
8840
8841 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8842
8843 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8844
8845 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8846
8847 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8848
8849 * progmodes/idlw-shell.el: Fixed copyright notice.
8850
8851 * progmodes/idlwave.el: Fixed copyright notice.
8852
8853 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8854 TAB as key separators.
8855
8856 2000-12-19 Alex Schroeder <alex@gnu.org>
8857
8858 * sql.el (sql-sybase-options): New option.
8859 (sql-sybase): Use it. Add sql-database to the list of parameters
8860 provided for login. The options -w 2048 -n are not used any more.
8861 (sql-postgres-options): Changed default from "--pset" to "-P".
8862 (sql-mysql-options): Doc change.
8863 (sql-stop): Doc change.
8864
8865 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8866
8867 * international/quail.el (quail-input-method): Always hide
8868 the guidance buffer on exiting.
8869
8870 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8871
8872 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8873 isn't fboundp.
8874
8875 * server.el (server-buffer-done): Bury the buffer before
8876 killing it.
8877
8878 * faces.el (face-spec-set): Interpret a nil in specs for
8879 foreground and background colors as `unspecified', for
8880 compatibility with 20.x.
8881
8882 2000-12-18 Dave Love <fx@gnu.org>
8883
8884 * simple.el (mail-user-agent): Doc fix.
8885 (input-mode-8-bit): Removed.
8886
8887 * international/mule.el (set-keyboard-coding-system): Doc fix.
8888 (keyboard-coding-system): New option.
8889
8890 * mail/sendmail.el (send-mail-function): Customize.
8891
8892 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8893
8894 * international/codepage.el (cp866-decode-table): New table.
8895
8896 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8897
8898 * version.el (emacs-version): Remove `%a' from the time format
8899 because the weekday doesn't fit well into each locale.
8900
8901 2000-12-18 Miles Bader <miles@gnu.org>
8902
8903 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8904
8905 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8906 Check that emacs-major-version is `=' to 20, not `>='.
8907 (artist-replace-chars): Use `make-string' instead of a loop.
8908
8909 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8910
8911 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8912 (cvs-execute-single-file): Don't change directory.
8913 Patch from Per Cederqvist.
8914
8915 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8916
8917 * textmodes/ispell.el (check-ispell-version):
8918 If `ispell-program-name' is "aspell", pass it the -v switch instead
8919 of -vv.
8920
8921 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8922
8923 * international/mule-diag.el (mule-diag): Insert information about
8924 configure options, multibyte awareness, language env.
8925
8926 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8927 regexp to search for candidates.
8928
8929 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8930
8931 * info.el (Info-forward-node): If the node has an
8932 Info-header-line, widen the buffer before searching for "next:"
8933 and "up:" pointers, and set the search limit to stay in the
8934 current node.
8935
8936 2000-12-16 Miles Bader <miles@gnu.org>
8937
8938 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8939
8940 2000-12-15 Miles Bader <miles@gnu.org>
8941
8942 * comint.el (comint-send-string, comint-send-region): Also accept
8943 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8944 process-send-string/region.
8945
8946 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8947
8948 * isearch.el (isearch-lazy-highlight-max): New user-option.
8949 (isearch-lazy-highlight-update): Don't highlight more than
8950 isearch-lazy-highlight-max matches.
8951
8952 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8953
8954 2000-12-15 Richard M. Stallman <rms@gnu.org>
8955
8956 * sort.el (sort-columns): Fix error message.
8957
8958 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8959 `upcase' or `downcase' or nil.
8960 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8961 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8962 (dabbrev--substitute-expansion): New arg record-case-pattern.
8963 If it is non-nil, set dabbrev--last-case-pattern.
8964 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8965
8966 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8967
8968 2000-12-15 Miles Bader <miles@gnu.org>
8969
8970 * paths.el (Info-default-directory-list): Don't delete
8971 configure-info-directory from the list of standard info
8972 directories when appending it to the end -- their order is important.
8973
8974 * faces.el (read-face-attribute): If there's no entry for the
8975 user's input in VALID, just use it as-is (this will often result
8976 in an error, but it may be OK for e.g. colors using hexadecimal
8977 notation, and at least will yield a better error message).
8978
8979 * window.el (mode-line-window-height-fudge): Function removed.
8980 (height-affecting-face-attributes, mode-line-window-height-fudge):
8981 Variables removed.
8982 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8983 window is really the right size. Use vertical-motion
8984 rather than forward-line.
8985 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8986 (ispell-command-loop, ispell-show-choices): Use the variable
8987 ispell-choices-win-default-height, rather than the function.
8988 (ispell-choices-win-default-height): Function removed.
8989 (ispell-mode-line-window-height-fudge): Function removed.
8990
8991 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
8992
8993 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
8994
8995 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
8996
8997 * paths.el (Info-default-directory-list):
8998 If configure-info-directory is not one of the standard directories,
8999 put it first in the list; otherwise put it last. Doc string
9000 changed accordingly.
9001
9002 * info.el (Info-directory-list): Change doc string to reflect the
9003 change in Info-default-directory-list.
9004
9005 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9006 windows-nt as windowed environments, even under -nw.
9007
9008 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9009 if not fboundp. Switch delete-forward mode for the <delete> key
9010 on all PC platforms, even under -nw.
9011
9012 * term/internal.el ([M-delete]): Remap to M-d.
9013
9014 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9015
9016 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9017
9018 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9019
9020 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9021
9022 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9023
9024 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9025 if appropriate.
9026
9027 * simple.el (delete-key-deletes-forward): New user-option.
9028 (delete-key-deletes-forward-mode): New function.
9029
9030 * bindings.el: Bind `delete' to backward-delete-char.
9031
9032 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9033 Test if symbol is bound before getting its value.
9034
9035 * tooltip.el (tooltip-show): If an error is signaled in
9036 x-show-tip, display that error, and display the help in the
9037 echo area.
9038
9039 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9040
9041 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9042 Show "... entries" messages for every 10000 entries, not 10.
9043
9044 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9045
9046 * bookmark.el: Provide a generic exit hook, as suggested by
9047 Ovidiu Predescu <ovidiu@cup.hp.com>:
9048 (bookmark-exit-hook): New var.
9049 (bookmark-exit-hook-internal): New func, replaces
9050 old raw lambda form in `kill-emacs-hook', and runs new
9051 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9052 as logically that feature must have been provided if this function
9053 is running.
9054 Removed ;;;###autoload before the `add-hook' call.
9055
9056 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9057
9058 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9059 (easy-menu-current-active-maps): New function.
9060 (easy-menu-get-map): Use it.
9061 Make a proper menu entry when creating a new keymap.
9062
9063 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9064
9065 * international/characters.el: Fix cases and syntaxes for
9066 mule-unicode-0100-24ff.
9067
9068 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9069 that a Japanese character is not appended after day and year.
9070
9071 * info.el (Info-suffix-list): Change format for a command that
9072 requires arguments.
9073 (info-insert-file-contents): Adjusted for the above change.
9074
9075 2000-12-12 Andreas Schwab <schwab@suse.de>
9076
9077 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9078 on the name of the tar buffer. Verify that the existing buffer is
9079 visiting the same subfile.
9080
9081 2000-12-12 Dave Love <fx@gnu.org>
9082
9083 * subdirs.el: Add obsolete.
9084
9085 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9086
9087 * mail/rmailsum.el (rmail-summary-expunge)
9088 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9089 instead of rmail-confirm-expunge.
9090
9091 * replace.el (perform-replace): Don't use an empty match adjacent
9092 to a non-empty match when computing the next match before the
9093 replacement is performed.
9094
9095 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9096
9097 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9098 definition (patch by Stefan Monnier).
9099 (glasses-mode): Use jit-lock instead of `after-change-functions'
9100 (patch by Stefan Monnier).
9101
9102 2000-12-12 Miles Bader <miles@gnu.org>
9103
9104 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9105 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9106
9107 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9108
9109 * term/mac-win.el: Remove load for ls-lisp.
9110
9111 * loadup.el: Load ls-lisp for system-type `macos'.
9112
9113 2000-12-12 Miles Bader <miles@gnu.org>
9114
9115 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9116 Respect field end too.
9117 (just-one-space): Respect fields as `delete-horizontal-space'.
9118 (newline-and-indent, reindent-then-newline-and-indent):
9119 Use `delete-horizontal-space'.
9120
9121 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9122
9123 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9124 (so as to obey the field property in the minibuffer).
9125
9126 * obsolete/c-mode.el: Moved from lisp/progmodes.
9127 * obsolete/auto-show.el: Moved from lisp.
9128 * obsolete/ooutline.el: Moved from lisp/textmodes.
9129
9130 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9131
9132 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9133 changes to list them here.
9134
9135 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9136 Too many changes to list them here.
9137
9138 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9139 Too many changes to list them here.
9140
9141 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9142
9143 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9144
9145 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9146
9147 * cus-edit.el (custom-save-variables, custom-save-faces):
9148 Comment fix.
9149
9150 * hscroll.el: Moved to `obsolete' subdir.
9151
9152 2000-12-11 Miles Bader <miles@gnu.org>
9153
9154 * window.el (window-text-height): Function removed (now in C).
9155
9156 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9157
9158 * log-edit.el (log-edit-parent-buffer): New var.
9159 (log-edit): Set it. Add BUFFER argument.
9160 (log-edit-done): Use char-before.
9161 Don't bother checking validity of vc-comment-ring.
9162 Only bury the buffer if log-edit popped it up.
9163
9164 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9165 (cvs-mode-diff-help): Remove.
9166 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9167 (cvs-mode-marked): Set up the default for CMD manually.
9168
9169 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9170 Remove binding for ? now made unnecessary.
9171
9172 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9173
9174 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9175 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9176
9177 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9178 when master file is not open.
9179
9180 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9181
9182 * progmodes/ada-stmt.el: Update `maintainer'.
9183
9184 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9185
9186 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9187 choices to match documentation string.
9188
9189 2000-12-09 Miles Bader <miles@gnu.org>
9190
9191 * minibuf-eldef.el: New file.
9192
9193 * window.el (fit-window-to-buffer): Don't pass last argument to
9194 pos-visible-in-window-p, now that its meaning is inverted.
9195
9196 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9197
9198 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9199 <ceder@lysator.liu.se>.
9200
9201 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9202
9203 * autoinsert.el (auto-insert-alist): Add missing final \n.
9204
9205 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9206 (cvs-menu-map): Remove.
9207 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9208 (cvs-mode-quit): Turn it back into a plain function.
9209
9210 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9211 (texinfo-filter): Remove (move to texinfo.el).
9212
9213 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9214 file where it's more visible.
9215 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9216 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9217 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9218 (texinfo-inside-macro-p): Only catch `scan-error's.
9219 (texinfo-inside-env-p): Make better use of the match info.
9220 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9221 (texinfo-insert-@end): Slight re-organization.
9222 Also remove useless `looking-at' call.
9223
9224 2000-12-08 Andrew Innes <andrewi@gnu.org>
9225
9226 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9227 accessible in -nw mode.
9228
9229 * term/w32-win.el: Remove stuff about selection timeout, which is
9230 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9231 it is accessible in -nw mode.
9232
9233 2000-12-08 Dave Love <fx@gnu.org>
9234
9235 * emacs-lisp/lisp-mode.el (lisp-mode):
9236 Set font-lock-keywords-case-fold-search.
9237
9238 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9239
9240 * textmodes/ispell.el (ispell): Doc fix.
9241
9242 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9243
9244 * international/quail.el (quail-insert-decode-map): Check the
9245 frame width of a window displaying the current buffer, not that of
9246 the selected frame.
9247 (quail-help): Make sure that the help buffer has window before
9248 inserting text in it.
9249
9250 2000-12-07 Sam Steingold <sds@gnu.org>
9251
9252 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9253 Backquote is used in isearch.el, so autoloading saves nothing.
9254
9255 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9256
9257 * startup.el (normal-top-level-add-subdirs-to-load-path):
9258 Ignore the CVS and RCS subdirectories case-insensitively.
9259
9260 * dired.el (dired-insert-directory): If file-system-info is
9261 fboundp, call it instead of invoking dired-free-space-program.
9262
9263 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9264
9265 * server.el (server-visit-files): Push files on file-name-history.
9266
9267 * progmodes/cc-langs.el: Update copyright.
9268
9269 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9270
9271 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9272
9273 * bindings.el (mode-line-mode-menu): Reverse the order
9274 of define-keys so that the menu appears in alphabetical order.
9275
9276 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9277
9278 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9279 of the function.
9280
9281 2000-12-07 Dave Love <fx@gnu.org>
9282
9283 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9284
9285 * facemenu.el (facemenu-unlisted-faces): Fix value.
9286
9287 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9288
9289 * font-lock.el (font-lock-default-fontify-region):
9290 Include the terminating \n (off-by-one error).
9291 (font-lock-set-defaults): Use dolist.
9292
9293 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9294
9295 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9296
9297 * international/mule-cmds.el (describe-language-environment):
9298 Fix for the case that an input method title is not string but a list.
9299
9300 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9301 of wrong SIZE record.
9302
9303 2000-12-06 Dave Love <fx@gnu.org>
9304
9305 * newcomment.el (comment-region, comment-dwim): Doc fix.
9306
9307 * textmodes/texinfo.el: Require tex-mode when compiling.
9308 (texinfo-update-node): Doc fix.
9309 (texinfo-imenu-generic-expression): Add @anchor.
9310 (texinfo-font-lock-keywords): Add @uref.
9311 (texinfo-inside-macro-p): Don't use ignore-errors.
9312 (texinfo-insert-quote): Match more contexts.
9313
9314 * international/mule.el (decode-char, encode-char): Doc fix.
9315 (auto-coding-alist): Customize.
9316
9317 * files.el (load-file): Fix change of 2000-03-12.
9318
9319 * wid-edit.el (widget-text-keymap): Doc fix.
9320
9321 2000-12-06 Andrew Innes <andrewi@gnu.org>
9322
9323 * makefile.w32-in (lisp): Set to an absolute directory, namely
9324 $(CURDIR).
9325
9326 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9327
9328 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9329 read generated-autoload-file, and set buffer-file-coding-system to
9330 raw-text-unix after reading the file.
9331
9332 * international/mule-conf.el (file-coding-system-alist):
9333 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9334
9335 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9336
9337 * replace.el (occur): Make line-number-width 1 smaller for the
9338 colon following the line number.
9339
9340 * startup.el (fancy-splash-text, command-line-1):
9341 Use `File' for the menu name instead of `Files'.
9342
9343 * tmm.el: Update copyright.
9344
9345 * cus-start.el: Add entry for even-window-heights.
9346
9347 2000-12-06 Miles Bader <miles@gnu.org>
9348
9349 * faces.el (frame-set-background-mode): Avoid stomping on
9350 locally modified faces.
9351
9352 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9353
9354 * international/fontset.el: Correct the font registries for
9355 japanese-jisx0213-1 and japanese-jisx0213-2.
9356
9357 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9358
9359 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9360
9361 * iswitchb.el: Update customization commentary.
9362
9363 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9364
9365 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9366 (tpu-search-highlight): Fixed comparison of overlay end positions.
9367 (tpu-trim-line-ends): Implemented trimming logic locally.
9368
9369 * emulation/tpu-extras.el (tpu-write-file-hook)
9370 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9371
9372 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9373
9374 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9375 to cn-gb.
9376 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9377
9378 2000-12-04 Dave Love <fx@gnu.org>
9379
9380 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9381
9382 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9383
9384 * mail/rmailsum.el (rmail-summary-expunge)
9385 (rmail-summary-expunge-and-save): Ask for confirmation with
9386 rmail-expunge-confirmed.
9387
9388 * mail/rmail.el (rmail-expunge-confirmed): New function.
9389 (rmail-expunge): Use it.
9390
9391 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9392
9393 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9394 (etags-recognize-tags-table, find-tag-in-order):
9395 New functionality: interpret file names as tags.
9396
9397 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9398
9399 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9400 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9401 the first subnode until the bottom of the current node is visible.
9402
9403 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9404
9405 * format.el (format-decode): Don't change buffer's undo list.
9406
9407 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9408
9409 * faces.el (face-font-registry-alternatives): Add entries for CJK
9410 fonts. Doc-string adjusted for the actual usage of this data.
9411
9412 * international/fontset.el: Change the font registries for CJK
9413 fonts in the default fontset. Don't append '*' to registries.
9414
9415 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9416
9417 * emacs-lisp/easy-mmode.el (define-derived-mode)
9418 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9419
9420 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9421 (derived-mode-p): New function.
9422 (derived-mode-make-docstring): Add `docstring' argument.
9423 Use it if available and complete it if necessary.
9424
9425 2000-12-03 Andreas Schwab <schwab@suse.de>
9426
9427 * type-break.el (type-break): Don't make parent of itself.
9428
9429 2000-12-03 Miles Bader <miles@gnu.org>
9430
9431 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9432
9433 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9436 (tex-main-file, tex-file): Simplify.
9437 (tex-generate-zap-file-name): Use subst-char-in-string.
9438 (tex-strip-dots): Remove.
9439
9440 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9441
9442 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9443 to check if the match succeeded.
9444
9445 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9446
9447 * startup.el (use-fancy-splash-screens-p): New function.
9448 (command-line-1): Use it to determine whether or not to use
9449 a fancy splash screen.
9450
9451 2000-12-02 Andreas Schwab <schwab@suse.de>
9452
9453 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9454
9455 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9456
9457 * international/mule.el (make-char): Fix last change.
9458
9459 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9460 New defcustoms.
9461 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9462 autoloading tex-mode; instead, do the same manually.
9463 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9464 with numeric argument. Docstring fix.
9465 (toplevel): Require cl when compiling.
9466
9467 * international/mule.el (make-char): Doc fix.
9468
9469 2000-12-02 Jason Rumney <jasonr@gnu.org>
9470
9471 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9472 the Emacs Lisp manual)
9473
9474 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9475
9476 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9477
9478 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9479 the Emacs Lisp manual).
9480
9481 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9482
9483 * simple.el (next-line-add-newlines): Change default to nil.
9484
9485 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9486
9487 * files.el (revert-buffer, recover-file):
9488 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9489
9490 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9491
9492 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9493
9494 2000-12-01 Miles Bader <miles@gnu.org>
9495
9496 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9497
9498 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9499
9500 * international/mule-diag.el (describe-char-after): Fix typo.
9501 (describe-character-set, non-iso-charset-alist): Fix typo.
9502
9503 2000-12-01 Miles Bader <miles@gnu.org>
9504
9505 * image-file.el (image-file-name-regexp): Automatically add
9506 upper-case variants of each filename extension in
9507 `image-file-name-extensions', since they seem to be common.
9508
9509 * simple.el (minibuffer-contents)
9510 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9511 New functions.
9512 * filecache.el (file-cache-directory-name)
9513 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9514
9515 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9516
9517 * filecache.el (file-cache-minibuffer-complete): Don't try to
9518 delete the minibuffer prompt.
9519
9520 2000-11-30 Dave Love <fx@gnu.org>
9521
9522 * cus-start.el: Fix read-buffer-function type.
9523
9524 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9525
9526 * md5.el: Removed. There's a built-in function, now.
9527
9528 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9529
9530 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9531 as dummy 0-th char of rmail-deleted-vector.
9532
9533 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9534
9535 * ps-print.el (ps-end-job): Bind case-fold-search only after
9536 switching to ps-spool-buffer.
9537
9538 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9539
9540 * ps-print.el: Line number font customization. PostScript: Lines and
9541 PageCount are initialized on each page. Doc Fix.
9542 (ps-print-version): New version number (6.3.2).
9543 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9544 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9545 (ps-right-header): Customization fix.
9546 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9547 Fix code.
9548 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9549 New vars.
9550
9551 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9552
9553 * bs.el: Fix typos and spelling errors.
9554 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9555 (bs-configuration): Doc fix.
9556
9557 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9558
9559 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9560
9561 * emulation/tpu-edt.el (tpu-version): New version.
9562 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9563 (tpu-original-mode-line): Variable deleted.
9564 (tpu-mark-flag): New initial value.
9565 (tpu-set-mode-line): Don't redefine mode-line-format.
9566 Add tpu-mark-flag to minor-mode-alist.
9567 (tpu-update-mode-line): New mark flag logic.
9568 (tpu-get): Use find-file-wildcards.
9569 (tpu-search-highlight): Move overlay less, reset overlay properly.
9570 (tpu-unselect): Deactivate mark.
9571 (tpu-lm-replace): Reset overlay properly.
9572 (tpu-forward-line): Use forward-visible-line.
9573 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9574
9575 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9576
9577 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9578
9579 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9580
9581 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9582
9583 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9584 and skip whitespace and newlines.
9585
9586 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9587
9588 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9589
9590 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9591
9592 * help.el (describe-function-1): Regexp-quote function name
9593 when used as part of a regexp.
9594
9595 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9596 Use face-attribute instead of face-foreground and face-background.
9597 (tool-bar-add-item): Likewise, and handle unspecified colors.
9598
9599 * enriched.el (enriched-face-ans): Use face-attribute instead
9600 of face-foreground and face-background.
9601
9602 * faces.el (face-foreground, face-background, face-stipple):
9603 Return nil if attribute is unspecified, for backward compatibility.
9604
9605 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9606
9607 * play/5x5.el: Remove version info.
9608
9609 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9610
9611 * frame.el (blink-cursor-mode): Doc fix.
9612
9613 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9614
9615 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9616 to create Makefile rules.
9617 (antlr-tool-command): New user option.
9618 (antlr-ask-about-save): New user option.
9619 (antlr-makefile-specification): New user option.
9620 (antlr-file-formats-alist): New variable.
9621 (antlr-special-file-formats): New variable.
9622 (antlr-unknown-file-formats): New user option.
9623 (antlr-help-unknown-file-text): New variable.
9624 (antlr-help-rules-intro): New variable.
9625 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9626 (antlr-mode-menu): Add entries.
9627 (antlr-file-dependencies): New function.
9628 (antlr-directory-dependencies): New function.
9629 (antlr-superclasses-glibs): New function.
9630 (antlr-run-tool): New command.
9631 (antlr-makefile-insert-variable): New function.
9632 (antlr-insert-makefile-rules): New function.
9633 (antlr-show-makefile-rules): New command.
9634
9635 * antlr-mode.el: More Emacs/XEmacs stuff.
9636 (antlr-no-action-keywords): New constant with value nil.
9637 (antlr-font-lock-keywords-alist): Use it. Old value would break
9638 syntax highlighting in Emacs-21.0.
9639 (antlr-default-directory): Emacs/XEmacs dependend function.
9640 (antlr-read-shell-command): Ditto.
9641 (antlr-with-displaying-help-buffer): Ditto.
9642
9643 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9644
9645 * antlr-mode.el: imenu, parsing and highlighting changes.
9646 (antlr-imenu-create-index-function): Don't create extra submenus
9647 for definitions in different grammar classes. It is not necessary
9648 for the menu and would make command `imenu' awkward to use.
9649 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9650 header actions and more than one.
9651 (antlr-font-lock-tokendef-face): Changed color.
9652 (antlr-font-lock-tokenref-face): Changed color.
9653 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9654 (antlr-mode-syntax-table): New variable.
9655 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9656 (antlr-with-syntax-table): Don't copy syntax table.
9657
9658 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9659
9660 * antlr-mode.el: Minor changes: language setting.
9661 (antlr-language-alist): The value for file option "language" can
9662 be both an identifier and a string.
9663 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9664 (antlr-language-limit-n-regexp): Change accordingly.
9665
9666 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9667
9668 * antlr-mode.el: Minor changes: tabs, hiding.
9669 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9670 (antlr-action-visibility): Also allow value nil to also hide the
9671 braces. Renamed from `antlr-tiny-action-length'.
9672 Suggested by Jay@aol.com.
9673 (antlr-hide-actions): Change accordingly. Hide line if completely
9674 hidden action is on a line of its own.
9675
9676 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9677
9678 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9679
9680 * sort.el (sort-columns): Don't concat strings with numbers.
9681
9682 2000-11-29 Dave Love <fx@gnu.org>
9683
9684 * cus-edit.el (face): Fix :format.
9685
9686 * mail/feedmail.el: Require smtpmail when compiling.
9687 (mail-do-fcc): Autoload.
9688 (feedmail) <defgroup>: Fix :link.
9689 (feedmail-nuke-body-in-fcc): Fix :type.
9690 (feedmail-send-it): Add autoload cookie.
9691
9692 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9693
9694 * newcomment.el (comment-indent): Save excursion around call to
9695 comment-indent-function.
9696
9697 2000-11-29 Miles Bader <miles@gnu.org>
9698
9699 * subr.el (member-ignore-case): Return the tail of the list who's
9700 car matches, like `member', not the matching element itself.
9701
9702 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9703
9704 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9705 should not contain `\n'.
9706
9707 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9708
9709 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9710
9711 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9712
9713 * dired-aux.el (dired-do-create-files): Construct default file
9714 name for dired-mark-read-file-name so that when the user enters
9715 just RET, the target file will end up in the target directory.
9716
9717 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9718 local-abbrev-table before changing buffers because it might
9719 have a buffer-local binding.
9720
9721 2000-11-28 Miles Bader <miles@gnu.org>
9722
9723 * simple.el (delete-horizontal-space): Handle fields more generally.
9724
9725 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9726
9727 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9728
9729 2000-11-28 Dave Love <fx@gnu.org>
9730
9731 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9732 comment-start-skip locally.
9733
9734 * progmodes/fortran.el (fortran-mode): Don't set
9735 fortran-comment-line-start-skip. Set comment-start to
9736 fortran-comment-line-start.
9737 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9738 (fortran-comment-line-start-skip): Simplify slightly.
9739
9740 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9741
9742 * play/5x5.el: Remove RCS keyword.
9743
9744 * bs.el: Mistaken commit, undone 2000-11-30.
9745
9746 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9747
9748 * textmodes/tildify.el (tildify-string-alist):
9749 Add `plain-tex-mode' here.
9750
9751 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9752
9753 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9754 reference.
9755
9756 2000-11-28 Miles Bader <miles@gnu.org>
9757
9758 * cus-face.el (custom-face-attributes): Add post-filter function
9759 for :box. Make pre-filter function for :box handle all cases.
9760
9761 * wid-edit.el (widget-choose): Make sure pop-up window is large
9762 enough to display all the choices, as there's no way to scroll it.
9763
9764 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9765
9766 * international/mule-conf.el: Make the coding system no-conversion
9767 safe for all characters.
9768
9769 2000-11-27 Dave Love <fx@gnu.org>
9770
9771 * net/ldap.el (ldap) <defgroup>: Add :version.
9772
9773 * tooltip.el (tooltip-use-echo-area): Doc fix.
9774
9775 * cus-start.el <minibuffer-prompt-properties>: Add version.
9776 <read-buffer-function>: Add.
9777
9778 * apropos.el (apropos-print): Add help-echo to active text.
9779
9780 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9781
9782 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9783
9784 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9785 type, group and version.
9786
9787 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9788
9789 * select.el (x-get-selection): Docstring fix.
9790
9791 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9792
9793 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9794
9795 2000-11-27 Andrew Innes <andrewi@gnu.org>
9796
9797 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9798
9799 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9800
9801 2000-11-27 Miles Bader <miles@gnu.org>
9802
9803 * dired.el (dired-get-filename): Return filename verbatim if
9804 LOCALP is `verbatim'.
9805 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9806 `verbatim' so that we don't inadvertently delete a non-existant
9807 directory name.
9808
9809 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9810
9811 * international/characters.el: Specify cases and syntaxes for
9812 mule-unicode-0100-24ff.
9813
9814 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9815
9816 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9817 that foreground and/or background colors of the face `tool-bar'
9818 are unspecified.
9819
9820 2000-11-27 Miles Bader <miles@gnu.org>
9821
9822 * wid-edit.el (widget-field-buffer, widget-field-start)
9823 (widget-field-end): Handle widget field `pseudo-overlays'.
9824 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9825 if it's there instead of in `widget-field-list'.
9826
9827 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9828 (help-make-xrefs): Delete extraneous newlines at the end of the
9829 docstring.
9830
9831 2000-11-25 Jason Rumney <jasonr@gnu.org>
9832
9833 * startup.el (command-line): Call set-locale-environment after
9834 Window System init file is read, as it can result in a call to
9835 redraw-frame.
9836
9837 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9838
9839 * simple.el (shell-command): Mention the effect of the prefix
9840 argument in the doc string.
9841
9842 2000-11-25 Miles Bader <miles@gnu.org>
9843
9844 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9845
9846 * wid-edit.el (widget-field-value-delete): Don't try to delete
9847 overlay when it's the `pseudo-overlay' that exists at some points.
9848
9849 2000-11-24 Jason Rumney <jasonr@gnu.org>
9850
9851 * international/mule-cmds.el (locale-language-names): Add "jp" as
9852 a non-standard alternative for Japanese.
9853
9854 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9855
9856 * vc-hooks.el: Require 'cl during compilation.
9857
9858 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9859
9860 * faces.el (face-set-after-frame-default): Let face attributes
9861 specified for new frames override frame parameters.
9862
9863 * startup.el (command-line): Fix computation of the source file
9864 for user-init-file when user-init-file is a compiled file.
9865
9866 2000-11-24 Miles Bader <miles@gnu.org>
9867
9868 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9869 (custom-post-filter-face-spec): New functions.
9870 (custom-face-set, custom-face-value-create): Filter the face spec
9871 before and after customization.
9872 (custom-face-set): If VALUE specifies a null face, pass a
9873 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9874 * cus-face.el (custom-face-attributes): Remove SET and GET
9875 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9876 cases they're needed.
9877
9878 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9879 that it's distinguishable from the :off-glyph on dark-background
9880 displays. Set its background color too.
9881
9882 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9883 so that people can easily turn it off.
9884
9885 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9886
9887 * ediff-diff.el: Moved variables around to have it compile under NT.
9888
9889 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9890
9891 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9892
9893 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9894 redundant skip-small-frames test.
9895
9896 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9897 (viper-downgrade-to-insert): Protect against errors in hooks.
9898
9899 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9900 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9901 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9902 New functions.
9903
9904 * viper-util.el (viper-memq-char): Bug fixes.
9905
9906 * viper.el (viper-mode): Fix cursor handling.
9907
9908 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9909
9910 * international/mule-diag.el (list-iso-charset-chars):
9911 For two-byte charset, fix the `while' condition.
9912 (list-non-iso-charset-chars): Fix the `while' condition.
9913
9914 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9915
9916 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9917 if the variable is make-variable-buffer-local.
9918
9919 * progmodes/ada-stmt.el (ada-template-map):
9920 Initialize and bind it to C-c t in ada-mode-map.
9921 (ada-stmt-mode-hook): New function extracted from old code.
9922 Only change the buffer-local side of skeleton-*.
9923 (ada-mode-hook): Use it.
9924
9925 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9926
9927 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9928 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9929 we expect to be returned by minibuffer-depth once we prompt the
9930 user in the minibuffer.
9931 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9932 as recorded in iswitchb-minibuf-depth, return non-nil.
9933
9934 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9935
9936 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9937 (hscroll-window-maybe): Docstring fix.
9938
9939 2000-11-23 Dave Love <fx@gnu.org>
9940
9941 * rect.el (string-rectangle): Don't test delete-selection-mode.
9942
9943 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9944
9945 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9946 is in the tool bar.
9947
9948 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9949 with `no-dir'; we want the directory part to be able to remove it.
9950
9951 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9952
9953 * textmodes/outline.el (outline-flag-region):
9954 Don't bind inhibit-read-only since we don't modify the buffer.
9955 (outline-isearch-open-invisible): Don't jump to overlay-start
9956 since we're trying to unhide text around point.
9957 (outline-discard-overlays): Use dolist.
9958
9959 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9960
9961 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9962
9963 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9964
9965 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9966
9967 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9968 Fix ARG regexp to skip quoted braces.
9969 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9970 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9971 are (correctly) handled separately).
9972 Remove `caption' and `footnote' from `citations': they contain text.
9973 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9974 (latex-skeleton-end-hook): New function.
9975 (latex-mode): Use it.
9976 (tex-start-tex-marker): Remove.
9977 (tex-send-tex-command): Don't set tex-start-tex-marker.
9978 (tex-error-parse-syntax-table): New var.
9979 (tex-compilation-parse-errors): Use it.
9980 Ignore tex-start-tex-marker. Don't bother with marker-position.
9981 (tex-validate-buffer): Don't bother with marker-position.
9982
9983 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9984 (flyspell-generic-progmode-verify): Use it.
9985
9986 2000-11-22 Sam Steingold <sds@gnu.org>
9987
9988 * simple.el (delete-trailing-whitespace): New interactive function.
9989
9990 * progmodes/ada-mode.el (ada-mode): Use it instead of
9991 `ada-remove-trailing-spaces'.
9992 (ada-remove-trailing-spaces): Removed.
9993
9994 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
9995
9996 * textmodes/picture.el (picture-clean): Removed.
9997 (picture-mode-exit): Call it instead of `picture-clean'.
9998
9999 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10000
10001 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10002
10003 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10004 jit-lock-fontify-buffer; it should anyway be unneccessary to
10005 do anything special when jit-lock is active.
10006 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10007
10008 2000-11-22 Dave Love <fx@gnu.org>
10009
10010 * calendar/todo-mode.el (todo-top-priorities): Use
10011 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10012
10013 * language/chinese.el, language/cyrillic.el:
10014 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10015 * language/hebrew.el, language/indian.el, language/japanese.el:
10016 * language/korean.el, language/lao.el, language/misc-lang.el:
10017 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10018 Use provide.
10019
10020 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10021 (custom-variable-set): Improve validation error mesage.
10022
10023 * rect.el (string-rectangle): Revert last change.
10024 (string-rectangle-line): New arg DELETE.
10025 (string-rectangle): Check delete-selection-mode.
10026
10027 * emacs-lisp/edebug.el (edebug-version)
10028 (edebug-maintainer-address): Deleted.
10029 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10030 (edebug-read-function): Account for other `'#' read forms.
10031 (edebug-mode-menus): Make some items toggles.
10032 (edebug-outside-unread-command-event, unread-command-event):
10033 Remove these to avoid warnings.
10034
10035 2000-11-22 David Ponce <david@dponce.com>
10036
10037 * recentf.el (recentf-menu-items-for-commands)
10038 (recentf-make-menu-items, recentf-make-menu-item)
10039 (recentf-filter-changer): Added :help and :active menu-item properties.
10040
10041 (recentf-build-dir-rules, recentf-dump-variable)
10042 (recentf-edit-list, recentf-open-files-item)
10043 (recentf-open-files): Replaced unnecessary `mapcar' with new
10044 built-in `mapc'.
10045
10046 2000-11-23 Miles Bader <miles@gnu.org>
10047
10048 * faces.el (menu): Make inverse-video on ttys too.
10049
10050 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10051
10052 * simple.el (comment-line-break-function): Use the new name
10053 indent-new-comment-line -> comment-indent-new-line.
10054 (clone-indirect-buffer): Don't ignore NORECORD.
10055 (next-completion): Properly handle the case where items are adjacent.
10056
10057 * mouse.el (popup-menu): Stupid typo.
10058
10059 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10060
10061 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10062 maintainer, keywords tags.
10063
10064 * rect.el (replace-rectangle): Don't call string-rectangle-line
10065 with too many arguments.
10066
10067 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10068
10069 * ediff-util.el (ediff-file-checked-out-p)
10070 (ediff-file-checked-in-p): Call vc-state instead of
10071 vc-locking-user, which no longer exists.
10072
10073 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10074
10075 2000-11-22 Dave Love <fx@gnu.org>
10076
10077 * md5.el (md5): Provide.
10078 (md5): Fix error call.
10079
10080 2000-11-22 Miles Bader <miles@gnu.org>
10081
10082 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10083 (refill-fill-paragraph-at): Remove debugging code.
10084
10085 * calendar/calendar.el (generate-calendar-window): When we don't
10086 call `fit-window-to-buffer', make sure the top line is fully visible.
10087
10088 * image-file.el (insert-image-file): Don't make `read-only'
10089 property rear-nonsticky.
10090
10091 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10092 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10093 stashing away its original value.
10094 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10095 in the recursive edit.
10096 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10097 (isearch-done): Restore `minibuffer-message-timeout'.
10098
10099 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10100
10101 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10102
10103 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10104
10105 * find-lisp.el (find-lisp-find-files-internal):
10106 Use dolist, when and file-name-as-directory.
10107
10108 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10109 (define-derived-mode, define-minor-mode): Add specs.
10110
10111 * window.el: General comment and spacing fixes.
10112 (save-selected-window): Use backquotes.
10113 (window-safely-shrinkable-p): New function.
10114 (shrink-window-if-larger-than-buffer): Use it.
10115
10116 * subr.el (make-local-hook): Docstring fix.
10117
10118 * shell.el (shell-mode): Use define-derived-mode.
10119
10120 * newcomment.el (comment-indent): Insert comment before calling
10121 comment-indent-function. Don't insert in column 0.
10122 (comment-dwim): Indent before inserting comment.
10123
10124 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10125 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10126 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10127 Use mapc rather than map.
10128
10129 * files.el (find-buffer-visiting): Compare all attributes before
10130 declaring two files identical (rather than just their inode-no).
10131 (auto-mode-alist): Use \' rather than $.
10132
10133 * which-func.el: Update maintainer line.
10134
10135 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10136 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10137 (uniquify-buffer-file-name): Use it.
10138
10139 2000-11-22 Miles Bader <miles@gnu.org>
10140
10141 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10142 * simple.el (minibuffer-avoid-prompt): New function.
10143
10144 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10145
10146 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10147
10148 2000-11-21 Miles Bader <miles@gnu.org>
10149
10150 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10151 inclusion of `track-mouse'.
10152
10153 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10154 (refill-adjust-ignorable-overlay): New function.
10155 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10156 only the paragraph's tail if possible.
10157 Update `refill-ignorable-overlay'.
10158 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10159
10160 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10161 point inside the fill-prefix.
10162
10163 * textmodes/refill.el (refill-post-command-function): Don't reset
10164 refill-doit in the case where a self-insertion command doesn't
10165 case a refill. Use `refill-fill-paragraph-at', getting position
10166 from `refill-doit'.
10167 (refill-after-change-function): Set `refill-doit' to END.
10168 (refill-fill-paragraph-at): New function, mostly from old
10169 refill-fill-paragraph.
10170 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10171 (refill-pre-command-function): New function.
10172 (refill-mode): Add it to `pre-command-hook'.
10173
10174 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10175
10176 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10177
10178 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10179 javadoc tags.
10180
10181 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10182
10183 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10184 vc.el).
10185
10186 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10187 require vc.
10188
10189 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10190 checkouts.
10191
10192 2000-11-20 Dave Love <fx@gnu.org>
10193
10194 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10195
10196 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10197
10198 * calculator.el (calculator-paste): Use `if' instead of `and'
10199 and `or'.
10200 (calculator-help): Don't use electric-describe-mode for XEmacs.
10201
10202 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10203
10204 * info.el (info-menu-5): Doc fix.
10205
10206 * textmodes/artist.el: New file.
10207
10208 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10209
10210 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10211 and differentiate according to checkout model.
10212 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10213 since this function is only concerned with master state.
10214
10215 * vc-hooks.el (vc-workfile-unchanged-p)
10216 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10217
10218 * vc.el (vc-workfile-unchanged-p)
10219 (vc-default-workfile-unchanged-p): See above.
10220
10221 2000-11-19 Miles Bader <miles@gnu.org>
10222
10223 * image-file.el (insert-image-file): Make `intangible' and
10224 `read-only' properties rear-nonsticky too.
10225
10226 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10227
10228 * ps-print.el: Update copyright notice.
10229
10230 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10231 (tooltip-show): Use the offsets.
10232
10233 * bindings.el (mode-line-modified): Fix a typo.
10234 (mode-line-toggle-modified, mode-line-widen)
10235 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10236
10237 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10238
10239 * ps-print.el (toplevel): Test for find-coding-system being
10240 fboundp before calling ps-x-find-coding-system.
10241
10242 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10243
10244 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10245 (vc-version-backup-file): Docstring fix.
10246
10247 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10248
10249 * files.el (basic-save-buffer): Don't add a newline if
10250 find-file-literally is non-nil.
10251 (find-file-literally): Extend doc string.
10252
10253 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10254 sort(1) with the `-f' argument.
10255
10256 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10257
10258 * vc.el: Updated backend documentation.
10259 (vc-default-check-headers): New function.
10260
10261 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10262
10263 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10264 up-to-date.
10265 (vc-do-command): In the asynchronous case, output messages only if
10266 the minibuffer is not active.
10267
10268 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10269 `vc-cvs-use-edit' is on.
10270 (vc-cvs-checkout): When this is used for reverting the workfile,
10271 make a backup of the original contents and revert to that in case
10272 of error.
10273 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10274 remote repositories.
10275
10276 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10277 for both version and ratio in the minibuffer.
10278
10279 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10280 Use vc-do-command to perform the annotation, not call-process.
10281
10282 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10283
10284 * international/quail.el (quail-start-translation): Don't call
10285 `message' before reading key sequence.
10286
10287 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10288
10289 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10290
10291 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10292
10293 * window.el (fit-window-to-buffer): Be sure to acquire at least
10294 one text line even if the buffer is empty.
10295
10296 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10297
10298 * net/ange-ftp.el (ange-ftp-file-writable-p)
10299 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10300 Bind ange-ftp-process-verbose to nil.
10301
10302 2000-11-15 Dave Love <fx@gnu.org>
10303
10304 * wid-edit.el (widget-specify-field, widget-specify-button):
10305 If :help-echo is a function, set help-echo of overlay to
10306 widget-mouse-help.
10307 (widget-mouse-help): New function.
10308 (widget-echo-help): Rewritten for :help-echo functions only taking
10309 a widget arg.
10310
10311 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10312 Use display-graphic-p.
10313 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10314 and that JPEG is available.
10315 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10316
10317 * international/mule-cmds.el (locale-charset-language-names):
10318 Match @euro.
10319
10320 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10321
10322 * faces.el (face-set-after-frame-default):
10323 If `inhibit-default-face-x-resources' is bound, don't intialize the
10324 default face from X resources.
10325
10326 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10327
10328 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10329 Don't set EMACSLOADPATH.
10330
10331 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10332
10333 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10334 texinfo-insert-@url.
10335 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10336 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10337
10338 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10339
10340 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10341 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10342 (checkdoc-minor-keymap): Backward compatibility.
10343 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10344 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10345 (checkdoc-this-string-valid-engine): Be a bit more strict
10346 to avoid matching substrings of `...' quoted vars/funs.
10347 (checkdoc-defun-info): Only look for `interactive' if alone.
10348 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10349
10350 * progmodes/compile.el (grep): `tag-default' can be nil.
10351
10352 * newcomment.el (comment-indent): Paren typo.
10353
10354 2000-11-14 Dave Love <fx@gnu.org>
10355
10356 * calculator.el: New maintainer version.
10357
10358 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10359
10360 * cmuscheme.el: Doc fixes.
10361 (cmuscheme) <defgroup>: Use `scheme' as parent.
10362 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10363
10364 * xscheme.el (scheme-program-name): Don't define here.
10365
10366 * progmodes/scheme.el (scheme-program-name): New variable
10367 (originally in cmuscheme).
10368
10369 2000-11-14 Miles Bader <miles@gnu.org>
10370
10371 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10372 Handle header-lines. Don't loop forever if we can't enlarge the
10373 window anymore. Simplify a bit.
10374
10375 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10376
10377 * window.el (fit-window-to-buffer): Don't check
10378 window-text-height. Assure that the last line is fully visible.
10379
10380 * international/quail.el (quail-show-guidance-buf):
10381 Call fit-window-to-buffer to assure the enough height of the guidance
10382 buffer.
10383 (quail-update-guidance): Avoid making the guidance buffer shorter.
10384
10385 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10386
10387 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10388 rather than `prepend' and add an interesting comment.
10389 (tex-math-face, tex-font-lock-syntactic-face-function):
10390 New face and function to use it.
10391 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10392 than `menu-enable' symbol property.
10393 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10394 (tex-mode): Add some latex-mode commands for auto-selection.
10395 Use tex-font-lock-syntactic-face-function.
10396 (tex-insert-quote): Simplify.
10397 (tex-shell): New mode.
10398 (tex-start-shell): Use it.
10399 (tex-shell-proc, tex-shell-buf): New functions.
10400 (tex-send-command): Use it.
10401 (tex-main-file): Fix the meaning of the new arg REALFILE.
10402 (tex-send-tex-command): New function split from `tex-start-tex'.
10403 Set compilation-last-buffer and compilation-parsing-end.
10404
10405 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10406 when it follows non-comment text on the line.
10407
10408 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10409 Set font-lock-defaults.
10410 (lisp-mode-shared-map): Init inside the defvar.
10411 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10412 Use define-derived-mode.
10413
10414 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10415
10416 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10417
10418 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10419
10420 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10421 Don't recursively optimize body because that can lead to infinite
10422 recursion; see comment there.
10423
10424 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10425
10426 * faces.el (face-spec-set-match-display): Revert the change from
10427 2000-10-24. Add a FIXME for after v21.1.
10428
10429 2000-11-13 Miles Bader <miles@gnu.org>
10430
10431 * textmodes/fill.el (skip-line-prefix): New function.
10432 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10433 (fill-paragraph): Don't leave point inside the fill-prefix.
10434 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10435 point inside the fill-prefix.
10436
10437 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10438
10439 * calendar/calendar.el (generate-calendar-window):
10440 Use `fit-window-to-buffer'.
10441
10442 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10443
10444 * gud.el (gud-minor-mode): New var.
10445 (gud-symbol, gud-val): New functions.
10446 (gud-find-file): Copy gud-minor-mode to the new buffer.
10447 (gud-menu-map): Include entries for commands that are not always
10448 available, using :enable to (de)activate them.
10449 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10450 (gud-mode-map): New map.
10451 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10452 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10453 Don't set up gud's menu (it's done by the minor-mode).
10454 (gud-minibuffer-local-map): New.
10455 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10456 (gud-query-cmdline): New function.
10457 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10458 (gud-mode): Use define-derived-mode.
10459 Don't set up gud's menu (it's done by the minor-mode).
10460 (gud-chop-words): Remove.
10461 (gud-common-init): Use split-string instead.
10462 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10463
10464 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10465 Add keyword arg :name.
10466
10467 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10468 (diff-count-matches, diff-split-hunk): New functions.
10469 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10470
10471 * pcvs-info.el (cvs-fi-conflict-face): New var.
10472
10473 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10474 Make it into a simple syntax-table, shared among all submodes.
10475 (sh-heredoc-face): Re-introduce.
10476 (sh-font-lock-syntactic-face-function): New function.
10477 (sh-mode): Use it. Also use define-derived-mode.
10478 Remove old bogus setting of indent-region-function.
10479 (sh-set-shell): Don't set the syntax-table any more.
10480 (sh-mode-syntax-table) <defun>: Remove.
10481
10482 2000-11-12 Miles Bader <miles@gnu.org>
10483
10484 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10485 message if interactive.
10486
10487 2000-11-12 Dave Love <fx@gnu.org>
10488
10489 * mail/feedmail.el: Fix header,
10490 (feedmail) <defgroup>: Add :link.
10491
10492 * view.el: Use local-map property, not keymap on mode-line string.
10493
10494 * scroll-all.el (scroll-all-mode): Customize variable.
10495 Add autoload cookie to function.
10496
10497 * lazy-lock.el: Remove compatibility code.
10498
10499 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10500 (finder-help-echo): New variable.
10501 (finder-mouse-face-on-line): Add help-echo stuff.
10502 (finder-list-keywords, finder-list-matches): Use mapc.
10503
10504 * faces.el (face-font-registry-alternatives): Add :version.
10505
10506 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10507 tags-table-list.
10508
10509 * net/browse-url.el (browse-url-browser-function): Update :version.
10510
10511 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10512 (mail-mode): Use [:alnum:] in some regexps.
10513
10514 2000-11-10 Dave Love <fx@gnu.org>
10515
10516 * ediff.el (ediff-regions-internal, ediff-documentation):
10517 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10518 fundamental mode.
10519
10520 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10521 buffer into fundamental mode.
10522 (ediff-set-difference): Use copy-sequence if available.
10523
10524 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10525 Check ediff-patch-map non-nil.
10526 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10527 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10528 buffer into fundamental mode.
10529
10530 * ediff-merg.el (state-or-merge): Defvar when compiling.
10531
10532 2000-11-10 Jason Rumney <jasonr@gnu.org>
10533
10534 * w32-fns.el (w32-add-charset-info): New function.
10535 (w32-charset-info-alist): Use it.
10536
10537 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10538
10539 * faces.el (face-font-registry-alternatives): New user-option.
10540
10541 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10542
10543 * textmodes/texinfo.el (texinfo-block-default): New var.
10544 (texinfo-insert-block): Use it. Insert a newline if needed.
10545
10546 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10547 (fill-region-as-paragraph): Use it.
10548
10549 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10550 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10551 Tweak paragraph regexps to allow a leading [ \t]*.
10552 (tex-latex-block): Insert a newline if necessary.
10553 (latex-insert-item): Only insert a newline if necessary.
10554 (tex-guess-main-file): New function.
10555 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10556 Set tex-main-file if TeX-master is provided.
10557 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10558
10559 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10560
10561 * startup.el (command-line): Set the default tooltip-mode
10562 to t for graphical displays which implement x-show-tip.
10563
10564 * tooltip.el (tooltip-mode): Add a comment about startup.el
10565 setting the default value of this user-option.
10566
10567 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10568
10569 * font-lock.el (font-lock-*-face) <defvar>: Move.
10570 (font-lock-defaults-alist): Mark obsolete.
10571 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10572 (font-lock-mode): Use define-minor-mode.
10573 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10574 (font-lock-turn-off-thing-lock): Be more explicit.
10575 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10576 (font-lock-syntactic-face-function): New var.
10577 (font-lock-fontify-syntactically-region): Use it.
10578 (font-lock-doc-face): New.
10579
10580 * pcvs.el (cvs-enabledp): Ignore errors.
10581 (cvs-commit-filelist): Never query.
10582 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10583 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10584 (cvs-do-removal): Use cvs-partition rather than delete-if.
10585 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10586 cvs-bury-buffer.
10587
10588 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10589 Allow `next' to jump to after the end of the last match.
10590
10591 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10592
10593 * simple.el (byte-compiling-files-p): New function.
10594
10595 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10596 if it is there.
10597
10598 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10599 nil again.
10600
10601 * textmodes/ispell.el (ispell-library-path): Don't call
10602 check-ispell-version when byte-compiling because that starts
10603 an ispell process, and ispell might not be installed.
10604 (toplevel): Don't set up a menu when byte-compiling.
10605
10606 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10607 it, so that a boundp test can be used to determine if we're
10608 currently byte-compiling.
10609
10610 2000-11-09 Dave Love <fx@gnu.org>
10611
10612 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10613
10614 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10615
10616 * ps-print.el: Patch for variable initialization when spooling.
10617 Doc fix.
10618 (ps-output-list): Fun eliminated.
10619 (ps-begin-file, ps-begin-job): Code fix.
10620
10621 2000-11-08 Dave Love <fx@gnu.org>
10622
10623 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10624
10625 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10626
10627 * simple.el (shell-command, display-message-or-buffer)
10628 (shell-command-on-region): Mention resize-mini-windows in the doc
10629 string.
10630 (display-message-or-buffer): Take the value of resize-mini-windows
10631 into account.
10632
10633 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10634
10635 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10636
10637 * dired.el (dired-between-files): Add `^. find' as an alternative
10638 to the regular expression, for find-dired.
10639
10640 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10641
10642 * textmodes/texnfo-upd.el: Require texinfo.
10643 (defmacro, defgroup): Remove.
10644 (texinfo-section-to-generic-alist): Remove.
10645 Use texinfo-section-list instead (i.e. level is changed string->int).
10646 (texinfo-filter): New function.
10647 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10648 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10649 Use it. And use regexp-opt.
10650 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10651 (texinfo-update-menu-region-beginning)
10652 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10653 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10654 (texinfo-update-menu-same-level-regexps): Update.
10655 (texinfo-update-node, texinfo-every-node-update)
10656 (texinfo-sequential-node-update): Remove autoload cookie.
10657
10658 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10659 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10660 (texinfo-chapter-level-regexp): Remove.
10661 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10662
10663 2000-11-06 Dave Love <fx@gnu.org>
10664
10665 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10666
10667 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10668 Match defun*.
10669
10670 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10671
10672 * composite.el (composition-function-table): Variable declaration
10673 moved to src/composite.c.
10674 (compose-chars-after): New optional arg object.
10675
10676 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10677
10678 * bindings.el (mode-line-toggle-read-only)
10679 (mode-line-toggle-modified, mode-line-widen)
10680 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10681 (make-mode-line-mouse2-map): Rewritten.
10682 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10683 functions so that C-h k can show something with a doc string.
10684
10685 * startup.el (fancy-splash-delay): Set to 10 seconds.
10686 (fancy-splash-max-time): New user-option.
10687 (fancy-splash-stop-time): New variable.
10688 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10689 (fancy-splash-screens-1): Throw `stop-splashing' when current
10690 time is greater than fancy-splash-stop-time.
10691
10692 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10693
10694 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10695
10696 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10697 Prompt user for a file rather than raising an error.
10698 (cvs-enabledp): Fix call to cvs-mode-marked.
10699 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10700 (cvs-mode-insert): Use it. Change the init prompt' value.
10701 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10702
10703 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10704 Don't pass default arg to ewoc-locate.
10705 (ewoc-collect): Return result in the right order.
10706
10707 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10708
10709 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10710 (cvs-status-get-tags): Fix regexp.
10711 (cvs-status-trees, cvs-status-cvstrees):
10712 Combine after change hooks and don't sit-for.
10713 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10714 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10715 Use make-char rather than hard-coded cryptic data.
10716 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10717
10718 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10719
10720 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10721 (cvs-insert-strings): New function.
10722
10723 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10724
10725 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10726 `mwheel-scroll-amount'.
10727 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10728 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10729 string-matching against the version string.
10730
10731 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10732
10733 * language/thai.el ("Thai"): Set a lisp form that produces
10734 composed string in `sample-text' language info.
10735
10736 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10737 composed string in `sample-text' language info.
10738
10739 * international/mule-cmds.el (describe-language-environment):
10740 Eval `sample-text' data and insert the result.
10741
10742 * international/mule-conf.el (compound-text): Define this coding
10743 system here. Make x-ctext and ctext aliases of it.
10744
10745 * language/european.el (compound-text, ctext): Moved to
10746 international/mule-conf.el.
10747
10748 2000-11-05 Andrew Innes <andrewi@gnu.org>
10749
10750 * w32-fns.el (w32-version): New function.
10751
10752 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10753
10754 * progmodes/awk-mode.el: Update copyright.
10755 (awk-mode-abbrev-table): Remove.
10756 (awk-font-lock-keywords): Use regexp-opt.
10757 (awk-mode): Use define-derived-mode.
10758
10759 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10760 when extracting a suffix.
10761
10762 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10763
10764 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10765 auto-save-mode.
10766
10767 2000-11-04 Jason Rumney <jasonr@gnu.org>
10768
10769 * language/european.el (decode-mac-roman): Test against r1 not r0.
10770
10771 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10772
10773 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10774 (icon-mode): Define indent-line-function.
10775 (icon-comment-indent): Simplify.
10776 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10777
10778 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10779
10780 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10781 Bind change-log-default-mode to defeat the caching done on it.
10782 Don't bother saving excursion any more.
10783
10784 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10785
10786 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10787 (set-frame-font): Use the new name (and the old for compatibility).
10788
10789 * toolbar/tool-bar.el (tool-bar-mode):
10790 * time.el (display-time-mode):
10791 * recentf.el (recentf-mode):
10792 * paren.el (show-paren-mode):
10793 * mwheel.el (mouse-wheel-mode):
10794 * msb.el (msb-mode):
10795 * jka-compr.el (auto-compression-mode):
10796 * image-file.el (auto-image-file-mode):
10797 * hl-line.el (hl-line-mode):
10798 * delsel.el (delete-selection-mode):
10799 * autoinsert.el (auto-insert-mode):
10800 * complete.el (partial-completion-mode): Drop unneeded positional args.
10801
10802 * info.el (Info-mode):
10803 * comint.el (comint-mode): Don't bother with make-local-hook.
10804
10805 * log-edit.el (log-edit-menu): New menu.
10806
10807 2000-11-03 Miles Bader <miles@gnu.org>
10808
10809 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10810 definition, so that trailing spaces are handled properly.
10811 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10812
10813 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10814
10815 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10816 tab character.
10817 (fancy-splash-screens): Set tab-width to 20.
10818
10819 2000-11-03 Dave Love <fx@gnu.org>
10820
10821 * comint.el (comint-completion-addsuffix): Fix custom type.
10822
10823 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10824
10825 * font-lock.el (font-lock-buffers): Remove.
10826 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10827 (font-lock-change-major-mode): Remove.
10828 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10829 (font-lock-default-fontify-region): Extend the multiline
10830 fontification to whole lines.
10831 (font-lock-fontify-anchored-keywords)
10832 (font-lock-fontify-keywords-region): If matching just one
10833 line (with \n) only mark the \n as multiline.
10834
10835 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10836 Correctly handle the case where several :group args are supplied.
10837 Allow :extra-args.
10838 (easy-mmode-define-global-mode): Allow :extra-args.
10839 Correctly handle the case where several :group args are supplied.
10840
10841 2000-11-02 Miles Bader <miles@gnu.org>
10842
10843 * calendar/calendar.el (diary-face, calendar-today-face)
10844 (holiday-face): Remove dependency on `window-system'.
10845
10846 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10847
10848 * Makefile.in (emacs): Set EMACSLOADPATH always.
10849 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10850 (compile-files): Bomb out if compilation of a file fails.
10851
10852 2000-11-02 Dave Love <fx@gnu.org>
10853
10854 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10855
10856 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10857
10858 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10859 punctuation in the warning inserted into the *mail* buffer.
10860
10861 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10862
10863 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10864 (authors-public-domain-p): New function.
10865 (authors-print): Use it.
10866
10867 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10868
10869 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10870
10871 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10872
10873 * ps-print.el: Extension for even/odd printing. Doc fix.
10874 (ps-print-version): New version number (6.3.1).
10875 (ps-even-or-odd-pages): Customization fix.
10876 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10877 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10878 (ps-page-count): Var replaced by `ps-page-column'.
10879 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10880 (ps-print-sheet-p): New fun.
10881
10882 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10883
10884 * tooltip.el (tooltip-gud-tips-setup): New function.
10885 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10886 (tooltip-mode): Call tooltip-gud-tips-setup.
10887 (tooltip-gud-tips): Use `gud-basic-call' instead of
10888 process-send-string, so the prompt gets frobbed appropriately.
10889 Handle nil return value from `tooltip-gud-print-command'.
10890
10891 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10892
10893 * comint.el (comint-add-to-input-history): New function.
10894 (comint-send-input): Use `comint-add-to-input-history'.
10895
10896 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10897
10898 * info.el (info-menu-header): New face.
10899 (Info-fontify-menu-headers): New function.
10900 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10901
10902 * info.el (Info-insert-dir): Don't include blank lines at
10903 beginning of additional dir files (one is added automatically).
10904
10905 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10906
10907 * emacs-lisp/easy-mmode.el (define-minor-mode):
10908 Revert the latest changes.
10909 Allow the three positional arguments to be skipped and replaced
10910 by keyword arguments.
10911 Add a :toggle argument to determine whether a nil arg means toggle
10912 or means turn-on. The default is unchanged.
10913 Add a call to force-mode-line-update.
10914
10915 2000-11-01 Dave Love <fx@gnu.org>
10916
10917 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10918
10919 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10920
10921 * calendar/calendar.el (diary-face, holiday-face):
10922 Add dark-background variants.
10923
10924 2000-10-31 Sam Steingold <sds@gnu.org>
10925
10926 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10927 `tex-main-file' does not have directory in it.
10928
10929 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10930
10931 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10932
10933 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10934
10935 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10936 functional change.
10937
10938 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10939
10940 * files.el (find-file-noselect): When we expand a wildcard, return
10941 a list of buffers, as we should do according to the doc string.
10942
10943 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10944
10945 * loadup.el (top level): Adjust load path if program name is
10946 "../src/bootstrap-emacs", in case it's not dumped and thus the
10947 load path adjustment hasn't already been done.
10948
10949 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10950
10951 * ps-print.el: Fix bug on selected pages for printing.
10952 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10953 is on. Try to avoid warning messages when compiling. Doc Fix.
10954 (ps-print-version): New version number (6.3).
10955 (ps-color-device): Use `color-values' to determine if device
10956 supports color.
10957 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10958 (ps-print-page-p): Changed from defsubst to defun.
10959 (ps-page-number): Changed from defmacro to defun.
10960 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10961 printing.
10962 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10963 (ps-end-file, ps-dummy-page): Funs eliminated.
10964 (ps-print-color-scale): Changed default value.
10965 (ps-page-n-up, ps-print-page-p): New internal vars.
10966 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10967 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10968
10969 * delim-col.el: Little programming improvement.
10970 (delimit-columns-str): New macro.
10971 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10972
10973 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10974
10975 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10976 Moved to european.el.
10977 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10978 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10979 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10980 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10981
10982 2000-10-30 Dave Love <fx@gnu.org>
10983
10984 * progmodes/cc-menus.el (imenu-generic-expression)
10985 (imenu-progress-message): Only defvar when compiling.
10986
10987 * emacs-lisp/elp.el (elp-unload-hook): New function.
10988
10989 * loadhist.el (unload-feature): Call elp-restore-function,
10990 checking for symbols; don't use elp-restore-all.
10991 (loadhist-hook-functions): Doc fix.
10992
10993 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
10994
10995 * log-edit.el (log-edit-confirm): Fix the default.
10996
10997 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10998
10999 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11000 delimit-columns-format.
11001 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11002
11003 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11004
11005 * comint.el (comint-replace-by-expanded-history): Don't use
11006 comint-get-old-input (we're not looking at *old* input).
11007 (comint-get-old-input-default): If using fields, signal an error
11008 when the point is not in an input field.
11009
11010 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11011
11012 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11013 and mule-unicode-e000-ffff.
11014
11015 * international/mule.el (decode-char, encode-char): New functions.
11016 (make-coding-system): Accept a symbol of translation table as a
11017 value of property `safe-chars'.
11018
11019 * international/mule-cmds.el (encode-coding-char): Check property
11020 safe-chars instead of safe-charsets.
11021
11022 * international/fontset.el (fontset-default): Modified for
11023 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11024 (x-font-name-charset-alist): Likewise.
11025 (ccl-encode-unicode-font): New CCL program. Record it in
11026 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11027
11028 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11029 New translation tables.
11030 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11031 programs are modified and moved from mac-win.el.
11032 (mac-roman): Definition of this coding system is modified and
11033 moved from mac-win.el.
11034
11035 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11036
11037 * ediff-wind.el (ediff-setup-control-frame): Enclose
11038 face-attribute in condition-case to avoid errors in older emacsen.
11039
11040 2000-10-29 Miles Bader <miles@gnu.org>
11041
11042 * custom.el (custom-add-to-group): Allow multiple entries for a
11043 given value OPTION, as long as their widget types are different.
11044 * cus-edit.el (custom-face-value-create): If face name doesn't end
11045 with "face", add such here (similar to custom group widgets).
11046
11047 * comint.el (comint-highlight-prompt): Add :type.
11048
11049 2000-10-28 John Wiegley <johnw@gnu.org>
11050
11051 * calendar/timeclock.el (timeclock-log): Doc fix.
11052 (timeclock-last-event): Doc fix.
11053 (timeclock-log): Kill the timelog buffer after appending a new event.
11054 (timeclock-find-discrep): Use a temp buffer to read in the
11055 timelog, instead of visiting the file.
11056 (timeclock-log-data): A new function, along with a host of helper
11057 functions, for the purpose of making timelog data accessible to
11058 programmers.
11059
11060 * eshell/esh-mode.el (window-height test): Make certain that
11061 `eshell-stringify-t' is non-nil.
11062 (eshell-password-prompt-regexp): Changed to a much simpler
11063 password regexp.
11064 (eshell-send-input): If `eshell-invoke-directly' returns t,
11065 directly invoke the parsed command using `eval'. This improves
11066 turn-around time on simple commands by a factor of three or
11067 greater, such as cd, ls, pwd, etc. -- which get used very often.
11068 It also conserves thousands of cons cells per call (since
11069 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11070 in the Pacific Cookie Company).
11071
11072 * eshell/esh-test.el (eshell-test): Whitespace fix.
11073
11074 * eshell/em-ls.el (eshell-ls-insert-directory):
11075 Make `eshell-ls-initial-args' nil when inserting directory contents.
11076
11077 * eshell/em-script.el (eshell-script-initialize): Add names to
11078 `eshell-complex-commands, since `source' and `.' are complex.
11079
11080 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11081 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11082 `eshell-copy-handles'.
11083 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11084 bodies.
11085 (eshell-separate-commands): Whitespace fix.
11086 (eshell-complex-commands): Added a new list of names, for
11087 determining whether a given command is as simple as it looks.
11088 (eshell-invoke-directly): New function. Returns t if a command
11089 should be invoked directly (using `eval'), rather than indirectly
11090 using `eshell-do-eval'.
11091 (eshell-do-eval): Whitespace fix.
11092
11093 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11094 which provides an emulation of the DOS shell behavior of assuming
11095 that cp/mv/ln should copy/move/link to the current directory.
11096 (eshell-remove-entries): Added a doc string.
11097 (eshell-shuffle-files): Removed the check for `target' being null.
11098 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11099 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11100 it to do a smarter check of whether a destination was provided.
11101 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11102 (eshell/ln): Enable `:preserve-args', and use
11103 `eshell-mvcpln-template' to implement the body of the function.
11104 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11105 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11106 list after flattening it. This makes it possible to cat files
11107 with numerical names.
11108 (eshell-unix-initialize): Added several names to
11109 `eshell-complex-commands.
11110 (eshell-unix-command-complex-p): Return t if a given command name
11111 may result in external processes being invoked.
11112
11113 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11114 variable nil by default, since it slows down glob processing by a
11115 factor of two or more, and increases memory consumption.
11116
11117 * eshell/em-smart.el: Added a note about how memory consumptive
11118 smart display mode can be (at least this is true in Emacs 21).
11119 (eshell-smart-initialize): Whitespace fix.
11120 (eshell-refresh-windows): Use `if' instead of `when'.
11121 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11122 not necessary.
11123 (eshell-currently-handling-window): Added a missing global variable.
11124
11125 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11126 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11127 Whitespace fix.
11128 (eshell-ls-exclude-hidden): Added this variable in addition to
11129 `eshell-ls-exclude-regexp'. This one prevents files beginning
11130 with . from even being read, which can improve memory consumption
11131 quite a bit.
11132 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11133 read file entries beginning with a dot. In home directories with
11134 lots of hidden files, fully two-thirds of the time spent in ls is
11135 used to read directory entries that are immediately thrown away.
11136 (eshell-ls-initial-args): Added back this configuration variable,
11137 for specifying default initial arguments to every call to ls.
11138 Much faster than using an alias to do the same thing.
11139 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11140 (eshell-ls-dir): Whitespace change.
11141
11142 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11143
11144 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11145 (eshell-stringify-t): Added a customization variable, to indicate
11146 whether `t' should be rendered as a string at all. If not, one
11147 can still determine if the result of an expression is true using
11148 "file-exists-p FILE && echo true".
11149 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11150 stringify t!
11151
11152 * eshell/esh-module.el: Whitespace fix.
11153
11154 * eshell/em-alias.el (eshell-alias-initialize):
11155 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11156 (eshell-command-aliased-p): New function that returns t if a
11157 command name names an aliased.
11158
11159 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11160
11161 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11162 redrawing the screen when changing cursor color.
11163 (viper-insert-state-pre-command-sentinel)
11164 (viper-replace-state-pre-command-sentinel)
11165 (viper-replace-state-post-command-sentinel):
11166 Use viper-preserve-cursor-color.
11167 Many functions changed to use viper= instead of = when comparing
11168 characters.
11169 * viper-util.el (viper-memq-char,viper=): New functions for
11170 working with characters.
11171 (viper-change-cursor-color): Fixed buglet.
11172 Many functions changed to use viper= instead of = when comparing
11173 characters.
11174 * viper.el (viper-insert-state-mode-list): Added eshell.
11175
11176 * ediff-init.el (ediff-before-setup-hook): New hook.
11177 Several typos fixed in various docstrings.
11178 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11179 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11180 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11181 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11182 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11183 (ediff-get-selected-buffers): New function.
11184 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11185 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11186 Use save-window-excursion.
11187 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11188 termination check in while loop.
11189 * ediff.el (ediff-get-default-file-name): Better defaults when in
11190 dired buffer.
11191 (ediff-files,ediff-merge-files,ediff-files3)
11192 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11193
11194 2000-10-28 Dave Love <fx@gnu.org>
11195
11196 * info.el (Info-fontify-node): Add help-echo for menu items.
11197
11198 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11199
11200 * startup.el (normal-top-level): If the value of $TERM indicates
11201 we are running from xterm or one of its work-alikes, default to a
11202 light background mode.
11203
11204 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11205 * faces.el (tty-handle-reverse-video): New function.
11206 (tty-create-frame-with-faces): Call it.
11207
11208 * frame.el (frame-notice-user-settings): Don't apply
11209 default-frame-alist and initial-frame-alist to MS-DOS frames.
11210 Call tty-handle-reverse-video, frame-set-background-mode, and
11211 face-set-after-frame-default for non-MS-DOS frames.
11212
11213 * startup.el (tty-long-option-alist): New variable.
11214 (tty-handle-args): New function.
11215 (command-line): Call tty-handle-args.
11216
11217 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11218 startup.el now does that for all character-terminal frames.
11219
11220 2000-10-28 Miles Bader <miles@gnu.org>
11221
11222 * emacs-lisp/easy-mmode.el (define-minor-mode):
11223 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11224 is global. If :global is followed by a non-nil but non-t value,
11225 make the mode buffer-local, but also generate a `global-MODE'
11226 version using `easy-mmode-define-global-mode'.
11227 Add :conditional-turn-on keyword argument.
11228
11229 2000-10-28 Dave Love <fx@gnu.org>
11230
11231 * international/latin1-disp.el (latin1-char-displayable-p):
11232 Don't use window-system.
11233
11234 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11235
11236 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11237 Don't call find-buffer-file-type-coding-system. Instead, just
11238 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11239 if the file is on an untranslated filesystem.
11240 (add-untranslated-filesystem): Use "D" instead of "f" inside
11241 interactive.
11242
11243 2000-10-27 Dave Love <fx@gnu.org>
11244
11245 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11246 (refill-mode): Use it.
11247
11248 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11249
11250 * international/quail.el (quail-activate): Don't make-local-hook.
11251
11252 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11253
11254 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11255 manual backups and file.~<rev>.~ for automatic ones.
11256 (vc-make-version-backup): Don't do it on MS-DOS without long file
11257 names.
11258
11259 * vc.el (vc-version-other-window): If an automatic backup of the
11260 desired version exists, rename it instead of copying it.
11261
11262 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11263 after command. If there's an unexpected error, signal it instead
11264 of being silent.
11265 (vc-cvs-merge-news): Be prepared for no news at all.
11266
11267 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11268
11269 * shell.el (shell): Add BUFFER argument.
11270 * comint.el (make-comint-in-buffer): New function.
11271 (make-comint): Use it.
11272
11273 * faces.el (face-spec-choose): Change syntax so that the list of
11274 attribute-value pairs is now the cdr of each clause, not the cadr.
11275 Detect old-style entries, and handle them. Use pop.
11276
11277 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11278
11279 * cus-edit.el (custom-mode-map): Use a sparse map.
11280 (custom-mode): Don't bother with make-local-hook.
11281
11282 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11283
11284 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11285
11286 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11287
11288 * ps-print.el: Avoid compilation gripes.
11289 (ps-print-version): New version number (6.2.1).
11290
11291 2000-10-26 Dave Love <fx@gnu.org>
11292
11293 * menu-bar.el: Modify some menu item help strings.
11294 (menu-bar-help-menu): Add link to MORE.STUFF.
11295
11296 * cus-edit.el (custom-mode): Add `special' mode-class property.
11297
11298 * wid-browse.el (widget-browse-mode): Likewise.
11299
11300 * wid-edit.el (widget-specify-field): Revert to using local-map
11301 property, not keymap.
11302
11303 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11304
11305 * wid-edit.el (widget-field-end): When checking for a `boundary'
11306 field, do so in the correct buffer.
11307
11308 * simple.el (undo): Correctly distinguish between numeric and
11309 non-numeric prefix args in non-transient-mark-mode, as per the doc
11310 string. When in transient-mark-mode, treat all prefix-args as
11311 numeric.
11312
11313 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11314 Position point on match. Handle N == 0 correctly.
11315
11316 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11317 (comint-mode-map): Reverse order of `comint-write-output' and
11318 `comint-append-output-to-file'.
11319 (comint-append-output-to-file): Reinstate this function, for the
11320 benefit of the menu.
11321
11322 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11323
11324 * vc.el (vc-version-other-window): Bind `file'.
11325
11326 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11327
11328 * Makefile.in (update-authors): New target for maintenance purposes.
11329
11330 * emacs-lisp/authors.el (batch-update-authors): New function.
11331 (authors-fixed-entries): New defconst.
11332 (authors-add-fixed-entries): New function.
11333 (authors): Call it.: Don't process lispref/.
11334
11335 2000-10-25 Jason Rumney <jasonr@gnu.org>
11336
11337 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11338 Merge x w32 and mac definitions.
11339
11340 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11341
11342 * menu-bar.el (menu-bar-options-menu): Add a help string for
11343 `uniquify'.
11344
11345 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11346
11347 * time-stamp.el (time-stamp-string-preprocess):
11348 Fix a wrong type argument error.
11349
11350 2000-10-25 Miles Bader <miles@gnu.org>
11351
11352 * recentf.el (recentf-mode): Variable removed.
11353 (recentf-mode): Use `define-minor-mode'.
11354
11355 * mwheel.el (mouse-wheel-mode): New global minor mode.
11356 (mwheel-install): Use `mouse-wheel-mode'.
11357
11358 2000-10-25 Dave Love <fx@gnu.org>
11359
11360 * progmodes/cperl-mode.el (cperl-mode):
11361 Set normal-auto-fill-function correctly.
11362
11363 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11364 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11365 bindings.
11366
11367 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11368
11369 * wid-edit.el (widget-field-at): New function.
11370 (widget-at, widget-field-activate): Use it.
11371 (widget-tabable-at): Use `widget-at'.
11372 (widget-specify-field): If the terminating character of the widget
11373 field (which is read-only) is a newline, put it into a special
11374 `boundary' field so that C-n/C-p act more naturally.
11375 (widget-field-end): Also don't subtract one if a special
11376 `boundary' field has been added after the widget field.
11377
11378 * comint.el (comint-output-filter, comint-send-input):
11379 Don't bother adding stickiness fields to overlays to fool the field
11380 code, since it should notice the overlay insertion-types now.
11381
11382 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11383 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11384 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11385
11386 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11387
11388 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11389 (authors): Set file coding system to iso-2022-7bit.
11390 Add file-local variables to output buffer.
11391
11392 * files.el (after-find-file): Don't print any warnings if
11393 WARN is nil.
11394
11395 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11396
11397 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11398
11399 * delim-col.el: Now there is a column formatting mechanism.
11400 Modified to customization mechanisms convention. Doc fix.
11401 (columns): New group for delim-col.
11402 (delimit-columns-before, delimit-columns-after)
11403 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11404 (delimit-columns-end): New vars.
11405 (delimit-columns-customize, delimit-columns-format): New funs.
11406 (delimit-columns-region, delimit-columns-rectangle)
11407 (delimit-columns-rectangle-line): Modified to support column
11408 formatting.
11409
11410 2000-10-24 Dave Love <fx@gnu.org>
11411
11412 * log-edit.el (log-edit): Add :version and a :group for vc.
11413
11414 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11415
11416 * files.el (after-find-file): Don't print a message ``New file''
11417 if WARN is nil.
11418
11419 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11420 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11421 get duplicate tool-bar entries because we'll see the global ones
11422 on more than one path through keymaps.
11423
11424 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11425
11426 * progmodes/cmacexp.el: Change Francesco's email address.
11427
11428 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11429
11430 * window.el (fit-window-to-buffer): Adjust point of the window
11431 buffer, not that of the current buffer.
11432
11433 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11434
11435 * progmodes/cmacexp.el: Update the euthor's email address.
11436
11437 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11438
11439 * faces.el (face-spec-set-match-display): Add `graphic' display
11440 type (the inverse of `tty'). Use `display-graphic-p' instead of
11441 the window-system variable.
11442
11443 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11444
11445 * international/isearch-x.el (isearch-with-input-method):
11446 Call input-method-function with the first event in
11447 unread-command-events.
11448
11449 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11450
11451 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11452
11453 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11454
11455 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11456 New charsets.
11457
11458 * term/mac-win.el: Remove definitions of mac-roman-lower and
11459 mac-roman-upper, require dired, and define instead of set
11460 mac-ready-for-drag-n-drop to avoid compilation error.
11461
11462 2000-10-23 Andrew Innes <andrewi@gnu.org>
11463
11464 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11465 Remove superfluous calls to subst-char-in-string; instead apply
11466 expand-file-name after convert-standard-filename to ensure
11467 expected directory separators are used.
11468
11469 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11470
11471 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11472
11473 2000-10-23 Dave Love <fx@gnu.org>
11474
11475 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11476 (tool-bar-add-item): Set foreground and background for XBM icons.
11477
11478 * international/latin1-disp.el (latin1-char-displayable-p):
11479 New function (from Handa).
11480 (latin1-display-check-font): Use it.
11481
11482 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11483 using :key-sequence, making it much more usable.
11484 Use nconc, not append.
11485 (imenu--create-keymap-1): Avoid append.
11486
11487 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11488
11489 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11490
11491 [the following changes fix a bug where `define-minor-mode' didn't
11492 correctly generate :require clauses for defcustoms in compiled files]
11493 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11494 (byte-compile-log-file, byte-compile-log-1): Don't set
11495 `byte-compile-current-file' to nil. Instead set
11496 `byte-compile-last-logged-file' to it. Test whether
11497 byte-compile-current-file equals byte-compile-last-logged-file
11498 instead of whether its nil.
11499 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11500
11501 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11502
11503 * textmodes/refill.el: Fix var names in doc.
11504 (refill-mode): Don't bother with make-local-hook anymore.
11505
11506 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11507
11508 * faces.el (face-user-default-spec, face-default-spec): New functions.
11509 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11510 (frame-set-background-mode, face-set-after-frame-default):
11511 Use `face-user-default-spec'. Simplify code slightly.
11512
11513 * woman.el (woman-italic-face, woman-bold-face)
11514 (woman-unknown-face): Add dark-background variants.
11515 (woman-default-faces): Renamed from `woman-colour-faces'.
11516 Set using the stored defaults, rather than using hard-wired colors.
11517 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11518 Just make the foreground `unspecified' rather than "black".
11519 (woman-menu): Rename menu entries accordingly.
11520
11521 * faces.el (header-line): Make more reasonable on mono/grayscale
11522 displays.
11523
11524 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11525
11526 * cus-edit.el (custom-button-face): Use 3D look for mac.
11527 (custom-button-pressed-face): Likewise.
11528
11529 * faces.el (set-face-attributes-from-resources): Handle mac frames
11530 in the same way as x and w32 frames.
11531 (face-valid-attribute-values): Likewise.
11532 (read-face-attribute): Likewise.
11533 (defined-colors): Likewise.
11534 (color-defined-p): Likewise.
11535 (color-values): Likewise.
11536 (display-grayscale-p): Likewise.
11537 (face-set-after-frame-default): Likewise.
11538 (mode-line): Same default face as for x and w32.
11539 (tool-bar): Likewise.
11540
11541 * frame.el: Remove call to frame-notice-user-settings at end of
11542 the file.
11543
11544 * info.el (Info-fontify-node): Make underlines invisible for mac
11545 as for x, pc, and w32 frame types.
11546
11547 * term/mac-win.el: New file.
11548
11549 2000-10-22 Dave Love <fx@gnu.org>
11550
11551 * textmodes/refill.el: New file.
11552
11553 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11554
11555 * vc-hooks.el (vc-version-backup-file-name): New optional args
11556 MANUAL and REGEXP.
11557 (vc-delete-automatic-version-backups, vc-make-version-backup):
11558 New functions.
11559 (vc-before-save): Use the latter.
11560 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11561 confusion.
11562
11563 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11564 expected by vc[-hooks].el.
11565
11566 * vc.el (vc-checkout): Added `-p' suffix in call to
11567 vc-make-version-backups-p; use vc-make-version-backup to actually
11568 make the backup.
11569 (vc-version-other-window, vc-version-backup-file): Handle both
11570 automatic and manual backups.
11571 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11572 of all of them.
11573
11574 2000-10-22 Miles Bader <miles@gnu.org>
11575
11576 * comint.el (comint-highlight-input, comint-highlight-prompt):
11577 Renamed, `-face' at end removed.
11578 (comint-send-input, comint-output-filter): Use renamed faces.
11579
11580 * window.el (fit-window-to-buffer): Change defaulting of
11581 MAX-HEIGHT slightly.
11582
11583 * faces.el (color-values, color-defined-p): Use `member', not
11584 `memq', because it works correctly for strings.
11585 (frame-set-background-mode): Actually, "unspecified-fg" and
11586 "unspecified-bg" *are* strings. Use `member', not `memq', and
11587 `equal', not `eq', when a string value is possible.
11588
11589 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11590
11591 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11592
11593 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11594
11595 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11596 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11597 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11598 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11599 (sh-font-lock-syntactic-keywords): Use them.
11600 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11601 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11602 (sh-mode): Don't override font-lock-unfontify-region-function.
11603 Use a copy of sh-font-lock-syntactic-keywords.
11604 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11605 Don't call sh-scan-buffer since font-lock does it on the fly.
11606 (sh-get-indent-info): Use `face' rather than `syntax-table'
11607 text-property to detect here-documents.
11608 Replace sh-special-syntax with sh-st-punc.
11609 (sh-prev-line): Use `face' rather than `syntax-table'
11610 text-property to skip over here-documents.
11611 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11612 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11613 (sh-electric-less, sh-set-here-doc-region)
11614 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11615 (sh-scan-buffer, sh-rescan-buffer): Remove.
11616
11617 2000-10-21 Andrew Innes <andrewi@gnu.org>
11618
11619 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11620 remote (ange-ftp) file names.
11621
11622 2000-10-21 Miles Bader <miles@gnu.org>
11623
11624 * window.el (fit-window-to-buffer): New function.
11625 (shrink-window-if-larger-than-buffer): Use it.
11626 (window-text-height): Don't expect minibuffers to have mode-lines.
11627
11628 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11629 * international/quail.el (quail-update-guidance):
11630 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11631
11632 * international/quail.el (quail-show-guidance-buf): Make sure
11633 guidance window really has enough room.
11634 (quail-update-guidance): If quail-guidance-win is already shown,
11635 make sure its height is OK.
11636
11637 * window.el (window-text-height, set-window-text-height):
11638 New functions.
11639 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11640 instead of `window-height' & `mode-line-window-height-fudge'.
11641 (mode-line-window-height-fudge): Add FACE parameter.
11642 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11643 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11644
11645 2000-10-20 Miles Bader <miles@gnu.org>
11646
11647 * window.el (height-affecting-face-attributes): Use `defconst'.
11648
11649 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11650 New function, conditionally aliased to `mode-line-window-height-fudge'.
11651 (ispell-help): Use it.
11652 (ispell-choices-win-default-height): Don't include mode-line fudge.
11653 (ispell-choices-win-default-height): New function.
11654 (ispell-show-choices, ispell-command-loop): Use function
11655 `ispell-choices-win-default-height' instead of variable.
11656
11657 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11658
11659 * window.el (mode-line-window-height-fudge): New variable.
11660 (height-affecting-face-attributes): New variable.
11661 (mode-line-window-height-fudge): New function.
11662 (shrink-window-if-larger-than-buffer): Use it.
11663 * help.el (resize-temp-buffer-window): Likewise.
11664
11665 * info.el (Info-fontify-node): Add support for @subsubsection
11666 titles, which use `Info-title-4-face'.
11667 (Info-title-4-face): New face.
11668 (Info-title-3-face): Inherit from Info-title-4-face instead of
11669 variable-pitch.
11670
11671 2000-10-19 Jason Rumney <jasonr@gnu.org>
11672
11673 * dired.el (dired-insert-directory): Do not let errors signalled by
11674 attempt to run dired-free-space-program prevent dired from working.
11675
11676 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11677
11678 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11679
11680 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11681
11682 * dirtrack.el (dirtrack): Fix call to run-hooks.
11683
11684 * cmuscheme.el (cmuscheme-program-name): Renamed from
11685 scheme-program-name because xscheme.el contains a defcustom with
11686 the same name. As a consequence, customizing group `cmuscheme'
11687 loaded `xscheme' which redefined run-scheme.
11688 (run-scheme): Use cmuscheme-program-name.
11689
11690 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11691
11692 * play/doctor.el (doctor-death): Update the Samaritans'
11693 anonymous address, and add a website for Befrienders International.
11694
11695 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11696
11697 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11698 Avoid compilation gripes. Doc fix.
11699 (ps-print-version): New version number (6.2).
11700 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11701 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11702 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11703 (ps-x-extent-priority, ps-x-extent-start-position)
11704 (ps-x-face-font-instance, ps-x-find-coding-system)
11705 (ps-x-font-instance-properties, ps-x-make-color-instance)
11706 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11707 avoid compilation gripes without defining functions.
11708 (ps-e-find-composition): Alias for function find-composition, to have a
11709 suitable function depending on Emacs version.
11710 (ps-color-device, ps-color-values, ps-face-foreground-name)
11711 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11712 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11713 (ps-print-ensure-fontified): Function definitions surrounded by
11714 `eval-and-compile' to avoid compilation gripes.
11715 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11716 by symbol-value to avoid compilation gripes.
11717 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11718 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11719
11720 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11721
11722 * startup.el (normal-top-level): Call `frame-set-background-mode'
11723 after `frame-notice-user-settings' because the latter doesn't call
11724 the former on a tty.
11725
11726 * faces.el (frame-set-background-mode): `unspecified' &c are
11727 symbols, not strings.
11728
11729 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11730
11731 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11732 why some "light*" colors are deliberately absent from the alist.
11733
11734 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11735 Change colors for tty's, as suggested by Miles Bader.
11736
11737 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11738
11739 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11740 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11741 for ISO10646-1 fonts.
11742 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11743
11744 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11745
11746 * faces.el (frame-set-background-mode): If a tty frame defines a
11747 background color, use that to compute the background mode, instead
11748 of always defaulting to "dark".
11749
11750 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11751
11752 * comint.el (comint-write-output): New function.
11753 (comint-mode-map): Add it to the menu.
11754 Bind `C-c C-s' to comint-write-output.
11755
11756 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11757
11758 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11759 Use fancy-splash-delay.
11760
11761 2000-10-18 Alex Schroeder <alex@gnu.org>
11762
11763 * progmodes/sql.el (sql-sybase-options): New option.
11764 (sql-sybase): Use it. Add sql-database to the list of parameters
11765 provided for login. The options -w 2048 -n are not used any more.
11766
11767 * comint.el (comint-read-input-ring): Bugfix such that the first
11768 and the last entry of the input ring file are not lost.
11769
11770 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11771
11772 * ps-print.el: Internal variable changes to defcustom,
11773 make-local-hook changes to defvar. Doc fix.
11774 (ps-print-version): New version number (6.1).
11775 (ps-setup, ps-do-despool): Code fix.
11776 (ps-printer-name): Customization fix.
11777 (ps-printer-name-option): Now is a defcustom instead of an
11778 internal variable.
11779 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11780 (ps-print-begin-column-hook): Now are defvar instead of
11781 make-local-hook.
11782
11783 2000-10-18 Miles Bader <miles@gnu.org>
11784
11785 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11786 (comint-kill-output): Changed into an alias for `comint-delete-output',
11787 and made obsolete.
11788 (comint-mode-map): Rename references to comint-kill-output.
11789
11790 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11791
11792 * diff-mode.el (diff-header-face, diff-file-header-face)
11793 (diff-changed-face): Add bold and italic attributes to tty faces.
11794 (diff-function-face): New face.
11795 (diff-font-lock-keywords): Use it.
11796
11797 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11798
11799 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11800 Remove commented-out call to force-mode-line-update.
11801 (comint-kill-output): Use `forward-line 0' instead of
11802 beginning-of-line to make sure we get past the prompt.
11803
11804 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11805
11806 * diff-mode.el (diff-header-face, diff-file-header-face):
11807 Add specific setting for dark background.
11808 (diff-context-face): Renamed from diff-comment-face.
11809 Set explicitly rather than inheriting from font-lock-comment-face.
11810
11811 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11812
11813 * startup.el (command-line): Move the code which sets the default
11814 TTY colors to before before-init-hook.
11815
11816 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11817
11818 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11819
11820 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11821
11822 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11823 extensions, for MS-DOS.
11824
11825 * diff-mode.el (diff-header-face, diff-file-header-face)
11826 (diff-changed-face): Define tty-specific colors.
11827
11828 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11829
11830 * startup.el (fancy-splash-text): Realign the text.
11831
11832 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11833
11834 * font-lock.el (font-lock-comment-face): Define a separate default
11835 for dark-background tty's.
11836
11837 2000-10-17 Miles Bader <miles@gnu.org>
11838
11839 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11840 being obscured by whizzy mode-lines on graphics displays.
11841
11842 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11843
11844 * info.el (Info-title-1-face, Info-title-2-face)
11845 (Info-title-3-face): Define colors for tty's.
11846 (info-header-node): Remove unneeded tty-specific definition.
11847
11848 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11849
11850 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11851 reverse from the frame parameters, and don't invert foreground and
11852 background colors.
11853
11854 2000-10-16 Miles Bader <miles@gnu.org>
11855
11856 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11857 string "*Info*". Call propertized-buffer-identification to spruce
11858 up the result.
11859
11860 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11861
11862 * help.el: Provide `help' for the sake of define-minor-mode
11863 which generates defcustoms with requires.
11864
11865 * jit-lock.el (jit-lock-after-change): If we're in text that
11866 matches a multi-line font-lock pattern, make sure the whole text
11867 will be redisplayed.
11868
11869 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11870 author's name is unknown.
11871
11872 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11873 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11874 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11875 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11876 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11877 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11878 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11879 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11880 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11881 Add author information.
11882
11883 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11884
11885 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11886 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11887 full-color version (using the Gimp) to eliminate dithering artifacts.
11888
11889 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11890
11891 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11892
11893 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11894
11895 2000-10-15 Dave Love <fx@gnu.org>
11896
11897 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11898
11899 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11900
11901 * whitespace.el: Doc fixes.
11902 (top-level): Don't add hooks here.
11903 (whitespace-running-emacs): Deleted.
11904 (timer): Don't require.
11905 (whitespace): Add back :version conditional on xemacs test.
11906 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11907 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11908 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11909 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11910 Avoid specific xemacs test.
11911 (whitespace-global-mode): New option.
11912 (whitespace-global-mode): New command.
11913 (whitespace-unload-hook): New function.
11914
11915 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11916 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11917 (Info-fontify-node): `Goto' goes to `Go to'.
11918 (Info-fontify-node): Add help-echo to xref links.
11919
11920 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11921
11922 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11923
11924 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11925
11926 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11927 Use plist-get and allow :inherit.
11928
11929 * emacs-lisp/cl-macs.el (cl-do-arglist):
11930 Use plist-get and plist-member instead of memq.
11931
11932 * emacs-lisp/ewoc.el (ewoc-location): New function.
11933 (ewoc-enter-after, ewoc-enter-before): Document return value.
11934 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11935 Don't need make-local-hook any more.
11936 (cvs-addto-collection): Return the new tin.
11937 (cvs-mode-insert): Jump to the new line.
11938
11939 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11940
11941 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11942
11943 * font-lock.el (font-lock-syntactically-fontified): New var.
11944 (font-lock-fontify-syntactic-keywords-region): Use it.
11945 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11946
11947 * diff-mode.el (diff-find-file-name): Fix regexp.
11948
11949 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11950 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11951
11952 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11953 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11954 (sh-mode): Don't make all vars local here.
11955 (sh-kw): Reformat.
11956 (sh-set-shell): Use dolist. Don't set indent-region-function.
11957 (sh-mode-syntax-table): Use pop.
11958 (sh-remember-variable): Use push.
11959 (sh-help-string-for-variable): Use memq.
11960 (sh-safe-backward-sexp): Remove.
11961 (sh-safe-forward-sexp): Add ARG.
11962 (sh-get-indent-info, sh-prev-stmt): Use it.
11963 (sh-prev-line): Simplify by using forward-comment.
11964 (sh-this-is-a-continuation): Simplify.
11965 (sh-learn-buffer-indent): Use dolist.
11966 (sh-do-nothing): Remove.
11967 (sh-set-char-syntax, sh-set-here-doc-region):
11968 Use inhibit-modification-hooks.
11969 (sh-name-style): Use mapcar and push.
11970 (sh-load-style): Use dolist.
11971 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11972 (sh-case, sh-while-getopts): Use propertize directly rather
11973 than sh-electric-rparen.
11974
11975 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11976
11977 * textmodes/tex-mode.el: Require CL when compiling.
11978 (tex-mode-syntax-table): Init immediately.
11979 (tex-mode-map): Bind M-RET to latex-insert-item.
11980 (latex-mode): Set indent-line-function to latex-indent.
11981 (tex-common-initialization): Don't setup the syntax-table any more.
11982 (latex-insert-item): New skeleton.
11983 (tex-next-unmatched-end): Fix copy/paste braino.
11984 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11985 (latex-indent, latex-find-indent): New functions.
11986 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11987 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11988 (tex-compilation-parse-errors): Use with-syntax-table.
11989
11990 2000-10-15 Miles Bader <miles@gnu.org>
11991
11992 * font-lock.el (font-lock-comment-face): Change dark-background,
11993 color, non-tty, default to `chocolate1'.
11994
11995 2000-10-13 John Wiegley <johnw@gnu.org>
11996
11997 * eshell/esh-util.el (require): Added a missing `require' form,
11998 needed when compiling (for an ange-ftp macro definition).
11999
12000 2000-10-13 Dave Love <fx@gnu.org>
12001
12002 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12003
12004 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12005
12006 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12007
12008 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12009 transparent -colors 8).
12010
12011 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12012
12013 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12014 that breaks with old list format timestamps.
12015 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12016 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12017
12018 2000-10-13 John Wiegley <johnw@gnu.org>
12019
12020 * align.el, pcomplete.el, calendar/timeclock.el,
12021 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12022
12023 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12024 faulty math, where holiday hours were being computing as seconds.
12025
12026 2000-10-13 John Wiegley <johnw@gnu.org>
12027
12028 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12029 specifying what "other" kinds of buffers should be saved.
12030 This used to be hard-coded.
12031 (desktop-buffer-misc-functions): A global for specifying how
12032 auxiliary data should be determined for special buffer types.
12033 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12034 instead of hard-coding the special buffer types.
12035 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12036 auxiliary data, instead of hard-coding for Info buffers and dired.
12037 (desktop-buffer-info-misc-data): Aux function for determining Info
12038 buffer auxiliary info.
12039 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12040 (desktop-buffer-info): Changed this function to use the info
12041 gathered above.
12042 (desktop-create-buffer): Be a little more careful about what
12043 `minor-mode' means before calling it. This is important for some
12044 buffer types.
12045
12046 2000-10-13 John Wiegley <johnw@gnu.org>
12047
12048 * eshell/esh-util.el: Added a global form which declares an
12049 autoload for `parse-time-string', if that function is not already
12050 defined, and if parse-time.el is available on the user's system.
12051
12052 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12053 to be aware of ange-ftp user info.
12054 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12055 (eshell-ls-annotate): Use `eshell-file-attributes'.
12056 (eshell-ls-file): Made the user-id printing code a bit smarter.
12057
12058 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12059 allow identification of alias user ids in remote directories.
12060 It's manual, but there's no other way to know when the current user
12061 on the local machine, is also the owning user on the remote machine.
12062 (fboundp): Bind `ange-cache'.
12063 (eshell-directory-files-and-attributes): Re-organized the logic a
12064 bit to use `eshell-file-attributes' instead of `file-attributes'.
12065 The former is more sensitive to directories that are read via FTP,
12066 and knows how to use ange-ftp to determine full attribute
12067 information, instead of just the name and last modtime.
12068 (eshell-current-ange-uids): Return the current user id when in a
12069 remote directory.
12070 (eshell-parse-ange-ls): Parse a full directory listing that has
12071 been returned by ange-ftp.
12072 (eshell-file-attributes): This beefed up version of
12073 `file-attributes' is only special if the user is currently in a
12074 remote directory, in which case it does a lot of work to find out
12075 what the real attributes of a file are, as they appear on the
12076 remote machine. This makes usage of remote directories (i.e.,
12077 ange-ftp pathnames) much more useful. You can now use Eshell as a
12078 full-fledged FTP client, with much more manipulation ability than
12079 most other clients.
12080
12081 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12082 variable, which means that Eshell's du should always be preferred
12083 in remote directories.
12084 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12085 just `file-attributes'.
12086 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12087 when reading remote directories. This is an Eshell-specific
12088 variable (not part of ange-ftp).
12089 (eshell/ln): Bind `ange-cache'.
12090 (eshell/du): Added some extra logic for determining when to use
12091 Eshell's du (which is slow), and when to use the external version
12092 (which may or may not exist).
12093
12094 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12095 Call `eshell-interactive-process', rather than using
12096 `get-buffer-process', since backgrounded processes don't count in
12097 the context of this function's logic.
12098
12099 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12100 `forward-char', so that null strings are parsed correctly.
12101
12102 2000-09-13 John Wiegley <johnw@gnu.org>
12103
12104 * eshell/em-pred.el (eshell-pred-file-type)
12105 (eshell-pred-file-links, eshell-pred-file-size):
12106 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12107
12108 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12109 that remote file globbing is more efficient.
12110
12111 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12112 gathering the files and attributes within a directory.
12113
12114 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12115 the command line is a special file (not a regular file, directory
12116 or symlink), always attempt to call the external version of cat.
12117
12118 2000-09-13 John Wiegley <johnw@gnu.org>
12119
12120 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12121 Eshell-friendly version of find-tag.
12122
12123 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12124
12125 * image-file.el (image-file-name-extensions)
12126 (image-file-name-regexps): Add autoload cookies.
12127
12128 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12129
12130 * international/mule-cmds.el (select-safe-coding-system): If FROM
12131 is string, show it in *Warning* buffer.
12132
12133 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12134
12135 * startup.el (normal-top-level): Use display-popup-menus-p instead
12136 of window-system.
12137 (command-line): Use display-graphic-p instead of window-system.
12138 (command-line-1): Use display-popup-menus-p and display-mouse-p
12139 instead of window-system.
12140
12141 2000-10-12 Sam Steingold <sds@gnu.org>
12142
12143 * tooltip.el (tooltip-use-echo-area): New user variable.
12144 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12145
12146 2000-10-12 Dave Love <fx@gnu.org>
12147
12148 * recentf.el: Maintainer's checkdoc fixes.
12149
12150 * startup.el (normal-top-level-add-subdirs-to-load-path):
12151 Use character class, not ASCII when matching file names.
12152 (fancy-splash-head): Add trailing slash to URL.
12153 (command-line): Don't require XPM support for toolbar.
12154
12155 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12156 (cperl-invalid-face): Revert last change.
12157 (cperl-init-faces): Quote cperl-invalid-face.
12158
12159 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12160
12161 * startup.el (fancy-splash-text): Remove superfluous quote.
12162
12163 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12164
12165 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12166 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12167 (command-line-1): Don't use fancy-splash-pending-command.
12168 (fancy-splash-screens-1): Goto point-min after inserting text.
12169
12170 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12171
12172 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12173 instead of shared-lisp-mode-map.
12174
12175 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12176
12177 * faces.el (header-line): Change tty-variant to use underlining.
12178
12179 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12180 (isearch-highlight): Restore lazy-isearch face properties at old
12181 position, and suppress them at new position.
12182 (isearch-dehighlight): Restore lazy-isearch face properties.
12183 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12184 over the real isearch overlay, but in that case, don't give it a
12185 face property. Use `push'.
12186
12187 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12188
12189 * man.el (Man-getpage-in-background): Fix previous change.
12190 Decode the process output only when we are in multibyte mode.
12191
12192 2000-10-11 Dave Love <fx@gnu.org>
12193
12194 * info.el (Info-mode-menu): Fix some help.
12195 (info-tool-bar-map): Add entry for Info-last.
12196
12197 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12198 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12199 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12200 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12201 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12202 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12203 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12204 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12205 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12206 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12207 Reduce colour requirements to 25 overall. (Probably wants
12208 revisiting from the originals to reduce further.)
12209
12210 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12211
12212 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12213 buffer-file-coding-system, instead of raw-text.
12214 (dehexlify-buffer): Bind coding-system-for-read to
12215 buffer-file-coding-system, instead of raw-text.
12216
12217 2000-10-11 Sam Steingold <sds@gnu.org>
12218
12219 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12220 `underline' - fixes the bug introduced on 2000-09-21.
12221
12222 2000-10-11 Dave Love <fx@gnu.org>
12223
12224 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12225 Avoid compiler warnings.
12226 (scheme-mode): Doc fix.
12227 (scheme-font-lock-keywords-1): Match `define-syntax'.
12228
12229 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12230
12231 * faces.el (frame-set-background-mode): Pay attention to saved
12232 face specs as well as default ones. Only do anything if the
12233 bg-mode or display-type has actually changed. Use `dolist'.
12234 (region): Make dark-background `region' face less in-your-face.
12235
12236 2000-10-10 Sam Steingold <sds@gnu.org>
12237
12238 * chistory.el, ielm.el, ledit.el:
12239 * progmodes/inf-lisp.el, progmodes/scheme.el:
12240 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12241
12242 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12243
12244 * textmodes/texinfo.el: Update copyright and fix typo.
12245
12246 * desktop.el (desktop-modes-not-to-save): New var.
12247 (desktop-save-buffer-p): Use it.
12248 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12249 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12250
12251 2000-10-10 Dave Love <fx@gnu.org>
12252
12253 * toolbar/tool-bar.el (tool-bar-add-item)
12254 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12255
12256 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12257 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12258 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12259 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12260 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12261 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12262 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12263 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12264 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12265 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12266 the .xpms; probably need retouching.
12267
12268 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12269
12270 * subr.el (add-to-list): Add optional argument APPEND.
12271 * battery.el (display-battery): Use `add-to-list'.
12272
12273 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12274
12275 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12276 properties.
12277 (zone, zone-when-idle, zone-leave-me-alone)
12278 (zone-pgm-whack-chars): Use new symbol properties.
12279
12280 * battery.el (display-battery): Doc spelling fix.
12281
12282 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12283 property.
12284
12285 2000-10-09 Dave Love <fx@gnu.org>
12286
12287 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12288 has been initialized before calling tool-bar-setup.
12289 (tool-bar-add-item-from-menu): Add autoload cookie.
12290
12291 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12292
12293 * menu-bar.el (send-mail-item-name): New function.
12294 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12295 of mail-user-agent in the menu. Don't display the "Send Mail"
12296 item if mail-user-agent is nil or its value is ignore.
12297 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12298 if read-mail-command is nil or its value is ignore.
12299
12300 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12301
12302 2000-10-09 Miles Bader <miles@gnu.org>
12303
12304 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12305 Correct image size.
12306 * toolbar/left_arrow.xpm: Correct image size.
12307
12308 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12309 will be done by the definition of `auto-compression-mode' if
12310 necessary. Move code to uninstall existing file-name handler
12311 before definition of `auto-compression-mode'.
12312
12313 * image-file.el (auto-image-file-mode): Move to the end of the
12314 file, because `define-minor-mode' actually calls the mode-function
12315 if the associated variable is non-nil, which requires that all
12316 needed functions be already defined.
12317
12318 * mouse.el (popup-menu): Balance parens.
12319
12320 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12321
12322 * mouse.el (popup-menu): Move the command call outside the loop
12323 so that popup-menu returns whatever the command returns.
12324
12325 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12326 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12327 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12328 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12329
12330 * vc.el (vc-version-diff): diff-switches can be a list.
12331 Use relative filenames for prettier output.
12332
12333 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12334 (vc-post-command-functions): Remove old-VC compatibility code.
12335
12336 * newcomment.el (comment-indent-default): Autoload.
12337
12338 * font-lock.el (font-lock-defaults): Make buffer-local.
12339 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12340 (font-lock-choose-keywords):
12341 Ignore LEVEL unless KEYWORDS is a list of syms.
12342 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12343 Don't wrap regexp-opt things in \(...\) unnecessarily.
12344
12345 * jit-lock.el: Don't require font-lock any more.
12346 (jit-lock-functions): Make buffer-local.
12347 (jit-lock-saved-fontify-buffer-function): Remove.
12348 (jit-lock-mode): Remove autoload cookie.
12349 Remove font-lock specific code.
12350 (jit-lock-unregister): Don't bother handling complex hooks any more.
12351 (jit-lock-refontify): New function.
12352 (jit-lock-fontify-buffer): Use it.
12353 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12354 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12355 Add optional args START and END.
12356 Never call font-lock-fontify-region directly.
12357 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12358
12359 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12360
12361 2000-10-08 Dave Love <fx@gnu.org>
12362
12363 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12364
12365 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12366
12367 * play/studly.el (studlify-region, studlify-word): Add autoload
12368 cookie.
12369
12370 * play/morse.el (morse-region, unmorse-region): Add autoload
12371 cookie.
12372
12373 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12374 concat.
12375
12376 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12377 insist on symbols starting with word syntax.
12378 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12379 (eval-defun-1): Doc fix.
12380 (indent-sexp): Use nconc to build up indent-stack.
12381
12382 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12383 Gnus with little use.
12384 (mail-setup-hook): Add mail-abbrevs-setup to options.
12385
12386 * recentf.el: Doc fixes.
12387
12388 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12389 Clean up remainder.
12390
12391 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12392 without timezone and (8) with timezone to enforce some whitespace.
12393 Simplify code somewhat.
12394
12395 * options.el (list-options): Doc that you should use customize.
12396
12397 * iswitchb.el (iswitchb-mode): Add :require.
12398
12399 * info.el (Info-goto-node, Info-menu): Doc fix.
12400 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12401 (info-tool-bar-map): New variable.
12402 (Info-mode): Use it.
12403 (Info-edit-map): Define all in defvar.
12404 (speedbar-attached-frame): Avoid compiler warning.
12405
12406 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12407 (global-map): Bind [tool-bar] to a filtered map.
12408 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12409 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12410 Allow PBM icons.
12411 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12412
12413 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12414 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12415 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12416 icons, except up_arrow, which is left-arrow rotated.
12417
12418 * imenu.el (imenu-add-to-menubar): Fix last change.
12419
12420 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12421
12422 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12423 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12424
12425 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12426
12427 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12428 typos in doc strings.
12429
12430 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12431 the doc strings how to customize Font Lock faces.
12432
12433 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12434 computing growth when dragging the header line.
12435
12436 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12437
12438 * simple.el (kill-line): Doc fix.
12439
12440 2000-10-08 Miles Bader <miles@gnu.org>
12441
12442 * faces.el (secondary-selection): Make foreground visible on tty.
12443
12444 * jka-compr.el (auto-compression-mode): Move to the end of the
12445 file, because `define-minor-mode' actually calls the mode-function
12446 if the associated variable is non-nil, which requires that all
12447 needed functions be already defined.
12448 (with-auto-compression-mode): Add autoload cookie.
12449
12450 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12451
12452 * files.el (find-backup-file-name) [ms-dos]: If support for long
12453 file names is not available, behave as if version-control were set
12454 to never.
12455
12456 2000-10-07 Dave Love <fx@gnu.org>
12457
12458 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12459 (browse-url-gnome-moz): New function.
12460 (browse-url-browser-function): Use it.
12461 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12462
12463 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12464
12465 * indent.el (tab-always-indent): New var.
12466 (indent-for-tab-command): Use it.
12467
12468 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12469 raise an error. This way it can still default to a sane value.
12470
12471 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12472
12473 * startup.el (fancy-splash-screens): Use local rather than global map.
12474 Don't use `update-menu-bindings' any more.
12475 Get rid of assumptions about keymap representation.
12476
12477 2000-10-06 Dave Love <fx@gnu.org>
12478
12479 * textmodes/fill.el (sentence-end-double-space)
12480 (sentence-end-without-period): Doc fix.
12481 (adaptive-fill-regexp): Purecopy.
12482 (unjustify-current-line): Use line-end-position.
12483 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12484
12485 * net/eudc-vars.el (eudc): Add :version, :link.
12486
12487 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12488
12489 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12490 Fix for define-minor-mode.
12491 (function-at-point): Alias to function-called-at-point.
12492
12493 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12494
12495 * simple.el (backward-word): Doc fix.
12496
12497 * image-file.el (image-file-name-regexp): image-file-regexps ->
12498 image-file-name-regexps.
12499 (image-file-name-extensions): Add pbm.
12500
12501 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12502
12503 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12504 and add filename to the names so that diff-mode can jump to source.
12505
12506 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12507 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12508 (tex-font-lock-keywords-1): Remove.
12509 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12510 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12511 (font-lock-default-fontify-region):
12512 Expand beg..end correctly when just following a multiline region.
12513 (font-lock-fontify-anchored-keywords):
12514 Include the anchor text as part of the multiline.
12515
12516 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12517
12518 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12519 latter needs the autoloaded define-minor-mode macro during the
12520 bootstrap.
12521
12522 * startup.el (command-line): For now, activate tool-bar-mode only
12523 if XPM images are supported.
12524
12525 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12526 window by dragging a header-line at the top of the frame; that's
12527 confusing because the header-line doesn't move.
12528 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12529 of treating the event as a list. Some cleanup.
12530
12531 2000-10-06 Miles Bader <miles@gnu.org>
12532
12533 * simple.el (display-message-or-buffer): New function.
12534 (shell-command-on-region): Use `display-message-or-buffer'.
12535
12536 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12537 docstring parts.
12538
12539 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12540 (smbclient-prompt-regexp): Add usage note to doc string.
12541 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12542 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12543 Use add-hook for adding the comint filter function, and only do so
12544 if it's not already in the global hook list.
12545 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12546 to `make-local-variable'.
12547 (nslookup-font-lock-keywords): Remove prompt entry.
12548 (nslookup): Don't set the process-filter.
12549 (finger): Exit the loop correctly when the regexps list runs out.
12550 (ftp, smbclient, smbclient-list-shares):
12551 Set the real major mode immediately, not after execing.
12552 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12553
12554 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12555
12556 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12557
12558 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12559
12560 * which-func.el (which-func-format): Remove spurious space.
12561 (which-func-mode): Don't make it permanent-local.
12562 (which-func-ff-hook): Allow which-func-maxout to be nil.
12563 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12564 (which-func-mode): Simplify.
12565 Use post-command-idle-hook rather than post-command-hook.
12566 Go through all buffers and update their state.
12567 (which-function): Also try add-log-current-defun-function.
12568
12569 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12570 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12571 Update call to with-vc-properties accordingly.
12572 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12573 (vc-revert-buffer): More careful about window selection and deletion.
12574 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12575
12576 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12577 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12578 (cvs-dired-action): Change the default to quickdir.
12579
12580 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12581 if comment-indent-function returns nil.
12582 (comment-indent-default): New function.
12583 (comment-indent-function): Use it and document the new semantics.
12584
12585 * image-file.el: Docstring fixes.
12586
12587 * help.el (help-xref-on-pp): Use match-string.
12588 (describe-variable): New arg BUFFER.
12589 Store the current buffer in the help-xref-stack.
12590 (temp-buffer-resize-mode): Use define-minor-mode.
12591
12592 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12593 consistently with its docstring.
12594 Set jit-lock-first-unfontify-pos in an idempotent way.
12595 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12596
12597 2000-10-05 Alex Schroeder <alex@gnu.org>
12598
12599 * sql.el (sql-mysql-options): New variable.
12600 (sql-mysql): Use it.
12601
12602 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12603
12604 * image.el (image): New group.
12605
12606 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12607 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12608
12609 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12610
12611 * net/net-utils.el (nslookup-font-lock-keywords)
12612 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12613 Ignore the value of wqindow-system; always define keywords
12614
12615 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12616
12617 * startup.el (fancy-splash-screens): Remove the code for
12618 debugging; `(trace-to-stderr "EXITTT\n")'.
12619
12620 2000-10-05 Miles Bader <miles@gnu.org>
12621
12622 * diff-mode.el (diff-goto-source): Update call to
12623 `diff-hunk-status-msg' to reflect new REV variable.
12624
12625 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12626
12627 * progmodes/icon.el (icon-mode):
12628 Don't gratuitously override the default for comment-column.
12629
12630 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12631
12632 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12633 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12634 (jit-lock-functions): New var.
12635 (jit-lock-function-1): Use it if non-nil.
12636 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12637 Set the `fontified' property before doing the fontification to avoid
12638 repeatedly going through the same error.
12639 Don't turn errors into messages.
12640 (jit-lock-register, jit-lock-unregister): New functions.
12641
12642 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12643 Use with-current-buffer.
12644
12645 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12646 Turn comment into docstring.
12647
12648 * apropos.el (apropos-mode): Use define-derived-mode.
12649
12650 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12651
12652 * startup.el (fancy-splash-pending-command): New variable.
12653 (fancy-splash-pre-command): New function.
12654 (fancy-splash-screens): Rewritten.
12655 (command-line-1): If fancy-splash-pending-command is set, call it
12656 interactively.
12657
12658 2000-10-04 Dave Love <fx@gnu.org>
12659
12660 * toolbar/tool-bar.el (tool-bar-setup): New function.
12661 (tool-bar-mode): Use it.
12662
12663 * subr.el (substitute-key-definition): Doc fix.
12664 (play-sound-file): New command.
12665
12666 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12667
12668 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12669 vc-version-backup-file-name): New functions.
12670
12671 * files.el (basic-save-buffer): Call vc-before-save before saving.
12672
12673 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12674 vc-cvs-stay-local-p.
12675
12676 * vc.el (vc-revert-buffer): Handle empty diff properly.
12677 (vc-version-backup-file): New function.
12678 (vc-checkout): Create a version backup if necessary.
12679 (vc-checkin): If a version backup file exists, delete it.
12680 (vc-version-diff): Diff locally using version backups, if available.
12681 (vc-revert-file): If there's a version backup, revert locally.
12682 (vc-transfer-file): Use version backup for base version, if
12683 available. If not, ask for confirmation whether to get it from the
12684 server. Update mode line before check-in.
12685
12686 2000-10-04 Dave Love <fx@gnu.org>
12687
12688 * toolbar/tool-bar.el (tool-bar-setup): New function.
12689 (tool-bar-mode): Use it.
12690
12691 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12692
12693 * net/net-utils.el (nslookup-font-lock-keywords)
12694 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12695 Only set if window-system is non-nil
12696 (net-utils-run-program): Returns buffer.
12697 (network-connection-reconnect): Added this function.
12698
12699 * generic.el:
12700 Incorporates extensive cleanup and docfixes by
12701 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12702 Uses cl compile-time macros.
12703 (generic-mode-name, generic-comment-list)
12704 (generic-keywords-list, generic-font-lock-expressions)
12705 (generic-mode-function-list, generic-mode-syntax-table):
12706 Removed variables.
12707 (generic-mode-alist): Renamed to generic-mode-list.
12708 (generic-find-file-regexp): Default changed to "^#".
12709 (generic-read-type): Uses completing read on generic-mode-list.
12710 (generic-mode-sanity-check): removed this function.
12711 (generic-add-to-auto-mode): Removed this function
12712 (generic-mode-internal): Bind mode-specific definitions
12713 into function instead of putting them in alist.
12714 (generic-mode-set-comments): Reworked extensively.
12715 (generic-mode-find-file-hook): Simplified regexp searching
12716 (generic-make-keywords-list): Omit extra pair of parens
12717
12718 * find-lisp.el (find-lisp-find-files-internal):
12719 Make sure directory name ends with "/".
12720
12721 * generic-x.el (apache-conf-generic-mode):
12722 Regexp now allows leading whitespace.
12723 (rc-generic-mode): Added eval-when-compile
12724 around generic-make-keywords-list.
12725 Deleted duplicate regexp
12726 (rul-generic-mode): Added eval-when-compile
12727 around generic-make-keywords-list.
12728 (etc-fstab-generic-mode): New generic mode.
12729 (rul-generic-mode): Removed one eval-when-compile
12730 which caused a max-specpdl-size exceeded error.
12731
12732 2000-10-04 Miles Bader <miles@gnu.org>
12733
12734 * simple.el (minibuffer-temporary-goal-position): New variable.
12735 (next-history-element): Try to keep the position of point in the
12736 input string constant.
12737
12738 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12739 (dired-do-create-files): If there's only one file, pass it in as
12740 the DEFAULT arg to dired-mark-read-file-name.
12741
12742 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12743
12744 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12745 (diff-goto-source): Be smarter when choosing REVERSE or not.
12746
12747 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12748 (texinfo-mode-menu): Add an explicit shortcut for update all.
12749
12750 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12751
12752 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12753 factorize backend-specific code cleanly (this was essentially
12754 conceived by Stefan Monnier).
12755 (vc-unregister): Function removed.
12756 (vc-revert-file): New function.
12757 (vc-revert-buffer): Delegate some of the work to it.
12758
12759 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12760 default branch unconditionally.
12761 (vc-rcs-set-default-branch): New function.
12762 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12763 (vc-rcs-checkin): If an appropriate default branch has been set,
12764 force creation of that branch.
12765 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12766 code (as suggested by Stefan Monnier).
12767
12768 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12769
12770 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12771 highlighting overlay with a different face over the overlay
12772 isearch uses to highlight the current match because that can lead
12773 to bad face combinations.
12774
12775 * loadup.el (toplevel): Load faces before isearch.
12776
12777 * isearch.el (isearch-faces): New custom group.
12778 (isearch): New defface; was already tested for in the code.
12779 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12780 (isearch-highlight): Always use face `isearch'.
12781
12782 2000-10-02 Dave Love <fx@gnu.org>
12783
12784 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12785 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12786 comparison of opcode with operand.
12787
12788 2000-10-03 Miles Bader <miles@gnu.org>
12789
12790 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12791 buffer, since the echo area will now grow to accommodate them.
12792
12793 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12794
12795 * vc-hooks.el (vc-registered): If FILE used to be registered under
12796 a certain backend, try that one first.
12797
12798 * vc.el (vc-responsible-backend): Undo the previous change in the
12799 argument list. Handle multiple backends correctly.
12800 (vc-find-new-backend): Function removed.
12801 (vc-register): Use vc-responsible-backend, as before.
12802 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12803
12804 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12805
12806 * startup.el (fancy-splash-head): Change message below the
12807 logo.
12808
12809 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12810
12811 * diff-mode.el (diff-goto-source): Emit a status message.
12812 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12813 (diff-test-hunk): Fix doc string.
12814 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12815 (diff-advance-after-apply-hunk): New variable.
12816 (diff-apply-hunk): Don't return a value.
12817
12818 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12819
12820 * vc.el (vc-editable-p): Minor optimization.
12821 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12822 (vc-find-new-backend): New function split from vc-responsible-backend.
12823 (vc-register): Use it.
12824 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12825 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12826 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12827 (vc-clear-headers): Don't use find-file.
12828 (vc-revert-buffer): Use `and' again (must have been a braino).
12829 (vc-switch-backend): Only prompt if requested.
12830 Short circuit if nothing is to be done.
12831 Don't use vc-resynch-buffer which could lose unsaved editing.
12832 (vc-default-receive-file): Update call to vc-unregister.
12833 (with-vc-file, vc-next-action-on-file):
12834 Use vc-backend rather than vc-registered.
12835 (vc-next-action-on-file): Use intern-soft.
12836 Deal with read-only *vc-diff* buffer.
12837 (vc-transfer-file): Docstring fix.
12838
12839 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12840 (vc-rcs-receive-file): Avoid with-vc-properties.
12841 Update call to vc-unregister.
12842 Use constant `RCS' rather than (dynamically bound) var `backend'.
12843
12844 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12845
12846 * vc.el (vc-next-action-on-file): Update mode line only if file
12847 is visited.
12848 (vc-start-entry): New argument initial-contents. Don't visit the file
12849 if it isn't already visited. Brought documentation up-to-date.
12850 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12851 (vc-checkin): New optional arg initial-contents, which is passed to
12852 vc-start-entry.
12853 (vc-finish-logentry): Make sure to bury log buffer only if there
12854 really is one. Call `vc-resynch-buffer' on log-file, not
12855 buffer-file-name.
12856 (vc-default-comment-history, vc-default-wash-log): New functions.
12857 (vc-index-of): Removed.
12858 (vc-transfer-file): Make do without the above.
12859 (vc-default-receive-file): Call comment-history unconditionally. Pass
12860 the resulting string to vc-checkin, instead of inserting it into the
12861 comment ring.
12862
12863 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12864 unconditionally. Use the comments as initial contents of the log
12865 entry buffer. Document the trick to force branch creation with no
12866 changes.
12867
12868 2000-10-01 Miles Bader <miles@gnu.org>
12869
12870 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12871 `recenter' with an arg to prevent redrawing the display.
12872
12873 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12874
12875 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12876
12877 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12878
12879 * progmodes/c-mode.el (c-mode):
12880 Don't gratuitously override the default for comment-column.
12881
12882 * textmodes/tex-mode.el (latex-metasection-list): New var.
12883 (latex-imenu-create-index): Use it.
12884 Move the regexp construction outside loops (and use push).
12885 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12886 (tex-font-lock-keywords): Moved from font-lock.el.
12887 (tex-comment-indent): Remove.
12888 (tex-common-initialization): Don't set comment-indent-function.
12889 (latex-block-default): New var.
12890 (tex-latex-block): Use it to provide a default choice.
12891 Add any unknown choice to latex-block-names.
12892 Insert [...] after {...}.
12893 (tex-last-unended-begin): Simplify regexp.
12894 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12895 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12896 (latex-mode): Set forward-sexp-function.
12897
12898 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12899 Add regexp for @ignore ... @end ignore.
12900 (texinfo-heading-face): New face.
12901 (texinfo-font-lock-keywords): Use it.
12902 (texinfo-mode-menu): New menu.
12903 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12904 New functions.
12905 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12906 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12907 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12908 Remove declaration.
12909 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12910
12911 * delsel.el (delete-selection-mode): Use define-minor-mode.
12912
12913 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12914
12915 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12916
12917 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12918
12919 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12920
12921 * replace.el (keep-lines-read-args): New function.
12922 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12923 read arguments interactively. Add parameters RSTART and REND.
12924 Operate on the active region in Transient Mark mode.
12925
12926 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12927
12928 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12929 (authors-obsolete-files-regexps): New variable.
12930 (authors-add): Don't record changes in obsolete files.
12931
12932 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12933
12934 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12935
12936 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12937 (comment-indent): Make sure there's a space between code and comment.
12938 Shift comments left to avoid going past fill-column.
12939
12940 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12941
12942 * startup.el (startup-echo-area-message): New function.
12943 (display-startup-echo-area-message): Use it.
12944 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12945 (fancy-splash-default-action): New function.
12946 (fancy-splash-screens-1): New function.
12947 (fancy-splash-head): Put a help-echo and a keymap under the image.
12948
12949 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12950
12951 * diff-mode.el (diff-add-log-file-name): Remove.
12952 (diff-mode): Use add-log-buffer-file-name-function.
12953
12954 * add-log.el (find-change-log): New arg BUFFER-FILE.
12955 (add-log-file-name): Obey add-log-file-name-function.
12956 (add-log-buffer-file-name-function): New var.
12957 (add-change-log-entry): Use it.
12958
12959 2000-09-29 Miles Bader <miles@gnu.org>
12960
12961 * image-file.el (image-file-name-extensions): New variable.
12962 (image-file-name-regexps): Renamed from `image-file-regexps'.
12963 New default value is nil. Call `auto-image-file-mode'.
12964 (image-file-name-regexp): New function.
12965 (auto-image-file-mode): New minor mode.
12966 (insert-image-file): Don't make conditional on the image-file
12967 handler being enabled.
12968 (image-file-handler): Make the call here conditional instead.
12969 (set-image-file-handler-enabled, enable-image-file-handler)
12970 (disable-image-file-handler): Functions removed.
12971
12972 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12973 string.
12974
12975 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12976
12977 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12978 it's a function from CL.
12979 (latex-imenu-create-index): Replace eval-when-compile with progn
12980 because latex-section-alist is not bound while compiling.
12981
12982 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12983
12984 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12985 (outline-mode): Use define-derived-mode.
12986
12987 * progmodes/perl-mode.el (perl-mode):
12988 * progmodes/awk-mode.el (awk-mode):
12989 * progmodes/asm-mode.el (asm-mode):
12990 Don't gratuitously override the default for comment-column.
12991
12992 * emacs-lisp/lisp.el (lisp-complete-symbol):
12993 Distinguish the let-binding case from the funcall case.
12994 (forward-sexp-function): New variable.
12995 (forward-sexp): Use it.
12996
12997 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
12998 (easy-mmode-defmap): Remove the now useless autoload.
12999
13000 * time.el (display-time-mode): Use define-minor-mode.
13001
13002 * subr.el (add-minor-mode): Don't eval NAME.
13003 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13004 Use if rather than cond.
13005
13006 * simple.el (read-expression-map): Define more properly.
13007 (comment-indent-hook): Remove.
13008 (string-to-syntax): Bug fix.
13009
13010 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13011 (cvs-ediff-diff): Fix typo.
13012 (cvs-revert-if-needed): Don't bother preserving read-only.
13013
13014 * paren.el (show-paren-mode): Use define-minor-mode.
13015
13016 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13017 (toggle-auto-compression): Remove.
13018 (jka-compr-build-file-regexp): Remove useless grouping.
13019
13020 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13021 Avoid user-reserved bindings.
13022 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13023 (diff-header-face): Revert to grey85.
13024
13025 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13026
13027 * complete.el (partial-completion-mode) <defcustom>: Remove.
13028 (partial-completion-mode): Use define-minor-mode.
13029 (PC-do-completion): Understand `completion-auto-help = delay'
13030 to mean to popup the completion buffer only the second time.
13031 (PC-include-file-all-completions, PC-include-file-all-completions)
13032 (PC-include-file-all-completions): Don't quote lambda.
13033
13034 * comint.el (comint-mode-hook): Docstring fix.
13035 (comint-mode): Use define-derived-mode.
13036 (comint-mode-map): Remove obsolete comment.
13037 (make-comint): Minor stylistic change.
13038 (comint-insert-clicked-input): Be more careful to find the overlay.
13039 Use this-command-keys rather than hardcoding mouse-2.
13040
13041 * font-lock.el: Replace confusing (,@ with ,
13042 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13043 Don't use regexp-opt-depth. Spice up the regexp for args.
13044 Don't distinguish between cmds that can take an opt arg or not.
13045 Use `append' and `prepend' rather than `keep'.
13046
13047 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13048 (latex-outline-regexp): New var.
13049 (latex-outline-level): New fun.
13050 (latex-section-alist): New var.
13051 (latex-imenu-create-index): Use it. Use `push' as well.
13052 (tex-shell-map): Initialize it properly.
13053 (tex-mode): Minor stylistic change.
13054 (plain-tex-mode): Use define-derived-mode.
13055 (latex-mode): Use define-derived-mode.
13056 Construct the paragraph regexps in a more readable way.
13057 Set the buffer-local outline-{level,regexp} vars.
13058 (slitex-mode): Derive from latex-mode.
13059 (tex-common-initialization): Don't kill-all-vars anymore.
13060 Add setting for comment-add and font-lock-defaults.
13061 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13062 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13063 (tex-start-tex): New arg DIR (and send a chdir command for it).
13064 Also display the shell buffer and save it in tex-last-buffer-texed.
13065 (tex-region): Use expand-file-name rather than concat.
13066 Remove code made useless by changes in tex-start-tex.
13067 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13068
13069 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13070
13071 2000-09-28 Dave Love <fx@gnu.org>
13072
13073 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13074
13075 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13076
13077 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13078 `append'.
13079
13080 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13081
13082 * info.el (Info-extract-pointer): Undo last change.
13083 Instead, fix the position of the `bound' arg to re-search-backward.
13084
13085 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13086
13087 * info.el (Info-extract-pointer):
13088 Widen more carefully, to avoid finding pointers in other nodes.
13089 (Info-index): Use push.
13090
13091 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13092
13093 * frame.el (set-frame-font): Remove call to obsolete function
13094 frame-update-faces.
13095 (set-foreground-color, set-background-color): Likewise for
13096 frame-update-face-colors.
13097
13098 2000-09-27 Miles Bader <miles@gnu.org>
13099
13100 * image-file.el: New file.
13101
13102 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13103
13104 * frame.el (frame-notice-user-settings): Don't call
13105 frame-update-faces, which is a no-op now.
13106
13107 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13108 tool-bar-lines.
13109
13110 2000-09-27 Dave Love <fx@gnu.org>
13111
13112 * mouse.el: Fix last change.
13113
13114 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13115
13116 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13117
13118 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13119
13120 * international/quail.el (quail-help): The output message is
13121 improved.
13122
13123 2000-09-26 Dave Love <fx@gnu.org>
13124
13125 * mouse.el (popup-menu): If POSITION is nil, set it using
13126 mouse-position.
13127
13128 2000-09-25 Sam Steingold <sds@gnu.org>
13129
13130 * net/browse-url.el (browse-url-file-url): Check for null maps.
13131
13132 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13133
13134 * frame.el (frame-notice-user-settings): Don't add a
13135 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13136
13137 * frame.el (frame-notice-user-settings):
13138 Make tool-bar-mode and default-frame-alist consistent.
13139
13140 * toolbar/tool-bar.el (tool-bar-help): New function.
13141
13142 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13143
13144 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13145 current-load-list in top-level forms. Else this leaks a cons cell
13146 every time a defun is called.
13147
13148 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13149
13150 2000-09-25 Dave Love <fx@gnu.org>
13151
13152 * startup.el (fancy-splash-head): Check XPM is available.
13153
13154 * autoinsert.el (auto-insert): Doc fix.
13155 (auto-insert-alist): Following GNU notices, don't say `copyright
13156 _by_'. Use line-beginning-position.
13157 (auto-insert): Check buffer-file-name is non-nil before use.
13158
13159 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13160
13161 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13162 starting with `@def' or `@multitable', in addition to ones
13163 specified by the user in auto-fill-inhibit-regexp.
13164
13165 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13166
13167 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13168 rmail-dont-reply-to-names matches the empty string.
13169
13170 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13171
13172 * startup.el (command-line-1, fancy-splash-text): Change the
13173 text to sound more friendly.
13174
13175 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13176
13177 * progmodes/hideshow.el: Update author email address.
13178 Generally, sync w/ maintainer version 5.22.
13179 (hs-hide-all-non-comment-function): New var.
13180 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13181 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13182 (hs-show-region): Delete this command.
13183 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13184
13185 2000-09-22 Dave Love <fx@gnu.org>
13186
13187 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13188 (hl-line-highlight): Specify buffer when moving overlay.
13189
13190 * progmodes/fortran.el (fortran-mode): Locally set
13191 normal-auto-fill-function.
13192 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13193 (fortran-mode-map): Adjust auto-fill menu entry.
13194
13195 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13196
13197 * vc-rcs.el (toplevel): Require `vc' when compiling.
13198
13199 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13200
13201 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13202
13203 * vc.el (vc-switch-backend): Signal an error if the file is not
13204 registered under the new backend.
13205
13206 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13207 without explicit revision number.
13208
13209 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13210
13211 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13212 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13213 (diff-xor): New function.
13214 (diff-find-source-location): Use it. Fix a stupid name clash.
13215 (diff-hunk-status-msg): New function.
13216 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13217 (diff-test-hunk): Use diff-find-source-location.
13218 (diff-goto-source): Favor the `reverse'.
13219 (diff-hunk-text): Properly handle one-sided context diffs.
13220 (diff-apply-hunk): When done, advance to the next hunk.
13221
13222 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13223
13224 * startup.el (command-line): If frame was created with a non-zero
13225 tool-bar-lines parameter, switch tool-bar-mode on.
13226
13227 * add-log.el (change-log-date-face, change-log-name-face)
13228 (change-log-email-face, change-log-file-face)
13229 (change-log-list-face, change-log-conditionals-face)
13230 (change-log-function-face, change-log-acknowledgement-face):
13231 New faces, inheriting from font-lock faces.
13232 (change-log-font-lock-keywords): Use them.
13233
13234 2000-09-21 Dave Love <fx@gnu.org>
13235
13236 * progmodes/cperl-mode.el (top-level): Clean up
13237 `eval-when-compile's and assorted defvars.
13238 (cperl-invalid-face): Don't double-quote value. Change custom
13239 type.
13240 (cperl-mode): Set normal-auto-fill-function and don't zap
13241 auto-fill-function.
13242 (cperl-imenu--function-name-regexp-perl): Renamed from
13243 imenu-example--function-name-regexp-perl.
13244 (cperl-imenu--create-perl-index): Renamed from
13245 imenu-example--create-perl-index.
13246 (cperl-xsub-scan): Don't require cl.
13247
13248 * msb.el (msb-mode-map): Use substitute-key-definition.
13249 (msb-mode): Use msb-mode-map.
13250
13251 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13252
13253 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13254 New functions.
13255 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13256 (vc-switch-backend): New function.
13257 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13258 (vc-register): Fix prompt.
13259 (vc-unregister, vc-default-unregister): New functions.
13260 (vc-version-diff): Handle empty buffer in sentinel.
13261
13262 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13263 (vc-rcs-state-heuristic): Use it to guess the state of files with
13264 non-strict locking.
13265 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13266 been set with -b, but not created yet.
13267 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13268 contents in order to find the state.
13269 (vc-rcs-checkin): Allow creation of branches with no changes.
13270 (vc-rcs-unregister, vc-rcs-receive-file)
13271 (vc-rcs-set-non-strict-locking): New functions.
13272
13273 * vc-hooks.el (vc-name): Force correct computation of the value
13274 in case it is missing.
13275
13276 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13277
13278 * startup.el (fancy-splash-tail): Use a different foreground
13279 color on a dark frame background.
13280
13281 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13282
13283 * info.el: Use the correct capitalization when making Info-mode
13284 and Info-edit-mode `special' modes.
13285
13286 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13287
13288 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13289 (diff-mode): Add support for add-log.el.
13290 (diff-hunk-text): Use char offsets rather than line offsets.
13291 (diff-find-source-location): Replace LINE with line-offset (nil
13292 if not found) and always set POS to a meaningful position.
13293 Adapt to the new char-offsets.
13294 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13295 Adapt to the new diff-find-source-location.
13296 (diff-goto-source): Adapt to the new diff-find-source-location.
13297
13298 * add-log.el (add-log-file-name): New function (split out of
13299 add-change-log-entry).
13300 (add-change-log-entry): Use it.
13301 Call add-log-file-name-function with the changelog file name if
13302 the current buffer is not associated with any file.
13303 Avoid find-file if the selected window is dedicated.
13304
13305 * diff-mode.el (diff-find-source-location):
13306 Move code from diff-apply-hunk. Return buffer rather than file.
13307 (diff-apply-hunk): Use the new result from diff-find-source-location.
13308 (diff-goto-source): Use the new diff-find-source-location.
13309
13310 2000-09-20 Dave Love <fx@gnu.org>
13311
13312 * iswitchb.el: Some doc fixes.
13313 (iswitchb-mode-map): Define completely initially. Inherit
13314 minibuffer-local-map.
13315 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13316 fundamental-mode.
13317 (iswitchb-global-map): New variable.
13318 (iswitchb-summaries-to-end): Amalgamate regexps.
13319 (iswitchb-mode): New.
13320 (iswitchb-mode-hook): New variable.
13321 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13322 `extensions'.
13323
13324 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13325
13326 * ehelp.el (electric-help): New defgroup.
13327 (electric-help-shrink-window): New user-option.
13328 (with-electric-help): Use it.
13329
13330 * window.el (shrink-window-if-larger-than-buffer): If face
13331 `mode-line' has a :box, and we're on a graphical frame, add 1
13332 to the needed window height.
13333
13334 * frame.el (frame-notice-user-settings): Add a last parameter nil
13335 to a call to `append', because the last list passed to `append' is
13336 not copied, and so subsequent calls to assq-delete-all will modify
13337 default-frame-alist.
13338
13339 * startup.el (fancy-splash-image): Change :type.
13340 (fancy-splash-head): Use an XBM image if appropriate.
13341 (command-line-1): Show splash screens in more cases.
13342
13343 * startup.el (fancy-splash-text): Don't quote faces.
13344
13345 * dired.el (dired-font-lock-keywords): Undo last change.
13346 (dired-readin): Bind indent-tabs-mode to nil.
13347
13348 * startup.el (fancy-splash-head): If frame's background mode
13349 is `dark', change the black background of the image to gray.
13350 (fancy-splash-screens): Display startup echo area message.
13351 (display-startup-echo-area-message): New function.
13352
13353 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13354
13355 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13356
13357 * info.el (info-header-node): Tweak for color ttys.
13358
13359 * faces.el (face-valid-attribute-values): Make sure directories we
13360 search for stipples both exist and are readable before trying to
13361 search them.
13362
13363 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13364 in the dry-run case.
13365
13366 * jka-compr.el (with-auto-compression-mode): New macro.
13367
13368 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13369 (custom-group-tag-face, custom-variable-tag-face): Use relative
13370 :height and inherit from `variable-pitch' face instead of
13371 hardwiring :family.
13372 * hi-lock.el (hi-black-hb): Likewise.
13373
13374 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13375 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13376 toolbar-add-item, if image doesn't have a mask add a `:mask
13377 heuristic'.
13378
13379 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13380
13381 * diff-mode.el: Docstring fixes.
13382 (diff-header-face, diff-comment-face): New faces.
13383 (diff-font-lock-keywords): Highlight a bit differently.
13384 (diff-find-source-location): Don't return SPAN any more.
13385 (diff-hunk-text): Don't bother erasing the temp buffer.
13386 (diff-find-text): Drop argument LINE.
13387 (diff-apply-hunk): Update calls to diff-find-text.
13388 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13389
13390 * calendar/calendar.el: Docstring fixes.
13391 (calendar-make-alist): Don't quote lambda.
13392 (calendar-star-date): Use make-local-variable.
13393
13394 2000-09-19 Dave Love <fx@gnu.org>
13395
13396 * toolbar/tool-bar.el: Renamed from toolbar.el.
13397 Change `toolbar' to `tool-bar' generally in symbols.
13398 Make some items invisible in `special' major modes.
13399 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13400 Add arg PROPS.
13401
13402 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13403 Add :version here.
13404 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13405
13406 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13407
13408 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13409
13410 * files.el (find-file-suppress-same-file-warnings): New user-option.
13411 (find-file-noselect): Use it.
13412
13413 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13414 (fancy-splash-screen): Defgroup.
13415
13416 * add-log.el (change-log-font-lock-keywords): Match names
13417 more exactly for the case that font-lock-constant-face is
13418 underlined.
13419
13420 2000-09-19 Richard M. Stallman <rms@gnu.org>
13421
13422 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13423
13424 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13425
13426 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13427
13428 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13429
13430 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13431 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13432 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13433 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13434 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13435 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13436 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13437 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13438 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13439 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13440 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13441 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13442
13443 * startup.el (fancy-splash-text): New variable.
13444 (fancy-splash-delay, fancy-splash-image): New user-options.
13445 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13446 (fancy-splash-screens): New functions.
13447 (command-line-1): If display has a `display' frame parameter, has
13448 colors, and we have XPM support, show more fancy splash screens.
13449
13450 2000-09-19 Dave Love <fx@gnu.org>
13451
13452 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13453 with null `help'. Use modern backquote syntax.
13454
13455 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13456
13457 * font-lock.el (font-lock-mode): Change message telling the user
13458 that ``the buffer is too big''.
13459
13460 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13461 for instance for the case that tab-width is 2.
13462
13463 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13464
13465 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13466 toolbar-add-item, if image doesn't have a mask add a `:mask
13467 heuristic'.
13468
13469 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13470
13471 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13472 and return a cons if it's non-nil.
13473 (diff-apply-hunk): Try to jump to the line in the source text
13474 corresponding to the position of point in the in the hunk.
13475
13476 * info.el (Info-title-3-face, Info-title-2-face)
13477 (Info-title-1-face): Use face inheritance and relative sizes
13478 instead of hard-wiring things.
13479
13480 * faces.el (secondary-selection): Make dark-background variant sane.
13481
13482 2000-09-16 Andrew Innes <andrewi@gnu.org>
13483
13484 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13485 read-only, since they aren't under VC now.
13486
13487 2000-09-17 Dave Love <fx@gnu.org>
13488
13489 * tmm.el: Replace mapcar with mapc in several places.
13490
13491 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13492 ad-unadvise.
13493
13494 * international/latin1-disp.el: New file.
13495
13496 * calendar/cal-move.el (scroll-calendar-left)
13497 (scroll-calendar-right): Make arg optional (for active mode line).
13498
13499 * calendar/calendar.el (calendar-mode-line-format): Make fields
13500 mouse-sensitive.
13501 (calendar-read-date, calendar-read-date, calendar-window-list):
13502 Unquote lambda.
13503 (calendar-month-name): Use aref, not sref.
13504
13505 * view.el (minor-mode-alist): Propertize the string.
13506
13507 * international/characters.el (standard-case-table): Add entries
13508 for Greek.
13509
13510 2000-09-18 Miles Bader <miles@gnu.org>
13511
13512 * info.el (info-node, info-xref): Add dark-background variants.
13513
13514 * faces.el (header-line): Change defaults to be less confusing
13515 when mixed with mode-lines.
13516
13517 * info.el (Info-fontify-node): Make a few cleanups.
13518 Add extra `help-echo' and `local-map' props to node xrefs.
13519 Use header-specific faces for node-names & xrefs.
13520 (Info-use-header-line): New variable.
13521 (info-header-xref, info-header-node): New faces.
13522 (Info-setup-header-line): New function.
13523 (Info-select-node): Call Info-setup-header-line when enabled.
13524 (Info-extract-pointer): Work even if the header line is hidden.
13525 (Info-header-line): New variable.
13526
13527 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13528
13529 * vms-patch.el (print-region-function): Don't quote lambda.
13530
13531 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13532
13533 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13534 (lm-get-header-re): Allow spaces between the header and the colon.
13535 (lm-header): Allow $ in non-RCS headers.
13536 (lm-header-multiline): Put the strings back into order.
13537 Stop at an empty line. Don't require two space chars if the
13538 line is clearly not another header line.
13539
13540 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13541 (popup-menu-popup): Remove.
13542
13543 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13544
13545 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13546 specification if or if not tool-bar item contains an `:enabled'
13547 property.
13548
13549 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13550 current buffer has no file name.
13551
13552 2000-09-15 Dave Love <fx@gnu.org>
13553
13554 * strokes.el: Sync with maintainer's current version with changes
13555 for Emacs, but avoid runtime cl and levents.
13556 (toplevel): Change autoloads and compilation requires.
13557 (strokes-version, strokes-bug-address, strokes-lift): Values
13558 changed.
13559 (strokes-xpm-header, strokes-insinuated): New variable.
13560 (strokes): Add :link.
13561 (strokes-mode): Customized.
13562 (strokes-while-inhibiting-garbage-collector): New macro.
13563 (strokes-remassoc): Avoid remove-if.
13564 (strokes-fix-button2-command): Don't use ad-do-it.
13565 (strokes-insinuate): New function.
13566 (strokes-button-press-event-p, strokes-button-release-event-p):
13567 New functions, used instead of non-`strokes-' versions..
13568 (strokes-mouse-event-p): Rewritten.
13569 (strokes-event-closest-point): Avoid event-point.
13570 (strokes-get-grid-position): Avoid cdadr, caadr
13571 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13572 functions.
13573 (strokes-help): Use with-output-to-temp-buffer.
13574 (strokes-window-configuration-changed-p): New function.
13575 (strokes-update-window-configuration): Use buffer-live-p,
13576 strokes-window-configuration-changed-p.
13577 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13578 (strokes-char-face): New face.
13579 (strokes-char-table, strokes-base64-chars): New variable.
13580 (strokes-xpm-for-stroke, strokes-list-strokes)
13581 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13582 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13583 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13584 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13585 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13586 functions.
13587
13588 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13589
13590 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13591
13592 * image.el (create-image): Doc fix.
13593
13594 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13595 instead of `:heuristic-mask t'.
13596
13597 2000-09-14 Andrew Innes <andrewi@gnu.org>
13598
13599 * makefile.w32-in: Revert to Unix line endings.
13600
13601 2000-09-14 Andrew Innes <andrewi@gnu.org>
13602
13603 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13604 when installing.
13605
13606 * makefile.nt (DONTCOMPILE): Fix typo.
13607
13608 * shell.el (shell-write-history-on-exit): New function.
13609 (shell-dumb-shell-regexp): New custom variable.
13610 (shell-mode): Make shell-write-history-on-exit the process
13611 sentinel if shell name matches shell-dumb-shell-regexp.
13612
13613 * w32-fns.el: Comment out before-init-hook function which resets
13614 source-directory based; this breaks bootstrap.
13615
13616 2000-09-14 Dave Love <fx@gnu.org>
13617
13618 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13619 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13620 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13621 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13622 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13623 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13624 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13625 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13626 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13627
13628 * toolbar/toolbar.el: New.
13629
13630 * subdirs.el: Add toolbar.
13631
13632 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13633
13634 * indent.el (indent-for-tab-command): Doc fix.
13635
13636 2000-09-14 Alex Schroeder <alex@gnu.org>
13637
13638 * ansi-color.el (ansi-colors): Doc change.
13639 (ansi-color-get-face): Simplified regexp.
13640 (ansi-color-faces-vector): Added more faces, doc change.
13641 (ansi-color-names-vector): Doc change.
13642 (ansi-color-regexp): Simplified regexp.
13643 (ansi-color-parameter-regexp): New regexp.
13644 (ansi-color-filter-apply): Doc change.
13645 (ansi-color-filter-region): Doc change.
13646 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13647 deal with zero length parameters.
13648 (ansi-color-apply-on-region): Doc change.
13649 (ansi-color-map): Doc change.
13650 (ansi-color-map-update): Removed debugging message.
13651 (ansi-color-get-face-1): Added condition-case to trap
13652 args-out-of-range errors.
13653 (ansi-color-get-face): Doc change.
13654 (ansi-color-make-face): Removed.
13655 (ansi-color-for-shell-mode): New option.
13656
13657 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13658
13659 * international/quail.el (quail-start-translation): Translate KEY
13660 if necessary even if it doesn't have any mapping in the current
13661 input method.
13662 (quail-start-conversion): Likewise.
13663 (quail-help): The output message is improved.
13664
13665 2000-09-13 Miles Bader <miles@gnu.org>
13666
13667 * comint.el (comint-output-filter): Revert to using
13668 `insert-before-markers'. Add bletcherous hack to undo damage
13669 caused by `insert-before-markers'. Put `front-sticky' property on
13670 overlays created here so that the field code understands how the
13671 overlay works. Use a let when making comint-last-prompt-overlay,
13672 so that the code is easier to read.
13673
13674 2000-09-13 Dave Love <fx@gnu.org>
13675
13676 * wid-edit.el (widget-default-format-handler): DTRT when
13677 doc-property is a function.
13678
13679 2000-09-12 Francesco Potorti` <pot@gnu.org>
13680
13681 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13682 filed name if it's not there.
13683
13684 2000-09-12 Dave Love <fx@gnu.org>
13685
13686 * simple.el (read-mail-command): Doc fix.
13687 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13688
13689 * vc.el (vc-dired-listing-switches): Fix :version.
13690
13691 * vc-hooks.el: Doc fixes.
13692
13693 * subr.el (add-minor-mode): Use toggle-fun arg.
13694
13695 * speedbar.el: Add :version to several defcustoms.
13696
13697 * imenu.el (imenu--truncate-items, imenu--cleanup)
13698 (imenu--generic-function): Avoid mapcar.
13699 (imenu--replace-spaces): Function removed.
13700 (imenu--completion-buffer): Use subst-char-in-string.
13701 (imenu-add-to-menubar): Use keymap inheritance.
13702
13703 2000-09-12 Miles Bader <miles@gnu.org>
13704
13705 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13706 (diff-mode-map): Bind `diff-test-hunk'.
13707 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13708
13709 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13710
13711 * bytecomp.el (byte-compile-defvar): Undo last change
13712 because it breaks '(make-variable-buffer-local (defvar ...)'
13713 which is used at least in dired.
13714
13715 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13716
13717 * international/quail.el (quail-define-package): Docstring
13718 modified.
13719
13720 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13721
13722 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13723 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13724 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13725 docstring of "chinese-py".
13726
13727 * international/quail.el (quail-translation-docstring): New
13728 variable.
13729 (quail-show-keyboard-layout): Docstring modified.
13730 (quail-select-current): Likewise.
13731 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13732 infinite recursive call.
13733 (quail-help): Check quail-translation-docstring. Format of the
13734 output changed.
13735 (quail-help-insert-keymap-description): Adjusted for the above
13736 change.
13737
13738 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13739
13740 * bytecomp.el (byte-compile-defvar): Only cons onto
13741 current-load-list in top-level forms. Else this leaks a cons cell
13742 every time a defun is called.
13743
13744 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13745
13746 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13747 Now understands non-unified diffs. Some functionality moved into
13748 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13749 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13750 modify anything. Only reposition point in the patched file if the
13751 patch succeeds. Only pop up another window if POPUP is true.
13752 Emit a message describing what happened if successful, and at what
13753 line-offset. Automatically detect reversed hunks and do something
13754 appropriate.
13755 (diff-hunk-text, diff-find-text): New functions.
13756 (diff-filter-lines): Function removed.
13757 (diff-test-hunk): New function.
13758 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13759
13760 2000-09-10 Dave Love <fx@gnu.org>
13761
13762 * textmodes/tildify.el: Minor doc/commentary fixes.
13763 (tildify) <defgroup>: Add :version.
13764
13765 * faces.el (face-x-resources): Make custom type more specific.
13766 (frame-background-mode): Use mapc.
13767 (region) <defcustom>: Add :version.
13768
13769 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13770
13771 * vc-sccs.el (vc-sccs-register):
13772 * vc-rcs.el (vc-rcs-register):
13773 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13774 * vc.el (vc-register): Clear file's properties.
13775
13776 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13777
13778 * faces.el (face-spec-set): Only face-spec-reset-face when
13779 ATTRS is non-nil.
13780
13781 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13782
13783 * help.el (help-insert-xref-button): Fix a typo in doc string.
13784
13785 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13786
13787 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13788 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13789 methods.
13790
13791 * menu-bar.el (read-mail-item-name): New function.
13792 (menu-bar-tools-menu): Use it to compute and display the package
13793 used to read email.
13794 (menu-bar-tools-menu): Fix typo in GUD's help string.
13795
13796 2000-09-07 Dave Love <fx@gnu.org>
13797
13798 * diff-mode.el (diff-mouse-goto-source): New function.
13799
13800 * vc-sccs.el: Doc fixes.
13801 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13802
13803 * vc-rcs.el: Doc fixes.
13804 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13805 (vc-rcs-checkout-switches, vc-rcs-header)
13806 (vc-rcs-master-templates): Add or change :version.
13807
13808 * vc-cvs.el: Doc fixes.
13809 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13810 (vc-cvs-stay-local): Add :version.
13811
13812 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13813
13814 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13815
13816 * international/quail.el (quail-help): Fix previous change.
13817
13818 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13819
13820 * faces.el (color-values): Doc fix.
13821
13822 * faces.el (frame-set-background-mode): Use frame-parameter
13823 instead of frame-parameters.
13824
13825 * frame.el (filtered-frame-list): Reduce consing.
13826 (frames-on-display-list): Call frame-parameter instead of
13827 frame-parameters.
13828
13829 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13830
13831 * language/devan-util.el (devanagari-to-indian-region): In the
13832 loop, change the following char, not preceding char.
13833
13834 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13835
13836 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13837 instead of frame-parameters.
13838
13839 * faces.el (set-face-attribute): Simplify by calling
13840 internal-set-lisp-face-attribute with FRAME being 0.
13841
13842 * vc.el: Remove `Id' version control keyword.
13843
13844 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13845
13846 * help.el (help-make-xrefs): Adjusted for the change of
13847 help-xref-mule-regexp.
13848 (help-insert-xref-button): New function.
13849
13850 * international/mule-cmds.el (help-xref-mule-regexp-template):
13851 Include the pattern for character set.
13852 (leim): New group.
13853
13854 * international/quail.el: Don't require face.
13855 (quail): New group.
13856 (quail-other-command): Dummy command to make quail-help work better.
13857 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13858 (quail-keyboard-layout-substitution): New variable.
13859 (quail-update-keyboard-layout): New function.
13860 (quail-keyboard-layout-type): New customizable variable.
13861 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13862 (quail-keyboard-translate): Pay attention to
13863 quail-keyboard-layout-substitution.
13864 (quail-insert-kbd-layout): New function.
13865 (quail-show-keyboard-layout): New function.
13866 (quail-get-translation): If the definition is a vector of length
13867 1, and the element is a string of length 1, return the character
13868 in that string.
13869 (quail-update-current-translations): Fix the case of
13870 relative-index out of range.
13871 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13872 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13873 Show key sequences for all available characters.
13874 (quail-help-insert-keymap-description): Don't show such verbose
13875 key bindings as quail-self-insert-command.
13876
13877 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13878 Format changed, and each element now have extra documentations.
13879 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13880 Adjusted for the change of quail-cxterm-package-ext-info.
13881
13882 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13883
13884 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13885 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13886 during bootstrap.
13887
13888 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13889
13890 * vc.el: (toplevel): Don't require `dired' at run-time.
13891 (vc-dired-resynch-file): Remove autoload cookie.
13892
13893 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13894
13895 * vc.el: Made several backend functions optional.
13896 (vc-default-responsible-p): New function.
13897 (vc-merge): Use RET for first version to trigger merge-news, not
13898 prefix arg.
13899 (vc-annotate): Handle backends that do not support annotation.
13900 (vc-default-merge-news): Removed. The existence of a merge-news
13901 implementation is now checked on caller sites.
13902
13903 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13904 case.
13905
13906 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13907 special case that has been removed from the default in vc-hooks.el.
13908
13909 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13910
13911 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13912
13913 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13914
13915 * vc-hooks.el: Require vc during compilation.
13916 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13917 macro `with-vc-properties' in vc.el.
13918 (vc-file-getprop): Doc fix.
13919 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13920
13921 * vc.el: Require dired-aux during compilation.
13922 (vc-name-assoc-file): Moved to vc-sccs.el.
13923 (with-vc-properties): New macro.
13924 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13925 vc-finish-steal): Use it.
13926 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13927 to the backend-specific function is now supposed to do the checkout,
13928 too.
13929 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13930
13931 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13932 set file properties; that gets done in the generic code now.
13933
13934 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13935 Changed parameter list, added code from vc.el that does the
13936 checkout, possibly with a double-take.
13937
13938 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13939 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13940 the above under the new name.
13941 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13942 parameter list, added checkout command.
13943 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13944 properties; that gets done in the generic code now.
13945
13946 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13947
13948 * vc.el: Docstring fixes (courtesy of checkdoc).
13949
13950 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13951
13952 * vc.el (vc-checkout-writable-buffer-hook)
13953 (vc-checkout-writable-buffer): Remove.
13954 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13955 (vc-log-mode): Make it into a clean derived major mode.
13956 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13957 vc-log-mode if log-edit is not available.
13958 (vc-dired-mode-map): Don't set-keymap-parent yet.
13959 (vc-dired-mode): Do set-keymap-parent here.
13960 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13961
13962 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13963
13964 * faces.el (set-face-attribute, face-spec-reset-face)
13965 (face-spec-set): Avoid consing by removing calls to `apply'.
13966
13967 * frame.el (frame-parameter): Move to C code.
13968
13969 2000-09-05 Dave Love <fx@gnu.org>
13970
13971 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13972 insert-before-markers-and-inherit. Now checked systematically!
13973
13974 2000-09-05 Alex Schroeder <alex@gnu.org>
13975
13976 * sql.el (sql-postgres): Use sql-postgres-options.
13977 (sql-postgres-options): New variable.
13978
13979 2000-09-05 Alex Schroeder <alex@gnu.org>
13980
13981 * sql.el (sql-mode-menu): Work around missing variable mark-active
13982 in XEmacs.
13983 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13984 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13985 compatibility.
13986
13987 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13988
13989 * vc.el (vc-dired-resynch-file): Add autoload cookie.
13990
13991 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
13992
13993 * Makefile.in (DONTCOMPILE): Fix typo in file name.
13994
13995 2000-09-04 Andre Spiegel <spiegel@gnu.org>
13996
13997 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
13998 don't support anything else under SCCS yet.
13999
14000 * vc-hooks.el: Minor doc fixes.
14001
14002 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14003
14004 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14005 not necessary. If verbose in state `needs-patch', do the same as
14006 under `up-to-date'. When NOT verbose and `needs-patch', check out
14007 latest version instead of `merge-news'.
14008 (vc-next-action-dired): Don't mess with default-directory here; it
14009 breaks other parts of dired. It is the job of the
14010 backend-specific functions to adjust it temporarily if they need it.
14011 (vc-next-action): Remove a special CVS case.
14012 (vc-clear-headers): New optional arg FILE.
14013 (vc-checkin, vc-checkout): Set properties vc-state and
14014 vc-checkout-time properly.
14015 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14016 (vc-print-log): Use new backend function `show-log-entry'.
14017 (vc-cancel-version): Do the checks in a different order. Added a
14018 FIXME concerning RCS-only code.
14019
14020 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14021 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14022
14023 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14024
14025 * vc-hooks.el (vc-default-mode-line-string): Show state
14026 `needs-patch' as a `-' too.
14027
14028 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14029
14030 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14031 (vc-default-could-register): New function.
14032 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14033 (vc-resynch-buffer): Call vc-dired-resynch-file.
14034 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14035 vc-resynch-buffer instead of vc-resynch-window.
14036 (vc-next-action-dired): Don't redisplay here, that gets done as a
14037 result of the individual file operations.
14038 (vc-retrieve-snapshot): Corrected prompt order.
14039
14040 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14041
14042 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14043 as well.
14044 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14045 hostname regexps. Updated all callers.
14046 (vc-cvs-responsible-p): Handle directories as well.
14047 (vc-cvs-could-register): New function.
14048 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14049 properties up-to-date.
14050
14051 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14052 user whether to create one.
14053
14054 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14055
14056 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14057 check out a non-existing file.
14058
14059 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14060 workfile does not exist.
14061
14062 * vc.el (vc-version-diff): Use `require' to check for existence of
14063 diff-mode.
14064
14065 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14066
14067 * vc-cvs.el (vc-cvs-registered): Use new function
14068 vc-cvs-parse-entry to do the actual work.
14069
14070 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14071
14072 * vc-hooks.el (vc-find-backend-function): If function doesn't
14073 exist, return nil instead of error.
14074 (vc-call-backend): Doc fix.
14075
14076 * vc.el (vc-do-command): Doc fix.
14077 (vc-finish-logentry): When checking in from vc-dired, choose the
14078 right backend for logentry check.
14079 (vc-dired-mode-map): Inherit from dired-mode-map.
14080 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14081 simplified.
14082 (vc-dired-state-info): Removed, updated caller.
14083 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14084 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14085 (vc-dired-listing-switches): New variable.
14086 (vc-directory): Use it, instead of dired-listing-switches.
14087
14088 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14089 (vc-cvs-dir-state): New function.
14090 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14091 (vc-cvs-parse-entry): New function, also to be used in
14092 vc-cvs-registered.
14093
14094 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14095
14096 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14097 *or* single-window-frames.
14098
14099 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14100
14101 * vc.el (vc-update-changelog): Split into generic part and default
14102 implementation. Doc string adapted.
14103 (vc-default-update-changelog): New function. Call the `rcs2log'
14104 script in exec-directory, to fix a long-standing nuisance.
14105
14106 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14107 simply signals an error.
14108
14109 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14110
14111 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14112 control-flow more clear and to avoid running `cvs' twice.
14113
14114 * vc.el (vc-next-action-on-file): Doc fix.
14115 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14116 (vc-print-log): Eval `file' before constructing the continuation.
14117
14118 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14119
14120 * vc.el (vc-next-action-on-file): Corrected several messages.
14121 (vc-merge): Add prefix arg `merge-news'; handle it.
14122
14123 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14124 is not reached. It is.
14125 (vc-cvs-merge): Set state to 'edited after merge.
14126 (vc-cvs-merge-news): Set workfile version to nil if not known.
14127 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14128
14129 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14130 via stdout. (Merge from main line.)
14131
14132 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14133
14134 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14135 detection.
14136
14137 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14138
14139 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14140 against kill-all-local-variables.
14141 (vc-log-edit): Don't save vc-parent-buffer any more.
14142 (vc-last-comment-match): Initialize to an empty string.
14143 (vc-post-command-functions): New hook.
14144 (vc-do-command): Run it.
14145 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14146 (vc-finish-logentry): Only add the comment to the ring if it's
14147 different from the last comment entered.
14148 (vc-new-comment-index): New function.
14149 (vc-previous-comment): Use it. Make the minibuffer message
14150 slightly less terse.
14151 (vc-comment-search-reverse): Make it work forward as well. Don't
14152 set vc-comment-ring-index if no match is found. Use
14153 vc-new-comment-index.
14154 (vc-comment-search-forward): Use vc-comment-search-reverse.
14155 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14156 define-derived-mode will do it for us. Bind `v' to a keymap that
14157 inherits from vc-prefix-map so that we can bind `vt' without
14158 binding C-x v t.
14159 (vc-retrieve-snapshot): Parenthesis typo.
14160
14161 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14162 to 1. Make sure to switch to *vc* before looking for an error
14163 message. Use vc-parse-buffer.
14164
14165 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14166
14167 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14168 and NAME.
14169 (vc-retrieve-snapshot): Split into two parts.
14170 (vc-default-retrieve-snapshot): New function.
14171
14172 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14173 (vc-cvs-retrieve-snapshot): New function (untested).
14174 (vc-cvs-stay-local): Default to t.
14175 (vc-cvs-remote-p): New function and property.
14176 (vc-cvs-state): Stay local only if the above is t.
14177 (vc-handle-cvs): Removed.
14178 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14179 done via vc-handled-backends now.
14180 (vc-cvs-header): Escape Id.
14181
14182 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14183
14184 * vc.el (vc-do-command): Remove unused commands.
14185 (vc-version-diff): Make sure default-directory ends with a slash.
14186 Move the window commands into a vc-exec-after.
14187 (vc-print-log): Move more of the code into the `vc-exec-after'.
14188
14189 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14190
14191 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14192 (vc-print-log): Search current revision from beginning of buffer.
14193 (vc-revert-buffer): Clear echo area after the diff is finished.
14194 (vc-prefix-map): Removed definition of "t" for terse display in vc
14195 dired.
14196 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14197 definition of "vt" for terse display.
14198 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14199
14200 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14201
14202 * vc.el (vc-exec-after): Avoid caddr.
14203
14204 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14205
14206 * vc.el (vc-exec-after): New function.
14207 (vc-do-command): Use it to add a termination message for async
14208 procs.
14209 (vc-checkout): Try to handle a missing-backend situation.
14210 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14211 of a directory with a backend using async diffs.
14212 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14213 present.
14214
14215 * vc-sccs.el (vc-sccs-state-heuristic): Use
14216 file-ownership-preserved-p.
14217
14218 * vc-rcs.el (vc-rcs-state-heuristic): Use
14219 file-ownership-preserved-p.
14220 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14221
14222 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14223
14224 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14225 vc-do-command.
14226
14227 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14228 when there are no changes.
14229
14230 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14231
14232 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14233
14234 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14235
14236 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14237
14238 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14239
14240 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14241 the `fset' outside of the defvar so that it works even if
14242 vc-prefix-map was already defined.
14243 (vc-setup-buffer): New function, split out of vc-do-command.
14244 (vc-do-command): Allow BUFFER to be t to mean `just use the
14245 current buffer without any fuss'.
14246 (vc-version-diff): Change the `diff' backend operation to just put
14247 the diff in the current buffer without erasing it. Always use
14248 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14249 shrink-window-if-larger-than-buffer.
14250 (vc-print-log): Change the `print-log' backend operation to just
14251 put the log in the current buffer without erasing it. Protect
14252 shrink-window-if-larger-than-buffer.
14253 (vc-update-change-log): Fix setd typo.
14254
14255 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14256 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14257
14258 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14259 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14260 CMP.
14261
14262 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14263 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14264 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14265
14266 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14267
14268 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14269 not possible, use vc-BACKEND-workfile-unchanged-p.
14270 (vc-default-workfile-unchanged-p): New function. Delegates to a
14271 full vc-BACKEND-diff.
14272
14273 * vc-hooks.el (vc-simple-command): Removed.
14274
14275 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14276 instead of vc-simple-command.
14277 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14278 avoid doing a diff when opening a file.
14279 (vc-rcs-state): Added check for unlocked-changes.
14280 (vc-rcs-header): Escape Id.
14281 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14282 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14283 version.
14284
14285 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14286 (vc-sccs-diff): Remove optional arg CMP.
14287 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14288 SCCS-specific function.
14289
14290 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14291 vc-simple-command.
14292
14293 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14294
14295 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14296 (with-vc-file, vc-merge): Use vc-editable-p.
14297 (vc-do-command): Remove unused var vc-file and fix the
14298 doubly-defined `status' var. Add a user message when starting an
14299 async command.
14300 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14301 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14302 Use with-current-buffer.
14303 (vc-buffer-sync): Use unless.
14304 (vc-next-action-on-file): If the file is 'edited by read-only,
14305 make it read-write instead of trying to commit.
14306 (vc-version-diff, vc-update-change-log): Use `setq
14307 default-directory' rather than `cd'.
14308 (vc-log-edit): Don't forget to set default-directory in the
14309 buffer.
14310
14311 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14312 (vc-sccs-state-heuristic): Use file-writable-p instead of
14313 comparing userids.
14314 (vc-sccs-checkout): Use `unless'.
14315
14316 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14317 of comparing userids.
14318 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14319 Simplify the logic by eliminating unreachable code.
14320 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14321 just do a recursive call if we need to retry.
14322 (vc-rcs-checkout): Handle the case where rcs is missing by making
14323 the buffer read-write if requested and re-signalling the error.
14324
14325 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14326
14327 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14328
14329 * vc-hooks.el (vc-handled-backends): Docstring change.
14330 (vc-ignore-vc-files): Mark obsolete.
14331 (vc-registered): Check vc-ignore-vc-files.
14332 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14333 vc-ignore-vc-files.
14334
14335 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14336
14337 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14338
14339 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14340 files since ange-ftp already has vc-registered return nil.
14341
14342 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14343 (vc-sccs-workfile-version): Use with-temp-buffer and new
14344 vc-parse-buffer and don't bother setting the property.
14345 (vc-sccs-add-triple): Use with-current-buffer and
14346 find-file-noselect.
14347 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14348
14349 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14350 derives from the old vc-parse-buffer but uses the revision number
14351 rather than the date (much easier to compare robustly).
14352 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14353 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14354 locking-user more directly. Check strict locking and set
14355 checkout-model appropriately.
14356 (vc-rcs-parse-locks): Remove.
14357 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14358 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14359 (vc-rcs-system-release): Use with-current-buffer and
14360 vc-parse-buffer.
14361 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14362
14363 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14364 (vc-simple-command): Docstring fix.
14365 (vc-registered): Align the way the file-handler is called with the
14366 way the function itself works.
14367 (vc-file-owner): Remove.
14368
14369 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14370 extraction of fields and call to file-attributes because of a
14371 temporary bug in rcp.el.
14372 (vc-cvs-fetch-status): Use with-current-buffer.
14373
14374 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14375
14376 * vc.el (vc-do-command): Use file-relative-name.
14377 (vc-responsible-backend): Use vc-backend if possible.
14378 (vc-create-snapshot): Improve the `interactive' spec. Add support
14379 for branches and dispatch to backend-specific `create-snapshot'.
14380 (vc-default-create-snapshot): New function, containing the bulk of
14381 the old vc-create-snapshot.
14382 (vc-retrieve-snapshot): Improve the interactive spec.
14383
14384 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14385 (vc-backend-hook-functions): Remove.
14386 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14387 (vc-backend): Reintroduce the test for `file = nil' now that I
14388 know why it was there (and added a comment to better remember).
14389
14390 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14391 code from vc-sccs-hooks.el.
14392 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14393 'vc anymore.
14394 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14395 and file-directory-p instead of file-exists-p.
14396 (vc-sccs-check-headers): Simplify the regexp.
14397
14398 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14399 from vc-rcs-hooks.el. Don't require 'vc anymore.
14400 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14401 file-directory-p instead of file-exists-p.
14402
14403 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14404 from vc-cvs-hooks.el.
14405 (proto vc-cvs-registered): Require 'vc-cvs instead of
14406 'vc-cvs-hooks. Don't require 'vc anymore.
14407 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14408 file-directory-p instead of file-exists-p.
14409 (vc-cvs-create-snapshot): New function, replacing
14410 vc-cvs-assign-name.
14411 (vc-cvs-assign-name): Remove.
14412
14413 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14414
14415 * vc-cvs.el (vc-cvs-header): New var.
14416
14417 * vc-rcs.el (vc-rcs-exists): Remove.
14418 (vc-rcs-header): New var.
14419
14420 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14421 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14422 (vc-sccs-header): New var.
14423
14424 * vc.el (vc-do-command): Get rid of the `last' argument.
14425 (vc-header-alist): Remove, replaced by vc-X-header.
14426 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14427 (vc-dired-hook): Use expand-file-name instead of concat.
14428 (vc-directory): Use file-name-as-directory.
14429 (vc-snapshot-precondition, vc-create-snapshot)
14430 (vc-retrieve-snapshot): Allow the command to operate on any
14431 directory.
14432
14433 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14434 just removing the 'WORKFILE argument or by removing the 'MASTER
14435 argument and replacing `file' with (vc-name file).
14436
14437 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14438
14439 * vc.el: Update Copyright and add a crude list of backend funs.
14440 (vc-writable-p): New function.
14441 (with-vc-file): Use vc-writable-p.
14442 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14443 (vc-register): Avoid vc-name.
14444 (vc-locking-user): Remove.
14445 (vc-steal-lock): Make the `owner' arg non-optional.
14446 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14447 vc-checkout-model.
14448 (vc-default-dired-state-info): Use vc-state instead of
14449 vc-locking-user and return special strings for special states.
14450 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14451 and get rid of one of the special CVS cases.
14452 (vc-cancel-version): prettify error message with \\[...].
14453 (vc-rename-master): New function.
14454 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14455 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14456 the CVS special case generic.
14457 (vc-default-record-rename): Remove.
14458 (vc-file-tree-walk-internal): Only call FUNC for files that are
14459 under control of some VC backend and replace `concat' with
14460 expand-file-name.
14461 (vc-file-tree-walk): Update docstring.
14462 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14463 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14464
14465 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14466 vc-sccs-record-rename. Use `find-file-noselect' rather than
14467 `find-file' and call `vc-rename-master' to do the actual move.
14468 (vc-sccs-diff): Remove unused `backend' variable.
14469
14470 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14471 to delay loading of vc-sccs until it is really used.
14472 (vc-sccs-master-templates): Preload.
14473 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14474 (vc-sccs-project-dir): Remove (merged into
14475 vc-sccs-search-project-dir).
14476 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14477 rather than `concat', make sure it is preloaded and don't bother
14478 to check that the file actually exists.
14479 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14480 `locks' argument (use buffer's content instead) and eliminate n^2
14481 behavior.
14482
14483 * vc-rcs.el: Update Copyright.
14484 (vc-rcs-rename-file): New function.
14485 (vc-rcs-diff): Remove unused `backend' variable.
14486
14487 * vc-hooks.el: Update Copyright.
14488 (vc-backend): Don't accept a nil argument any more.
14489 (vc-up-to-date-p): Turn into a defsubst.
14490 (vc-possible-master): New function.
14491 (vc-check-master-templates): Use `vc-possible-master' and allow
14492 funs in vc-X-master-templates to return a non-existent file.
14493
14494 * vc-cvs.el: Update Copyright.
14495 (vc-cvs-diff): Remove unused `backend' variable.
14496 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14497
14498 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14499
14500 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14501
14502 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14503 since it can be called from vc-rcs.el.
14504 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14505
14506 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14507
14508 * vc.el (vc-version-diff): Expand file name read from the
14509 minibuffer. Handle the case when a previous version number can't
14510 be guessed. Give suitable messages when there were no differences
14511 found.
14512 (vc-clear-headers): Call backend-specific implementation, if one
14513 exists.
14514 (vc-cancel-version): Made error checks generic. When done, clear
14515 headers generically, too.
14516
14517 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14518 from vc-clear-headers in vc.el.
14519
14520 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14521 correctly.
14522 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14523 optional. Handle the case when it's not there.
14524
14525 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14526
14527 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14528
14529 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14530
14531 * vc-hooks.el (vc-loadup): Remove.
14532 (vc-find-backend-function): Use `require'. Also, handle the case
14533 where vc-BACKEND-hooks.el doesn't exist.
14534 (vc-call-backend): Cleanup.
14535
14536 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14537
14538 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14539 vc-rcs-grab-templates)
14540 (vc-rcs-registered): Remove. The default function works as well.
14541 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14542 vc-sccs-grab-templates)
14543 (vc-sccs-registered): Remove. The default function works as well.
14544
14545 * vc.el (vc-version-diff): Left out a vc- in call to
14546 vc-call-backend.
14547 (vc-default-dired-state-info, vc-default-record-rename)
14548 (vc-default-merge-news): Update for the new backend argument.
14549
14550 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14551 using the default function.
14552 (vc-call-backend): If calling the default function, pass it the
14553 backend as first argument. Update the docstring accordingly.
14554 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14555 for the new backend argument.
14556 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14557 (vc-find-backend-function): Use the new name.
14558 (vc-default-registered): New function.
14559
14560 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14561
14562 * vc.el (vc-merge): Use vc-find-backend-function.
14563
14564 * vc-hooks.el (vc-backend-functions): Remove.
14565 (vc-loadup): Don't setup 'vc-functions.
14566 (vc-find-backend-function): New function.
14567 (vc-call-backend): Use above fun and populate 'vc-functions
14568 lazily.
14569 (vc-backend-defines): Remove.
14570
14571 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14572
14573 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14574 Call vc-call-backend without the leading vc-.
14575 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14576 (vc-check-headers): Call vc-call-backend without the leading vc-.
14577 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14578 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14579 Call vc-call-backend without the leading vc-.
14580
14581 * vc-cvs.el (tail): Provide vc-cvs.
14582 * vc-sccs.el (tail): Provide vc-sccs.
14583 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14584
14585 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14586 (vc-make-backend-function, vc-call): Pass names without leading
14587 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14588 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14589 (vc-call-backend): Always try to load vc-X-hooks.
14590 (vc-registered): Remove vc- in call to vc-call-backend.
14591
14592 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14593
14594 * vc.el (vc-process-filter): New function.
14595 (vc-do-command): Setup `vc-process-filter' for the async process.
14596 (vc-maybe-resolve-conflicts): New function to reduce
14597 code-duplication. Additionally, it puts the buffer in
14598 `smerge-mode' if applicable.
14599 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14600 calling `merge-news'.
14601 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14602 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14603 interfacing to log-edit.el.
14604 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14605 log-edit is available.
14606 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14607
14608 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14609
14610 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14611 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14612 defvar and the initialization.
14613 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14614
14615 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14616 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14617
14618 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14619
14620 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14621
14622 * vc.el (vc-file-clear-masterprops): Removed.
14623 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14624 (vc-version-diff): Use buffer-size without argument.
14625 (vc-register): Heed vc-initial-comment.
14626
14627 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14628 default branch.
14629
14630 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14631 file name and workfile version.
14632 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14633
14634 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14635 vc-file-clear-masterprops.
14636
14637 * vc-sccs.el (vc-sccs-checkout): Removed call to
14638 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14639 rather than user login name.
14640
14641
14642 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14643
14644 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14645 `want-differences-if-changed' and simplify.
14646 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14647 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14648 output (which is invalid for async vc-diff) to decide whether to
14649 do the revert silently or not.
14650
14651 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14652
14653 * vc-hooks.el (vc-loadup): Load files quietly.
14654 (vc-call-backend): Oops, brain fart.
14655
14656 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14657
14658 * vc-cvs.el (vc-cvs-state): Typo.
14659 (vc-cvs-merge-news): Return the status code rather than the error msg.
14660
14661 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14662
14663 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14664 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14665 vc-state or vc-up-to-date-p.
14666 (vc-merge): Use vc-backend-defines to check whether merging is
14667 possible. Set state to 'edited after successful merge.
14668
14669 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14670 return that name. Redocumented.
14671
14672 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14673
14674 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14675 new `vc-state' semantics.
14676 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14677 'vc-locking-user to the current user.
14678 (vc-merge): Inline vc-backend-merge. Comment out code that I
14679 don't understand and hence can't adapt to the new `vc-state' and
14680 `vc-locking-user' semantics.
14681 (vc-backend-merge): Remove.
14682
14683 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14684 rather than 'vc-locking-user.
14685
14686 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14687
14688 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14689 (vc-state): Don't use 'reserved any more. Just use the same
14690 convention as the one used for vc-<backend>-state where the
14691 locking user (as a string) is returned.
14692 (vc-locking-user): Update, based on the above convention. The
14693 'vc-locking-user property has disappeared.
14694 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14695
14696 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14697 with a heuristic one.
14698 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14699 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14700 error. That allows us to get to 'needs-merge even in the
14701 stay-local case. There's still no way to detect 'needs-patch in
14702 such a setup (or to force an update for that matter).
14703 (vc-cvs-logentry-check): Remove, the default works as well.
14704
14705 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14706
14707 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14708
14709 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14710 major-mode in which the buffer might have been put earlier. Use
14711 `remove' and `when'. Allow `okstatus' to be `async' and use
14712 `start-process' in this case.
14713 (vc-version-diff): Handle the case where the diff looks empty
14714 because of the use of an async process.
14715
14716 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14717
14718 * vc.el (vc-next-action-on-file): Removed optional parameter
14719 `simple'. Recompute state unconditionally.
14720 (vc-default-toggle-read-only): Removed.
14721
14722 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14723 (vc-toggle-read-only): Undid prev change.
14724
14725 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14726 vc-cvs-simple-toggle. Redocumented.
14727 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14728 (vc-cvs-toggle-read-only): Removed.
14729
14730 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14731
14732 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14733 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14734 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14735 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14736 still is. So maybe it should be removed.
14737 (vc-head-version, vc-find-binary): Remove.
14738 (vc-recompute-state): Move from vc-hooks.el.
14739 (vc-next-action-on-file): Add a `simple' argument to allow
14740 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14741 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14742 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14743 (vc-dired-mode-map): Properly defvar it.
14744 (vc-print-log): Call log-view-mode if available.
14745 (small-temporary-file-directory): defvar instead of use boundp.
14746 (vc-merge-news): Moved to vc-cvs.el.
14747 (vc-default-merge-news): New function.
14748
14749 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14750 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14751 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14752 unknown `vc-latest-version' function. It should probably refer to
14753 vc-workfile-version or somesuch, but it's very unclear to me and I
14754 don't have SCCS to test things.
14755
14756 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14757 (vc-sccs-state-heuristic): Fix typo.
14758 (vc-sccs-workfile-unchanged-p): Add missing argument.
14759
14760 * vc-rcs.el: Require vc and vc-rcs-hooks.
14761 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14762 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14763 (vc-release-greater-or-equal-p): Move from vc.
14764 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14765 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14766 (vc-rcs-checkout): Add a missing `new-version' argument in the
14767 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14768
14769 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14770 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14771 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14772 than the apparently unbound `workfile-version'.
14773
14774 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14775 (vc-file-prop-obarray): Use `make-vector'.
14776 (vc-backend-functions): Add new hookable functions
14777 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14778 (vc-loadup): If neither backend nor default functions exist, use
14779 the backend function rather than nil.
14780 (vc-call-backend): If the function if not bound yet, try to load
14781 the non-hook file to see if it provides it.
14782 (vc-call): New macro plus use it wherever possible.
14783 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14784 nor `vc-find-binary' since it's only called from
14785 vc-mistrust-permission which is only used once the backend is known.
14786 (vc-checkout-model): Fix parenthesis.
14787 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14788
14789 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14790 (vc-cvs-release, vc-cvs-system-release): Remove.
14791 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14792 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14793 status symbols.
14794 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14795 (vc-cvs-toggle-read-only): First cut at a function to allow a
14796 cvs-status-free vc-toggle-read-only.
14797 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14798 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14799 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14800 (vc-cvs-checkout): Modify access rights directly if the user
14801 requested not to use `cvs edit'. And refresh the mode line.
14802
14803 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14804 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14805
14806 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14807
14808 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14809 workfile' that got lost when the code was extracted from vc.el.
14810 And merged the tail with the rest of the code (not possible in the
14811 old vc.el where the tail was shared among all backends). And
14812 explicitly set the state to 'edited if `writable' is set.
14813
14814 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14815 (vc-cvs-state): Be careful to return the value from
14816 vc-cvs-parse-state.
14817 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14818 property but return it instead. Also be careful to handle a nil
14819 or "" `rev' when workfile is non-nil (it was handled properly when
14820 workfile was nil).
14821
14822 * vc.el: Removed those pesky unnecessary `(function' quotes.
14823 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14824 directly in the defvar.
14825 (vc-do-command): Bind inhibit-read-only so as to properly handle
14826 the case where the destination buffer has been made read-only.
14827 (vc-diff): Delegate to vc-version-diff in all cases.
14828 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14829 (vc-annotate-mode-variables): Removed (code moved partly to
14830 defvars and partly to vc-annotate-add-menu).
14831 (vc-annotate-mode): Turned into a derived-mode.
14832 (vc-annotate-add-menu): Moved in code in
14833 vc-annotate-mode-variables.
14834 (vc-update-change-log): Use make-temp-file if available.
14835
14836 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14837
14838 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14839 `vc-checkout-model' updated to `vc-cvs-update-model'.
14840
14841 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14842
14843 * vc.el (vc-next-action-on-file): Added handling of state
14844 `unlocked-changes'.
14845 (vc-checkout-carefully): Is now practically obsolete, unless the
14846 above is too slow to be enabled unconditionally.
14847 (vc-update-change-log): Fixed typo.
14848
14849 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14850
14851 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14852 Now handles state `unlocked-changes'.
14853 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14854
14855 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14856
14857 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14858 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14859 `unlocked-changes'.
14860 (vc-rcs-workfile-unchanged-p): Renamed from
14861 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14862 function yet, but supposed to become one soon.
14863
14864 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14865 `vc-steal-lock'.
14866 (vc-call-backend): Changed error message.
14867 (vc-state): Added description of state `unlocked-changes'.
14868
14869 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14870
14871 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14872 always return t in CVS-controlled directories.
14873
14874 * vc.el (vc-responsible-backend): New function.
14875 (vc-register): Largely rewritten.
14876 (vc-admin): Removed (implementation moved into vc-register).
14877 (vc-checkin): Redocumented.
14878 (vc-finish-logentry): If no backend defined yet (because we are in
14879 the process of registering), use the responsible backend.
14880
14881 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14882 Updated function lists.
14883 (vc-call-backend): Fixed typo.
14884
14885 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14886 New functions.
14887 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14888 Removed query option. Redocumented.
14889
14890 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14891
14892 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14893
14894 * vc.el: Updated callers of `vc-checkout-required' to use
14895 `vc-checkout-model'.
14896
14897 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14898
14899 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14900 stuff updated to reference this function instead of the old
14901 `vc-backend-release-p'.
14902
14903 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14904
14905 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14906 vc-checkout-model. Return appropriate values. Updated callers.
14907
14908 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14909
14910 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14911 (vc-backend-revert): Function moved into `vc-revert';
14912 `vc-next-action' must be updated to accomodate this change.
14913 (vc-backend-steal): Function moved into `vc-finish-steal'.
14914 (vc-backend-logentry-check): Function moved into
14915 `vc-finish-logentry'.
14916 (vc-backend-printlog): Function moved into `vc-print-log'.
14917 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14918 (vc-backend-assign-name): Function moved into
14919 `vc-create-snapshot'.
14920
14921 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14922
14923 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14924 Rename to vc-checkout-model. Return appropriate values.
14925 Update callers.
14926
14927 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14928 to vc-checkout-model.
14929 (vc-checkout-required): Rename to vc-checkout-model.
14930 Re-implement and re-comment.
14931 (vc-after-save): Use vc-checkout-model.
14932
14933 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14934
14935 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14936 Update to use the vc-BACKEND-diff functions instead.
14937 `vc-diff' is now working.
14938
14939 * vc-rcs.el (vc-rcs-logentry-check): New function.
14940
14941 * vc-cvs.el (vc-cvs-logentry-check): New function.
14942
14943 * vc-sccs.el (vc-sccs-diff): Function changed name from
14944 `vc-backend-diff'. This makes `vc-diff' work.
14945
14946 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14947 of functions possibly implemented in a vc-BACKEND library.
14948 (vc-checkout-required): Fix bug that caused an error to be
14949 signaled during `vc-after-save'.
14950
14951 * vc.el: Fix typo.
14952 This checkin is made with our new VC code base for the very first time.
14953 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14954
14955 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14956 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14957
14958 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14959 updated to `vc-uses-locking'.
14960 (vc-checkout-required): Call to backend function.
14961 `vc-checkout-required' updated to `vc-uses-locking' instead.
14962
14963 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14964 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14965
14966 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14967 to match the split into various backends.
14968 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14969 (vc-retrieve-snapshot): Bug fix.
14970
14971 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14972
14973 * vc-sccs.el (vc-sccs-release): Doc fix.
14974
14975 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14976
14977 * vc.el (vc-next-action-on-file): Bug found and fixed.
14978 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14979 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14980
14981 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14982 (vc-rcs-checkout): Name space cleaned up. No more revision number
14983 crunching function names that are not prefixed with vc-rcs.
14984 (vc-rcs-checkout-model): Function added. References to
14985 `vc-checkout-model' replaced.
14986
14987 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14988
14989 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
14990 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
14991 still need to be split, and implemented for RCS).
14992
14993 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14994
14995 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
14996
14997 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
14998 required by the vc.el file.
14999
15000 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15001 required by the vc.el file.
15002 (vc-rcs-exists): Function added.
15003
15004 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15005 required by the vc.el file.
15006
15007 * vc.el (vc-admin): Updated to handle selection of appropriate
15008 backend. Current implementation is crufty and need re-thinking.
15009
15010 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15011
15012 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15013
15014 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15015 beginning of annotate buffers correctly.
15016
15017 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15018 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15019 functionality updated quite a lot to support multiple backends.
15020 Variables `vc-annotate-mode', `vc-annotate-buffers',
15021 `vc-annotate-backend' added.
15022
15023 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15024 `vc-annotate-difference' added to supported backend functions.
15025
15026 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15027
15028 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15029 Use with-temp-file instead of /bin/sh. Merged from mainline
15030
15031 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15032
15033 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15034
15035 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15036
15037 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15038
15039 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15040
15041 * vc-hooks.el: vc-state-heuristic added to
15042 vc-backend-hook-functions.
15043
15044 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15045
15046 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15047
15048 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15049 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15050 state to `reserved'.
15051
15052 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15053 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15054
15055 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15056
15057 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15058 untouched.
15059
15060 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15061
15062 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15063 if defined. (Merged from main line, slightly adapted.)
15064
15065 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15066 millenium problem (merged from mainline).
15067
15068 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15069
15070 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15071 part and moved the non-BACKEND stuff to vc.el.
15072
15073 * vc.el: Split the annotate feature into a BACKEND specific part
15074 and moved it from the vc-cvs.el file to this one.
15075
15076 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15077
15078 * vc-hooks.el: Implement new state model.
15079 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15080 (vc-locking-user): Simplify. Now only needed if the file is
15081 locked by somebody else.
15082 (vc-lock-from-permissions): Remove. Functionality is in
15083 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15084 (vc-mode-line-string): New name for former vc-status. Adapted.
15085 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15086
15087 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15088 Various simplifications and adaptations all over the place.
15089
15090 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15091 Simplify and adapt the rest.
15092
15093 * vc.el (vc-resynch-window): Add TODO comment: check for
15094 interaction with view mode according to recent RCS change.
15095 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15096
15097 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15098
15099 * vc.el: Convert the remaining function comments to docstrings.
15100
15101 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15102
15103 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15104 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15105 (vc-minor-part, vc-previous-version): Functions that operate and
15106 compare revision numbers got proper documentation. Comments added
15107 about their possible removal.
15108
15109 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15110
15111 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15112 the vc-backend.el files.
15113
15114 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15115
15116 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15117 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15118 (vc-rcs-previous-version): Functions added.
15119
15120 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15121
15122 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15123
15124 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15125
15126 * vc-hooks.el (vc-master-templates): Is really obsolete.
15127 Comment out the definition for now. What is the right procedure
15128 to get rid of it?
15129 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15130 rewritten.
15131 (vc-default-registered): Remove.
15132 (vc-check-master-templates): New function; does mostly what the
15133 above did before.
15134 (vc-locking-user): Don't rely on the backend to set the property.
15135
15136 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15137 Rewrite documentation.
15138 (vc-rcs-templates-grabbed): New variable.
15139 (vc-rcs-grab-templates): New function.
15140 (vc-rcs-registered): Rewrite to use above mechanism.
15141
15142 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15143 Rewrite documentation.
15144 (vc-sccs-templates-grabbed): New variable.
15145 (vc-sccs-grab-templates): New function.
15146 (vc-sccs-registered): Rewrite to use above mechanism.
15147 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15148 Don't throw the result, simply return it.
15149
15150 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15151 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15152 (vc-cvs-registered): Does the check itself now. Simplify.
15153
15154 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15155 from main line.
15156
15157 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15158
15159 * vc-cvs.el (vc-cvs-diff): New function.
15160
15161 * vc-sccs.el (vc-sccs-diff): New function.
15162
15163 * vc-rcs.el (vc-rcs-diff): New function.
15164 (vc-rcs-checkout): Bug (typo) found and fixed.
15165 (vc-rcs-register-switches): New variable.
15166
15167 * vc.el (vc-backend-diff): Function removed and placed in the
15168 backend files.
15169
15170 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15171
15172 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15173
15174 * vc.el (vc-backend-checkout): Function removed and replaced in
15175 the vc-backend.el files.
15176
15177 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15178
15179 * vc.el (vc-backend-admin): Removed and replaced in the
15180 vc-backend.el files.
15181
15182 * vc.el (Martin): Removed all the annotate functionality since it
15183 is CVS backend specific.
15184
15185 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15186
15187 * spec.txt: Added specification of vc-state.
15188
15189 * vc-sccs-hooks.el (vc-sccs-master-properties):
15190 Remove handling of vc-latest-version and
15191 vc-your-latest-version. What used to be vc-latest-version, is now
15192 returned as vc-workfile-version.
15193 (vc-sccs-workfile-version): Adapt.
15194
15195 2000-09-04 Dave Love <fx@gnu.org>
15196
15197 * vc.el: [Merged from mainline.]
15198 (vc-dired-mode): Make the dired-move-to-filename-regexp
15199 regexp match the date, to avoid treating date as file size.
15200 Add YYYY S option to WESTERN/
15201
15202 2000-09-04 Dave Love <fx@gnu.org>
15203
15204 * vc.el: Require `compile' when compiling.
15205 (vc-logentry-check-hook): New option.
15206 (vc-steal-lock): Use compose-mail.
15207 (vc-dired-mode-map): Defvar when compiling.
15208 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15209 vc-sccs.el and renamed. Callers changed.
15210 (vc-backend-checkout, vc-backend-logentry-check)
15211 (vc-backend-merge-news): Doc fix.
15212 (vc-default-logentry-check): New function.
15213 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15214 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15215 (vc-backend-merge): Doc fix. Use backend functions.
15216 (vc-check-headers): Use backend functions.
15217
15218 * vc-cvs.el: Require vc when compiling.
15219 (vc-cvs-register-switches): Doc fix.
15220 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15221 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15222 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15223 New functions (code from vc.el).
15224 (vc-annotate-display-default): Fix interactive spec.
15225 (vc-annotate-time-span): Doc fix.
15226
15227 * vc-rcs.el: Require vc when compiling.
15228 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15229 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15230 (vc-rcs-checkin): New functions (code from vc.el).
15231 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15232 Doc fix.
15233 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15234
15235 * vc-sccs.el: Require vc when compiling.
15236 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15237 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15238 (vc-sccs-revert)
15239 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15240 from vc.el).
15241 (vc-sccs-add-triple, vc-sccs-record-rename)
15242 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15243 (vc-sccs-admin): Doc fix.
15244
15245 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15246
15247 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15248 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15249 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15250 from vc.el.
15251
15252 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15253
15254 * vc-cvs.el: Moved the annotate functionality from vc.el.
15255 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15256
15257 2000-09-04 Dave Love <fx@gnu.org>
15258
15259 * vc.el (vc-backend-release): Call vc-system-release.
15260
15261 * vc-sccs.el (vc-sccs-system-release):
15262 Renamed from vc-sccs-backend-release.
15263
15264 * vc-rcs.el (vc-rcs-system-release):
15265 Renamed from vc-rcs-backend-release.
15266
15267 * vc-cvs.el (vc-cvs-system-release):
15268 Renamed from vc-cvs-backend-release.
15269
15270 2000-09-04 Dave Love <fx@gnu.org>
15271
15272 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15273 backend files.
15274 (vc-backend-release): Dispatch to backend functions.
15275 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15276 probably needs attention.]
15277
15278 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15279 (vc-sccs-backend-release): New function.
15280
15281 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15282 (vc-cvs-backend-release): New function.
15283
15284 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15285 Doc fix.
15286 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15287 (vc-default-dired-state-info): New function.
15288 (vc-dired-state-info): Dispatch to backends.
15289 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15290
15291 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15292 from vc.el and renamed.
15293
15294 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15295
15296 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15297 (vc-version-other-window, vc-backend-assign-name): Removed
15298 references to vc-latest-version; sometimes changed into
15299 vc-workfile-version.
15300
15301 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15302 vc-rcs-master-workfile-version.
15303 (vc-rcs-workfile-version): Use the above. Don't call
15304 vc-latest-version (that was unreachable code, anyway).
15305 (vc-rcs-fetch-master-properties): Doc fix.
15306
15307 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15308 (vc-backend-hook-functions): Removed them from this list, too.
15309 (vc-fetch-properties): Removed.
15310 (vc-workfile-version): Doc fix.
15311
15312 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15313 (vc-rcs-workfile-version, vc-rcs-locking-user)
15314 (vc-rcs-uses-locking): Use it.
15315
15316 * vc-hooks.el (vc-consult-rcs-headers):
15317 Moved into vc-rcs-hooks.el, under the name
15318 vc-rcs-consult-headers.
15319
15320 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15321 headers.
15322 (vc-cvs-find-master): Use this name only; correct different
15323 versions of the name.
15324
15325 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15326 New functions.
15327 (vc-sccs-locking-user): Use the latter.
15328
15329 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15330 New functions.
15331
15332 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15333 Moved into both
15334 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15335 functions are implementation details of those two backends.
15336
15337 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15338
15339 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15340 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15341
15342 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15343 (vc-sccs-parse-locks): SCCS-specific code moved here from
15344 vc-hooks.
15345
15346 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15347 code moved here from vc-hooks.
15348
15349 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15350 into back-end specific parts and removed. Callers not updated
15351 yet; because I guess these callers will disappear into back-end
15352 specific files anyway.
15353
15354 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15355
15356 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15357 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15358 `vc-uses-locking'.
15359
15360 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15361 Store yes/no in the property, and return t/nil. Updated all
15362 callers.
15363
15364 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15365 vc-sccs-uses-locking. Don't set property.
15366 (vc-sccs-locking-user): Don't set property.
15367
15368 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15369 vc-cvs-uses-locking. Don't set property here; leave that to
15370 vc-hooks.
15371 (vc-cvs-locking-user): Reflect above change. Streamlined.
15372
15373 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15374 vc-rcs-uses-locking.
15375 (vc-rcs-locking-user): Reflect above change.
15376
15377 2000-09-04 Dave Love <fx@gnu.org>
15378
15379 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15380
15381 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15382
15383 * vc-hooks.el (vc-checkout-model): Punt to backends.
15384
15385 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15386
15387 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15388
15389 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15390 New functions.
15391
15392 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15393 New functions.
15394
15395 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15396 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15397
15398 * vc-hooks.el (vc-default-locking-user): New function.
15399 (vc-locking-user, vc-workfile-version): Punt to backends.
15400
15401 2000-09-04 Dave Love <fx@gnu.org>
15402
15403 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15404 (vc-master-workfile-version): Moved from vc-hooks.
15405
15406 * vc-rcs-hooks.el: Fix duplicate code in last change.
15407
15408 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15409 (vc-rcs-master-templates): Improve :type.
15410 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15411 vc-master-workfile-version): Moved from vc-hooks.
15412
15413 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15414 (vc-sccs-master-templates): Improve :type.
15415 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15416
15417 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15418
15419 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15420 (vc-cvs-master-templates): Improve :type. Use
15421 vc-cvs-find-cvs-master.
15422 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15423 from vc-hooks.
15424 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15425
15426 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15427 Moved to vc-cvs-hooks.
15428
15429 * vc-hooks.el: Add doc strings in various places. Simplify the
15430 minor mode setup.
15431 (vc-handled-backends): New user variable.
15432 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15433 simplification.
15434
15435 2000-09-04 Dave Love <fx@gnu.org>
15436
15437 * vc.el: Some doc fixes for autoloaded and interactive functions.
15438 Fix compilation warnings from ediff stuff.
15439 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15440
15441 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15442
15443 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15444
15445 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15446
15447 2000-09-04 Dave Love <fx@gnu.org>
15448
15449 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15450 New variable.
15451 (vc-make-backend-function, vc-loadup, vc-call-backend)
15452 (vc-backend-defines): New functions.
15453
15454 * vc-hooks.el: Various doc fixes.
15455 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15456 (vc-match-substring): Function removed. Callers changed to use
15457 match-string.
15458 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15459 Simplify.
15460
15461 2000-09-04 Dave Love <fx@gnu.org>
15462
15463 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15464 type.
15465 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15466 (vc-sccs-registered): Doc fix.
15467
15468 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15469 (vc-cvs-registered): Doc fix.
15470
15471 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15472 (vc-rcs-registered): Doc fix.
15473
15474 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15475
15476 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15477
15478 * vc-hooks.el: vc-registered has been renamed
15479 vc-default-registered. Some functions have been moved to the
15480 backend specific files. they all support the
15481 vc-BACKEND-registered functions.
15482
15483 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15484
15485 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15486
15487 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15488
15489 2000-09-04 Dave Love <fx@gnu.org>
15490
15491 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15492 menu-bar-update-hook.
15493
15494 * help.el (help-manyarg-func-alist): Add
15495 find-operation-coding-system.
15496
15497 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15498
15499 * custom.el (custom-set-variables): Print message about errors in
15500 setting.
15501
15502 2000-09-03 Andrew Innes <andrewi@gnu.org>
15503
15504 * makefile.w32-in: Change to DOS line endings.
15505
15506 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15507
15508 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15509 minor-mode keymaps, if they don't have one.
15510
15511 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15512
15513 * eshell/esh-module.el (eval-when-compile): Don't lose if
15514 esh-module.el's file name is truncated to DOS 8+3 limits.
15515
15516 2000-09-01 John Wiegley <johnw@gnu.org>
15517
15518 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15519 predicate, which caused entries in the completion list to be
15520 doubled.
15521
15522 2000-08-30 John Wiegley <johnw@gnu.org>
15523
15524 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15525 sending to subprocesses. Also, hook pre-command-hook if
15526 `eshell-send-direct-to-subprocesses' is non-nil.
15527 (eshell-send-direct-to-subprocesses): New config variable. If t,
15528 subprocess input is send immediately.
15529 (eshell-toggle-direct-send): New function.
15530 (eshell-self-insert-command): New function.
15531 (eshell-intercept-commands): New function.
15532 (eshell-send-input): If direct subprocess sending is enabled,
15533 don't echo any input to the Eshell buffer. Let the subprocess
15534 handle that. This requires "stty echo" in bash, for example.
15535
15536 2000-08-28 John Wiegley <johnw@gnu.org>
15537
15538 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15539 completion function for Eshell's implementation of `unset'.
15540
15541 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15542
15543 * info.el (Info-directory-list): Doc fix.
15544
15545 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15546
15547 * filecache.el (file-cache-add-directory-using-find): Don't quote
15548 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15549
15550 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15551
15552 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15553 coding systems.
15554
15555 2000-08-30 Andrew Innes <andrewi@gnu.org>
15556
15557 * timer.el (run-with-idle-timer): Undo last change, so that timer
15558 is not activated immediately if Emacs is already idle. Some
15559 existing code relies on this behaviour.
15560
15561 2000-08-30 Miles Bader <miles@gnu.org>
15562
15563 * frame.el (set-frame-font): Do completion of font-name for
15564 interactive use.
15565
15566 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15567
15568 * international/quail.el (quail-start-translation): Bind locally
15569 last-command-event, last-command, and this-command.
15570 (quail-start-conversion): Likewise.
15571 (quail-self-insert-command): Fix docstring.
15572
15573 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15574
15575 * progmodes/executable.el
15576 (executable-make-buffer-file-executable-if-script-p): Check that
15577 buffer contains at least 2 characters.
15578
15579 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15580
15581 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15582
15583 2000-08-29 Dave Love <fx@gnu.org>
15584
15585 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15586 (diff-mode-shared-map): Bind mouse-2.
15587 (diff-imenu-generic-expression): New variable.
15588 (diff-mode): Use it.
15589
15590 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15591 (mouse-popup-menubar): Add minor mode menus.
15592 (popup-menu): Check for lookup-key returning number.
15593
15594 2000-08-29 Miles Bader <miles@gnu.org>
15595
15596 * comint.el (comint-send-input): Create overlays using the proper
15597 front/read-advance arguments.
15598
15599 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15600
15601 * ps-print.el: Even/odd pages printing. Doc fix.
15602 (ps-print-version): New version number (6.0).
15603 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15604 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15605 (ps-print-duplex-feature): Variable eliminated.
15606 (ps-even-or-odd-pages): New variable.
15607
15608 * progmodes/ebnf2ps.el: Doc fix.
15609 (ebnf-version): New version (3.3).
15610 (ebnf-user-arrow): Change variable customization to sexp.
15611 (ebnf-user-arrow): Function eliminated.
15612 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15613
15614 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15615
15616 * help.el (help-xref-mule-regexp): New variable.
15617 (help-make-xrefs): Handle help-xref-mule-regexp.
15618
15619 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15620 variable.
15621 (describe-input-method): Temporarily activate the specfied input
15622 method to display the information.
15623 (describe-language-environment): Hyperlinks to mule related items.
15624
15625 * international/mule-diag.el (charset-multibyte-form-string): New
15626 function.
15627 (list-character-sets-1): Use charset-multibyte-form-string.
15628 (describe-character-set): New function.
15629 (describe-coding-system): Hyperlinks to safe character sets.
15630
15631 * international/quail.el (quail-help): New arg PACKAGE.
15632 Hyperlinks to mule related items.
15633 (quail-help-insert-keymap-description): Use
15634 substitute-command-keys instead of describe-bindings.
15635 (quail-translation-help): Hyperlinks to mule related items.
15636
15637 2000-08-28 John Wiegley <johnw@gnu.org>
15638
15639 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15640 have a defsubst call itself. Made `eshell-flatten-list' back into
15641 a function again.
15642
15643 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15644 catch, in case re-centering point at bottom messes up the display.
15645 This happens frequently in Emacs 21, due I believe to variable
15646 line heights.
15647
15648 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15649 to call `find-tag-interactive'.
15650
15651 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15652 the list of remember directories.
15653
15654 2000-08-28 John Wiegley <johnw@gnu.org>
15655
15656 * align.el: Test align-region-separate to see if it's a symbol.
15657
15658 2000-08-28 John Wiegley <johnw@gnu.org>
15659
15660 * eshell/esh-util.el (eshell-flatten-list): Made this function
15661 into a defsubst form. It gets used very frequently, although
15662 calls don't occur all that often.
15663
15664 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15665 examining it.
15666
15667 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15668 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15669 `eshell-protect'.
15670 (eshell-copy-handles): Created a new macro for duplicating the
15671 current set of open handles. This is needed by the looping
15672 functions.
15673 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15674 is not incorrectly stomped on.
15675
15676 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15677 declaration for pcomplete-use-paring.
15678 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15679 value of eshell-cmpl-use-paring.
15680 * pcomplete.el (pcomplete-use-paring): New config variable, to
15681 indicate whether paring should be used.
15682 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15683 completion alternatives that have already been used.
15684
15685 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15686 bound to C-c C-y, which will repeat the previous N arguments
15687 (based on prefix argument).
15688 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15689
15690 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15691 if there is no *Help* buffer. This is for XEmacs, which renames
15692 its help buffers uniquely. TODO: Find out what the current buffer
15693 name to delete is.
15694
15695 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15696 first entry that correlates to a passwd/group number. Later
15697 entries (used for group/user name aliasing to multiple IDs) are
15698 ignored.
15699
15700 * eshell/em-xtra.el (eshell/expr):
15701 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15702 (eshell-grep, eshell/diff, eshell/locate):
15703 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15704 argument list, before passing it to the system command.
15705
15706 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15707 `find-tag' for use at final position in Eshell buffers (which
15708 otherwise triggers an error on Emacs 21).
15709 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15710 buffer, if it is currently bound to `find-tag'.
15711
15712 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15713 in the list of matched Makefile names.
15714 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15715 directory, prefer its contents to Makefile.
15716
15717 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15718 directory parts (like "cd old new", or "cd =regexp"), are now case
15719 sensitive on non-Windows/DOS platforms.
15720
15721 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15722 types RET after an open delimiter (like "), display a message
15723 indicating that Eshell is waiting for the closing delimiter.
15724
15725 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15726 environment variables.
15727
15728 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15729 gracefully if the user enters incorrect arguments.
15730
15731 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15732 Eshell buffers.
15733
15734 * eshell/esh-var.el (eshell-interpolate-variable):
15735 * eshell/esh-mode.el (eshell-move-argument):
15736 * eshell/em-unix.el (eshell-du-sum-directory):
15737 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15738 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15739 (not (= ...)).
15740
15741 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15742 to ensure the `preserve' flag gets propagated when doing recursive
15743 directory copies.
15744
15745 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15746
15747 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15748 Don't convert \n into \0177 in memory.
15749 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15750 and back again, when reading and writing.
15751
15752 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15753
15754 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15755 testing of `fboundp' on `processp'.
15756
15757 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15758 (eshell/jobs): Don't call process-list if it is not bound.
15759 (eshell-gather-process-output): Support systems where async
15760 subprocesses aren't supported.
15761 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15762 variables.
15763
15764 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15765 eshell-do-eval returns t.
15766 (eshell-do-pipelines-synchronously): New defmacro.
15767 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15768 when async subprocesses aren't supported.
15769 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15770 if async subprocesses aren't supported.
15771 (eshell-resume-command): Don't assume STATUS is a string.
15772
15773 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15774
15775 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15776 (eshell-close-target, eshell-get-target): Use eshell-processp.
15777 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15778 fix.
15779 (eshell-get-target, eshell-create-handles): Doc fix.
15780
15781 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15782
15783 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15784 criterion to include commands that output something, as long as it
15785 leaves both the command and the end-of-buffer visible when the
15786 command has exited.
15787 (eshell-review-quick-commands): Adjust the help doc string
15788 accordingly.
15789
15790 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15791
15792 * locate.el (locate): Cleaned up locate command's interactive prompting
15793 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15794
15795 * filecache.el (file-cache-case-fold-search): New variable
15796 (file-cache-assoc-function): New variable
15797 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15798 Use file-cache-case-fold-search variable
15799 (file-cache-add-file): Use file-cache-assoc-function
15800 (file-cache-delete-file): likewise
15801 (file-cache-directory-name): likewise
15802 (file-cache-debug-read-from-minibuffer): likewise
15803
15804 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15805
15806 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15807 (abbrev-table-name): New function.
15808 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15809 If non-nil list local abbrev, only.
15810
15811 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15812
15813 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15814 from Gnus support code, and use special article copy buffer
15815 `(gnus-original-article-buffer)' instead. This allows to get rid
15816 of article-hide-headers usage (which breaks in the latest Gnus
15817 version). Thanks to Detlev Zundel.
15818
15819 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15820
15821 * international/quail.el (quail-use-package): Hide "... loaded"
15822 message.
15823 (quail-start-translation, quail-start-conversion): Likewise.
15824
15825 * international/kkc.el (kkc-region): Hide "... loaded" message.
15826
15827 2000-08-27 Dave Love <fx@gnu.org>
15828
15829 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15830
15831 2000-08-27 Miles Bader <miles@gnu.org>
15832
15833 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15834
15835 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15836
15837 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15838 'ja-dic-cnv), not (require 'skkdic-cnv).
15839
15840 2000-08-26 Miles Bader <miles@gnu.org>
15841
15842 * faces.el (face-x-resources): Add entry for :inherit.
15843 * cus-face.el (custom-face-attributes): Add support for :inherit
15844 attribute. Add support for relative face heights.
15845 (custom-face-attributes-get): Treat `nil' as being a default value
15846 for :inherit (as well as `unspecified').
15847
15848 * faces.el (set-face-attribute): Update doc string.
15849 (face-attribute-name-alist): Add :inherit.
15850 (face-valid-attribute-values): Handle :inherit.
15851 (face-read-string): Rephrase prompt to be less confusing.
15852 Assume that DEFAULT is a string, since we must return a string.
15853 (face-read-integer): Use `format' to turn DEFAULT into an
15854 acceptable default for face-read-string. Match NEW-VALUE against
15855 the string "unspecified", not the symbol `unspecified', since
15856 that's what face-read-string returns.
15857 (read-face-attribute): Lookup a name for old-value in valid, and
15858 use it as a default if we find one. Treat all values from
15859 face-read-string as strings. If the default is used, don't do any
15860 more processing on the value, just use the old value directly.
15861 (read-face-and-attribute, modify-face): Tweak prompt.
15862 (read-face-name): Don't assume prompt ends with a space.
15863
15864 * faces.el (describe-face): Add support for :inherit attribute.
15865
15866 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15867
15868 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15869 concat doesn't accept interger.
15870
15871 * international/kkc.el: Remove SKK from Keywords. Require
15872 ja-dic-utl instead of skkdic-utl.
15873
15874 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15875 Provide ja-dic-cnv instead of skkdic-cnv.
15876 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15877 (iso-2022-7bit-short): Add safe-charsets property.
15878 (skkdic-convert-postfix): Search Japanese chou-on character in
15879 addition to Hiragana character.
15880 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15881 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15882 (batch-skkdic-convert): Likewise.
15883
15884 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15885 Provide ja-dic-utl instead of skkdic-utl.
15886 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15887
15888 2000-08-24 Dave Love <fx@gnu.org>
15889
15890 * disp-table.el (standard-display-default): Make the test of `l'
15891 useful.
15892
15893 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15894 mod sample text.
15895
15896 * international/iso-ascii.el: Make pilcrow convenient string
15897 consistent with section.
15898 (iso-ascii-display): Set up multibyte characters as well as
15899 unibyte.
15900
15901 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15902
15903 * international/mule-cmds.el (reset-language-environment): Set
15904 default-process-coding-system to '(undecided . iso-latin-1), which
15905 makes process I/O almost consistent with file I/O. Call this
15906 function when mule-cmds.el[c] is loaded.
15907
15908 2000-08-22 Andrew Innes <andrewi@gnu.org>
15909
15910 * makefile.w32-in: New file.
15911
15912 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15913
15914 * comint.el (comint-output-filter): Compare end of
15915 comint-last-output-overlay with the start of the newly inserted
15916 text, not the end, when deciding whether to extend it.
15917 Set saved-point's insertion type to advance after insertion.
15918
15919 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15920 since this is now done independently of font-lock mode.
15921
15922 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15923
15924 * server.el (server-kill-new-buffers): New user option.
15925 (server-existing-buffer): New buffer-local variable.
15926 (server-visit-files): When using an existing buffer, set
15927 server-existing-buffer to t.
15928 (server-buffer-done): If server-kill-new-buffers is t, kill the
15929 buffer, unless it was already present before visiting it with
15930 Emacs server.
15931
15932 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15933
15934 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15935 even if the display doesn't support colors: some displays will
15936 support bold/underline faces.
15937
15938 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15939
15940 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15941
15942 * startup.el (command-line): If user's init file had an error,
15943 add explanatory text to *Messages*.
15944
15945 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15946
15947 * man.el (Man-getpage-in-background): Decode the process output by
15948 the system locale coding system.
15949
15950 2000-08-20 Dave Love <fx@gnu.org>
15951
15952 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15953 Don't test x-popup-menu.
15954 (function) <complete-function>: Complete only fbound symbols.
15955 <validate, value>: New.
15956 (variable) <complete-function>: Complete only bound symbols.
15957 (coding-system): Add :base-only, :complete-function, :validate,
15958 :value, :prompt-match.
15959 (widget-coding-system-prompt-value): Use read-coding-system and
15960 act on :base-only.
15961 (editable-field): Add :help-echo.
15962 (widget-push-button-gui, widget-push-button-cache)
15963 (widget-gui-action, widget-editable-list-gui): COmment out, along
15964 with uses.
15965 (widget-at): Make arg optional.
15966 (widget-echo-help): Adjust for current help-echo calling sequence.
15967 (widget-specify-field, widget-specify-button)
15968 (widget-specify-insert, widget-get-sibling, widget-image-find)
15969 (widget-convert, widget-insert, widget-leave-text)
15970 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15971 (widget-setup, widget-field-find, widget-before-change)
15972 (widget-after-change, widget-default-complete)
15973 (widget-default-create, widget-default-delete)
15974 (widget-push-button-value-create, editable-field)
15975 (widget-field-prompt-value, widget-field-validate)
15976 (widget-choice-value-create, widget-choice-action)
15977 (widget-choice-validate, widget-checklist-add-item)
15978 (widget-radio-add-item, widget-radio-chosen)
15979 (widget-radio-value-inline, widget-editable-list-value-create)
15980 (widget-editable-list-entry-create)
15981 (widget-documentation-link-add)
15982 (widget-documentation-string-value-create)
15983 (widget-regexp-validate, widget-file-complete)
15984 (widget-sexp-validate, widget-plist-convert-widget)
15985 (widget-plist-convert-widget, widget-alist-convert-widget)
15986 (widget-alist-convert-widget, widget-color-complete): Simplify,
15987 particularly to avoid bindings which aren't optimized out.
15988
15989 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
15990 Doc fix.
15991 (down-list, backward-up-list, up-list, kill-sexp)
15992 (backward-kill-sexp, mark-sexp): Make arg optional.
15993 (lisp-complete-symbol): Add optional arg PREDICATE.
15994
15995 * cus-start.el: Add display-buffer-reuse-frames,
15996 file-coding-system-alist.
15997
15998 2000-08-20 Gerd Moellmann <gerd@gnu.org>
15999
16000 * startup.el (command-line): Clear realized faces after
16001 modifying TTY color mappings.
16002
16003 2000-08-20 Miles Bader <miles@gnu.org>
16004
16005 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16006 merely a subset of FACE's attributes.
16007
16008 2000-08-19 Miles Bader <miles@gnu.org>
16009
16010 * comint.el (comint-output-filter): Save the point with a marker,
16011 not just a buffer position.
16012
16013 * international/mule.el (set-buffer-process-coding-system): Make
16014 interactive prompt less confusing.
16015
16016 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16017
16018 * hilit-chg.el: General cleanup of doc strings, comments and
16019 code formatting.
16020
16021 2000-08-19 Miles Bader <miles@gnu.org>
16022
16023 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16024 Compiler macro removed; beginning-of-line is no longer always
16025 equivalent to forward-line, in the presence of fields.
16026
16027 * comint.el (comint-output-filter): Remove ad-hoc saving of
16028 restriction, and just use save-restriction, now that it works
16029 correctly. Don't adjust comint-last-input-start to account for
16030 our insertion; it shouldn't have moved because we don't use
16031 insert-before-markers anymore. Comment out call to
16032 `force-mode-line-update'; why is it here?
16033
16034 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16035 while checking for prompt to delete. Use `forward-line 0'
16036 instead of beginning-of-line.
16037 (gud-filter): Temporarily widen gud comint buffer while
16038 examining output.
16039
16040 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16041
16042 * progmodes/sh-script.el: Big bag of typos.
16043
16044 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16045 check since ispell-process is not bound when ispell is not yet loaded.
16046
16047 2000-08-18 Dave Love <fx@gnu.org>
16048
16049 * image.el (find-image): Copy `spec' before using plist-put.
16050
16051 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16052
16053 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16054 `portugues'.
16055
16056 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16057 backward-kill-sexp, analogous to kill-sexp.
16058
16059 * progmodes/icon.el (icon-indent-line)
16060 (icon-is-continuation-line): Handle comments specially.
16061
16062 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16063
16064 * ispell.el: Set to standard author/maintainer/keyword fields.
16065 Fine tuning to menu map appearance and operation, and added help.
16066 Remove `start' and `end' error messages when compiling.
16067 (ispell-choices-win-default-height): Fixed comment string.
16068 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16069 castellano8 dictionaries.
16070 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16071 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16072 dictionary, added italiano dictionary.
16073 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16074 word character
16075 (ispell-tex-skip-alists): Added psfig support.
16076 (ispell-skip-html): Renamed from ispell-skip-sgml.
16077 (ispell-begin-skip-region-regexp, ispell-skip-region)
16078 (ispell-minor-check): Improved html skipping support to skip across
16079 code, and recognize `&' commands without propper `;' syntax;
16080 (ispell-process-line): Fix alignment error when manually
16081 correcting spelling.
16082 (ispell): Fix comment string.
16083 (ispell-add-per-file-word-list): Always put word list on new line.
16084
16085 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16086
16087 * format.el (format-encode-run-method): Fix error message to say
16088 `encode' instead of `decode'. Use save-window-excursion around
16089 shell-command-on-region as in format-decode-run-method because
16090 shell-command-on-region can display a buffer with error output.
16091 (format-decode): Don't record undo information for the decoding.
16092 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16093 that number part of the temporary buffer name so that more than
16094 one decoding using a temporary buffer can happen safely.
16095
16096 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16097 of `A-z' in the regexp.
16098
16099 * hilit-chg.el: Fix typos in commentary.
16100
16101 * help.el (view-emacs-news): Rewritten for new naming scheme
16102 for old NEWS files.
16103
16104 * startup.el (command-line): Pop to *Messages* in case an error
16105 is signaled while loading user-init-file.
16106
16107 2000-08-17 Andreas Schwab <schwab@suse.de>
16108
16109 * files.el (insert-directory): Don't lose original file name,
16110 undoing an undocumented change.
16111
16112 2000-08-17 Alex Schroeder <alex@gnu.org>
16113
16114 * sql.el (sql-magic-go): Use comint-bol.
16115 (sql-copy-column): Use comint-line-beginning-position.
16116 (comint-line-beginning-position): Define a replacement for
16117 comint-line-beginning-position if it is not fboundp.
16118
16119 2000-08-17 Alex Schroeder <alex@gnu.org>
16120
16121 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16122 it didn't have any effect anyway.
16123
16124 2000-08-17 Alex Schroeder <alex@gnu.org>
16125
16126 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16127 --pset and pager=off instead of sending \\o|cat at the beginning
16128 of the session.
16129
16130 2000-08-17 Miles Bader <miles@gnu.org>
16131
16132 * progmodes/octave-inf.el: Add compatibility definition of
16133 comint-line-beginning-position.
16134
16135 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16136
16137 * startup.el (normal-top-level): Look in each dir in load-path for
16138 a leim-list.el file too. This assures of loading leim-list.el
16139 that is created at Emacs installation time even if a user have his
16140 own leim-list.el.
16141
16142 2000-08-17 Miles Bader <miles@gnu.org>
16143
16144 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16145 foreground color to black if the background is dark.
16146
16147 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16148
16149 * loadhist.el (unload-feature): Typo.
16150
16151 * finder.el (finder-compile-keywords):
16152 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16153 to the generated file.
16154
16155 * mail/mh-e.el (mh-make-local-vars):
16156 Replace make-variable-buffer-local with make-local-variable.
16157
16158 * play/landmark.el:
16159 * options.el (Edit-options-{set,toggle,t,nil}):
16160 * mail/mailabbrev.el (mail-abbrevs-mode):
16161 * textmodes/tex-mode.el (tex-expand-files):
16162 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16163
16164 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16165
16166 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16167 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16168 Allow going past the last element.
16169 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16170 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16171 (cvs-mouse-toggle-mark): Don't move point.
16172 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16173
16174 * progmodes/compile.el (grep): Provide a default set of files.
16175 (next-error): Docstring fix.
16176 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16177
16178 * emacs-lisp/easy-mmode.el (define-minor-mode):
16179 Use `symbol-value' to keep the byte-compiler quiet.
16180
16181 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16182 (diff-find-source-location): New fun, extracted from diff-goto-source.
16183 (diff-goto-source): Use it.
16184 (diff-next-complex-hunk, diff-filter-lines): New function.
16185 (diff-apply-hunk): New command.
16186
16187 * smerge-mode.el (smerge-mode-menu): Doc fix.
16188
16189 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16190
16191 2000-08-16 Dave Love <fx@gnu.org>
16192
16193 * windmove.el (windmove) <defgroup>: Add :version.
16194
16195 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16196 (goto-address-fontify-p, goto-address-highlight-p)
16197 (goto-address-url-face, goto-address-url-mouse-face)
16198 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16199 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16200 (goto-address-fontify, goto-address-at-mouse): Simplify,
16201 (goto-address-at-point): browse-url-url-at-point,
16202 goto-address-find-address-at-point can return nil.
16203 (goto-address-find-address-at-point): Return nil on failure.
16204
16205 * align.el (align) <defgroup>: Add :version.
16206
16207 * calculator.el (calculator): Add :version.
16208 (calculator): Use two lines for calculator window if `modeline'
16209 face is boxed.
16210
16211 * play/5x5.el: Doc fixes.
16212 (5x5) <defgroup>: Add :version.
16213
16214 * play/fortune.el (fortune) <defgroup>: Add :version.
16215 (fortune-append): Fix error message.
16216 (fortune-from-region): Doc fix.
16217
16218 * play/pong.el (pong): Doc fix.
16219
16220 * play/morse.el: Keywords, commentary, autoloads.
16221
16222 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16223
16224 * desktop.el (desktop-save): Don't look at symbol-value of a
16225 member of minor-mode-alist, unless it is boundp.
16226
16227 2000-08-16 Sam Steingold <sds@gnu.org>
16228
16229 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16230 `while'; use `with-current-buffer' instead of `save-excursion'.
16231 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16232
16233 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16234
16235 * international/ccl.el (declare-ccl-program): Docstring modified.
16236 (ccl-execute-with-args): Likewise.
16237
16238 2000-08-16 Miles Bader <miles@gnu.org>
16239
16240 * progmodes/sql.el: Add compatibility definition of
16241 comint-line-beginning-position.
16242
16243 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16244
16245 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16246 'buffer-menu' property.
16247 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16248 fails.
16249 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16250 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16251 wasn't killed.
16252
16253 * buff-menu.el (list-buffers-noselect): Don't display the
16254 *Buffer List* buffer.
16255
16256 * font-lock.el: Require jit-lock to prevent a very late
16257 `Loading jit-lock' message.
16258
16259 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16260 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16261 mail address.
16262
16263 2000-08-15 Miles Bader <miles@gnu.org>
16264
16265 * textmodes/ispell.el (ispell-graphic-p): New constant.
16266 (ispell-choices-win-default-height, ispell-help): Use
16267 `ispell-graphic-p' instead of `xemacsp'.
16268
16269 2000-08-15 Dave Love <fx@gnu.org>
16270
16271 * simple.el: Autoload widget-convert when compiling.
16272 (mail-user-agent): Doc fix.
16273
16274 * help.el (function-called-at-point, variable-at-point): Use
16275 with-syntax-table.
16276 (help-manyarg-func-alist): Add insert-and-inherit.
16277
16278 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16279
16280 * delsel.el (delsel-unload-hook): New function.
16281
16282 * find-file.el: Doc fixes. Move provide to end.
16283 (ff) <defgroup>: Add :link.
16284 (ff-goto-click): Deleted.
16285 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16286 Use mouse-set-point.
16287
16288 * textmodes/tildify.el: Doc fixes.
16289 (tildify) <defgroup>: Add:version.
16290
16291 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16292 (glasses-custom-set): Use set-default, not set.
16293 (minor-mode-alist): Propertize the lighter.
16294 (glasses-mode): Provide optional arg.
16295
16296 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16297 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16298 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16299 option. Provide :type.
16300 (cwarn-configuration): Provide :type.
16301 (cwarn-mode): Doc fix.
16302
16303 * add-log.el (change-log-merge): Doc fix.
16304 (change-log-redate): New command.
16305
16306 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16307 Doze and Dog.
16308 (browse-url): Use dolist, not mapcar.
16309 (browse-url-at-point): Check for null url.
16310 (browse-url-event-buffer, browse-url-event-point): Functions
16311 deleted.
16312 (browse-url-at-mouse, browse-url-netscape): Simplify.
16313
16314 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16315 modes.
16316 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16317 Fix previous change to mapcan.
16318 (msb--init-file-alist, msb--add-separators)
16319 (msb--make-keymap-menu): Simplify.
16320 (msb--choose-file-menu): Use copy-sequence.
16321 (msb-mode-map): Add title to keymap.
16322 (msb-unload-hook): New function.
16323
16324 * bs.el: Fix indentation.
16325 (bs) <defgroup>: Add :links.
16326 (bs-show): Doc fix.
16327 (bs-apply-sort-faces): Don't use window-system.
16328 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16329
16330 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16331
16332 * calendar/timeclock.el (timeclock-file): Run .timelog through
16333 convert-standard-filename.
16334
16335 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16336
16337 * emacs-lisp/authors.el: New file.
16338
16339 * paren.el (show-paren-priority): New user option.
16340 (show-paren-function): Set overlay priorities to
16341 show-paren-priority.
16342
16343 2000-08-14 Miles Bader <miles@gnu.org>
16344
16345 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16346 beginning-of-line with inhibit-field-text-motion bound.
16347
16348 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16349
16350 * calendar/timeclock.el: New file.
16351
16352 2000-08-14 David Ponce <david@dponce.com>
16353
16354 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16355 `widget-button-click'. so that one can use left mouse button to
16356 click on dialog buttons.
16357
16358 2000-08-14 Emmanuel Briot <briot@gnat.com>
16359
16360 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16361 identifiers, since XML is case sensitive
16362
16363 2000-08-12 Miles Bader <miles@gnu.org>
16364
16365 * comint.el (comint-output-filter): Don't bother frobbing
16366 window-start, it doesn't seem to be necessary.
16367
16368 * comint.el (comint-send-string, comint-send-region): Make into
16369 real functions. Snapshot the prompt before sending.
16370
16371 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16372
16373 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16374 technique similar to Info-index, instead of relying on specific
16375 names of relevant Index nodes.
16376 (Info-goto-emacs-command-node): Bind Info-history to nil when
16377 going to the first node found by Info-find-emacs-command-nodes.
16378
16379 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16380
16381 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16382
16383 2000-08-10 Miles Bader <miles@gnu.org>
16384
16385 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16386
16387 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16388
16389 * info.el (Info-file-list-for-emacs): More elements for the
16390 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16391 and woman manuals.
16392
16393 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16394
16395 * comint.el (comint-send-input): Make the newline boundary overlay
16396 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16397 (comint-output-filter): Use `insert' instead of
16398 `insert-before-markers'. Extend comint-last-output-overlay when
16399 necessary since we can't rely on insert-before-markers to do it.
16400 * gud.el (gud-filter): Use `with-current-buffer' instead of
16401 save-excursion when inserting the output, so that point gets
16402 updated correctly; the old method relied on a rather dodgy
16403 side-effect of comint-output-filter to avoid the effect of
16404 save-excursion.
16405
16406 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16407
16408 * files.el (recover-file): Call insert-directory instead of
16409 invoking `ls' directly.
16410
16411 2000-08-10 Miles Bader <miles@gnu.org>
16412
16413 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16414 (comint-last-prompt-overlay): New variables.
16415 (comint-output-filter): Implement prompt highlighting.
16416 (comint-snapshot-last-prompt): New function.
16417 (comint-send-input): Snapshot the last prompt.
16418 Use comint-highlight-input-face.
16419 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16420 Use defface instead of defcustom.
16421 (send-invisible, comint-send-eof): Snapshot the last prompt.
16422 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16423 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16424
16425 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16426
16427 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16428 (regexp-opt-group): Use a list of chars for `letters'.
16429 (regexp-opt-charset): `chars' is now a list of chars.
16430 Use a char-table rather than a vector so it works for multibyte chars.
16431
16432 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16433 Set cvs-minor-current-files to the selected fileinfo.
16434 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16435 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16436
16437 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16438
16439 * files.el (insert-directory): Don't call access-file on
16440 directories on DOS and Windows.
16441
16442 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16443
16444 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16445 longer if necessary.
16446 (ccl-embed-code): Call ccl-embed-data to store CODE in
16447 ccl-program-vector.
16448
16449 2000-08-09 Miles Bader <miles@gnu.org>
16450
16451 * comint.el (comint-output-filter): Properly handle the case where
16452 the text surrounded by comint-last-output-overlay was deleted.
16453
16454 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16455
16456 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16457 non-nil.
16458 (Info-file-list-for-emacs): Remove "info" from the list because
16459 that leads to trying to use the documentation from file `info'
16460 in various situations where it isn't appropriate, for instance
16461 C-h C-k C-h i.
16462
16463 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16464 DIR and/or STRING are nil.
16465
16466 * progmodes/compile.el (compilation-setup): Make variable
16467 compilation-error-screen-columns buffer-local, as some comment
16468 in the code suggests it should be.
16469
16470 * files.el (auto-mode-interpreter-regexp): New variable.
16471 (set-auto-mode): Use it.
16472
16473 * indent.el (indent-for-tab-command): Doc fix.
16474
16475 * mouse-sel.el (mouse-sel-mode): Doc fix.
16476
16477 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16478 labels.
16479
16480 * help.el (print-help-return-message): When
16481 display-buffer-reuse-frames is set, let the help window been quit,
16482 instead of deleting it, which might delete a reused frame.
16483
16484 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16485
16486 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16487 rename a directory to a name that differs only by its letter case.
16488
16489 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16490
16491 * international/quail.el (quail-define-rules): Handle Quail decode
16492 map correctly. Add code for supporting annotations.
16493 (quail-install-decode-map): New function.
16494 (quail-defrule-internal): New optional arguments decode-map and
16495 props.
16496 (quail-advice): New function.
16497
16498 2000-08-07 Sam Steingold <sds@gnu.org>
16499
16500 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16501 `defconst', `define-condition', `with-slots'.
16502 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16503
16504 2000-08-03 Miles Bader <miles@gnu.org>
16505
16506 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16507 New variable.
16508 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16509 comint-use-prompt-regexp-instead-of-fields.
16510 (comint-send-input): Add `input' field property to stuff we send to
16511 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16512 (comint-output-filter): Add `output' field property to process
16513 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16514 (comint-replace-by-expanded-history)
16515 (comint-get-old-input-default, comint-show-output)
16516 (comint-backward-matching-input, comint-forward-matching-input)
16517 (comint-next-prompt, comint-previous-prompt): Use field
16518 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16519 (comint-line-beginning-position): New function.
16520 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16521 (comint-replace-by-expanded-history-before-point): Use
16522 comint-line-beginning-position and line-end-position.
16523 (comint-last-output-overlay): New variable.
16524 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16525
16526 * shell.el (shell-prompt-pattern): Doc change.
16527 (shell-backward-command): Use line-beginning-position.
16528
16529 * gud.el (gud-gdb-complete-command): Use
16530 comint-line-beginning-position.
16531
16532 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16533 comint-bol doesn't actually go to the beginning of the line.
16534
16535 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16536 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16537 (try-expand-line-all-buffers): Likewise.
16538
16539 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16540 explicitly matching comint-prompt-regexp.
16541 (sql-copy-column): Use comint-line-beginning-position instead of
16542 explicitly matching comint-prompt-regexp.
16543
16544 * progmodes/octave-inf.el (inferior-octave-complete): Use
16545 comint-line-beginning-position.
16546
16547 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16548
16549 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16550 looking for a prompt, use `forward-line 0' instead of
16551 `beginning-of-line', to avoid getting caught by an input field.
16552
16553 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16554
16555 * files.el (shell-quote-wildcard-pattern): Make sure to return
16556 PATTERN, in the Unix case.
16557
16558 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16559
16560 * play/zone.el (zone): Discard any pending input before running
16561 the randomly-chosen pgm.
16562
16563 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16564
16565 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16566 checking the existence of any multibyte characters.
16567
16568 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16569
16570 * help.el (describe-mode): Test minor-mode symbol for being
16571 bound before testing its value for being nil.
16572
16573 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16574 `first', `second', and `third'.
16575
16576 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16577 (second): Make it an alias for `cadr'.
16578
16579 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16580
16581 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16582 types of display support faces now.
16583
16584 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16585
16586 * pcvs.el (require): Require `cl' during compilation, only.
16587
16588 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16589 (toplevel): Remove `remq' and `remove' from autoloads.
16590 (cl-fake-autoloads): New variable. If set, arrange for an error
16591 when CL functions etc. are autoloaded.
16592
16593 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16594
16595 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16596
16597 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16598 popped up, but the user clicks outside the menu, return an empty
16599 regexp (that causes unhighlight-regexp to have no effect).
16600
16601 * menu-bar.el (menu-bar-games-menu): Add Zone.
16602
16603 * hi-lock.el (toplevel): Require font-lock.
16604
16605 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16606
16607 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16608 (ebnf-8-bit-chars): New var for bug fix.
16609 (ebnf-string): Bug fix.
16610
16611 2000-08-03 Sam Steingold <sds@gnu.org>
16612
16613 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16614 instead of `buffer-string'.
16615 (require 'cl): Always, not just when compiling.
16616 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16617 necessary.
16618
16619 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16620
16621 * international/mule-cmds.el (select-safe-coding-system): Make
16622 the message text about selecting a safe coding system more clear.
16623
16624 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16625
16626 * hi-lock.el: New file.
16627
16628 * play/zone.el: New file.
16629
16630 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16631 value of tab-width in the original buffer. Choose a line number
16632 format that's a multiple of the original buffer's tab width, so
16633 that lines appear right.
16634
16635 * textmodes/ispell.el (ispell): New function, replacing an alias.
16636 Spell-check active region if in transient-mark-mode and mark
16637 is active; otherwise spell-check buffer.
16638
16639 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16640
16641 * ps-mule.el: Fix a customization problem on
16642 ps-mule-font-info-database-default.
16643
16644 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16645
16646 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16647 display-mouse-p instead of window-system.
16648 (ebrowse-member-mode-map): Ditto.
16649
16650 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16651
16652 * progmodes/ebnf2ps.el: Update ps-print functions call.
16653 Indentation fix. Doc fix.
16654 (ebnf-version): New version number (3.2).
16655 (ebnf-format-color, ebnf-begin-job): Code fix.
16656
16657 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16658
16659 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16660 font lock support on window-system.
16661 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16662
16663 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16664 display-color-p, if fboundp, instead of window-system.
16665
16666 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16667
16668 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16669 instead of window-system.
16670
16671 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16672 window-system.
16673 (widget-choice-mouse-down-action): Use display-popup-menus-p
16674 instead of window-system.
16675
16676 * strokes.el (strokes-file): Run the file name through
16677 convert-standard-filename.
16678 (strokes-mode): Call display-mouse-p instead of looking at
16679 window-system. Change the error message accordingly.
16680
16681 * progmodes/cpp.el (toplevel): Support faces on tty's.
16682
16683 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16684 (lm-plot-square, lm-init-display): Don't use window-system.
16685
16686 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16687 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16688
16689 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16690 instead of looking at window-system.
16691
16692 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16693
16694 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16695 of testing if iswitchb-prepost-hooks is bound, because the
16696 latter will always be true when invoking a recursive minibuffer
16697 from an active Iswitchb buffer.
16698
16699 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16700
16701 * files.el (shell-quote-wildcard-pattern): New function.
16702 (insert-directory): Call it. Only prepend "\" to command on Unix
16703 and GNU/Linux systems.
16704
16705 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16706
16707 * eshell/esh-groups.el: Change custom :link file names
16708 from `eshell.info' to `eshell'.
16709
16710 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16711
16712 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16713 correctly in recursive ange-ftp listings.
16714
16715 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16716
16717 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16718 ps-header-font-size-internal and
16719 ps-header-title-font-size-internal variables are not set,
16720 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16721 face text property is (foreground-color . COLOR) or
16722 `(background-color . COLOR)', ps-print crashes. Doc fix.
16723 (ps-print-version): New version number (5.2.4).
16724 (ps-plot-region): Code fix.
16725 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16726 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16727 Bug fix 2.
16728
16729 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16730
16731 * glasses.el (glasses-make-readable): Fix uncapitalization of
16732 identifiers like `myXMLDocument'.
16733
16734 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16735
16736 * mail/mail-hist.el (mail-hist-previous-input)
16737 (mail-hist-next-input): Do the obvious code factorization.
16738 (mail-hist-retrieve-and-insert): New func, contains common
16739 code of above two.
16740 If inserting a message body, leave point at top.
16741
16742 2000-07-28 Sam Steingold <sds@gnu.org>
16743
16744 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16745 Use `<=', not `<' to compare times!
16746 (ange-ftp-ls): Remove.
16747
16748 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16749
16750 * play/cookie1.el: Add explanation of how to make cookie.el
16751 compatible with strfile(1) to comment.
16752
16753 * subr.el (remove, remq): New functions.
16754
16755 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16756 escape `*' in regexps.
16757 (midnight-find): Reverse order of arguments in the funcall of
16758 TEST.
16759
16760 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16761 and `.class'.
16762
16763 * play/meese.el: Add Commentary section.
16764
16765 2000-07-27 Alex Schroeder <alex@gnu.org>
16766
16767 * sql.el (sql-ms): Added autoload cookie.
16768 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16769 (sql-oracle): Ditto.
16770 (sql-help): Doc change.
16771
16772 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16773 types and exceptions.
16774
16775 2000-07-27 Alex Schroeder <alex@gnu.org>
16776
16777 * sql.el (sql-placeholder-history): New variable.
16778 (sql-query-placeholders-and-send): New function that will query
16779 the user and replace placeholders with user input.
16780 (sql-oracle): If running on NT, set comint-input-sender to
16781 sql-query-placeholders-and-send.
16782
16783 (sql-stop): If in the SQLi buffer, insert stop notification, else
16784 present it as a message.
16785
16786 2000-07-27 Alex Schroeder <alex@gnu.org>
16787
16788 * sql.el (sql-input-ring-separator): Doc change.
16789 (sql-input-ring-file-name): Doc change.
16790 (sql-interactive-mode): Use `sql-input-ring-separator' and
16791 `sql-input-ring-file-name' to set the comint-mode equivalents
16792 without making them local variables.
16793 (sql-stop): Don't bind `sql-input-ring-separator' and
16794 `sql-input-ring-file-name' dynamically to their comint-mode
16795 equivalents.
16796
16797 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16798
16799 * international/mule.el (register-char-codings): New function.
16800 (make-coding-system): Handle `safe-chars' specification in the arg
16801 PROPERTY.
16802
16803 * international/mule-cmds.el
16804 (find-coding-systems-region-subset-p): This function deleted.
16805 (sort-coding-systems-predicate): New variable.
16806 (sort-coding-systems): New function.
16807 (find-coding-systems-region): Use
16808 find-coding-systems-region-internal.
16809 (find-coding-systems-string): Use find-coding-systems-region.
16810 (find-coding-systems-for-charsets): Check
16811 char-coding-system-table.
16812 (select-safe-coding-system-accept-default-p): New variable.
16813 (select-safe-coding-system): Mostly rewritten. New argument
16814 ACCEPT-DEFAULT-P.
16815 (select-message-coding-system): Call select-safe-coding-system
16816 with ACCEPT-DEFAULT-P arg.
16817 (reset-language-environment): Reset default-sendmail-coding-system
16818 to the default value iso-latin-1.
16819 (set-language-environment): Don't set the obsolete variable
16820 charset-origin-alist.
16821
16822 * international/codepage.el (cp-coding-system-for-codepage-1):
16823 Give `safe-chars' property to make-coding-system.
16824
16825 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16826 calling select-message-coding-system twice.
16827
16828 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16829 instead of `safe-charsets'.
16830 (cyrillic-alternativnyj): Likewise.
16831 (ccl-encode-alternativnyj): Don't check the charset
16832 cyrillic-iso8859-5.
16833
16834 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16835
16836 * composite.el (compose-chars-after): Preserve match data.
16837
16838 2000-07-26 Sam Steingold <sds@gnu.org>
16839
16840 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16841 (ange-ftp-real-file-newer-than-file-p): New function.
16842 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16843 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16844
16845 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16846 * midnight.el (midnight-float-time): Ditto.
16847
16848 2000-07-26 Andreas Schwab <schwab@suse.de>
16849
16850 * files.el (normal-backup-enable-predicate): Correct
16851 interpretation of the return value of compare-strings.
16852
16853 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16854
16855 * isearch.el (isearch-resume): New function.
16856 (isearch-done): Add something to command-history to resume
16857 the search.
16858 (isearch-yank-line, isearch-yank-word): Use
16859 buffer-substring-no-properties instead of buffer-substring.
16860
16861 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16862 of flyspell-mouse-map.
16863
16864 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16865 duplicate definition.
16866 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16867
16868 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16869 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16870
16871 2000-07-25 Sam Steingold <sds@gnu.org>
16872
16873 * net/ange-ftp.el: Get modtime over the net.
16874 (ange-ftp-file-modtime): New function.
16875 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16876 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16877 Use it.
16878 (ange-ftp-dot-to-slash): New function.
16879 (ange-ftp-fix-name-for-vms): Use it.
16880
16881 * midnight.el (midnight-buffer-display-time): Use
16882 `with-current-buffer'.
16883
16884 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16885
16886 * find-dired.el: Update copyright notice.
16887 (find-dired): Offer to kill a running `find'.
16888
16889 * enriched.el (enriched-face-ans): For a `foreground-color'
16890 property, return '(("x-color" COLOR))' so that COLOR will be
16891 output as a parameter of the x-color annotation. Likewise for the
16892 `background-color' property. In the case of normal face
16893 properties, don't return annotations for unspecified foreground
16894 and background face attributes.
16895
16896 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16897
16898 * language/japan-util.el (japanese-katakana-region): Fix handling
16899 HANKAKU argument.
16900
16901 2000-07-25 Miles Bader <miles@gnu.org>
16902
16903 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16904 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16905 constrain-to-field.
16906
16907 2000-07-24 Andrew Innes <andrewi@gnu.org>
16908
16909 * timer.el (timer-activate-when-idle): Add optional parameter
16910 DONT-WAIT. Update docstring.
16911 (run-with-idle-timer): Specify extra parameter to
16912 timer-activate-when-idle, so that timer will be activated
16913 immediately if Emacs is already idle.
16914
16915 * w32-fns.el (w32-using-nt): Fix docstring.
16916
16917 2000-07-24 Dave Love <fx@gnu.org>
16918
16919 * mouse.el (popup-menu): Set last-command-event.
16920 (mouse-major-mode-menu-prefix): Declare.
16921
16922 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16923
16924 * textmodes/flyspell.el: Update to author's version 1.5d.
16925
16926 * progmodes/hideshow.el: Update copyright notice.
16927
16928 * vcursor.el: Set maintainer to FSF, since author cannot
16929 be reached.
16930
16931 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16932
16933 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16934 the prompt.
16935
16936 * mouse.el (popup-menu): Run the keymap through indirect-function,
16937 in case it was defined with define-prefix-key. If the menu is a
16938 list of keymaps, look up the binding of user's choice in each one
16939 of the keymaps.
16940 (mouse-popup-menubar): If the global and local menu-bar keymaps
16941 don't have a prompt string, create one and insert it into the
16942 keymap. Don't barf if current-local-map returns nil.
16943
16944 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16945
16946 * dired.el (dired-sort-R-check): Added to allow recursive listing
16947 to be undone.
16948 (dired-sort-other): Use it.
16949
16950 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16951
16952 * Release of cc-mode 5.27
16953
16954 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16955
16956 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16957 c-beginning-of-statement-1 that caused a bad case of recursion
16958 which could consume a lot of CPU in large classes in languages
16959 that have in-expression classes (i.e. Java and Pike).
16960
16961 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16962 statements before top level constructs (i.e. case 6 is moved
16963 before case 5 and is now case 4) to catch in-expression
16964 classes in top level expressions correctly.
16965
16966 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16967
16968 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16969 objc-method-intro. Case 4 removed and case 5I added.
16970
16971 * cc-langs.el (c-append-paragraph-start): New variable used by
16972 c-common-init to get paragraph-start correct.
16973 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16974 initialize paragraph-start to make it correct both with and
16975 without the javadoc special case.
16976
16977 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16978 initialize paragraph-start for javadoc markup.
16979
16980 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16981 change by defaulting this to t. It's motivated by the
16982 confusing behavior that otherwise arise from the style system
16983 when editing both java and non-java files at the same time
16984 (see the comments about style setting in c-common-init).
16985
16986 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16987
16988 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16989 similar to the one in c-fill-paragraph to check the fill
16990 prefix from the adaptive fill function for sanity.
16991
16992 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16993
16994 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
16995 defun block.
16996
16997 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16998
16999 * cc-align.el (c-lineup-multi-inher): Handle lines with
17000 leading comma nicely. Extended to handle member initializers
17001 too.
17002
17003 * cc-engine.el: (c-beginning-of-inheritance-list,
17004 c-guess-basic-syntax): Fixed recognition of inheritance lists
17005 when the lines begins with a comma.
17006
17007 * cc-vars.el (c-offsets-alist): Changed default for
17008 member-init-cont to c-lineup-multi-inher since it now handles
17009 member initializers and indents better for leading commas.
17010
17011 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17012
17013 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17014 handling that caused class open lines to be recognized as
17015 statement-conts in some cases.
17016
17017 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17018 guessed by the adaptive fill function unless point is on the
17019 first line of a block comment.
17020
17021 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17022 when the buffer ends with a macro continuation char.
17023
17024 * cc-engine.el (c-guess-basic-syntax): Added support for
17025 function definitions as statements in Pike. The first
17026 statement in a lambda block is now labeled defun-block-intro
17027 instead of statement-block-intro.
17028
17029 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17030 so that the class surrounding point is selected, not the one
17031 innermost in the state.
17032
17033 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17034 recognition of switch labels having hanging multiline
17035 statements.
17036
17037 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17038 some code in c-guess-basic-syntax to a separate function.
17039 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17040 recognition of member inits with multiple line arglists.
17041 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17042 member-init-cont when the commas are in funny places.
17043
17044 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17045
17046 * cc-defs.el (c-auto-newline): Removed this macro since it's
17047 not used anymore.
17048
17049 * cc-engine.el (c-looking-at-bos): New helper function.
17050 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17051 inexpr and toplevel classes apart in Pike.
17052
17053 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17054 of case 9A.
17055
17056 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17057 constant, since "class" can introduce an in-expression class
17058 in Pike nowadays.
17059
17060 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17061
17062 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17063 indentation on cpp-macro lines.
17064
17065 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17066 a syntax modifier like comment-intro, to make it possible to
17067 get syntactic indentation for preprocessor directives. It's
17068 incompatible wrt to lineup functions on cpp-macro, but it has
17069 no observable effect in the 99.9% common case where cpp-macro
17070 is set to -1000.
17071
17072 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17073
17074 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17075 member-init-cont when the preceding arglist is several lines.
17076
17077 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17078
17079 * cc-styles.el (c-style-alist): The basic offset for the BSD
17080 style corrected to 8.
17081
17082 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17083
17084 * cc-styles.el (c-style-alist): Adjusted the indentation of
17085 brace list openers in the gnu style.
17086
17087 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17088
17089 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17090
17091 * cc-cmds.el (c-electric-brace, c-electric-slash,
17092 c-electric-star, c-electric-semi&comma, c-electric-colon,
17093 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17094 when c-syntactic-indentation is nil.
17095
17096 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17097 we were left at comments preceding the first statement when
17098 reaching the beginning of the buffer.
17099
17100 * cc-vars.el (c-syntactic-indentation): New variable to turn
17101 off all syntactic indentation.
17102
17103 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17104
17105 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17106 between the text and the block comment ender when it hangs,
17107 depending on how many there are before the fill.
17108
17109 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17110
17111 * cc-engine.el (c-beginning-of-closest-statement): New helper
17112 function to go back to the closest preceding statement start,
17113 which could be inside a conditional statement.
17114 * cc-engine.el (c-guess-basic-syntax): Use
17115 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17116
17117 * cc-engine.el (c-guess-basic-syntax): Better handling of
17118 arglist-intro, arglist-cont-nonempty and arglist-close when
17119 the arglist is nested inside parens. Cases 7A, 7C and 7F
17120 changed.
17121
17122 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17123 up-to-date with javadoc 1.2.
17124
17125 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17126
17127 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17128 multiline Pike type decls.
17129
17130 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17131
17132 * cc-cmds.el (c-indent-new-comment-line): Always break
17133 multiline comments in multiline mode, regardless of
17134 comment-multi-line.
17135
17136 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17137
17138 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17139 fully::qualified::names in C++ member init lists. Preamble in
17140 case 5D changed.
17141
17142 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17143
17144 * cc-langs.el (c-common-init): Handling of obsolete variables
17145 moved to c-initialize-cc-mode. More compatible style override
17146 when using global style variables.
17147 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17148 variables moved here.
17149
17150 * cc-styles.el (c-make-styles-buffer-local): Flag style
17151 variable localness in c-style-variables-are-local-p to make
17152 the compatibility measure in c-common-init work well.
17153
17154 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17155 longer contain set-from-style.
17156 * cc-styles.el (c-initialize-builtin-style): Don't check for
17157 set-from-style on c-special-indent-hook.
17158 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17159 copy-alist is sufficient now.
17160
17161 * cc-styles.el (c-set-style, c-set-style-1,
17162 c-get-style-variables): Fixes to variable initialization so
17163 that duplicate entries in styles have the same effect
17164 regardless of DONT-OVERRIDE.
17165
17166 * cc-styles.el (c-set-style-2): Fixed bug where the
17167 initialization of inheriting styles failed when the
17168 dont-override flag is set.
17169
17170 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17171 on this.
17172
17173 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17174
17175 * cc-defs.el (c-forward-comment): Removed the workaround
17176 introduced in 5.38 since it had worse side-effects. If a line
17177 contains the string "//\"", it regarded the // as a comment
17178 start since the \ temporarily doesn't have escape syntax.
17179
17180 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17181
17182 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17183 ada-xref.el before ada-prj.el, so that the Project menu is created
17184 when ada-prj tries to add to it.
17185 (ada-activate-keys-for-case): Suppress the characters that are not
17186 part of the Ada syntax. Better compatibility with else-mode
17187 (ada-adjust-case-interactive): When auto-casing is not active,
17188 correctly insert newlines (used to insert only ^M). Prevent the
17189 syntax table from being changed in case of an error
17190 (or '_' becomes part of a word and some commands are confused).
17191 Do nothing if ada-auto-case is nil.
17192 (ada-after-keyword-p): Ignore keywords that are also attributes
17193 (ada-batch-reformat): Update usage comment
17194 (ada-call-from-contextual-menu): New function
17195 (ada-case-read-exceptions): Reinitialize the casing exception list
17196 first to nil first, so that the casing exception file can be
17197 shared.
17198 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17199 files.
17200 (ada-compile-goto-error): Fix regexp used to detect a file:line
17201 anywhere in the error message
17202 (ada-contextual-menu-last-point): New variable
17203 (ada-create-keymap): If the variable delete-key-deletes-forward is
17204 t on XEmacs, it means that DEL should delete one character
17205 forward.
17206 (ada-create-menu): Use :included instead of :visible for XEmacs.
17207 New submenu "Options".
17208 (ada-end-stmt-re): Correctly indent "select ... then abort"
17209 statements.
17210 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17211 even if they don't match ada-fill-comment-prefix Fix handling of
17212 paragraphs on the first or last line of a file.
17213 (ada-format-paramlist): Fix handling of default parameter values.
17214 (ada-get-body-name): New function.
17215 (ada-get-current-indent): Optimized by searchling directly for an
17216 existing generic part or a statement outside of it. Handle
17217 ada-indent-align-comments when indenting comments Replaced some
17218 regexps by testing directly the next character. This results in a
17219 huge speedup on some files. New indentation scheme for renames
17220 statements. Stop looking for the 'while' or 'for' associated with
17221 a 'loop' at the first semicolon encountered. A "return" can also
17222 match an anonymous access subprogram declaration.
17223 (ada-get-indent-noindent): Ignore strings and comments when
17224 looking for the keywords "record" and "private".
17225 (ada-goto-matching-decl-start): When matching "if", make sure we
17226 are not in fact seeing "end if". Ignore "when" statements except
17227 when initial keyword was "begin". Fix handling of nested
17228 procedures. Add a recursive call to this function to skip over
17229 other 'end' statmts. Fix indentation for "when .. => begin"
17230 (ada-in-open-paren-p): Fix indentation for complex boolean
17231 expressions, where 'and then', 'or else' and parenthesis
17232 statements are mixed up.
17233 (ada-in-paramlist-p): Skip comments while searching for the
17234 beginning Fix handling of operator declarations.
17235 (ada-indent-align-comments): New variable
17236 (ada-indent-current): Change the syntax table only in the
17237 protected section, so that we are sure it is restored correctly.
17238 (ada-indent-on-previous-lines): Use ada-use-indent and
17239 ada-with-indent Correctly indent "select ... then"
17240 (ada-indent-region): Slight speedup.
17241 (ada-indent-renames): New variable.
17242 (ada-last-which-function-subprog, ada-last-which-function-line):
17243 New variables
17244 (ada-looking-at-semi-private): Correctly indent the 'private'
17245 keyword when it is the first word in a package declaration.
17246 (ada-loose-case-word): Stop searching if at the end of the buffer.
17247 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17248 even if point is not initially at the end of the word.
17249 (ada-matching-decl-start-re): Add "when".
17250 (ada-mode): Add support for abbrev-mode, outline-mode and
17251 which-func-mode Override the old find-file.el entry in
17252 ff-special-constructs since it is using the obsolete
17253 ada-spec-suffix variable
17254 (ada-no-auto-case): New function
17255 (ada-scan-paramlist): When parsing the argument type, accept
17256 spaces (as in "X 'Class", generated by Rational Rose).
17257 (ada-other-file-name): No longer loads the other file.
17258 (ada-popup-menu): Save and restore the current buffer and cursor
17259 position before and after displaying the menu.
17260 (ada-search-ignore-complex-boolean): New function.
17261 (ada-uncomment-region): Emacs21 already knows how to delete
17262 comments not starting in the first column.
17263 (ada-use-indent): New variable
17264 (ada-which-function): New function.
17265 (ada-with-indent): New variable
17266 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17267 can be batch-compiled from the command line.
17268
17269 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17270 Add to the menu when the file is loaded, not in ada-mode-hook.
17271 Add -toolbar to the default ddd command Switches moved from
17272 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17273 ada-prj-default-comp-opt
17274 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17275 Reference Manual to the menu
17276 (ada-check-current): rewritten as a call to ada-compile-current
17277 (ada-compile): Removed.
17278 (ada-compile-application, ada-compile-current, ada-check-current):
17279 Set the compilation-search-path so that compile.el automatically
17280 finds the sources in src_dir. Automatic scrollong of the
17281 compilation buffer. C-uC-cC-c asks for confirmation before
17282 compiling
17283 (ada-compile-current): New parameter, prj-field
17284 (ada-complete-identifier): Load the .ali file before doing
17285 processing
17286 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17287 conform to gnatmake's behavior.
17288 (ada-find-file-in-dir): New function
17289 (ada-find-references): Set the environment variables for gnatfind
17290 (ada-find-src-file-in-dir): New function.
17291 (ada-first-non-nil): Removed
17292 (ada-gdb-application): Add support for jdb, the java debugger.
17293 (ada-get-ada-file-name): Load the original-file first if not done
17294 yet.
17295 (ada-get-all-references): Handles the new ali syntax (parent types
17296 are found between <>).
17297 (ada-initialize-runtime-library): New function
17298 (ada-mode-hook): Always load a project file when a file is opened,
17299 so that the casing exceptions are correctly read.
17300 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17301 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17302 to open the project file, since the latter does not work with
17303 speedbar Get default values before loading the prj file, or the
17304 default executable file name is wrong. Use the absolute value of
17305 src_dir to initialize ada-search-directories and
17306 compilation-search-path,... Add the standard runtime library to
17307 the search path for find-file.
17308 (ada-prj-default-debugger): Was missing an opening '{'
17309 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17310 variables.
17311 (ada-prj-default-gnatmake-opt): New variable
17312 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17313 buffers, the project file is the default one Save the windows
17314 configuration before displaying the menu.
17315 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17316 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17317 ...) regexp-quote identifiers names to support operators +,
17318 -,... in regexps.
17319 (ada-remote): New function.
17320 (ada-run-application): Erase the output buffer before starting the
17321 run Support remote execution of the application. Use
17322 call-process, or the arguments are incorrectly parsed
17323 (ada-set-default-project-file): Reread the content of the active
17324 project file, not the one from the current buffer When a project
17325 file is set as the default project, all directories are
17326 automatically associated with it.
17327 (ada-set-environment): New function
17328 (ada-treat-cmd-string): New special variable ${current}
17329 (ada-treat-cmd-string): Revised. The substitution is now done for
17330 any ${...} substring
17331 (ada-xref-current): If no body was found, compiles the spec
17332 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17333 compiler to get rid of command line length limitations.
17334 (ada-xref-get-project-field): New function
17335 (ada-xref-project-files): New variable
17336 (ada-xref-runtime-library-specs-path)
17337 (ada-xref-runtime-library-ali-path): New variables
17338 (ada-xref-set-default-prj-values): Default run command now does a
17339 cd to the build directory. New field: main_unit Provide a default
17340 file name even if the current buffer has no prj file.
17341
17342 * ada-prj.el:
17343 Rewritten to show a tabbed-dialog.
17344 (ada-prj-add-ada-menu): Remove the map and name parameters.
17345 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17346 New function
17347 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17348 (ada-prj-load-from-file): New function
17349 (ada-prj-save): Always save fields that depend on the current buffer
17350 (ada-prj-show-value): New function
17351
17352 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17353 Ada mode. This will allow us to display the Ada menu in any buffer
17354 we want (for project items).
17355 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17356 number of spaces in the header.
17357
17358 2000-07-24 Dave Love <fx@gnu.org>
17359
17360 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17361
17362 2000-07-23 Noah Friedman <friedman@splode.com>
17363
17364 * type-break.el (type-break): perform autosave.
17365 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17366 (type-break-do-query): Cancel query schedule while performing
17367 actual query, to avoid possibility of a second query being made
17368 while first one is already in progress.
17369 (type-break-time-stamp-format): New variable.
17370 (type-break-time-stamp): New function.
17371 (type-break-time-warning): Use it.
17372 (type-break-keystroke-warning): Use it.
17373 (type-break-noninteractive-query): Use it.
17374
17375 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17376 cookie.
17377 Use add-minor-mode to set minor-mode-alist, if available.
17378 (eldoc-echo-area-use-multiline-p): New user option.
17379 (eldoc-echo-area-multiline-supported-p): New variable.
17380 (eldoc-docstring-format-sym-doc): Use them.
17381 (eldoc-mode): If not using idle timers, append to local post and
17382 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17383 (eldoc-display-message-no-interference-p): Don't interfere with
17384 edebug.
17385 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17386 (eldoc-function-arglist): New function.
17387 (eldoc-function-argstring): Use it.
17388
17389 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17390 auto save directory exists before calling directory-files.
17391
17392 2000-07-23 Dave Love <fx@gnu.org>
17393
17394 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17395 ^o, ^u.
17396
17397 2000-07-21 Dave Love <fx@gnu.org>
17398
17399 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17400 now passed to the function. It now works properly.
17401
17402 * smerge-mode.el (smerge-mode-menu): Fill it out.
17403
17404 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17405
17406 * info-look.el (info-lookup): If *info* is shown in another frame
17407 on the same display, select that frame, instead of switching to
17408 the Info buffer in another window of the selected frame.
17409
17410 * simple.el (universal-argument-map): Bind numeric keypad keys
17411 kp-0 to kp-9 and kp-subtract.
17412 (digit-argument): Handle these keys.
17413
17414 2000-07-20 Dave Love <fx@gnu.org>
17415
17416 * net/goto-addr.el (goto-address-fontify): Don't bother with
17417 buffer-modified and read-only stuff -- irrelevant with overlays.
17418 Put an extra property on the overlays and use it to clean up in
17419 case goto-address is re-run.
17420
17421 2000-07-19 Richard M. Stallman <rms@gnu.org>
17422
17423 * timer.el (run-with-idle-timer): Doc fix.
17424
17425 * mail/mail-utils.el (mail-strip-quoted-names):
17426 Handle case where <...> appears inside "...".
17427 Use replace-match to edit the string more simply.
17428 (rmail-dont-reply-to): Cope with an unmatched ".
17429
17430 2000-07-19 Dave Love <fx@gnu.org>
17431
17432 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17433 implementation.
17434
17435 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17436 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17437 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17438
17439 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17440
17441 * textmodes/refer.el: Correct maintainer's email address.
17442
17443 * progmodes/hideif.el: Correct author's email address.
17444 Fix typo in comment.
17445
17446 * xml.el: New file.
17447
17448 * mail/mailheader.el: Correct author's mail address.
17449
17450 * gnus/parse-time.el: Correct author's mail address.
17451
17452 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17453
17454 * comint.el (comint-highlight-input, comint-highlight-face):
17455 New user options.
17456 (comint-input-ring-file-name): Change custom type.
17457 (comint-mode-map): Bind mouse-2.
17458 (comint-insert-clicked-input): New function.
17459 (comint-send-input): Handle input highlighting.
17460
17461 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17462
17463 * mouse.el (popup-menu): New function.
17464 (mouse-major-mode-menu): Use it.
17465
17466 2000-07-18 Dave Love <fx@gnu.org>
17467
17468 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17469 improvements.
17470
17471 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17472
17473 * faces.el (face-font-selection-order)
17474 (face-font-family-alternatives): Add custom type.
17475
17476 2000-07-18 Dave Love <fx@gnu.org>
17477
17478 * cus-edit.el (custom-variable-reset-saved)
17479 (custom-variable-reset-standard): Remove unused bindings.
17480
17481 * rect.el (open-rectangle-line): Remove unused let.
17482
17483 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17484
17485 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17486
17487 * cdl.el: Fix `Maintainer' keyword.
17488
17489 * play/pong.el: Add author's email address.
17490
17491 2000-07-17 Sam Steingold <sds@gnu.org>
17492
17493 * files.el (insert-directory): Call `split-string' instead of
17494 re-implementing it.
17495
17496 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17497
17498 * mail/vms-pmail.el: Change maintainer to FSF.
17499
17500 * net/goto-addr.el: Change maintainer to FSF.
17501
17502 * info.el (Info-title-face-alist): Removed.
17503
17504 2000-07-18 David Ponce <david@dponce.com>
17505
17506 * recentf.el (recentf-open-files): New command that works like
17507 `recentf-open-more-files', but shows the whole list of files (not just
17508 those omitted from the menu). Useful if you don't use a menu-bar!
17509 (recentf-open-more-files) Modified to use `recentf-open-files'.
17510
17511 (recentf-open-files, recentf-open-more-files)
17512 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17513
17514 (recentf-dialog-mode): New mode for dialogs. You can now just type
17515 "q" to cancel the dialogs.
17516
17517 2000-07-18 David Ponce <david@dponce.com>
17518
17519 * recentf.el: This is a major update of recentf.el. It adds new
17520 features to better organize the recentf menu and "More..." buffer.
17521
17522 Using new provided menu filtering functions you can now organize the
17523 recent files list:
17524
17525 - by major modes
17526 - by directories
17527 - by user defined rules
17528
17529 Finally, with the new `recentf-filter-changer' customizable filter you
17530 can define a ring of filters and dynamically (via the menu) cycle on
17531 each menu organization in the ring (a la msb).
17532
17533 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17534
17535 * eshell/eshell.el (eshell): Replace links to eshell.info with
17536 links to eshell, to avoid problems on systems where the manual is
17537 installed as `eshell'.
17538 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17539 * eshell/em-smart.el (eshell-smart): Ditto.
17540 * eshell/em-banner.el (eshell-banner): Ditto.
17541 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17542
17543 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17544 same-file check in the MS-DOS version (it does support inodes).
17545
17546 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17547
17548 * eshell/eshell.el (eshell-directory-name):
17549 Run default directory name through convert-standard-filename.
17550
17551 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17552
17553 * international/mule-cmds.el (select-safe-coding-system):
17554 Fix typo in the comment.
17555
17556 * language/european.el (compound-text):
17557 Force katakana-jisx0201 to be designated to G1.
17558
17559 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17560 Don't translate some national variant characters of latin-jisx0201.
17561 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17562
17563 * international/kkc.el (kkc-after-update-conversion-functions):
17564 New variable.
17565 (kkc-update-conversion): Run functions in it at the tail.
17566
17567 2000-07-16 John Wiegley <johnw@gnu.org>
17568
17569 * lisp/align.el (align-newline-and-indent):
17570 Adding new function. for auto-aligning blocks of code on RET.
17571 (align-region): Fixed badly formatted minibuffer message.
17572
17573 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17574
17575 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17576 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17577 the conversion list at first if appropriate.
17578 (kkc-next): Don't update kkc-next-count here.
17579 (kkc-prev): Don't update kkc-prev-count here.
17580 (kkc-show-conversion-list-update): Fix setting up of conversion
17581 list message.
17582
17583 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17584
17585 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17586
17587 2000-07-16 Dave Love <fx@gnu.org>
17588
17589 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17590 function to be more specific.
17591
17592 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17593 non-string help-echo.
17594 (widget-types-convert-widget): Defsubst it.
17595 (widget-echo-help): Try to cope with a help-echo function of two
17596 possible sorts.
17597
17598 2000-07-15 Jason Rumney <jasonr@gnu.org>
17599
17600 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17601 Declare as obsolete.
17602
17603 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17604
17605 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17606
17607 * hilit-chg.el: Fix typo.
17608
17609 2000-07-14 Dave Love <fx@gnu.org>
17610
17611 * info.el (Info-mode-menu): Fix use of :help, :enable.
17612
17613 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17614
17615 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17616
17617 2000-07-13 Dave Love <fx@gnu.org>
17618
17619 * emacs-lisp/easymenu.el: Doc fixes.
17620 (easy-menu-remove): Defalias to ignore.
17621
17622 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17623 Call throw correctly.
17624
17625 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17626
17627 * faces.el (frame-background-mode): Doc fix.
17628
17629 * simple.el (eval-expression-print-length): Change custom type to
17630 allow entering nil as value.
17631
17632 2000-07-13 Dave Love <fx@gnu.org>
17633
17634 * progmodes/fortran.el (fortran-imenu-generic-expression):
17635 Change definition layout.
17636 (fortran-mode-menu): Reinstate customize entries.
17637
17638 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17639 Use :filter, per old XEmacs code.
17640
17641 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17642
17643 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17644 event when deciding what to send to the terminal.
17645
17646 2000-07-12 Dave Love <fx@gnu.org>
17647
17648 * cus-start.el: Add optional version as 4th element of specs and
17649 use it for several things new in v21. Remove load-path. Fix type
17650 of line-number-display-limit.
17651
17652 2000-07-11 Dave Love <fx@gnu.org>
17653
17654 * progmodes/fortran.el: Don't require easymenu.
17655 Use repeat counts in various regexps.
17656 (fortran-mode-syntax-table): Defvar directly.
17657 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17658 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17659 Use defvar, not defconst.
17660 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17661 (fortran-mode): Set fortran-comment-line-start-skip,
17662 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17663 (fortran-comment-indent): Use defsubst.
17664 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17665 Use fortran-comment-indent, not fortran-comment-indent-function.
17666 (fortran-comment-region, fortran-electric-line-number): Simplify.
17667 (fortran-auto-fill): New function.
17668 (fortran-do-auto-fill): Deleted.
17669 (fortran-find-comment-start-skip):
17670 Check for non-null comment-start-skip.
17671 (fortran-auto-fill-mode, fortran-fill-statement):
17672 Use fortran-auto-fill.
17673 (fortran-fill): Use fortran-auto-fill. Check for null
17674 comment-start-skip. Simplify final clause and use end-of-line finally.
17675
17676 * widget.el (widget-plist-member): New alias.
17677
17678 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17679
17680 * eshell/esh-module.el (toplevel): Reference
17681 byte-compile-current-file only if it is bound.
17682
17683 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17684
17685 * dired.el: Don't require `dired-aux'.
17686
17687 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17688
17689 * dired-aux.el (dired-show-file-type): New function.
17690 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17691 (dired-show-file-type): Add autoload.
17692
17693 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17694
17695 * international/mule-diag.el (describe-font): Adjusted for the
17696 change of fontset-info.
17697 (print-fontset): Likewise.
17698
17699 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17700
17701 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17702
17703 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17704
17705 * bindings.el: Bind `[delete]' to delete-char.
17706
17707 * dired.el (dired-find-alternate-file): New function.
17708 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17709 (toplevel): Require dired-aux when compiling.
17710 (dired-buffers): Move defvar within file to avoid compiler warning.
17711
17712 * info.el (Info-last-search): Variable removed.
17713 (Info-search-history): New variable.
17714 (Info-search): New Info-search-history.
17715
17716 * battery.el, info-look.el: Change author's mail address.
17717
17718 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17719
17720 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17721 if rmail-ignored-headers is nil.
17722 (rmail-retry-failure): Bind rmail-ignored-headers and
17723 rmail-displayed-headers to nil.
17724
17725 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17726
17727 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17728 (print-region-1): Don't hard code `-h' here.
17729
17730 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17731
17732 2000-07-01 Francesco Potorti` <pot@gnu.org>
17733
17734 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17735 exim can use "your message" instead of "the message".
17736
17737 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17738
17739 * facemenu.el: Docstrings fixes.
17740 (facemenu-get-face): Don't use internal-find-face.
17741 (facemenu-iterate): Rename arg to match the docstring.
17742
17743 * newcomment.el (uncomment-region): Be more careful when skipping
17744 backwards over `=' not to bump into BOBP.
17745
17746 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17747
17748 * ediff-diff.el (ediff-wordify): Use syntax table.
17749 * ediff-init.el (ediff-has-face-support-p): Use
17750 ediff-color-display-p.
17751 (ediff-color-display-p): Use display-color-p, changed to defun
17752 from defsubst.
17753 Got rid of special cases for NeXT and OS/2.
17754 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17755 face.
17756
17757 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17758
17759 * emacs-lisp/lucid.el: Require CL.
17760 (copy-tree, remprop): Remove, it's provided by CL.
17761 (map-keymap): Define in terms of cl-map-keymap.
17762 (extent-property, set-extent-end-glyph): New functions.
17763
17764 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17765
17766 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17767
17768 * Makefile.in (DONTCOMPILE): Add comment that the name may
17769 not be changed without changing the make-dist script.
17770
17771 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17772 (cl-mapc): Use mapc instead of cl-old-mapc.
17773
17774 2000-07-05 Andrew Innes <andrewi@gnu.org>
17775
17776 * makefile.nt: Add support for `bootstrap' and related targets.
17777
17778 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17779
17780 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17781 (easy-menu-do-define): Use `menu-item' format.
17782 Handle case where easy-menu-create-menu returns a symbol.
17783 Manually call the potential top-level filter in the function binding.
17784 (easy-menu-filter-return): New arg NAME.
17785 Convert to a keymap if MENU is an XEmacs menu.
17786 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17787 (easy-menu-converted-items-table, easy-menu-convert-item):
17788 New var and fun to memoize easy-menu-convert-item-1.
17789 (easy-menu-do-add-item): Use it.
17790 (easy-menu-create-menu): Use easy-menu-convert-item.
17791 Wrap easy-menu-filter-return around any :filter specification.
17792 Don't convert the menu if a filter was specified.
17793 Tell easy-menu-make-symbol not to check for MENU being an expression.
17794 (easy-menu-make-symbol): New arg NOEXP.
17795
17796 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17797
17798 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17799 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17800 (eval-defun): If called with prefix arg, instrument code for
17801 Edebug.
17802
17803 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17804 similar to that of eval-defun.
17805
17806 2000-07-04 Dave Love <fx@gnu.org>
17807
17808 * hl-line.el (hl-line-overlay): Make it permanent-local.
17809
17810 * calendar/todo-mode.el: Replaced with a working version, based on
17811 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17812
17813 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17814
17815 * paths.el (prune-directory-list): New function.
17816 (Info-default-directory-list): Rewritten to more methodically
17817 enumerate a big list of possible info directories (based on the
17818 list used by the standalone info reader).
17819
17820 * info.el (info-initialize): Use prune-directory-list to remove
17821 non-existent directories from Info-directory-list.
17822
17823 * paths.el (Info-default-directory-list): Try a list of possible
17824 info-directories instead of a single one. Add the possible
17825 info directory "/usr/share/info".
17826
17827 * woman.el (woman-man.conf-path): Explicitly include the debian
17828 man-db config file "/etc/manpath.config".
17829 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17830 are present in `manpath.config'.
17831 (woman-manpath): Include "/usr/share/man".
17832
17833 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17834
17835 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17836
17837 * startup.el (command-line): Initialize blink-cursor based
17838 on window-system.
17839
17840 * frame.el (blink-cursor): Default to nil if not running under
17841 a window-system.
17842
17843 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17844 (face-x-resources): Remove duplicate entry for :font.
17845
17846 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17847 instead of cycling through windows with next-window.
17848
17849 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17850 of cycling through windows with next-window.
17851
17852 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17853 of cycling through windows with next-window.
17854
17855 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17856 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17857 instead of cycling through windows with next-window.
17858
17859 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17860 instead of cycling through windows with next-window.
17861
17862 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17863 of cycling through windows with next-window.
17864
17865 * terminal.el (te-process-output): Use walk-windows instead of
17866 cycling through windows with next-window.
17867
17868 * server.el (server-switch-buffer): Use some-window instead of
17869 cycling through windows with next-window.
17870
17871 * window.el (some-window): New function.
17872 (walk-windows): Remove reference to walk-windows-start.
17873
17874 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17875
17876 2000-07-03 Richard Stallman <rms@gnu.org>
17877
17878 * window.el (walk-windows): Guarantee termination by keeping a list
17879 of all the windows already handled.
17880
17881 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17882
17883 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17884 window-system.
17885
17886 * man.el (Man-notify-when-ready): Don't use window-system. If
17887 Man-notify-method is newframe, and the display is not
17888 multi-frame, select the frame created for the man page.
17889 (Man-init-defvars): Doc fix.
17890
17891 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17892
17893 * faces.el (region): Change background color for light background.
17894
17895 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17896 attribute from mode-line face of Ediff control frame.
17897
17898 * replace.el (query-replace-map): Bind `e' like `E'.
17899
17900 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17901
17902 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17903 Change name to "Select All".
17904
17905 * dos-fns.el (convert-standard-filename): Fix last change.
17906
17907 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17908
17909 * help.el (describe-variable): Don't insert a second `'s' in front
17910 of the string `value is shown below'. Since the syntax-table is
17911 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17912 an existing `'s', so that this won't be deleted.
17913
17914 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17915 * pcmpl-unix.el: New files.
17916
17917 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17918
17919 * wid-edit.el (widget-member): Use the new plist-member.
17920
17921 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17922
17923 * replace.el (perform-replace): Undo change of 2000-04-04.
17924 Instead, move backward 1 character at the end of the loop when
17925 necessary.
17926
17927 * faces.el (fringe): Change face for different backgrounds.
17928
17929 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17930 patch from John.
17931
17932 * eshell/*.el: Change spelling of the Free Software Foundation.
17933
17934 * eshell/esh-toggle.el: Removed.
17935
17936 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17937
17938 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17939 interactively.
17940
17941 2000-06-26 Alex Schroeder <alex@gnu.org>
17942
17943 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17944 `define-key'; instead of checking `(emacs-version)' check for
17945 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17946 for `;' and `o' which might be electric.
17947
17948 (sql-electric-stuff): New user option.
17949 (sql-magic-go): New function which uses `sql-electric-stuff'.
17950 (sql-magic-semicolon): New function which uses
17951 `sql-electric-stuff'.
17952
17953 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17954 is not fboundp.
17955
17956 (sql-oracle-options): New variable.
17957 (sql-oracle): Use it.
17958
17959 (sql-imenu-generic-expression): Doc change.
17960 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17961 is used.
17962
17963 (sql-informix): Added command line parameter "-" to force
17964 sql-informix-program to use stdout.
17965
17966 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17967
17968 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17969 (cp864-decode-table): Doc fix.
17970 (cp720-decode-table): New variable, supports the Arabic OEM
17971 codepage used by Windows.
17972 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17973
17974 2000-06-23 Dave Love <fx@gnu.org>
17975
17976 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17977 (font-lock-fontify-anchored-keywords): Use
17978 line-beginning-position.
17979 (global-font-lock-mode): Use mapc.
17980
17981 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17982
17983 * eshell/esh-module.el: Require CL when compiling.
17984
17985 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17986
17987 * comint.el (comint-substitute-in-file-name): Call replace-match
17988 with second and third arg t.
17989
17990 * cus-edit.el (custom-button-face, custom-button-pressed-face):
17991 Specify foreground color.
17992
17993 * faces.el (tool-bar, mode-line, header-line): Specify foreground
17994 color.
17995
17996 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
17997
17998 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
17999 cddr instead of cdddr.
18000
18001 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18002 instead of copy-list.
18003
18004 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18005 of copy-list.
18006
18007 * subdirs.el: Add eshell subdirectory.
18008
18009 * eshell: New subdirectory containing the Eshell package.
18010
18011 * pcomplete.el: New file.
18012
18013 2000-06-23 Paul Eggert <eggert@twinsun.com>
18014
18015 * mail/mailpost.el (post-mail-send-it): Make sure file has
18016 proper permissions from birth.
18017
18018 * files.el (basic-save-buffer-2): When temporarily setting
18019 file modes, set them to current modes plus 0200, not to 0777.
18020
18021 * emerge.el (emerge-make-temp-file): Make sure file has proper
18022 permissions from birth.
18023
18024 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18025
18026 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18027 backup file name through convert-standard-filename.
18028
18029 * dos-fns.el (convert-standard-filename): Convert leading
18030 directories as well. When long file names are supported, convert
18031 characters that are invalid in Windows file names.
18032
18033 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18034
18035 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18036 ps-print crashes. New feature: page selection for printing. Create
18037 raw-text-unix coding system for XEmacs. Doc fix.
18038 (ps-print-version): New version number (5.2.3).
18039 (ps-plot-region): Bug fix.
18040 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18041 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18042 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18043 funs.
18044 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18045 (ps-last-page): New vars.
18046
18047 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18048
18049 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18050 empty option string.
18051
18052 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18053
18054 * man.el (man): Doc fix.
18055
18056 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18057
18058 * international/mule-cmds.el (set-language-info-alist): Docstring
18059 fixed.
18060
18061 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18062
18063 * version.el (emacs-version): Use ISO date format.
18064
18065 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18066 instead of `M-backspace'.
18067
18068 * simple.el (turn-off-auto-fill): New function.
18069
18070 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18071
18072 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18073 Renamed from with-buffer-prepared-for-font-lock and use
18074 inhibit-modification-hooks rather than setting *-change-functions.
18075 Update all functions to use the new name.
18076 (jit-lock-first-unfontify-pos): New semantics (and doc).
18077 (jit-lock-mode): Make non-interactive.
18078 Don't automatically turn on font-lock.
18079 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18080 Always use jit-lock-after-change.
18081 Remove and restore font-lock-after-change-function.
18082 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18083 (jit-lock-after-unfontify-buffer): Remove.
18084 (jit-lock-stealth-fontify):
18085 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18086 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18087
18088 2000-06-20 Sam Steingold <sds@gnu.org>
18089
18090 * emacs-lisp/cl-indent.el (toplevel): Indent
18091 `print-unreadable-object' properly. Untabify.
18092
18093 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18094
18095 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18096 Support for bibentry.
18097 (reftex-compile-variables): Fixed problem with end of section-re.
18098
18099 * texmodes/reftex-dcr.el (reftex-view-crossref,
18100 reftex-view-crossref-from-bibtex):
18101 Deal with changed `reftex-find-citation-regexp-format'.
18102 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18103 Replaced `remprop' with `put'.
18104 (reftex-view-crossref, reftex-view-crossref-when-idle):
18105 Support for bibentry.
18106
18107 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18108 New entry for bibentry package.
18109
18110 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18111 Regexp also matches "\nobibliography".
18112
18113 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18114 Call `reftex-ensure-write-access' before doing anything.
18115 (reftex-ensure-write-access): New function.
18116
18117 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18118
18119 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18120
18121 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18122
18123 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18124
18125 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18126
18127
18128 2000-06-20 Dave Love <fx@gnu.org>
18129
18130 * faces.el (frame-background-mode): Use set-default, not set, in
18131 setter.
18132 (frame-update-faces, frame-update-face-colors): Define with
18133 defalias.
18134
18135 * enriched.el (enriched-decode-foreground)
18136 (enriched-decode-background): Don't use internal-find-face.
18137
18138 * apropos.el: Doc fixes.
18139
18140 * cus-edit.el (customize-changed-options): Check arg.
18141 (customize-version-lessp): Don't require decimal point.
18142
18143 * custom.el (defcustom, defgroup): Doc fix.
18144
18145 * newcomment.el (comment) <defgroup>: Add :version.
18146 (comment-multi-line): Doc fix.
18147
18148 * emulation/mlsupport.el (define-hooked-local-abbrev,
18149 define-hooked-global-abbrev): Fix, using define-abbrev.
18150
18151 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18152
18153 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18154 the whole buffer.
18155
18156 2000-06-19 Dave Love <fx@gnu.org>
18157
18158 * menu-bar.el (menu-bar-options-save): New function.
18159 (menu-bar-options-menu): Use it.
18160 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18161 Simplify.
18162
18163 2000-06-19 Andreas Schwab <schwab@suse.de>
18164
18165 * progmodes/etags.el (tags-query-replace): Put new parameters
18166 START and END at the end, for backward compatibility.
18167
18168 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18169
18170 * international/codepage.el:
18171 (cp-coding-system-for-codepage-1): Delete special codes for
18172 generating xxx-dos coding system because now a CCL based coding
18173 system can handle EOL conversion by default.
18174
18175 * international/mule.el (make-coding-system): Generate subsidiary
18176 coding systems for EOL handling variants even for a CCL based
18177 coding system.
18178
18179 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18180
18181 * international/isearch-x.el (isearch-minibuffer-input-method)
18182 (isearch-minibuffer-input-method-function): These variables
18183 deleted.
18184 (isearch-with-input-method): Don't use the above variables.
18185 (isearch-process-search-multibyte-characters): Likewise. Call
18186 read-string with the arg INHERIT-INPUT-METHOD t.
18187
18188 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18189
18190 * font-lock.el (font-lock-after-fontify-buffer)
18191 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18192
18193 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18194 Use consistent make-local-variable style for font-lock-fontified.
18195 (jit-lock-fontify-buffer):
18196 Don't bother checking for font-lock-mode and jit-lock-mode.
18197
18198 * time.el: Remove trailing ^M that prevent CVS-merging.
18199
18200 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18201
18202 * Makefile.in (distclean): New target.
18203
18204 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18205
18206 * Makefile.in (srcdir): Define for update-subdirs.
18207
18208 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18209
18210 * find-lisp.el: New file.
18211
18212 2000-06-16 Andrew Innes <andrewi@gnu.org>
18213
18214 * time.el (display-time-mail-function): New variable, to allow
18215 external packages to indicate when new mail is available.
18216 (display-time-update): Use it.
18217
18218 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18219
18220 * international/mule.el (mule-version): Change version name to
18221 SAKAKI. AOI has already been used by Meadow.
18222
18223 * international/quail.el (quail-show-guidance-buf): To find the
18224 bottom window (but minibuffer), pay attention to the height of
18225 minibuffer.
18226
18227 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18228
18229 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18230 menu-bar menus. Add help strings. Don't remove the Edit menu
18231 from the menu bar, as the menu bar has enough space now.
18232
18233 * Makefile.in (SHELL): Make sure /bin/sh is used.
18234
18235 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18236 characters, which use series of two ^H characters instead of one.
18237
18238 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18239
18240 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18241 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18242 functions.
18243 (Info-find-node-2): Try a case-sensitive search first, then
18244 do a case-insensitive search.
18245
18246 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18247 tutorials.
18248
18249 * complete.el (PC-env-vars-alist): New variable.
18250 (PC-complete-as-file-name): New function.
18251 (partial-completion-mode): Initialize PC-env-vars-alist from
18252 process-environment.
18253 (PC-do-completion): Handle completion of env vars.
18254
18255 * info.el (Info-set-mode-line): Show file name in mode line,
18256 use `*Info*' instead of `Info:'.
18257
18258 * startup.el (command-line-1): Change copyright messages to year
18259 2000.
18260
18261 2000-06-15 Dave Love <fx@gnu.org>
18262
18263 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18264 not local-map.
18265
18266 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18267
18268 * international/mule.el (set-buffer-file-coding-system): Almost
18269 rewritten to handle `undecided' as no-op.
18270
18271 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18272
18273 * Makefile.in: New file.
18274
18275 * Makefile: Removed.
18276
18277 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18278 (goto-address-highlight-keymap): Bind C-c RET.
18279
18280 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18281
18282 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18283 inherits buffer-file-coding-system of the current buffer.
18284
18285 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18286 0. Give correct argument to set-auto-coding-function.
18287 (tar-expunge): For goto-char, use (point-min), not 0.
18288 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18289 (tar-subfile-save-buffer): Likewize.
18290
18291 * international/mule.el
18292 (after-insert-file-set-buffer-file-coding-system): Call
18293 set-buffer-file-coding-system with the arg FORCE t.
18294
18295 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18296
18297 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18298 nil. Contemporary sendmails issue an X-Authentication-Warning if
18299 the sender is set with `-f'.
18300
18301 2000-06-13 Dave Love <fx@gnu.org>
18302
18303 * help.el (describe-function-1): Kluge around cases of functions
18304 fset to subrs whose doc doesn't match their symbol-name.
18305
18306 * image.el (insert-image): Default STRING to a space.
18307
18308 * info.el Doc fixes.
18309 (Info-build-node-completions): Match Ref tags.
18310
18311 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18312
18313 * frame.el (display-multi-frame-p, display-multi-font-p): New
18314 defaliases for display-graphic-p.
18315
18316 * hl-line.el: Fixed a typo in commentary.
18317
18318 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18319
18320 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18321 fixed.
18322
18323 2000-06-12 Dave Love <fx@gnu.org>
18324
18325 * image.el (insert-image): Save a little consing.
18326
18327 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18328
18329 * language/tibet-util.el: Convert all tibetan-1-column characters
18330 to the corresponding tibetan characters.
18331 (tibetan-add-components): Delete code for the special treatment of
18332 'a chung.
18333
18334 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18335 change.
18336 (tibetan-vowel-transcription-alist): More rules added.
18337 (tibetan-composite-vowel-alist): New variable.
18338 (tibetan-precomposition-rule-alist): More rules added.
18339
18340 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18341
18342 * startup.el (command-line): Only call menu-bar-mode if interactive.
18343
18344 * thingatpt.el (toplevel symbol-properties):
18345 * textmodes/makeinfo.el (makeinfo-compile):
18346 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18347 * progmodes/hideif.el (hif-compress-define-list)
18348 (hide-ifdef-use-define-alist):
18349 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18350 (ange-ftp-vms-add-file-entry):
18351 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18352 * man.el (Man-build-man-command):
18353 * mail/rnewspost.el (news-reply-header-hook):
18354 * info.el (Info-insert-dir):
18355 * emulation/mlconvert.el (backward-word, forward-word, setq):
18356 * emacs-lisp/gulp.el (gulp-send-requests):
18357 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18358 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18359 (byte-optimize-apply, end of file):
18360 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18361 (ad-make-freeze-definition):
18362 * startup.el (command-line, command-line-1): Don't quote lambdas.
18363
18364 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18365 (cvs-cleanup-removed): New function.
18366 (cvs-cleanup-functions): New var.
18367 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18368 some flexibility in specifying additional entries to auto-cleanup.
18369 (cvs-quickdir): New function.
18370 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18371 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18372 (cvs-mode-find-file): Check that we are on a filename or dirname
18373 when invoked through a mouse-click.
18374 (cvs-full-path): Remove.
18375 (cvs-dired-action): Re-introduced.
18376 (cvs-dired-noselect): Use it.
18377 (vc-post-command-functions): use this new hook if available.
18378
18379 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18380 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18381 (cvs-filename-map, cvs-dirname-map): Remove.
18382 (cvs-default-action): Remove.
18383 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18384 if the arg is really a keymap.
18385 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18386 Don't hardcode the mapping from state (aka type) to face, but check
18387 the var cvs-fi-<type>-face instead.
18388 (cvs-fileinfo-from-entries): New function.
18389
18390 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18391 Docstring fix.
18392 (cvs-find-file-and-jump): Change default to be safer.
18393 (cvs-mode-diff-map): Define it as a function as well.
18394 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18395 Bind mouse-2 in this global map rather than with text-properties.
18396
18397 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18398 file to resolve the ambiguity between C(conflict) and C(need-merge).
18399
18400 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18401
18402 * international/mule.el (set-buffer-file-coding-system): If
18403 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18404 unconditionally.
18405
18406 2000-06-12 Dave Love <fx@gnu.org>
18407
18408 * wid-edit.el (widget-specify-button): Really suppress the face if
18409 required.
18410
18411 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18412
18413 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18414
18415 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18416
18417 * imenu.el (imenu-generic-expression): Docstring fix.
18418
18419 * composite.el (composition-function-table): Move the `put'
18420 below the autoload cookie so we can load the file before loaddefs.
18421
18422 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18423
18424 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18425 Handle easy-mmode-define-global-mode.
18426 For complex macros like define-minor-mode that can generate
18427 several autoload entries, try to autoload entries in the
18428 macroexpanded code.
18429
18430 * emacs-lisp/easy-mmode.el (define-minor-mode):
18431 If KEYMAP is a symbol, just use it.
18432 Use byte-compile-current-file and load-file-name to infer the
18433 proper :require to pass to defcustom.
18434 Wrap the hook var into `progn' so as not to autoload it.
18435 Add a :autoload-end cookie.
18436 Be more careful about the evaluation of KEYMAP.
18437 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18438 (define-derived-mode): Move define-abbrev-table outside of defvar.
18439
18440 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18441
18442 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18443 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18444 (backup-compiled-files): Ignore errors during `tar'.
18445 (bootstrap): Make autoloads before elc files.
18446
18447 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18448
18449 * international/mule.el (set-buffer-file-coding-system): If one of
18450 undecided-XXX is specified, change only EOL conversion.
18451
18452 * international/mule-conf.el (unix): New alias for the coding
18453 system undecided-unix.
18454
18455 2000-06-09 Dave Love <fx@gnu.org>
18456
18457 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18458
18459 * progmodes/executable.el: Byte compile dynamic.
18460 (executable-insert): Change custom type.
18461 (executable-find): Add autoload cookie.
18462 (executable-make-buffer-file-executable-if-script-p): New
18463 function. After Noah Friedman.
18464
18465 * files.el (after-save-hook): Customize, with
18466 executable-make-buffer-file-executable-if-script-p as an option.
18467
18468 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18469
18470 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18471 "tib24p-mule.bdf" for Tibetan.
18472
18473 * composite.el (decompose-composite-char): Declare it as obsolete.
18474
18475 * man.el (Man-fontify-manpage): Pay attention to underline and
18476 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18477
18478 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18479
18480 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18481 Set maintainer to FSF since author isn't reachable.
18482
18483 2000-06-08 Dave Love <fx@gnu.org>
18484
18485 * international/mule-cmds.el (select-safe-coding-system): If
18486 DEFAULT-CODING-SYSTEM is not specified, also check the most
18487 preferred coding-system if buffer-file-coding-system is
18488 `undecided'. From Handa.
18489
18490 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18491
18492 * international/mule.el
18493 (after-insert-file-set-buffer-file-coding-system): If the buffer
18494 size is greater than INSERTED, judget that we are not visiting.
18495
18496 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18497
18498 * whitespace.el (defgroup whitespace): Comment out `:version'.
18499 XEmacs 20.4 has problems defining the group with this present.
18500 We'll have this commented out till get resolve the problem.
18501
18502 2000-06-07 John Wiegley <johnw@gnu.org>
18503
18504 * align.el (align-dq-string-modes, align-sq-string-modes)
18505 (align-open-comment-modes): Add pyhton-mode.
18506 (align-rules-list): Use get-text-property instead of
18507 text-properties-at.
18508 (align-rules-list): Add python-assignment.
18509 (align-rules-list): Change perl-comma-delimiter to
18510 basic-comma-delimiter. Use if for Perl modes and python-mode.
18511 (align-rules-list): Add python-chain-logic and
18512 basic-line-continuation.
18513
18514 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18515
18516 * apropos.el (apropos-mode-hook): New user variable.
18517 (apropos-mode): Run apropos-mode-hook.
18518
18519 2000-06-07 David Ponce <david@dponce.com>
18520
18521 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18522 commands. Require `wid-edit' at run-time.
18523
18524 2000-06-07 David Ponce <david@dponce.com>
18525
18526 * recentf.el: Added some "Commentary".
18527 (recentf-open-more-files, recentf-edit-list): Minor changes to
18528 move the point at the top of the file list. This behaviour is
18529 consistent with the menu one when the list contains a lot of
18530 files.
18531 (recentf-cleanup): Now displays the number of items removed from
18532 the list.
18533 (recentf-relative-filter) New menu filter to show filenames
18534 relative to `default-directory'.
18535
18536 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18537
18538 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18539 with/without giving an error if PostScript printer doesn't have this
18540 kind of page size. Zebra Stripe continues or restarts on next page.
18541 Manual/automatic paper feeding. Switch or not the header.
18542 (ps-print-version): New version number (5.2.2).
18543 (ps-windows-system): Include emx as a Windows system.
18544 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18545 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18546 (ps-background-text): Code fix.
18547 (ps-error-handler-message, ps-user-defined-prologue)
18548 (ps-print-prologue-header, ps-printer-name)
18549 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18550 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18551 (ps-use-face-background): Customization fix.
18552 (ps-n-up-database): Data fix.
18553 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18554 (ps-switch-header): New vars.
18555 (ps-xemacs-color-name, ps-face-foreground-name)
18556 (ps-face-background-name, ps-boolean-constant): New funs.
18557
18558 2000-06-07 Dave Love <fx@gnu.org>
18559
18560 * allout.el: New version from Manheimer.
18561
18562 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18563
18564 * textmodes/fill.el (fill-find-break-point): Check the validity of
18565 charset.
18566
18567 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18568
18569 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18570 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18571 Call display-color-p and display-mouse-p instead of looking at
18572 window-system.
18573
18574 2000-06-06 Dave Love <fx@gnu.org>
18575
18576 * image.el (find-image): Doc fix. Return nil if image not found.
18577 (put-image, insert-image): Make STRING arg optional.
18578
18579 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18580
18581 * language/vietnamese.el: Remove eval-when-compile.
18582 (viet-viscii-nonascii-translation-table): Define it as a
18583 translation table made from viet-viscii-decode-table.
18584 (viet-viscii-encode-table): Define it as a translation table made
18585 from the reverse map of above.
18586 (viet-vscii-nonascii-translation-table): Define it as a
18587 translation table made from viet-vscii-decode-table.
18588 (viet-vscii-encode-table): Define it as a translation table made
18589 from the reverse map of above.
18590 (ccl-decode-viscii): Use translate-character.
18591 (ccl-encode-viscii, ccl-encode-viscii-font)
18592 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18593 Likewize.
18594
18595 * language/cyrillic.el: Remove eval-when-compile.
18596 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18597 translation table made from cyrillic-koi8-r-decode-table.
18598 (cyrillic-koi8-r-encode-table): Define it as a translation table
18599 made from the reverse map of above.
18600 (ccl-decode-koi8): Use translate-character.
18601 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18602 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18603 a translation table made from cyrillic-alternativnyj-decode-table.
18604 (cyrillic-alternativnyj-encode-table): Define it as a translation
18605 table made from the reverse map of above.
18606 (ccl-decode-alternativnyj): Use translate-character.
18607 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18608 Likewize
18609
18610 * international/mule-diag.el (non-iso-charset-alist): Specify
18611 translation table symbol instead of translation table itself.
18612 (list-block-of-chars): CHARSET may be a translation table symbol.
18613
18614 * international/mule.el (make-coding-system): If CODING-SYSTEM
18615 already exists, override it.
18616
18617 * international/fontset.el: Use family `proportional' for Tibetan
18618 fonts.
18619
18620 * international/ccl.el (ccl-compile-translate-character): Don't
18621 check if Rrr has property translation-table.
18622 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18623
18624 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18625
18626 * info.el: Bind case-fold-search to t when searching in case
18627 a user sets it to nil in a hook.
18628
18629 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18630
18631 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18632 * hl-line.el (hl-line-mode): Use the new :global key argument.
18633
18634 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18635 (tar-clip-time-string): Prepend a space.
18636 (tar-grind-file-mode): Construct a string rather than modifying one.
18637 (tar-header-block-summarize): Fix docstring.
18638 Use `format' rather than an error-prone set of copy-loops.
18639
18640 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18641 (diff-goto-source, diff-unified->context, diff-context->unified)
18642 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18643 understand the format output by the `-p' argument to diff.
18644
18645 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18646 (sh-re-done): Use defconst.
18647 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18648 (sh-help-string-for-variable, sh-guess-basic-offset):
18649 Don't quote lambdas.
18650 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18651 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18652
18653 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18654 (mh-letter-mode): Derive from text-mode.
18655 This implicitly means that it now calls kill-all-local-variables.
18656 Also remove the Emacs-18 compatibility code.
18657
18658 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18659 Make use of symbol-property doc-string-elt.
18660 Use memq rather than a sequence of eq.
18661 (doc-string-elt): Fix the wrong or missing previously unused values.
18662 (autoload-print-form): New function extracted from
18663 generate-file-autoloads to allow recursion when handling progn
18664 so that defvar's and defun's docstrings are properly printed.
18665 (generate-file-autoloads): Use it.
18666
18667 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18668 Use find-file-hooks in the minor-mode function.
18669 Be careful not to loop indefinitely in the post-command-hook function.
18670
18671 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18672
18673 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18674 tty's.
18675 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18676 differences whenever appropriate.
18677 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18678 * viper.el (find-file, find-file-other-window): Get viper to do
18679 wildcards.
18680
18681 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18682
18683 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18684 (jit-lock-fontify-buffer): New function for JIT refontification.
18685 (jit-lock-mode): Fix docstring.
18686 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18687 Remove jit-lock-after-change from the _local_ hook.
18688 (jit-lock-function-1): Fix docstring.
18689
18690 * info.el (Info-on-current-buffer): Initialize info.
18691
18692 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18693
18694 * progmodes/tcl.el (tcl-indent-for-comment):
18695 Ignore comment-indent-hook.
18696
18697 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18698 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18699 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18700 and improve to use the lighter to guess the capitalization.
18701 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18702 Add keyword arguments to specify global-ness or the custom group.
18703 Add local-map and help-echo properties to the lighter.
18704 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18705 (easy-mmode-define-global-mode): New macro.
18706
18707 2000-06-02 Dave Love <fx@gnu.org>
18708
18709 * wid-edit.el: byte-compile-dynamic since we typically don't use
18710 all the widgets. Don't require cl or widget. Remove
18711 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18712 (widget-read-event): Removed. Callers changed to use read-event.
18713 (widget-button-release-event-p): Renamed from
18714 button-release-event-p.
18715 (widget-field-add-space, widget-field-use-before-change):
18716 Uncustomize.
18717 (widget-specify-field): Use keymap property, not local-map.
18718 (widget-specify-button): Obey :suppress-face.
18719 (widget-specify-insert): Use modern backquote syntax.
18720 (widget-image-directory): Renamed from widget-glyph-directory.
18721 (widget-image-enable): Renamed from widget-glyph-enable.
18722 (widget-image-find): Replaces widget-glyph-find.
18723 (widget-button-pressed-face): Move defvar.
18724 (widget-image-insert): Replaces widget-glyph-insert.
18725 (widget-convert): Use keywordp.
18726 (widget-leave-text, widget-children-value-delete): Use mapc.
18727 (widget-keymap): Remove XEmacs stuff.
18728 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18729 (widget-button-click): Don't set point at the click, but re-centre
18730 if we scroll out of window. Rewritten for images v. glyphs &c.
18731 (widget-tabable-at): Use POS arg, not point.
18732 (widget-beginning-of-line, widget-end-of-line)
18733 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18734 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18735 (widget-default-create): Use widget-image-insert; some rewriting.
18736 (widget-visibility-value-create)
18737 (widget-push-button-value-create, widget-toggle-value-create): Use
18738 widget-image-insert.
18739 (checkbox): Create on and off images dynamically.
18740 (documentation-link): Change :help-echo.
18741 (widget-documentation-link-echo-help): Remove.
18742
18743 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18744
18745 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18746
18747 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18748 (easy-mmode-define-toggle, define-minor-mode): Use it.
18749 (easy-mmode-define-keymap): Docstring fix.
18750 (define-derived-mode): Default PARENT to fundamental-mode.
18751 Add the derived-mode-parent symbol-property.
18752 (easy-mmode-derived-mode-p): New function.
18753
18754 2000-06-02 Dave Love <fx@gnu.org>
18755
18756 * files.el (convert-standard-filename): Doc fix.
18757 (normal-backup-enable-predicate): New function.
18758 (backup-enable-predicate): Use it to replace the lambda form.
18759
18760 * calendar/todo-mode.el: [This needs more work on the outline
18761 stuff.] Doc fixes.
18762 (todo) <defgroup>: Add :version.
18763 (todo-add-category): Don't use pushnew.
18764 (todo-cmd-raise): Fix typo.
18765 (todo-top-priorities): Change temp buffer name.
18766 (todo-category-alist): Avoid redundant lambda.
18767 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18768 Use outline-next-heading.
18769
18770 * autoarg.el: Rewritten to use define-minor-mode.
18771 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18772 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18773
18774 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18775
18776 * isearch.el (isearch-other-meta-char): Fix previous change.
18777
18778 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18779
18780 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18781 (log-edit-done): Only add the comment to the ring if it's different
18782 from the last comment entered.
18783
18784 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18785
18786 2000-06-01 Dave Love <fx@gnu.org>
18787
18788 * hl-line.el: Rewritten using define-minor-mode.
18789
18790 * help.el (describe-function-1): Distinguish special form from
18791 builtin function. Sanity-check presence of arglist for builtins.
18792
18793 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18794
18795 * international/characters.el: Fix syntax/category setting of
18796 Tibetan characters.
18797
18798 * language/tibet-util.el (tibetan-add-components): Fixes for new
18799 encoding of Tibetan characters.
18800 (tibetan-decompose-precomposition-alist): New variable.
18801 (tibetan-decompose-region): Convert precomposed characters to
18802 non-precomposed characters.
18803 (tibetan-decompose-string): Likewise.
18804 (tibetan-composition-function): Fix args to
18805 thibetan-compose-string.
18806
18807 * language/tibetan.el (tibetan-composable-pattern): More
18808 characters included.
18809 (tibetan-consonant-transcription-alist): Rule for "R" added.
18810 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18811 "+R" added.
18812 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18813
18814 * language/lao-util.el (lao-composition-function): Fix args to
18815 compose-string.
18816
18817 * language/thai-util.el (thai-composition-function): Fix args to
18818 compose-string.
18819
18820 * isearch.el (isearch-update): Set disable-point-adjustment to t
18821 to prevent the point moving to the end of a composition when a
18822 part of a composition is searched.
18823 (isearch-other-meta-char): If the key invoking this command can be
18824 mapped by function-key-map to a printing char, call
18825 isearch-process-search-char directly.
18826
18827 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18828
18829 * emacs-lisp/bytecomp.el:
18830 * frame.el:
18831 * international/mule-cmds.el:
18832 * international/mule-util.el:
18833 * international/mule.el:
18834 * mouse.el:
18835 * subr.el:
18836 * faces.el: Update calls to make-obsolete with a WHEN argument.
18837
18838 * byte-run.el (make-obsolete, make-obsolete-variable):
18839 Add an optional WHEN argument and change the format of the
18840 symbol-property information.
18841 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18842 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18843 new obsolete-symbol-property format and print WHEN if it is provided.
18844
18845 2000-05-31 Dave Love <fx@gnu.org>
18846
18847 * loadhist.el (loadhist-hook-functions): Remove
18848 before-change-function, after-change-function.
18849 (unload-feature): Deal with symbols which are both bound and
18850 fbound.
18851
18852 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18853 before-change-function, after-change-function.
18854
18855 * simple.el (newline): Don't bind before-change-function,
18856 after-change-function.
18857
18858 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18859
18860 * whitespace.el (whitespace-rescan-timer-time): Update interval
18861 set to 600 seconds (10 minutes) instead of 60 seconds since
18862 a large number of whitespace buffers causes emacs to `freeze'
18863 for a considerable amount of time.
18864
18865 * whitespace.el: Updated email address
18866
18867 2000-05-31 Dave Love <fx@gnu.org>
18868
18869 * add-log.el (change-log-font-lock-keywords) <function>: Add
18870 pattern for function of change.
18871 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18872 acknowledgements patterns.
18873
18874 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18875
18876 * isearch.el (isearch-printing-char): If keyboard coding system is
18877 being used, call isearch-process-search-multibyte-characters.
18878
18879 * international/isearch-x.el: Mostly rewritten.
18880
18881 * international/quail.el (quail-start-conversion): Don't include
18882 unhandled events in the returned events, but set them in
18883 unread-command-events. Exit if all inputs are deleted.
18884
18885 2000-05-30 Jason Rumney <jasonr@gnu.org>
18886
18887 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18888
18889 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18890 Reenable code to create initial fontsets.
18891 Use set-fontset-font in place of put-charset-property.
18892
18893 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18894
18895 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18896 label, ensure that the first colon isn't followed by another.
18897
18898 * paths.el (Info-default-directory-list): Doc fix.
18899
18900 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18901 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18902 send a query containing USER only, not USER@HOST.
18903
18904 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18905 and rmail-msgend to compute the restriction at the end, instead of
18906 computing it.
18907
18908 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18909
18910 * dabbrev.el (dabbrev-expand): Don't display messages in the
18911 echo area if the minibuffer window is active.
18912
18913 * jit-lock.el (jit-lock-mode): Add after change function to
18914 local hook.
18915
18916 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18917
18918 * antlr-mode.el: New commands: hide/unhide actions,
18919 upcase/downcase literals.
18920 (antlr-tiny-action-length): New user option.
18921 (antlr-hide-actions): New command. Suggested by
18922 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18923 (antlr-mode-map): New binding [C-c C-v].
18924 (antlr-mode-menu): New entries.
18925 (antlr-downcase-literals): New command.
18926 (antlr-upcase-literals): Ditto.
18927
18928 * antlr-mode.el: Minor changes: indendation, mode-name.
18929 (antlr-indent-line): Indent cpp directive at column 0.
18930 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18931
18932 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18933 (antlr-font-lock-additional-keywords): Workaround for intentional
18934 bug in XEmacs version of font-lock.
18935 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18936 be used by a smarter version of `buffers-menu-grouping-function'.
18937
18938 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18939
18940 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18941 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18942
18943 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18944
18945 * international/encoded-kb.el
18946 (encoded-kbd-iso2022-designation-map): Pay attention to that
18947 charset-iso-final-char return -1 for eight-bit-control and
18948 eight-bit-graphic.
18949
18950 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18951
18952 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18953 (speedbar-easymenu-definition-base): Use display-graphic-p where
18954 available, instead of window-system.
18955
18956 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18957
18958 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18959 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18960 coding systems.
18961
18962 2000-05-26 Dave Love <fx@gnu.org>
18963
18964 * disp-table.el (standard-display-underline): Don't use
18965 internal-find-face.
18966
18967 * mail/reporter.el: Maintainer change. Doc fixes.
18968 (reporter-version): Deleted.
18969
18970 * emacs-lisp/elp.el: Maintainer change.
18971 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18972
18973 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18974
18975 * add-log.el (add-change-log-entry): Merge the current entry with the
18976 previous one if the previous one is empty.
18977
18978 2000-05-26 Dave Love <fx@gnu.org>
18979
18980 * loadhist.el (unload-feature): Fix interactive spec [from
18981 lijnzaad@ebi.ac.uk].
18982
18983 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18984 subr-arity to check primitives.
18985 (byte-compile-flush-pending, byte-compile-file-form-progn)
18986 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18987 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18988 mapcar.
18989
18990 2000-05-26 Kenichi Handa <handa@etl.go.jp>
18991
18992 * international/fontset.el: Set family names of non-latin charsets
18993 in default fontset to "*".
18994
18995 * international/mule-diag.el (print-fontset): Combine family part
18996 and registry part of the fontname by "-*-" instead of "-".
18997
18998 * international/mule-cmds.el (encode-coding-char): Make strings
18999 multibyte before calling encode-coding-string.
19000
19001 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19002
19003 * derived.el: Fix keywords.
19004 (define-derived-mode): Only define if needed.
19005
19006 * simple.el (fill-comment, comment-column, comment-start)
19007 (comment-start-skip, comment-end, comment-indent-function)
19008 (block-comment-start, block-comment-end, indent-for-comment)
19009 (set-comment-column, kill-comment, comment-padding, comment-region)
19010 (comment-multi-line, indent-new-comment-line): Remove.
19011
19012 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19013 function names for comment operations.
19014
19015 * newcomment.el: Add abundant autoload cookies.
19016 (comment-style): Don't depend on runtime data at compile-time.
19017 (comment-indent-hook): Remove.
19018 (comment-indent): Check if comment-indent-hook is bound.
19019 (comment-region): Docstring fix.
19020
19021 2000-05-25 Dave Love <fx@gnu.org>
19022
19023 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19024 byte-code-function-p.
19025
19026 * mail/rmailsum.el: Add provide.
19027
19028 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19029
19030 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19031 defcustom.
19032
19033 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19034
19035 * ediff-diff.el (ediff-exec-process): delete --binary option from
19036 non-buffer ediff jobs.
19037
19038 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19039
19040 * hilit-chg.el (highlight-changes-mode): Ask about color or
19041 grayscale support, not about window-system.
19042
19043 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19044 window-system.
19045 (ffap-highlight): Always default to t.
19046
19047 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19048 display-popup-menus-p instead of looking at window-system.
19049
19050 * disp-table.el (standard-display-g1, standard-display-graphic):
19051 Only refuse to use string glyphs on X and MS-Windows.
19052
19053 * avoid.el: Remove window-system from commentary, suggest to use
19054 display-*-p instead.
19055
19056 * apropos.el (apropos-print): Use display-mouse-p instead of
19057 window-system.
19058
19059 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19060
19061 * international/codepage.el (cp-decoding-vector-for-codepage):
19062 Fill up unsupported characters with their own codes. From Kenichi
19063 Handa.
19064
19065 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19066
19067 * international/mule-diag.el (describe-char-after): Use
19068 display-graphic-p instead of window-system, so that this function
19069 works on MS-DOS.
19070
19071 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19072
19073 * international/codepage.el (cp-make-coding-systems-for-codepage):
19074 Remove the eight-bit-graphic and eight-bit-control charsets from
19075 the list of charsets which we convert into `?'.
19076
19077 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19078
19079 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19080 private charsets.
19081 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19082 japanese-jisx0213-2): New charsets.
19083
19084 * international/fontset.el: Setup default fontset for new charsets.
19085
19086 2000-05-24 Dave Love <fx@gnu.org>
19087
19088 * info.el (Info-find-node-2): Restructure [following "Vadim
19089 S. Solomin" <sovs@uic.nnov.ru>].
19090
19091 * icomplete.el: Fix header for Finder.
19092
19093 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19094
19095 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19096 STAY.
19097
19098 * rmail.el (rmail-automatic-folder-directives): New user variable.
19099 (rmail-show-message): Add call to `rmail-auto-file' during
19100 display.
19101 (rmail-auto-file): New function.
19102
19103 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19104
19105 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19106 account.
19107 (ediff-test-utility,ediff-diff-mandatory-option)
19108 (ediff-reset-diff-options): Utilities for proper initialization of
19109 ediff-diff-options and ediff-diff3-options on Windows.
19110
19111 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19112 variable.
19113
19114 * ediff-mult.el (ediff-filegroup-action): Use
19115 ediff-merge-filename-prefix.
19116
19117 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19118
19119 * viper-ex.el (ex-write): Set selective display to nil.
19120
19121 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19122
19123 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19124 aliases for hebrew-iso-8bit.
19125
19126 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19127
19128 * woman.el: New version from Francis J. Wright
19129 <F.J.Wright@Maths.QMW.ac.uk>.
19130 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19131 names in environment variables regardless of the path separator.
19132 (woman-topic-all-completions-1): Don't call file-name-directory-p
19133 on all files, since woman-file-regexp already filters out any
19134 directories.
19135
19136 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19137
19138 * international/quail.el (quail-start-translation): Don't change
19139 modified-p of the current buffer.
19140 (quail-start-conversion): Likewise.
19141
19142 * international/kkc.el (kkc-region): Don't change modified-p of
19143 the current buffer.
19144
19145 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19146 conform to RFC1468.
19147 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19148
19149 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19150
19151 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19152 (speedbar-insert-button): Invisible text property fix.
19153 (speedbar-directory-plus): Renamed from speedbar-directory-+
19154 (speedbar-directory-minus): Renamed from speedbar-directory--
19155 (speedbar-page-plus): Renamed from speedbar-file-+
19156 (speedbar-page-minus): Renamed from speedbar-file--
19157 (speedbar-page): Renamed from speedbar-file-
19158 (speedbar-tag): Renamed from speedbar-tag-
19159 (speedbar-tag-plus): Renamed from speedbar-tag-+
19160 (speedbar-tag-minus): Renamed from speedbar-tag--
19161 (speedbar-expand-image-button-alist): Use above renames.
19162
19163 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19164 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19165 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19166 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19167 * sb-pg.xpm: Renamed from sb-file.xpm
19168 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19169 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19170
19171 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19172
19173 * international/quail.el (quail-show-guidance-buf): Set
19174 current-input-method of the guidance buffer to the name of the
19175 curren input method.
19176
19177 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19178
19179 * progmodes/compile.el (compile-internal): Style typo.
19180
19181 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19182 quote vars and functions in the docstring.
19183
19184 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19185
19186 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19187 Don't quote lambdas.
19188
19189 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19190
19191 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19192
19193 * startup.el (command-line): Determine source file of compiled
19194 user init file differently. Warn if compiled user init file
19195 is older than its source file.
19196
19197 * ffap.el (ffap-url-regexp): Add `https'.
19198
19199 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19200
19201 * files.el (make-backup-file-name-1): Replace slashes with `!'
19202 rather than `|' (which is not allowed on Windows). Replace the
19203 drive letters with a string "drive_X".
19204
19205 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19206
19207 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19208
19209 * files.el (interpreter-mode-alist): Add `bash2'.
19210
19211 2000-05-22 Dave Love <fx@gnu.org>
19212
19213 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19214 mapc.
19215 (feature-file): Avoid calling symbol-name. Doc fix.
19216 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19217 (loadhist-hook-functions): Add mouse-position-function.
19218 (unload-feature): Change uses of mapcar.
19219
19220 * files.el (parse-colon-path): Doc fix.
19221 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19222 (set-auto-mode): Use mapc.
19223
19224 * complete.el (PC-look-for-include-file): Use :alnum: character
19225 class.
19226 (partial-completion-mode): Add autoload cookie.
19227
19228 2000-05-22 Sam Steingold <sds@gnu.org>
19229
19230 * info.el (Info-fontify-node): Fixed the call to
19231 `add-text-properties' (bug introduced on 2000-05-18).
19232
19233 2000-05-22 Dave Love <fx@gnu.org>
19234
19235 * bindings.el: Remove debug-ignored-errors set in other files.
19236
19237 * progmodes/etags.el: Add to debug-ignored-errors.
19238 (visit-tags-table-buffer): Clear out buffers holding old tables
19239 when making a new list.
19240 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19241 mapc.
19242
19243 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19244 quote keywords.
19245 (cmpl-string-case-type): Use character classes.
19246
19247 * comint.el:
19248 * textmodes/ispell.el:
19249 * imenu.el:
19250 * mail/mh-e.el:
19251 * progmodes/compile.el: Add to debug-ignored-errors.
19252
19253 * dabbrev.el: Add to debug-ignored-errors.
19254 (dabbrev-completion): Use mapc.
19255
19256 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19257
19258 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19259 (woman-mapcan, woman-parse-man.conf)
19260 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19261 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19262 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19263 path syntax better.
19264 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19265 (woman-manpath): Call woman-parse-man.conf.
19266 (woman-emulation): New defcustom, defaults to nroff.
19267 (woman-font-support): New defconst.
19268 (woman-use-symbol-font): New defcustom.
19269 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19270 "Emulation".
19271 Many functions: Doc fix.
19272
19273 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19274
19275 * international/quail.el (quail-simple-translation-keymap): Map
19276 128..255 to quail-self-insert-command.
19277 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19278
19279 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19280
19281 * help.el (help-manyarg-func-alist): Typo.
19282
19283 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19284 intervals which makes it heaps simpler.
19285
19286 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19287 the nested comment markers.
19288
19289 * subr.el (remove-hook): Don't turn the hook's value into a list.
19290
19291 2000-05-21 Dave Love <fx@gnu.org>
19292
19293 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19294 are invalid characters.
19295
19296 * international/mule-util.el (detect-coding-with-priority): Use
19297 mapc. Remove redundant lambda.
19298
19299 * international/mule-diag.el (list-non-iso-charset-chars)
19300 (describe-fontset): Remove redundant lambda.
19301
19302 * emulation/crisp.el (brief-mode): New alias.
19303
19304 * emacs-lisp/ring.el (ring-elements): New function.
19305
19306 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19307 (easy-menu-do-add-item): Use keywordp.
19308
19309 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19310
19311 * replace.el: Doc and error message fixes.
19312 (replace-highlight): Use facep, not internal-find-face.
19313
19314 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19315
19316 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19317
19318 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19319 (log-edit-insert-changelog): Drop `:' as well.
19320
19321 * log-view.el: Fix file description.
19322 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19323 available.
19324 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19325 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19326
19327 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19328 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19329 Print a status message if the toggle is called interactively.
19330 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19331 for global minor modes and use `defcustom' for them.
19332 Use add-minor-mode.
19333 (easy-mmode-define-derived-mode): Remove.
19334 (define-derived-mode): Fancier default docstring.
19335 (easy-mmode-define-navigation): Signal an error rather than (ding).
19336
19337 * newcomment.el (comment-styles): New `box-multi'.
19338 (comment-normalize-vars): Better default for comment-continue to
19339 avoid whitespace-only continuations.
19340 (comment-search-forward): Always move even in the no-syntax case.
19341 (comment-padright): Only obey N if it's only obeyed for padleft.
19342 (comment-make-extra-lines): Better handling of empty continuations.
19343 Use `=' for the filler if comment-start has only one character.
19344 (uncomment-region): Try handling the special `=' filler.
19345 (comment-region): Allow LINES even if MULTI is nil.
19346 (comment-box): Choose box style based on comment-style.
19347
19348 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19349
19350 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19351 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19352
19353 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19354
19355 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19356 and insert, not subst-char-in-region.
19357
19358 * international/mule-diag.el (list-character-sets-1): Handle
19359 charsets eight-bit-control and eight-bit-graphic.
19360 (list-iso-charset-chars): Likewise.
19361 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19362 charactes as is. Use indent-to to align characters.
19363
19364 * international/mule-cmds.el (find-multibyte-characters): Never
19365 exclude charsets eight-bit-control and eight-bit-graphic.
19366
19367 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19368
19369 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19370 Don't quote lambdas.
19371
19372 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19373
19374 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19375
19376 * gud.el (gud-jdb-directories): Doc fix.
19377
19378 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19379
19380 * newcomment.el: New file.
19381
19382 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19383
19384 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19385
19386 2000-05-18 Andreas Schwab <schwab@suse.de>
19387
19388 * dired.el (dired-between-files): Also skip lines beginning with
19389 `used'.
19390
19391 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19392
19393 * msb.el (msb-menu-cond): Add choice `user'.
19394
19395 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19396
19397 * ps-print.el: Compatibility, customization and doc fix.
19398 (ps-printer-name-option): Replace defconst by defvar.
19399 (ps-postscript-code-directory): XEmacs compatibility.
19400 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19401 fix.
19402 (ps-user-defined-prologue, ps-print-prologue-header)
19403 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19404 compatibility and code fix.
19405 (ps-print-background-image, ps-print-background-text):
19406 Customization fix.
19407 (ps-line-number-start, ps-n-up-on): New vars.
19408
19409 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19410
19411 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19412 the indent-comment function to just return the appropriate indent.
19413
19414 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19415
19416 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19417 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19418 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19419
19420 2000-05-18 Dave Love <fx@gnu.org>
19421
19422 * info.el (Info-fontify-node): Add intangible property as well as
19423 invisible.
19424
19425 * calendar/appt.el (appt-make-list): Match all lines of entry.
19426 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19427
19428 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19429
19430 * international/mule-diag.el (describe-char-after): Call
19431 internal-char-font, not char-font. If internal-char-font returns
19432 nil, display "-- none --".
19433
19434 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19435
19436 * image.el (image-type-available-p): Don't reference image-types
19437 if it isn't bound.
19438
19439 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19440
19441 * autoarg.el (autoarg-mode): Typo in the :set argument.
19442
19443 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19444
19445 * startup.el (command-line-1): Don't signal an error if the
19446 directory for auto-save-list files does not yet exist.
19447
19448 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19449
19450 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19451
19452 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19453
19454 * subr.el (remove-hook): `setq' hook-value, not `set'.
19455
19456 2000-05-16 Sam Steingold <sds@gnu.org>
19457
19458 * info.el (debug-ignored-errors): More errors to ignore.
19459
19460 2000-05-16 Dave Love <fx@gnu.org>
19461
19462 * cus-edit.el: Don't require cl or easymenu.
19463 (custom-variable-prompt): Test standard-value property, not
19464 user-variable-p.
19465
19466 2000-05-16 Sam Steingold <sds@gnu.org>
19467
19468 * subr.el (add-hook): `setq' hook-value, not `set'.
19469
19470 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19471
19472 * startup.el (command-line-1): Mention the FAQ in the startup
19473 message.
19474
19475 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19476
19477 * progmodes/compile.el (compilation-parse-errors): Collect
19478 `nomessage' regexps last.
19479
19480 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19481
19482 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19483 to the function name.
19484
19485 2000-05-15 Dave Love <fx@gnu.org>
19486
19487 * speedbar.el (speedbar-recenter): Typo.
19488 (speedbar-expand-line): Make arg optional.
19489 (speedbar-mode): Avoid a compiler warning.
19490
19491 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19492
19493 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19494 user-specified option string is empty.
19495
19496 * mouse.el (mouse-yank-at-click): Doc fix.
19497
19498 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19499
19500 * term/internal.el (IT-character-translations): More updates of
19501 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19502 documents.
19503
19504 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19505
19506 * env.el (getenv): New function, interactively callable.
19507 (setenv, getenv): Remove autoload cookies.
19508
19509 * loadup.el: Load `env'.
19510
19511 * progmodes/f90.el: Change author's mail address.
19512
19513 2000-05-14 Dave Love <fx@gnu.org>
19514
19515 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19516 goto-addr as an option.
19517
19518 * help.el (help-xref-stack): Doc fix.
19519 (help-xref-following): New variable.
19520 (help-make-xrefs): Use it.
19521 (help-xref-go-back): Use position information from stack element.
19522 (help-follow): Make position in stack element a pair. Use
19523 help-xref-following.
19524
19525 * autoarg.el: New file.
19526
19527 * faces.el: Declare more functions obsolete.
19528
19529 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19530 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19531 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19532 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19533 Remove all the setup-...-environment functions.
19534
19535 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19536
19537 * speedbar.el: Updated the commentary section. xemacs20p now uses
19538 >= when detecting. Require `defimage' safely.
19539 (speedbar-easymenu-definition-base): Add toggle for images.
19540 (speedbar-easymenu-definition-special): Add flush cache & expand.
19541 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19542 (speedbar-reconfigure-keymaps-hook): New variable.
19543 (speedbar-frame-parameters): Updated documentation.
19544 (speedbar-use-imenu-flag): Updated custom tag
19545 (speedbar-dynamic-tags-function-list): New variable.
19546 (speedbar-tag-hierarchy-method): Updated doc & custom.
19547 (speedbar-indentation-width, speedbar-indentation-width) New
19548 variables.
19549 (speedbar-hide-button-brackets-flag): Customizable.
19550 (speedbar-vc-indicator): Doc update.
19551 (speedbar-ignored-path-expressions): Updated default value.
19552 (speedbar-supported-extension-expressions): Updated default value.
19553 (speedbar-syntax-table): Remove {} paren status.
19554 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19555 as "+". Added overlay aliases.
19556 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19557 `force-mode-line-update'.
19558 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19559 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19560 `mouse-set-point'
19561 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19562 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19563 of arbitrary text, and new helper functions.
19564 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19565 filename finder.
19566 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19567 (speedbar-directory-buttons): Update path search/expansion.
19568 (speedbar-make-tag-line): Pay attention to
19569 `speedbar-indentation-width'. Use more care w/ invisible
19570 properties.
19571 (speedbar-change-expand-button-char): Call
19572 `speedbar-insert-image-button-maybe'.
19573 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19574 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19575 (speedbar-trim-words-tag-hierarchy)
19576 (speedbar-simple-group-tag-hierarchy): New functions
19577 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19578 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19579 functions.
19580 (speedbar-mouse-set-point): New function
19581 (speedbar-power-click): Updated documentation.
19582 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19583 of tag prefix text.
19584 (speedbar-expand-line, speedbar-contract-line): Make more robust
19585 to strange text.
19586 (speedbar-expand-line): Takes universal argument to flush the
19587 cache.
19588 (speedbar-flush-expand-line): New function.
19589 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19590 Use new generator insertion method.
19591 (speedbar-fetch-dynamic-tags): New function.
19592 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19593 `speedbar-fetch-dynamic-imenu'.
19594 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19595 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19596 "Revert Buffer" menu items.
19597 (speedbar-buffer-buttons-engine): Be smarter when creating a
19598 filename tag (for expansion purposes.).
19599 (speedbar-highlight-one-tag-line,
19600 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19601 (speedbar-recenter): New functions.
19602 (defimage-speedbar): Image loading abstraction.
19603 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19604 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19605 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19606 (speedbar-tag-type, speedbar-tag-mail): New images.
19607 (speedbar-expand-image-button-alist): New variable.
19608 (speedbar-insert-image-button-maybe): Insert an image over some
19609 buttons.
19610
19611 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19612
19613 * international/mule-cmds.el (encode-coding-char): An ASCII
19614 character is always encodable.
19615
19616 * international/mule-conf.el: Add more information in descriptions
19617 of character sets.
19618
19619 * international/mule-diag.el (describe-char-after): New function.
19620 (describe-font-internal): Adjusted for the change of font-info.
19621 (describe-font): Likewise.
19622 (print-fontset): Rewritten for the new fontset implementation.
19623 (describe-fontset): Include fontset alias names in completion.
19624 (list-fontsets): Adjusted for the change of print-fontset.
19625
19626 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19627 describe-char-after instead of displaying the detail in the echo
19628 area.
19629 (syntax-code-table): Format changed.
19630 (string-to-syntax): Adjusted for the above change.
19631
19632 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19633
19634 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19635
19636 2000-05-12 Dave Love <fx@gnu.org>
19637
19638 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19639 dependence. Use line-{beginning,end}-position, not
19640 point-at{b,e}ol. Some doc fixes.
19641 (todo-position): New function. Fix callers of position to use it.
19642 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19643
19644 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19645
19646 * time.el (display-time-mail-icon): Use `:ascent center'.
19647
19648 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19649 handling FTP security extensions.
19650
19651 2000-05-11 Dave Love <fx@gnu.org>
19652
19653 * calendar/todo-mode.el: New file.
19654
19655 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19656
19657 * comint.el (comint-read-input-ring): Move reference to
19658 comint-input-ring-size outside of the save-excursion. It was
19659 causing the default value to be the only one ever seen.
19660
19661 * font-lock.el: Update copyright. Remove Simon Marshall's email
19662 address on request from him.
19663
19664 * subr.el (substitute-key-definition): Add comment describing
19665 the meaning of PREFIX.
19666
19667 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19668
19669 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19670
19671 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19672 (add-minor-mode): Don't make the variable buffer-local and add a
19673 reference to define-minor-mode in the docstring.
19674
19675 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19676 HEADER/FOOTER and fix bug with trailing empty directory.
19677 (cvs-append-to-ignore): Use vc-editable-p if available.
19678 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19679 (vc-do-command): Tweak advice to handle the new VC.
19680
19681 * log-view.el (log-view-goto-rev): New function for the new VC.
19682 (log-view-minor-wrap): Use mark-active.
19683
19684 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19685 (log-edit-changelog-full-paragraphs): New var.
19686 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19687 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19688 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19689 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19690 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19691 Replace the `cvs' prefix with `log-edit'.
19692
19693 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19694
19695 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19696 (diff-font-lock-defaults): Explicitly turn off multiline.
19697 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19698 (diff-ediff-patch): Fix call to ediff-patch-file.
19699 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19700 Handle comments.
19701
19702 * frame.el (automatic-hscrolling): Typo.
19703
19704 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19705
19706 2000-05-09 Sam Steingold <sds@goems.com>
19707
19708 * apropos.el (apropos-print): use `describe-face' instead of
19709 `customize-face-other-window'.
19710
19711 2000-05-09 Dave Love <fx@gnu.org>
19712
19713 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19714
19715 * help.el (describe-variable): Have customize button pop the
19716 help-xref stack when invoked.
19717 (help-xref-symbol-regexp): Add `face'.
19718 (help-make-xrefs): Check for quoted face names and adapt regexp
19719 submatch numbers to cope.
19720 (help-xref-interned): Maybe insert face doc too. Separate
19721 sections with a line of hyphens.
19722
19723 * faces.el: Some doc fixes. Declare some functions obsolete.
19724 (describe-face): Add customize button. Return the help
19725 text. Fix prompt.
19726
19727 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19728
19729 * term/internal.el (IT-character-translations): Fix last change.
19730
19731 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19732
19733 * woman.el: New file
19734 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19735
19736 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19737
19738 * term/internal.el (IT-character-translations): Update ASCII
19739 simulations for greek-iso8859-7, add latin-iso8859-14 and
19740 latin-iso8859-15.
19741
19742 * international/mule-cmds.el (set-language-info-alist): Call
19743 define-prefix-command with 3 arguments, to make the map suitable
19744 for a menu.
19745
19746 2000-05-07 Dave Love <fx@gnu.org>
19747
19748 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19749
19750 2000-05-05 Dave Love <fx@gnu.org>
19751
19752 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19753 list in doc string. Don't quote keyword symbols.
19754 * emacs-lisp/cl.el: Likewise
19755 * emacs-lisp/cl-seq.el: Likewise
19756
19757 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19758
19759 * abbrev.el (abbrev-mode): Make ARG optional.
19760
19761 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19762
19763 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19764
19765 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19766
19767 * subr.el (substitute-key-definition): Clarify documentation.
19768
19769 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19770
19771 * glasses.el (glasses-convert-to-unreadable): Use
19772 `glasses-separator' instead of the hard-wired "_".
19773 (glasses-mode): Call `glasses-make-unreadable' only in a single
19774 place.
19775
19776 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19777
19778 * term/internal.el (cjk-codepages-alist): Add associations for
19779 Chinese and Korean codepages. Remove FIXME comment.
19780
19781 2000-05-03 Dave Love <fx@gnu.org>
19782
19783 * time.el (display-time-mail-face, display-time-use-mail-icon):
19784 New option.
19785 (display-time-mail-icon): New variable.
19786 (display-time-string-forms): Use the above. Fix the local-map.
19787
19788 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19789
19790 * replace.el (query-replace-map): Add binding for `E'.
19791 (query-replace-help): Extend help text.
19792 (perform-replace): Allow editing the replacement string.
19793
19794 * make-mode.el (makefile-mode-abbrev-table): New variable.
19795 (makefile-mode): Set local abbrev table to
19796 makefile-mode-abbrev-table.
19797 (makefile-font-lock-keywords): Fontify includes and conditionals.
19798
19799 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19800 set TOGGLE's value.
19801
19802 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19803 mail-interactive-insert-alias.
19804 (mail-abbrev-complete-alias): New command.
19805 (mail-mode-map): Bind it to `M-TAB'.
19806
19807 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19808
19809 * language/lao-util.el (lao-compose-region): New function.
19810
19811 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19812
19813 * files.el (recover-session): Make directories as necessary
19814 if they don't exist yet.
19815
19816 * calendar/cal-french.el
19817 (french-calendar-multibyte-special-days-array)
19818 (french-calendar-special-days-array): Change French text.
19819 (calendar-french-date-string): Change output.
19820 (calendar-goto-french-date): Likewise.
19821
19822 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19823
19824 * wid-edit.el (widget-default-active): Obey `:always-active'.
19825 (widget-documentation-string-value-create): Set `:always-active'.
19826
19827 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19828
19829 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19830 default prefix to `~/_emacs.d/auto-save.list/_s'.
19831 (normal-top-level): Create the directory for auto-save files, if
19832 it doesn't already exist (in the ms-dos case only).
19833
19834 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19835
19836 * international/mule-cmds.el (set-language-environment): Don't
19837 concat an integer (dos-codepage), use format instead.
19838
19839 2000-05-02 Dave Love <fx@gnu.org>
19840
19841 * help.el (help-xref-on-pp): Check for constant symbols.
19842
19843 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19844
19845 * startup.el (normal-top-level): Put a condition-case around
19846 the code loading subdirs.el.
19847
19848 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19849
19850 * ps-print.el: Upside-down and face background color printing,
19851 line number step, doc fix.
19852 (ps-print-version): New version number (5.2).
19853 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19854 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19855 (ps-spool-config): Var fix.
19856 (ps-printer-name-option): Const fix.
19857 (ps-print-upside-down, ps-use-face-background)
19858 (ps-line-number-step): New vars.
19859 (ps-window-system, ps-lp-system): New consts.
19860 (ps-face-background): New fun.
19861
19862 2000-04-28 Richard Stallman <rms@gnu.org>
19863
19864 * files.el (make-auto-save-file-name):
19865 Apply auto-save-file-name-transforms to visited file name
19866 before generating auto save file name.
19867 (auto-save-file-name-transforms): New variable.
19868
19869 * files.el (backup-enable-predicate):
19870 Correctly test for a file under a temporary directory.
19871
19872 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19873
19874 * subr.el (add-minor-mode): Rewritten.
19875
19876 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19877
19878 * mail/sendmail.el (sendmail-send-it): Set
19879 buffer-file-coding-system to the selected coding system for MIME
19880 header.
19881
19882 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19883
19884 * dired.el (dired-move-to-filename-regexp): Allow format where
19885 YYYY is followed by two spaces.
19886
19887 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19888 in the second character class of the regexp.
19889
19890 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19891 mh-etc, too.
19892
19893 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19894 nil.
19895
19896 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19897
19898 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19899 argument.
19900
19901 2000-04-27 Sen Nagata <sen@eccosys.com>
19902
19903 * emacs-lisp/crm.el (crm-completion-table): New variable.
19904 (crm-collection-fn, crm-test-completion)
19905 (completing-read-multiple): Use it.
19906
19907 2000-04-27 Dave Love <fx@gnu.org>
19908
19909 * help.el (locate-library): Use mapc.
19910 (help-manyarg-func-alist): Add call-process-region.
19911
19912 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19913
19914 * subr.el (add-minor-mode): Make argument MAP optional.
19915
19916 * desktop.el (desktop-save): Save list of minor modes.
19917 (desktop-create-buffer): Restore minor modes.
19918 (desktop-minor-mode-table): New user-option.
19919
19920 * subr.el (add-minor-mode): New function.
19921
19922 * image.el (find-image): New function.
19923 (defimage): Rewritten to find image at load time.
19924
19925 * startup.el (normal-top-level-add-to-load-path): Handle
19926 case that the default directory is not in load-path.
19927
19928 * help.el: Old patch from Stefan Monnier.
19929 (help-xref-on-pp): New function.
19930 (describe-variable): Use it to display xrefs in a symbol's value.
19931
19932 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19933
19934 * cus-edit.el (custom-face): Fix parenthesis.
19935
19936 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19937
19938 * mail/rmail.el (rmail-expunge): When there are no deleted
19939 messages, do nothing.
19940
19941 2000-04-26 Dave Love <fx@gnu.org>
19942
19943 * international/mule-cmds.el (locale-translation-file-name):
19944 Defvar to nil.
19945 (set-locale-environment): Set it here (at runtime).
19946
19947 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19948
19949 * replace.el (perform-replace): Add parameters START and END. Use
19950 them instead of the check for a region in Transient Mark mode.
19951 (query-replace-read-args): Return two more list elements for the
19952 start and end of the region in Transient Mark mode.
19953 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19954 (map-query-replace-regexp, replace-string, replace-regexp): Add
19955 optional last arguments START and END and pass them to
19956 perform-replace.
19957
19958 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19959 form with additional arguments for perform-replace.
19960
19961 * progmodes/etags.el (tags-query-replace): Add parameters START
19962 and END. Construct a form with additional arguments for
19963 perform-replace.
19964
19965 * simple.el (shell-command): Set default directory for "*Shell
19966 Command Output" buffer.
19967
19968 * language/european.el (iso-latin-4): Fix typo.
19969
19970 * emacs-lisp/crm.el: New file.
19971
19972 2000-04-24 Dave Love <fx@gnu.org>
19973
19974 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19975 (Custom-reset-saved, Custom-reset-standard)
19976 (custom-group-value-create, custom-group-set, custom-group-save)
19977 (custom-group-reset-current, custom-group-reset-saved)
19978 (custom-group-reset-standard): Use mapc.
19979 (custom-buffer-create-internal): Disable undo when creating items.
19980 Use mapc.
19981 (custom-face): Avoid redundant lambda.
19982
19983 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19984
19985 * startup.el (auto-save-list-file-prefix): Set default to
19986 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19987
19988 2000-04-24 Sam Steingold <sds@gnu.org>
19989
19990 * time-stamp.el (time-stamp-string-preprocess): Always convert
19991 `field-result' to a string.
19992
19993 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19994
19995 * frame.el (scrolling): New group.
19996 (automatic-hscrolling): New user-option.
19997
19998 * startup.el (command-line-x-option-alist): Add `-lsp' and
19999 `--line-spacing'.
20000
20001 2000-04-19 Dave Love <fx@gnu.org>
20002
20003 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20004 (cl-mapc): Rename from mapc. Fix the funcall.
20005
20006 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20007
20008 * simple.el (clone-indirect-buffer-other-window): New command.
20009 (clone-indirect-buffer): Add optional arg NORECROD.
20010 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20011
20012 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20013
20014 * window.el (count-screen-lines): New function.
20015 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20016 instead of window-buffer-height.
20017
20018 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20019 non-existing variable comint-input-sentinel.
20020 (inferior-lisp-args-to-list): Removed.
20021 (inferior-lisp): Use split-string instead of
20022 inferior-lisp-args-to-list.
20023
20024 * hexl.el (hexl-insert-hex-string): New command.
20025
20026 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20027 instead of concat.
20028
20029 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20030
20031 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20032 at the start of an existing but empty folder.
20033
20034 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20035
20036 * ps-mule.el: Customization fix, doc fix.
20037 (ps-multibyte-buffer): Customization fix.
20038
20039 2000-04-17 Richard M. Stallman <rms@gnu.org>
20040
20041 * subr.el (read-passwd): Use read-char-exclusive.
20042
20043 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20044
20045 * textmodes/texinfo.el (texinfo-insert-@email)
20046 (texinfo-insert-@emph, texinfo-insert-@quotation)
20047 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20048 (texinfo-mode-map): Add key bindings for them.
20049
20050 * files.el (basic-save-buffer-2): Use a template with `$'
20051 instead of `#' for VMS.
20052
20053 * simple.el (clone-indirect-buffer): New function.
20054
20055 2000-04-16 Stephen Eglen <stephen@gnu.org>
20056
20057 * iswitchb.el (iswitchb-case): New function. If the user input
20058 contains any upper-case characters, the search is made
20059 case-sensitive.
20060
20061 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20062
20063 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20064 comment-end.
20065 (texinfo-font-lock-syntactic-keywords): New var.
20066 (texinfo-font-lock-keywords): Remove comment regexp.
20067 (texinfo-insert-block): New function.
20068 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20069 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20070 and font-lock-defaults. Use regexp-opt for outline-regexp.
20071 (texinfo-environments): New var.
20072 (texinfo-environment-regexp): Use regexp-opt and
20073 texinfo-environments.
20074
20075 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20076 ispell-process is bound since this might be eval'd before ispell
20077 is loaded.
20078 (ispell-message): Use a tiny bit less magic and a bit more hard
20079 data to figure out what kind of sc-cite-regexp to use.
20080
20081 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20082
20083 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20084 (insert-cyclic-diary-entry): Unquote the lambda.
20085
20086 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20087
20088 * files.el (backup-enable-predicate): Unquote the lambda.
20089
20090 * cus-edit.el (custom-face, face): Unquote the lambda.
20091
20092 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20093
20094 * ps-print.el: Check for line-beginning-position definition.
20095
20096 * ps-print.el: Fix counting lines in a region.
20097 (ps-print-version): New version number (5.1.5).
20098 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20099 (ps-printing-region): Fun code fix.
20100
20101 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20102
20103 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20104 to file-directory-p.
20105
20106 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20107
20108 * gud.el (gud-jdb-build-source-files-list): Check that directory
20109 exists before calling directory-files.
20110
20111 2000-04-13 Dave Love <fx@gnu.org>
20112
20113 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20114 syntax.
20115
20116 * emacs-lisp/cl-specs.el: Remove when, unless.
20117
20118 * emacs-lisp/cl-extra.el: Don't quote keywords.
20119 (cl-old-mapc): New variable.
20120 (mapc): Use it.
20121 (cl-map-intervals): Use with-current-buffer. Don't check for
20122 next-property-change.
20123 (cl-map-overlays): Use with-current-buffer.
20124 (cl-expt): Remove.
20125 (copy-tree, remprop): Define unconditionally.
20126
20127 * emacs-lisp/cl-compat.el (keywordp): Remove.
20128
20129 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20130 to use keywordp.
20131 (edebug-spec): Enable keywordp.
20132
20133 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20134 string-lessp.
20135
20136 * cus-start.el: Use keywordp.
20137
20138 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20139
20140 * diary-lib.el (include-other-diary-files): Fix the fix of
20141 2000-02-18 by doing a save-excursion.
20142
20143 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20144
20145 * ps-print.el: Customization fix, doc fix.
20146 (ps-print-version): New version number (5.1.4).
20147 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20148 (ps-print-preprint): Adjust code.
20149 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20150 (ps-print-prologue-header, ps-print-control-characters)
20151 (ps-spool-config): Customization fix.
20152
20153 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20154
20155 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20156 converted to the new menu-item format, names silightly changed,
20157 help strings added.
20158
20159 Support for spelling without async subprocesses:
20160
20161 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20162 (ispell-session-buffer): New variables.
20163 (ispell-start-process, ispell-process-status,
20164 ispell-accept-output, ispell-send-string): New functions, for
20165 Ispell invocation when async subprocesses aren't supported.
20166 (ispell-word, ispell-pdict-save, ispell-command-loop,
20167 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20168 to process-send-string with calls to ispell-send-string, and
20169 accept-process-output with ispell-accept-output.
20170 (ispell-init-process): Call ispell-process-status instead of
20171 process-status with.
20172 (ispell-init-process): Call ispell-start-process. Call
20173 ispell-accept-output and ispell-send-string. Don't call
20174 process-kill-without-query and kill-process if they are unbound.
20175 (ispell-async-processp): New function.
20176
20177 2000-04-12 Dave Love <fx@gnu.org>
20178
20179 * info.el: Add debug-ignored-errors.
20180 (Info-mode-menu): Add some items.
20181 (Info-directory): Add autoload cookie.
20182
20183 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20184 Modify `truncate-lines'. Make `describe-language-environment'
20185 always visible and add help. Modify `describe-key' help. Invoke
20186 Info-directory from `info'. New entry `emacs-manual'.
20187
20188 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20189
20190 * progmodes/ebrowse.el (ebrowse-tree-mode):
20191 Use propertized-buffer-identification.
20192 (ebrowse-update-member-buffer-mode-line): Likewise.
20193 (ebrowse--mode-strings): Removed.
20194 (ebrowse--mode-line-props): Removed.
20195
20196 * files.el (auto-mode-alist): Add `EBROWSE'.
20197
20198 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20199 space before testing for end of buffer.
20200 (ebrowse-load): Removed.
20201 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20202 (ebrowse-create-tree-buffer): Rewritten.
20203 (ebrowse-tree-mode): Read tree from buffer.
20204
20205 * progmodes/ebrowse-ffh.el: Removed.
20206
20207 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20208
20209 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20210
20211 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20212
20213 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20214 at the wrong place.
20215
20216 2000-04-09 Dave Love <fx@gnu.org>
20217
20218 * files.el (backup-enable-predicate):
20219 Use temporary-file-directory, small-temporary-file-directory.
20220 (make-backup-file-name-function, backup-directory-alist): New vars.
20221 (make-backup-file-name-1): New function.
20222 (make-backup-file-name): Use it.
20223 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20224 (file-newest-backup): Use make-backup-file-name.
20225
20226 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20227
20228 * progmodes/ebrowse-ffh.el: New file.
20229
20230 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20231 Moved to ebrowse-ffh.el.
20232 (ebrowse-load): Add autoload.
20233
20234 * finder.el (finder-commentary): Add autoload cookie.
20235
20236 * mail/rfc2368.el: Correct author's email address.
20237
20238 * progmodes/ebrowse.el: New file.
20239
20240 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20241 item help string.
20242 (easy-menu-do-add-item): Ditto.
20243 (easy-menu-define): Extend doc string.
20244
20245 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20246 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20247 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20248 with-buffer-unmodified.
20249
20250 2000-04-08 Dave Love <fx@gnu.org>
20251
20252 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20253 unless, when.
20254
20255 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20256
20257 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20258 (viper-flash-search-pattern): No operation when using Emacs
20259 doesn't support face.
20260 Use `viper-put-on-search-overlay'.
20261
20262 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20263
20264 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20265 like C-r.
20266
20267 * progmodes/make-mode.el: Some doc fixes.
20268 (makefile-mode-abbrev-table): New variable.
20269 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20270 (makefile-font-lock-keywords): Fontify includes and conditionals.
20271 (toplevel): Require `dabbrev' and `add-log' when compiling.
20272
20273 * replace.el (perform-replace): Don't move forward one char
20274 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20275 to do that because it leaves point 1 position after the last
20276 replacement, after everything has been replaced.
20277
20278 * jit-lock.el (with-buffer-unmodified): New macro.
20279 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20280 modified state.
20281 (jit-lock-function-1): Extracted from jit-lock-function; not
20282 preserving buffer's modified state.
20283 (jit-lock-function, jit-lock-stealth-fontify):
20284 Call jit-lock-function-1.
20285
20286 * mail/rfc2368.el: Remove supernumerary copyright line.
20287
20288 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20289
20290 * glasses.el: Provide facilities for inserting space before left
20291 parentheses and uncapitalization of identifiers.
20292 (glasses-mode): Try to remove old overlays in all cases.
20293
20294 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20295
20296 * progmodes/compile.el (compile-internal): Display the compilation
20297 buffer in a different frame, if it's already displayed there.
20298
20299 * mail/rfc2368.el: New file.
20300
20301 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20302 header and insert its value as mail body.
20303
20304 * subr.el (member-ignore-case): New function.
20305
20306 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20307 (dabbrev--find-expansion): Ignore buffers matching a regexp
20308 from dabbrev-ignored-regexps.
20309
20310 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20311 to extensions handled by gzip.
20312
20313 2000-04-03 Richard M. Stallman <rms@gnu.org>
20314
20315 * files.el (insert-directory): List the total free space
20316 along with the used space.
20317
20318 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20319 line is followed by one that matches CITATION-REGEXP, end the
20320 paragraph.
20321
20322 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20323
20324 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20325 (rmail-make-basic-summary-line): Use that option.
20326
20327 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20328
20329 * international/mule-cmds.el (encoded-string-description):
20330 Rewritten. Try pretty description for ISO 2022 escape sequences
20331 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20332 for hexadecimal format.
20333
20334 2000-04-01 Dave Love <fx@gnu.org>
20335
20336 * cpp.el: Change customization group to `c' from `C'.
20337
20338 * vcursor.el (vcursor-move): Use display-color-p.
20339
20340 * international/mule-util.el: Provide mule-utils.
20341 (string-to-sequence): Simplify and speed up.
20342
20343 * international/mule.el (make-coding-system): Purecopy doc-string.
20344
20345 * international/mule-cmds.el: Various menu changes.
20346 (describe-specified-language-support): Handle `Default'.
20347 (set-language-info): Purecopy `info'.
20348
20349 2000-03-31 Andrew Innes <andrewi@gnu.org>
20350
20351 * vc.el (vc-backend-diff): Return the correct status if we had to
20352 retry the rcsdiff command without the --brief option.
20353
20354 2000-03-31 Dave Love <fx@gnu.org>
20355
20356 * help.el (help-manyarg-func-alist): Correct several omissions.
20357
20358 * add-log.el: Don't require cl, fortran.
20359 (add-log-current-defun-function): Doc fix.
20360 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20361 (change-log-version-rcs): Function deleted.
20362 (change-log-version-number-search): Doc fix.
20363 Use vc-workfile-version. Avoid CL dolist.
20364 (add-change-log-entry): Just call add-log-current-defun to get
20365 defun. Simplify somewhat.
20366 (change-log-get-method-definition-1): Likewise.
20367 (add-log-current-defun): Return nil if calling
20368 add-log-current-defun-function does so. Move Fortran stuff to
20369 fortran.el. Return string without properties.
20370
20371 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20372 and :alpha: char classes.
20373
20374 * mail/supercite.el: Defvar curline when compiling.
20375 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20376 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20377 rather than a-zA-Z0-9 to allow non-ASCII characters.
20378
20379 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20380
20381 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20382
20383 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20384 Re-enable new code.
20385
20386 * lpr.el (print-region-1): Use -d to specify printer name for
20387 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20388
20389 2000-03-31 Dave Love <fx@gnu.org>
20390
20391 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20392 Look for function definition in symbol's function value slot first
20393 instead of first consulting byte-compile-function-environment.
20394
20395 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20396
20397 * language/european.el ("Polish"): New language environment.
20398 (setup-polish-environment): New function.
20399
20400 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20401
20402 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20403 Disable new code.
20404
20405 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20406 trying to `load' the symbol of an autoload instead of the file
20407 recorded in the autoload. Fix error messages.
20408
20409 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20410
20411 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20412 (ps-print-version): New version number (5.1.3).
20413 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20414 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20415 (ps-generate-postscript-with-faces): Code fix.
20416 (ps-color-values): XEmacs compatibility.
20417 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20418 (ps-default-fg, ps-default-bg): Adjust customization.
20419 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20420 (ps-color-scale): Renaming old ps-color-value fun.
20421 (ps-print-headers): Replace ps-print-header group to avoid conflict
20422 with ps-print-header variable.
20423 (ps-print-miscellany): New group.
20424 (ps-format-color, ps-rgb-color): New funs.
20425 (ps-default-foreground): New var.
20426 (ps-printer-name-option): New const.
20427
20428 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20429
20430 * net/net-utils.el:
20431 (network-connection-host, network-connection-service): New variables
20432 (network-connection-mode): New mode, derived from comint-mode
20433 (network-connection-mode-setup): New function, saves host and
20434 service information in local variables.
20435
20436 * lisp/locate.el:
20437 (locate-word-at-point): Added this function
20438 (locate): Default to using locate-word-at-point as input
20439 Run dired-mode-hook
20440
20441 2000-03-29 Dave Love <fx@gnu.org>
20442
20443 * calendar/appt.el: Doc fixes.
20444 (appt-check): Convert min-to-app to a string before passing to
20445 appt-disp-window-function or concat.
20446 (appt-delete-window): Remove test for frame-root-window.
20447 (appt-select-lowest-window, appt-convert-time): Simplify.
20448
20449 * emacs-lisp/bytecomp.el: Doc fixes.
20450 (byte-compile-file-form-autoload):
20451 Update byte-compile-function-environment.
20452
20453 2000-03-29 Andreas Schwab <schwab@suse.de>
20454
20455 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20456
20457 * dired.el (dired-insert-directory): If dired-free-space-program
20458 failed just delete its output.
20459
20460 2000-03-29 Dave Love <fx@gnu.org>
20461
20462 * international/iso-cvt.el: Move provide to end. Doc fixes.
20463 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20464 (iso-iso2sgml, iso-sgml2iso): New functions.
20465 (iso-cvt-define-menu): Fix some entries and use backquote for
20466 clarity.
20467
20468 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20469
20470 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20471
20472 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20473 ISO-DATE. If non-nil, return date in ISO 8601 format.
20474
20475 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20476
20477 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20478 if it ever becomes used.
20479 (log-edit-mode-hook): Default to vc-log-mode-hook.
20480 (log-edit-mode): Fix the docstring.
20481
20482 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20483 the code.
20484
20485 2000-03-26 Dave Love <fx@gnu.org>
20486
20487 * net/browse-url.el (browse-url): Re-fix case of
20488 browse-url-browser-function being an alist.
20489 (browse-url): Add :link to defgroup.
20490
20491 * files.el: Doc fixes.
20492 (file-truename): Include `[' in wildcard characters.
20493 (automount-dir-prefix): Customize.
20494 (find-file-wildcards): Add :version.
20495 (find-file-noselect): Simplify a mapcar call.
20496
20497 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20498 compatible with inf-lisp version.
20499 (eval-defun-1): Fix custom-declare-variable case.
20500
20501 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20502
20503 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20504
20505 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20506
20507 * Makefile (COMPILE_FIRST): New macro.
20508 (compile-files): Compile files from COMPILE_FIRST first.
20509
20510 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20511
20512 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20513 matching open parenthesis in column 0 to defun-prompt-regexp
20514 only if open-paren-in-column-0-is-defun-start is set.
20515
20516 * sun-curs.el: Require CL at compile-time only.
20517
20518 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20519 instead of copy-list which is a function from CL.
20520 (msb--choose-menu, msb--mode-menu-cond)
20521 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20522 (msb--init-file-alist): Use mapcar instead of mapcan.
20523 (msb--aggregate-alist): Use mapcar instead of mapcan.
20524 Fix `(' in column 0 in doc string.
20525 (msb--add-separators): Use mapcar instead of mapcan.
20526
20527 * cus-dep.el: Require CL at compile-time only.
20528
20529 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20530
20531 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20532 (byte-compile-warnings): New warning `noruntime'.
20533 (byte-compile-constants, byte-compile-variables): Fix docstring.
20534 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20535 execute `eval-whenc-compile's body.
20536 (byte-compile-unresolved-functions): Fix docstring.
20537 (byte-compile-eval): New function.
20538 (byte-compile-callargs-warn): Check if the function will be available
20539 at runtime (via property `byte-compile-noruntime').
20540 (byte-compile-print-syms): New function.
20541 (byte-compile-warn-about-unresolved-functions): Also warn about
20542 `noruntime' functions (and use `byte-compile-print-syms').
20543 (byte-compile-file): Capitalize the message.
20544
20545 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20546
20547 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20548 (rmail-expunge): Ask for confirmation depending on the setting
20549 of rmail-confirm-expunge.
20550
20551 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20552
20553 * Makefile (bootstrap-clean): If $(emacs) exists, build
20554 loaddefs.el first. A loaddefs.el that's not up-to-date might
20555 cause a bootstrap failure because things don't autoload as expected.
20556
20557 2000-03-23 Dave Love <fx@gnu.org>
20558
20559 * net/browse-url.el: Restore previous use of
20560 browse-url-maybe-new-window.
20561
20562 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20563
20564 * ps-print.el: Skip banner page fix.
20565 (ps-print-version): New version number (5.1.2).
20566 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20567
20568 2000-03-23 Dave Pearson <davep@davep.org>
20569
20570 * net/quickurl.el Changed the type of parameter passed to the
20571 function defined by `quickurl-format-function'. Before only the
20572 text of the URL was passed. Now the whole URL structure is passed
20573 and the function is responsible for extracting the parts it requires.
20574 Changed the default of `quickurl-format-function' accordingly.
20575 (quickurl-insert): Changed the `funcall' of
20576 `quickurl-format-function' to match the above change.
20577 (quickurl-list-insert): Changed the `url' case so that it makes
20578 use of `quickurl-format-function', previous to this the format was
20579 hard wired.
20580
20581 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20582
20583 * startup.el: Change some spellings for the X Window System.
20584
20585 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20586
20587 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20588 Clean up the code and the regexp and make sure the cursor is
20589 temporarily moved to the suspicious line while querying the user.
20590
20591 2000-03-22 Jason Rumney <jasonr@gnu.org>
20592
20593 * w32-fns.el (w32-charset-info-alist): Initialize.
20594
20595 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20596
20597 * ps-print.el: N-up last page fix.
20598 (ps-print-version): New version number (5.1.1).
20599 (ps-end-file, ps-end-job, ps-generate): Code fix.
20600
20601 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20602
20603 * files.el (find-file-run-dired): Update docstring.
20604 (find-directory-functions): New hook.
20605 (find-file-noselect): Run find-directory-functions rather than
20606 calling dired directly.
20607
20608 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20609
20610 * pcvs.el: Add a minimal leading commentary.
20611 (cvs-make-cvs-buffer): Change the header part by removing the startup
20612 message and adding a `Module' entry. Also replace the FOOTER and
20613 HEADER special fileinfos with the new support in ewoc for updating
20614 its own footer and header.
20615 (cvs-update-header): Update to use the header/footer of the ewoc.
20616 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20617 (cvs-is-within-p): New function.
20618 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20619 to only examine some subset of the buffers.
20620
20621 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20622 `format' instead of our own ad-hoc functions.
20623 Remove HEADER and FOOTER cases, now handled in the EWOC.
20624 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20625
20626 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20627 output to avoid scaring the user.
20628 (cvs-parse-table): Catch message for non-up-to-date commits.
20629
20630 * pcvs-defs.el (cvs-startup-message): Remove.
20631 (cvs-global-menu): New autoloaded menu.
20632
20633 * pcvs-util.el (cvs-string-fill): Remove.
20634
20635 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20636 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20637 PP part of it and also make it work for footers and headers.
20638 (ewoc-create): Drop POS and BUFFER arguments.
20639 Use the DLL's dummy node to store the end-of-footer position.
20640 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20641 (ewoc-refresh): Remove unused `header' variable.
20642 (ewoc-(get|set)-hf): New functions.
20643
20644 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20645 log-view-*-(message|file) and use easy-mmode-define-navigation.
20646 (log-view-message-re): Match SCCS format as well.
20647 And match the revision line rather than the dashed separator line.
20648 (log-view-mode): Use the new define-derived-mode.
20649 (log-view-current-tag): Fill in with an actual implementation.
20650
20651 * cvs-status.el (cvs-status-(prev|next)): Rename from
20652 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20653 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20654 to let the output "breathe" a little more (more readable).
20655 (cvs-status-mode): Use the new define-derived-mode.
20656
20657 * smerge-mode.el (smerge-auto-leave): New function and variable.
20658 (smerge-basic-map): Rename from smerge-basic-keymap.
20659 Change the bindings for smerge-diff-*.
20660 (smerge-*-map): Use easy-mmode-defmap.
20661 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20662 (smerge-keep-*): Use smerge-auto-leave.
20663
20664 2000-03-21 Jason Rumney <jasonr@gnu.org>
20665
20666 * cus-edit.el (custom-button-face): Use 3D look for w32.
20667 (custom-button-pressed-face): Likewise.
20668
20669 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20670
20671 * progmodes/etags.el (tags-case-fold-search): New user-option.
20672 (tags-loop-eval): New function. Bind case-fold-search around eval
20673 depending on the value of tags-case-fold-search.
20674 (tags-loop-continue): Use tags-loop-eval.
20675 (find-tag-in-order): Bind case-fold-search depending on the value
20676 of tags-case-fold-search.
20677
20678 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20679
20680 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20681 (diff-end-of-hunk): Return the end position for use in
20682 `easy-mmode-define-navigation'.
20683 (diff-recenter): Remove.
20684 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20685 of `easy-mmode-define-navigation'.
20686 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20687 previous renaming) and fix to use new names.
20688 (diff-merge-strings): Use \n as separator: simpler, faster.
20689 (diff-mode): Use `define-derived-mode'.
20690
20691 * derived.el (define-derived-mode): Don't autoload anymore.
20692 Prefer the macro-only version provided by easy-mmode.el.
20693
20694 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20695 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20696 (easy-mmode-define-navigation): New macro.
20697
20698 * subr.el (combine-run-hooks): New function.
20699
20700 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20701
20702 * term/x-win.el: Fontsets related initialization is simplified.
20703
20704 * international/mule-diag.el (describe-font): Don't refer to
20705 global-fontset-alist, instead call font-list.
20706 (describe-fontset, list-fontsets, mule-diag): Likewise.
20707 (print-fontset): Adjusted for the change of fontset implementation.
20708
20709 * international/fontset.el (x-charset-registries): Variable removed,
20710 instead the corresponding data is stored in the default fontset.
20711 (register-alternate-fontnames): Function removed.
20712 (resolved-ascii-font): Variable removed.
20713 (x-compose-font-name): Ignore the second argument REDOCE.
20714 (x-complement-fontset-spec): Complement only an ASCII font and
20715 element for those charsets than can use that ASCII font.
20716 (generate-fontset-menu): Don't refer to global-fontset-alist,
20717 instead call fontset-list.
20718 (uninstantiated-fontset-alist): Variable removed.
20719 (x-style-funcs-alist): Likewise.
20720 (fontset-default-styles): Likewise.
20721 (x-modify-font-name): Function removed.
20722 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20723 (create-fontset-from-ascii-font): Docsting adjusted for the above
20724 change.
20725 (instantiate-fontset, resolve-fontset-name): Functions removed.
20726 (fontset-list): Now implemented by C code.
20727
20728 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20729 (describe-face): Include `font' attribute in the description.
20730
20731 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20732
20733 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20734
20735 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20736
20737 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20738 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20739 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20740
20741 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20742 about behavior of set-buffer-modified-p wrt redisplay.
20743
20744 2000-03-19 Richard M. Stallman <rms@gnu.org>
20745
20746 * view.el (view-mode-disable): Kill local binding of view-read-only.
20747
20748 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20749
20750 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20751 is a string, convert it to a syntax cell using string-to-syntax.
20752
20753 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20754 (string-to-syntax): New function.
20755
20756 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20757 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20758 try to use passive ftp mode.
20759
20760 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20761
20762 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20763
20764 * simple.el (append-to-buffer): Update point of windows after
20765 insertion.
20766
20767 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20768 forward then moving backward. Reindent.
20769
20770 * frame.el (other-frame): Call x-focus-frame only if
20771 focus-follows-mouse is off.
20772
20773 2000-03-17 Dave Love <fx@gnu.org>
20774
20775 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20776
20777 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20778
20779 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20780 regexp for labels cannot span several lines.
20781
20782 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20783 `(setq :<key> ':<key>)' to the macro expansion.
20784
20785 2000-03-16 Dave Love <fx@gnu.org>
20786
20787 * progmodes/f90.el (f90): Put custom group under `languages', not
20788 `fortran'.
20789 (f90-mode-hook): Customize.
20790 (f90-mode): Set add-log-current-defun-function.
20791 (f90-current-defun): New function.
20792
20793 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20794
20795 * cus-edit.el (custom-variable-tag-face): Handle case that
20796 default face's height is not a number.
20797 (custom-face-tag-face, custom-group-tag-face-1)
20798 (custom-group-tag-face): Ditto.
20799 (custom-group-tag-face-1): Add :group.
20800
20801 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20802
20803 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20804
20805 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20806 requiring easymenu.
20807
20808 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20809
20810 * ps-print.el: PostScript user-defined prologue, PostScript error
20811 handler, doc fix.
20812 (ps-print-version): New version number (5.1).
20813 (ps-user-defined-prologue, ps-error-handler-message)
20814 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20815 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20816 (ps-insert-string): New function.
20817
20818 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20819
20820 * international/ccl.el (ccl-compile-expression): Don't generate
20821 invalid self-assignment code.
20822
20823 2000-03-14 Dave Love <fx@gnu.org>
20824
20825 * subr.el (replace-regexp-in-string): Renamed from
20826 replace-regexps-in-string. Doc fix.
20827
20828 2000-03-12 Dave Love <fx@gnu.org>
20829
20830 * cus-edit.el: Doc fixes.
20831 (customize-set-variable, customize-save-variable): Rename args for doc.
20832 (custom-variable-tag-face, custom-face-tag-face)
20833 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20834 style which user identify as hyperlink.
20835 (hook): Don't add undefined functions to the hook.
20836 (debug-ignored-errors): Transfer message from bindings.el.
20837
20838 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20839
20840 * recentf.el (recentf-keep-non-readable-files-p):
20841 Remove double/nested definition.
20842
20843 2000-03-12 Dave Love <fx@gnu.org>
20844
20845 * facemenu.el (facemenu-get-face): Use display-color-p.
20846 * enriched.el (enriched-decode-foreground): Likewise.
20847 (enriched-decode-background): Likewise.
20848 * isearch.el (isearch-highlight): Likewise.
20849 * info-look.el (info-lookup): Likewise.
20850 * simple.el (completion-setup-function): Likewise.
20851
20852 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20853 :options.
20854
20855 * bindings.el (mode-line-format): Fix line-number and
20856 column-number items. Add help-echo for the background.
20857 (mode-line-mule-info): Modify help-echo.
20858
20859 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20860
20861 * files.el (load-file): Allow completion to .elc.
20862
20863 * man.el: Doc fixes.
20864 (Man-init-defvars): Use display-color-p to set fontification.
20865
20866 * play/hanoi.el (hanoi-internal): Don't use oddp.
20867
20868 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20869
20870 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20871
20872 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20873
20874 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20875
20876 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20877 Fix comment.
20878
20879 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20880
20881 * font-lock.el (font-lock-keywords): Fix the doc now that
20882 regexp-opt-depth is unnecessary.
20883 (save-buffer-state): Set an edebug spec.
20884 (font-lock-fontify-anchored-keywords): Properly handle the case when
20885 the matcher goes past the limit.
20886
20887 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20888 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20889
20890 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20891 dll.el and cookie.el (from Elib) with heavy renaming and other
20892 massaging.
20893
20894 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20895 Autoload the functions used.
20896 (easy-mmode-define-syntax): Fix CL typo.
20897 (easy-mmode-define-derived-mode): Improve the docstring generation.
20898
20899 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20900
20901 * textmodes/texinfo.el (texinfo-version): Variable and function
20902 removed.
20903
20904 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20905
20906 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20907 allow more flexibility.
20908 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20909 (easy-mmode-defmap, easy-mmode-defsyntax)
20910 (easy-mmode-define-derived-mode): New macros.
20911
20912 2000-03-09 Didier Verna <didier@xemacs.org>
20913
20914 * rect.el (replace-rectangle): New function.
20915
20916 2000-03-09 Dave Love <fx@gnu.org>
20917
20918 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20919 (fortran-comment-line-start-skip): Don't match cpp stuff.
20920 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20921 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20922 (fortran-mode): Don't set fortran-comment-line-start-skip,
20923 fortran-comment-line-start here. Set comment-start,
20924 add-log-current-defun.
20925 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20926 (fortran-current-defun): New function.
20927
20928 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20929
20930 * emacs-lisp/re-builder.el: New file.
20931
20932 * mouse.el (mouse-drag-region): Don't run up-event handler
20933 if hscroll has changed.
20934
20935 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20936 builtin operators, use `font-lock-builtin-face' for Emacs and
20937 `font-lock-preprocessor-face' otherwise.
20938
20939 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20940 `(defun (setf foo)' differently.
20941
20942 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20943
20944 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20945 (regexp-opt): Update comment and adapt the code the new meaning of
20946 the `paren' argument of regex-opt-group for shy-groups.
20947 (regexp-opt-depth): Handle shy groups as well as backslashed
20948 backslashes.
20949 (regexp-opt-group): Turn the leading comment into a docstring.
20950 Allow `paren' to be a string (the string to use to open a group).
20951 Remove open-presuf and close-presuf. Instead of checking for `all
20952 one-char' and then later on check for `several one-char', handle
20953 both cases close together. Also apply a more generic algorithm
20954 for suffixes (the mirror image of the algorithm used for
20955 prefixes). Use shy-groups. Use nreverse rather than reverse.
20956 (regexp-opt-try-suffix): Removed.
20957
20958 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20959 from comint-mode-map, so we can just inherit from it. Also, move
20960 the initialization into the `defvar' since there's no docstring
20961 anyway and it's fairly short.
20962 (inferior-scheme-mode): Define it as derived-mode: the code is
20963 shorter and this way we inherit from comint-mode-map rather than
20964 copying it.
20965
20966 * subr.el (replace-regexps-in-string): Properly handle the case
20967 where we match an empty string.
20968
20969 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20970 when the command has a directory component (such as "./testml").
20971 Also fix a typo in the comment.
20972
20973 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20974
20975 * Makefile (compile-files): Compile files one by one because
20976 that's the only way to ensure a clean compilation environment for
20977 each individual file.
20978
20979 * frame.el (other-frame): Call x-focus-frame.
20980
20981 2000-03-07 Dave Love <fx@gnu.org>
20982
20983 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20984 :require to defcustom.
20985
20986 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20987
20988 * files.el (auto-mode-alist): Add configure.in.
20989
20990 * progmodes/autoconf.el: New file.
20991
20992 2000-03-07 Gerd Moellmann <gerd@gnu.org>
20993
20994 * mail/mh-e.el: Change maintainer to `none'.
20995
20996 * recentf.el (recentf-keep-non-readable-files-p): Quote args
20997 to remove-hook and add-hook.
20998
20999 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21000
21001 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21002 it as the default.
21003 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21004 (sendmail-send-it): Conditionally add MIME headers specifying the
21005 used character set.
21006
21007 2000-03-07 Dave Love <fx@gnu.org>
21008
21009 * winner.el: Fix keywords, autoload cookies.
21010 Split eval-when-compile form to avoid compilation failure.
21011
21012 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21013
21014 * international/mule.el: Modify comment about coding system
21015 property `coding-category'.
21016 (make-coding-system): New argument EOL-TYPE. Pay attention to
21017 coding-category property of PROPERTIES.
21018
21019 * international/mule-conf.el (coding-category-utf-8)
21020 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21021 categories. Include them in the argument for set-coding-priority.
21022
21023 * international/mule-cmds.el (reset-language-environment):
21024 Include coding-category-utf-8, coding-category-utf-16-be, and
21025 coding-category-utf-16-le in the argument for set-coding-priority.
21026 (reset-language-environment): Initialize coding-category-utf-8,
21027 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21028
21029 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21030
21031 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21032 code abstracted out of `bookmark-jump-noselect'. Now tries info
21033 extensions as well as compression extensions.
21034 (bookmark-jump-noselect): Use above new func.
21035
21036 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21037
21038 * strokes.el: Change maintainer's mail address.
21039
21040 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21041
21042 * international/mule-diag.el (list-character-sets): Make help-echo
21043 string by substitute-command-keys.
21044 (list-character-sets): Likewise.
21045 (sort-listed-character-sets): Call help-setup-xref.
21046
21047 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21048
21049 * time.el (display-time-mail-file): Add `none' to the list of choices.
21050
21051 2000-03-01 Dave Love <fx@gnu.org>
21052
21053 * help.el (help-xref-go-back): Don't try to set position.
21054
21055 * international/mule-diag.el (list-character-sets):
21056 Call help-setup-xref. Add help-echo to xrefs.
21057 (list-character-sets-1): Add help-echo to xrefs.
21058
21059 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21060
21061 * frame.el (blink-cursor-mode): Switch cursor on when turning
21062 the mode off.
21063
21064 * add-log.el (add-log-current-defun): Add support for
21065 Autoconf mode.
21066
21067 * mail/rmail.el (rmail-quit-hook): New variable.
21068
21069 2000-03-01 Dave Love <fx@gnu.org>
21070
21071 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21072
21073 * help.el (help-xref-button): Add help-echo arg.
21074 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21075
21076 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21077
21078 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21079
21080 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21081
21082 * image.el (defimage): Look for image files in load-path.
21083
21084 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21085
21086 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21087
21088 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21089
21090 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21091
21092 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21093 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21094 action to select/unselect a file.
21095 (recentf-edit-list): Code cleanup and improvement.
21096 (recentf-open-more-files-action): `recentf-open-more-files' button
21097 widget action to open a file.
21098 (recentf-open-more-files): No more use standard completion but widgets.
21099 (recentf-more-collection): Deleted.
21100 (recentf-more-history): Deleted.
21101 (recentf-setup-more-completion): Deleted.
21102
21103 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21104
21105 * recentf.el (recentf-mode): No more needs that Emacs is running
21106 under a window-system.
21107
21108 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21109
21110 * recentf.el (recentf-edit-list): New command to edit the recent
21111 list which allow the user to remove files.
21112 (recentf-edit-selected-items): New global variable, used by
21113 `recentf-edit-list' to hold the list of files to be removed from
21114 the recent list.
21115 (recentf-make-menu-items): Updated to display a "Edit list..."
21116 menu item. Minor code cleanup.
21117
21118 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21119
21120 * recentf.el (recentf-open-more-files): New command to open files
21121 that are not displayed in the menu.
21122 (recentf-more-collection): New global variable holding the set of
21123 permissible completions used by `recentf-open-more-files'.
21124 (recentf-more-history): New global variable holding the history list
21125 used by `recentf-open-more-files' completion.
21126 (recentf-setup-more-completion): New function to setup completion for
21127 `recentf-open-more-files'.
21128 (recentf-make-menu-items): Updated to display a "More..." menu item.
21129
21130 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21131
21132 * recentf.el (recentf-menu-action): Doc fixed.
21133
21134 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21135
21136 * recentf.el (recentf-menu-filter): Doc updated.
21137 (recentf-update-menu-hook): Allow menu filters to force menu update.
21138 (recentf-make-menu-items): New menu filter handling.
21139 (recentf-make-menu-item): New helper function.
21140 (recentf-menu-elements): New menu handling function.
21141 (recentf-sort-ascending): Updated to new menu filter handling.
21142 (recentf-sort-descending): Updated to new menu filter handling.
21143 (recentf-sort-basenames-ascending): New menu filter function.
21144 (recentf-sort-basenames-descending): New menu filter function.
21145 (recentf-show-basenames): New menu filter function.
21146 (recentf-show-basenames-ascending): New menu filter function.
21147 (recentf-show-basenames-descending): New menu filter function.
21148
21149 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21150
21151 * diary-lib.el (list-diary-entries): Don't try to go forward at
21152 the end of the buffer.
21153
21154 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21155
21156 * international/mule-diag.el (list-character-sets):
21157 Completely rewritten.
21158 (sort-listed-character-sets): New function.
21159 (list-character-sets-1): Completely rewritten.
21160 (list-character-sets-2): New function.
21161 (non-iso-charset-alist): New variable.
21162 (decode-codepage-char): New function.
21163 (charset-history): New variable.
21164 (read-charset) (list-block-of-chars)
21165 (list-iso-charset-chars)
21166 (list-non-iso-charset-chars)
21167 (list-charset-chars): New functions.
21168 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21169 (dump-charsets): Likewise.
21170
21171 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21172
21173 * dired-x.el (dired-filename-at-point): Add `@' to valid
21174 file name characters.
21175 (dired-filename-at-point): Handle ange-ftp file names.
21176
21177 * frame.el (frame-notice-user-settings): Use assq-delete-all
21178 instead of assoc-delete-all.
21179 (frame-notice-user-settings): Ditto.
21180
21181 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21182 Don't copy alist.
21183
21184 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21185
21186 * calculator.el (calculator-use-menu): New option.
21187 (calculator-initial-bindings): Changed some bindings to work as macros.
21188 (calculator-forced-input): Removed.
21189 (calculator-restart-other-mode): New variable.
21190 (calculator-mode-map): Set up menu.
21191
21192 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21193
21194 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21195
21196 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21197
21198 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21199 translate all ESC key sequences.
21200 (viper-goto-mark-subr): Restore markers for files for which
21201 they were saved.
21202 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21203 * viper-util.el (viper-set-replace-overlay-glyphs)
21204 (viper-set-replace-overlay): Always check if the replacement
21205 overlay is live.
21206 * viper.el (viper-vi-state-mode-list): Add major modes.
21207 * ediff-wind.el: Minor comment changes.
21208 * ediff.el: Copyright notice date fix.
21209
21210 2000-02-27 Jason Rumney <jasonr@gnu.org>
21211
21212 * faces.el (face-font-family-alternatives): Add arial to helv.
21213 (mode-line, header-line, tool-bar): Same default as x for w32.
21214 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21215 face-font-family-alternatives from working.
21216 * term/w32-win.el (mouse-set-font): Do not build fontset from
21217 chosen font.
21218
21219 2000-02-25 Sam Steingold <sds@goems.com>
21220
21221 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21222 properly.
21223
21224 2000-02-25 Richard M. Stallman <rms@gnu.org>
21225
21226 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21227
21228 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21229
21230 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21231
21232 * frame.el (busy-cursor-delay-seconds): New option.
21233
21234 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21235
21236 * frame.el (show-cursor-in-non-selected-windows): New option.
21237
21238 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21239
21240 * diary-lib.el (include-other-diary-files): Undo the selective
21241 display in any included file and don't kill it.
21242
21243 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21244
21245 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21246 Menu items converted to (menu-item format, help strings added.
21247 [downcase, upcase]: Don't enable on MS-DOS.
21248 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21249 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21250
21251 2000-02-23 Dave Love <fx@gnu.org>
21252
21253 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21254 (backward-kill-word): Revert addition of * to interactive spec --
21255 it's a feature.
21256
21257 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21258 (backward-kill-sentence, kill-sentence): Likewise.
21259
21260 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21261 scratch buffer name.
21262 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21263
21264 * term/w32-win.el (internal-face-interactive): Update prompt for
21265 new read-face-name.
21266
21267 * mail/footnote.el (footnote): Add :version to defgroup.
21268 (footnote-section-tag-regexp): Customize.
21269 (footnote-start-tag, footnote-end-tag): New option.
21270 (footnote-latin-regexp): New variable.
21271 (Footnote-latin): New function.
21272 (footnote-style-alist): Add element for latin style.
21273 (footnote-style): Moved.
21274 (Footnote-goto-footnote): Use eq to test arg.
21275
21276 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21277
21278 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21279 (byte-compile-trueconstp): Include keywords.
21280 (byte-optimize-quote, byte-optimize-lapcode):
21281 Use byte-compile-const-symbol-p.
21282 (byte-optimize-char-before): New optimization.
21283
21284 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21285 (byte-compile-const-symbol-p): New function.
21286 (byte-compile-constp, byte-compile-out-toplevel)
21287 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21288 Use it.
21289
21290 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21291
21292 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21293
21294 * international/encoded-kb.el: Be sure to update minor-mode-alist
21295 and minor-mode-map-alist.
21296 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21297 codes SS2 and SS3 correctly.
21298 (encoded-kbd-self-insert-ccl): New function.
21299 (encoded-kbd-setup-keymap): New function.
21300 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21301 by calling encoded-kbd-setup-keymap.
21302
21303 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21304 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21305
21306 2000-02-22 Dave Love <fx@gnu.org>
21307
21308 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21309 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21310 (lisp-mode-syntax-table): Set up for #|...|# comments.
21311 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21312 classes. Match `defface'.
21313 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21314 (eval-defun-1): Fix for defcustom.
21315 (lisp-indent-region): Doc fix.
21316
21317 * subr.el (when, unless, split-string): Doc fix.
21318 (read-passwd): Move call of clear-this-command-keys to the right place.
21319 (replace-regexps-in-string): New function.
21320
21321 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21322
21323 * help.el (describe-variable): Set syntax table to
21324 emacs-lisp-mode-syntax-table when moving forward over the
21325 symbol's name.
21326
21327 2000-02-22 Dave Love <fx@gnu.org>
21328
21329 * xt-mouse.el: Doc fixes.
21330 (xterm-mouse-position-function): New function, replacing advice of
21331 mouse-position.
21332 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21333
21334 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21335
21336 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21337
21338 * format.el (format-annotate-single-property-change):
21339 Handle properties.with dotted-list values.
21340 (format-proper-list-p): New function.
21341
21342 * enriched.el (enriched-face-ans): Handle '(foreground-color
21343 . COLOR) and (background-color . COLOR).
21344
21345 2000-02-20 Dave Love <fx@gnu.org>
21346
21347 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21348 and assignments to it.
21349 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21350 current local map.
21351 (make-flyspell-overlay): Use it.
21352 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21353
21354 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21355 (lm-get-header-re): Defun, not defsubst.
21356 (lm-get-package-name): Defun, not defsubst. Simplify.
21357 (lm-version): Doc fix. Simplify.
21358 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21359 (lm-crack-address, lm-last-modified-date, lm-commentary)
21360 (lm-verify, lm-synopsis): Simplify.
21361 (lm-report-bug): Require emacsbug. Use compose-mail.
21362
21363 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21364
21365 * dired.el (dired-mode): Call propertized-buffer-identification
21366 to set mode-line-buffer-identification to something having
21367 the right text properties.
21368
21369 * bindings.el (propertized-buffer-identification): New function.
21370
21371 2000-02-20 Dave Love <fx@gnu.org>
21372
21373 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21374 check for t-mouse too.
21375
21376 * cus-start.el: Make echo-keystrokes `number'.
21377
21378 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21379
21380 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21381 Don't call ring-empty-p unless tags-location-ring is bound.
21382 From Noah Friedman <friedman@splode.com>.
21383
21384 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21385
21386 * progmodes/hideshow.el (hs-flag-region): No longer use
21387 `intangible' overlay property.
21388
21389 (hs-toggle-hiding): New command.
21390 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21391
21392 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21393 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21394 and deactivation.
21395
21396 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21397
21398 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21399
21400 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21401
21402 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21403
21404 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21405 of `*' to handle `(* ... *)' comments.
21406
21407 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21408
21409 * faces.el (list-faces-display): Use display-mouse-p instead of
21410 window-system.
21411
21412 * menu-bar.el (global-map): Menu-bar items converted to the new
21413 format (menu-item..., rearranged for better CUA compliance, and
21414 their names changed for better clarity. Help strings added.
21415
21416 * international/mule-cmds.el (mule-menu-keymap)
21417 (describe-language-environment-map, set-coding-system-map)
21418 (setup-language-environment-map): Convert to new (menu-item...
21419 form, add help strings. Change names of menu items for better clarity.
21420 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21421
21422 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21423
21424 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21425 within the code.
21426
21427 2000-02-16 Dave Love <fx@gnu.org>
21428
21429 * faces.el: Don't require custom. Add more specific :groups to
21430 various deffaces.
21431 (set-face-attribute): Purecopy args.
21432 (read-face-name): Default to name at point and use it in prompt.
21433 Remove colon from arg in all callers.
21434 (list-faces-display): Hyperlink to face descriptions and customize
21435 buffers.
21436
21437 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21438
21439 * wid-edit.el (widget-match-inline): An atom never matches a list.
21440
21441 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21442
21443 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21444 at ':' characters by call to split-string.
21445
21446 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21447
21448 * textmodes/bibtex.el: Added RCS version identification.
21449
21450 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21451
21452 * textmodes/bibtex.el: Some temporary comments removed.
21453 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21454 (bibtex-field-const): Allow capital letters.
21455 (bibtex-start-of-string): Deleted because unused.
21456
21457 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21458 use the term 'reference' to describe a bibtex entry as a whole.
21459 Further, reference keys are no longer called 'labels'.
21460 (bibtex-keys): Renamed to bibtex-reference-keys.
21461 (bibtex-reformat-previous-labels): Renamed to
21462 bibtex-reformat-previous-reference-keys.
21463 (bibtex-reference-type): Renamed to bibtex-entry-type.
21464 (bibtex-reference-head): Renamed to bibtex-entry-head.
21465 (bibtex-reference-maybe-empty-head): Renamed to
21466 bibtex-entry-maybe-empty-head.
21467 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21468 (bibtex-search-reference): Renamed to bibtex-search-entry.
21469 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21470 bibtex-enclosing-entry-maybe-empty-head.
21471 (bibtex-entry-field-alist, bibtex-entry-head)
21472 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21473 (bibtex-map-entries, bibtex-search-entry)
21474 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21475 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21476 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21477 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21478 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21479 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21480 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21481
21482 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21483
21484 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21485 comment.
21486 (bibtex-format-field-delimiters): New function, functionality
21487 extracted from bibtex-format-entry.
21488 (bibtex-autokey-get-yearfield-digits): New function, functionality
21489 extracted from bibtex-autokey-get-yearfield.
21490
21491 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21492 entries in order to avoid stack overflow in the regexp matcher if
21493 field contents become large.
21494 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21495 (bibtex-field-string-part-not-braced)
21496 (bibtex-field-string-part-no-inner-braces)
21497 (bibtex-field-string-part-1-inner-brace)
21498 (bibtex-field-string-part-2-inner-braces)
21499 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21500 (bibtex-field-string-quoted, bibtex-field-string)
21501 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21502 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21503 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21504 Deleted as parsing is now performed by the following functions.
21505 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21506 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21507 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21508 (bibtex-parse-association, bibtex-field-name-for-parsing)
21509 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21510 (bibtex-search-forward-field, bibtex-search-backward-field)
21511 (bibtex-start-of-field, bibtex-end-of-field)
21512 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21513 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21514 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21515 (bibtex-parse-string, bibtex-search-forward-string)
21516 (bibtex-search-backward-string, bibtex-start-of-string)
21517 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21518 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21519 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21520 entries. Instead of reporting the results of the parsing by
21521 match-beginning or match-end, these functions return data structures
21522 that hold the corresponding positions.
21523 (bibtex-enclosing-field): Changed to also report field boundaries by
21524 return values rather than by match-beginning or match-end.
21525 The following functions have been adapted to use the new
21526 parsing functions.
21527 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21528 (bibtex-enclosing-field, bibtex-format-entry)
21529 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21530 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21531 (bibtex-print-help-message, bibtex-end-of-entry)
21532 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21533 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21534 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21535 Use the new method for parsing.
21536 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21537 (bibtex-map-entries, bibtex-flash-head)
21538 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21539 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21540 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21541 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21542 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21543 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21544 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21545 order to make the new binding of case-fold-search immediately visible.
21546
21547 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21548
21549 * textmodes/bibtex.el: Copyright notice is up to date.
21550 Added constant 'bibtex-maintainer-salutation.
21551
21552 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21553 than make-temp-name, use match-string-no-properties and eliminate
21554 a quadratic behavior when building bibtex-strings.
21555
21556 * bibtex.el (bibtex-reference-key): Accept string entries whose
21557 reference key contains upper case letters.
21558
21559 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21560
21561 * bibtex.el (bibtex-reference-head): Allow entries to start with
21562 a new line.
21563
21564 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21565
21566 * bibtex.el: Hiding of entry bodies is not longer provided by
21567 bibtex.el directly. Instead the hideshow package can be used.
21568 Added a special bibtex entry to hs-special-modes-alist.
21569 (bibtex-hs-forward-sexp): Added for hideshow.el.
21570
21571 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21572
21573 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21574 proceedings entry type (for cross referencing). Thanks to Wagner
21575 Toledo Correa for the suggestion.
21576
21577 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21578
21579 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21580
21581 * international/characters.el: Setup case table for Vietnamese.
21582
21583 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21584
21585 * uniquify.el (toplevel): Require CL at compile time.
21586 (uniquify-push): Removed.
21587
21588 * shadowfile.el (shadow-when): Removed.
21589
21590 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21591 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21592
21593 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21594 regexp for paragraph-start.
21595
21596 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21597 commas as well.
21598
21599 2000-02-10 Dave Love <fx@gnu.org>
21600
21601 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21602 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21603 Deleted.
21604 (widget-specify-field, widget-specify-button): Don't use
21605 widget-mouse-help as help-echo property.
21606 (default): Use #'ignore for :validate and :mouse-down-action.
21607 (checkbox): Add help-echo.
21608 (widget-sexp-validate): Rewritten to clarify error messages.
21609 (character): Use char-valid-p in :match function.
21610 (widget-color-complete): Use facemenu-color-alist.
21611 (widget-color-action): Use facemenu-read-color.
21612
21613 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21614 set up `caar' &c that we now have.
21615
21616 2000-02-09 Ray Blaak <blaak@gnu.org>
21617
21618 * delphi.el: Make resourcestring a declaration region, like const
21619 and var.
21620
21621 2000-02-09 Dave Love <fx@gnu.org>
21622
21623 * bindings.el (mode-line-input-method-map): New variable.
21624 (mode-line-mule-info): Use it; fix last change.
21625 (mode-line-mode-menu): Move definition.
21626 (mode-line-mouse-sensitive-p): Deleted.
21627 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21628 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21629
21630 * startup.el (command-line-1): Don't call
21631 make-mode-line-mouse-sensitive.
21632
21633 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21634
21635 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21636 before rmail-toggle-header, because the former toggles headers.
21637
21638 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21639
21640 * diff-mode.el (diff-kill-junk): New interactive function.
21641 (diff-reverse-direction): Use delete-and-extract-region.
21642 (diff-post-command-hook): Restrict the area so that the hook also works
21643 outside of any diff hunk. This is necessary for the minor-mode.
21644 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21645 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21646
21647 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21648 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21649 so that it can be used more easily in <foo>-mode-hook. Also make sure
21650 to avoid duplicate entries.
21651 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21652 (font-lock-remove-keywords): Just as was done for `add', allow it to
21653 work even if font-lock-mode is nil. Also make sure we don't modify
21654 any pre-existing list by forcing a copy-sequence. Finally rename
21655 `major-mode' to `mode'.
21656 (font-lock-fontify-syntactic-anchored-keywords)
21657 (font-lock-fontify-anchored-keywords)
21658 (font-lock-fontify-keywords-region): Use line-end-position.
21659 Don't make `font-lock-multiline' local (it's now done in
21660 font-lock-set-defaults).
21661 (font-lock-set-defaults): Make `font-lock-multiline' local.
21662 Move the `font-lock-fontified' creation to inside the `unless'.
21663
21664 2000-02-06 Andrew Innes <andrewi@gnu.org>
21665
21666 * term/w32-win.el (x-handle-args): Comment out call to message,
21667 which occurs before window system is initialized.
21668
21669 * makefile.nt: Add support for recompiling lisp code.
21670
21671 2000-02-04 Dave Love <fx@gnu.org>
21672
21673 * bindings.el (mode-line-mule-info): Fix/extend last change.
21674
21675 * completion.el: Replace completion-dolist with dolist.
21676
21677 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21678
21679 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21680
21681 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21682 environment names before they go into the section regexp.
21683
21684 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21685 char class in regexp.
21686
21687 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21688 Bind `case-fold-search' to nil.
21689
21690 * progmodes/idlwave.el (idlwave-template):
21691 Respect `idlwave-abbrev-change-case'.
21692 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21693 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21694 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21695 (idlwave-rw-case): New function.
21696 (idlwave-statement-match): Fixed problem with assignment regexp.
21697 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21698 (idlwave-surround): New argument LENGTH to support padding of
21699 operators longer than 1 char.
21700
21701 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21702 idlwave-shell-expression-overlay. Implemented printing of
21703 expressions on higher levels of the calling stack.
21704 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21705 (idlwave-retrieve-expression-from-level): New function.
21706 (idlwave-shell-last-calling-stack): Variable removed.
21707 (idlwave-shell-reset): Argument action reversed (`visible' to
21708 `hidden'). Also remove stop-line overlay.
21709 (idlwave-shell-calling-stack-routine): New variable.
21710 (idlwave-shell-parse-stack-and-display): Messages now display
21711 negative level numbers.
21712 (idlwave-shell-mode): Set `modeline-format'.
21713 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21714 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21715 (idlwave-shell-print-expression-function): New option.
21716
21717 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21718 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21719 `tool-bar' instead of `toolbar'.
21720
21721 2000-02-02 Dave Love <fx@gnu.org>
21722
21723 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21724 emacs-lisp-mode-hook. Don't check for defalias being defined.
21725
21726 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21727 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21728 Use the new builtins directly.
21729
21730 * whitespace.el (whitespace): Add :version to defgroup.
21731
21732 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21733 Doc fix.
21734
21735 * thingatpt.el (sexp-at-point, symbol-at-point)
21736 (number-at-point, list-at-point): Add autoload cookie.
21737
21738 * recentf.el (recentf): Add :version to defgroup.
21739
21740 * quickurl.el (quickurl): Add :version to defgroup.
21741
21742 * elide-head.el (elide-head): Use point-marker more.
21743
21744 * bs.el (bs): Add :version to defgroup.
21745
21746 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21747
21748 * progmodes/delphi.el (delphi): Add :version to defgroup.
21749
21750 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21751
21752 * ange-ftp.el (ange-ftp-write-region): Handle case that
21753 succeeding process operation sets a different coding system.
21754
21755 * calculator.el: New file.
21756
21757 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21758
21759 * frame.el (frames-on-display-list, framep-on-display): New functions.
21760 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21761 (display-selections-p, display-screens, display-pixel-width)
21762 (display-pixel-height, display-mm-width, display-mm-height)
21763 (display-backing-store, display-save-under, display-planes)
21764 (display-color-cells, display-visual-class): New functions.
21765
21766 * term/tty-colors.el (tty-color-gray-shades): New function.
21767
21768 * faces.el (display-color-p): Use framep-on-display.
21769 (display-grayscale-p): New function.
21770
21771 2000-01-31 Dave Love <fx@gnu.org>
21772
21773 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21774 (create-fontset-from-x-resource): Don't concat integers.
21775
21776 2000-01-31 Inge Frick <inge@nada.kth.se>
21777
21778 * view.el: Some changes in documentation. Removed some trailing
21779 whitespace. Changed some parameter names to agree with documentation.
21780 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21781 window is not deleted. Modifies change 1998-04-26.
21782
21783 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21784
21785 * windmove.el: New file.
21786
21787 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21788 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21789 progmodes/ebnf-yac.el: Update copyright and license info.
21790
21791 * jit-lock.el (jit-lock-function): Widen before calculating
21792 end position.
21793 (jit-lock-stealth-chunk-start): Rewritten.
21794
21795 * info.el (Info-title-face-alist): Removed.
21796 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21797 (Info-fontify-node): Use these faces.
21798
21799 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21800
21801 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21802 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21803 `&allow-other-keywords'.
21804
21805 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21806 the list of directories scanned heuristically.
21807
21808 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21809
21810 2000-01-30 Jason Rumney <jasonr@gnu.org>
21811
21812 * w32-fns.el: Define w32-tty-standard-colors.
21813
21814 * startup.el (command-line): Use w32-tty-standard-colors when in
21815 w32 console mode.
21816
21817 2000-01-30 Dave Love <fx@gnu.org>
21818
21819 * jka-compr.el (jka-compr-load): Fix up load-history.
21820
21821 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21822
21823 * emacs-lisp/cl-macs.el: Revert previous change.
21824
21825 2000-01-29 Dave Love <fx@gnu.org>
21826
21827 * facemenu.el: Purecopy various strings.
21828
21829 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21830 years. Deal with three-digit years.
21831
21832 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21833 Use defconst, purecopy.
21834 (help-back-label): Purecopy it.
21835
21836 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21837
21838 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21839 variable. If non-nil, order the buffer list according to the
21840 currently selected frame.
21841 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21842 non-nil, pass the selected frame to function buffer-list.
21843
21844 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21845
21846 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21847
21848 2000-01-28 Dave Love <fx@gnu.org>
21849
21850 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21851
21852 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21853 Don't use lisp-indent-hook property.
21854 (cl-abs): Remove.
21855
21856 * subr.el: Move out indent and edebug specs for when and unless.
21857
21858 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21859 when, unless.
21860
21861 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21862 unless, when.
21863
21864 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21865
21866 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21867 `collecting' as synonym for `collect'.
21868
21869 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21870 for the case it contains spaces.
21871
21872 * simple.el (what-cursor-position): Change formatting of messages.
21873
21874 * frame.el (delete-other-frames): New function.
21875 (toplevel): Bind it to C-x 5 1.
21876
21877 * sort.el (sort-numeric-base): New option.
21878 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21879 interpret it as octal or hexadecimal. Use sort-numeric-base
21880 as default base.
21881
21882 * progmodes/glasses.el: New file.
21883
21884 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21885
21886 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21887 userids differently.
21888
21889 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21890 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21891 progmodes/ebnf-yac.el: New files.
21892
21893 2000-01-26 Dave Love <fx@gnu.org>
21894
21895 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21896 on a function with an empty body. [From Eric Ludlam.]
21897
21898 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21899
21900 * vc.el (vc-version-diff): Make sure file name is expanded.
21901
21902 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21903
21904 * scroll-bar.el (scroll-bar-timer): Variable removed.
21905 (scroll-bar-toolkit-scroll): Don't use a timer.
21906
21907 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21908
21909 * language/thai-util.el (thai-composition-function):
21910 Delete superfluous `a'.
21911
21912 2000-01-24 Dave Love <fx@gnu.org>
21913
21914 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21915 end-of-defun-function.
21916
21917 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21918
21919 2000-01-22 Jason Rumney <jasonr@gnu.org>
21920
21921 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21922 conflicts with new face support.
21923
21924 2000-01-22 Richard M. Stallman <rms@gnu.org>
21925
21926 * replace.el (query-replace): Rename last arg to DELIMITED.
21927 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21928 (query-replace-regexp): Likewise.
21929
21930 2000-01-20 Richard M. Stallman <rms@gnu.org>
21931
21932 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21933
21934 * emacs-lisp/lisp.el (beginning-of-defun-function):
21935 Variable renamed from beginning-of-defun.
21936 Do not call make-variable-buffer-local.
21937 (beginning-of-defun-raw): Use new variable name; doc fix.
21938 (beginning-of-defun): Doc fix.
21939 (end-of-defun-function): Variable renamed from end-of-defun.
21940 Do not call make-variable-buffer-local.
21941 (end-of-defun): Use new variable name; doc fix.
21942
21943 * subr.el (dolist, dotimes): Copied from cl-macs.el
21944 and made to work.
21945
21946 * mail/undigest.el (rmail-digest-end-regexps):
21947 Variable replaces rmail-digest-end-regexp.
21948 Allows multiple regexps for detecting the end line.
21949 (undigestify-rmail-message): Corresponding changes.
21950
21951 2000-01-19 Dave Love <fx@gnu.org>
21952
21953 * files.el (user-init-file): Don't declare here -- is primitive.
21954
21955 * startup.el (command-line): Check for compiled user-init-file and
21956 set to uncompiled version if necessary.
21957
21958 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21959
21960 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21961 (undigestify-rmail-message): Use it.
21962
21963 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21964
21965 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21966
21967 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21968 of mini-buffer.
21969
21970 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21971
21972 * emacs-lisp/copyright.el (copyright-update): Removed the
21973 requirement for a trailing space from `copyright-regexp', to
21974 support copyrights with owner specified on a separate line..
21975
21976 * align.el: New file.
21977
21978 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21979
21980 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21981
21982 2000-01-13 Dave Love <fx@gnu.org>
21983
21984 * ph.el: Removed. (Obsoleted by EUDC.)
21985
21986 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21987
21988 * net/eudc.el (toplevel): Remove autoloaded code installing
21989 menu with easymenu, because that causes build problems.
21990
21991 * frame.el (frame-notice-user-settings): New variable.
21992 (frame-notice-user-settings): Don't modify frame parameters
21993 if called a second time.
21994
21995 2000-01-13 Richard M. Stallman <rms@gnu.org>
21996
21997 * frame.el (frame-notice-user-settings):
21998 Notice default-frame-parameters even for non-window frames.
21999
22000 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22001
22002 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22003 for Emacs.
22004 (eudc-bob-can-display-inline-images): Extend for Emacs.
22005 (eudc-bob-toggle-inline-display): Ditto.
22006 (eudc-bob-display-jpeg): Ditto.
22007
22008 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22009
22010 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22011 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22012 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22013
22014 * add-log.el (add-change-log-entry): Fix error trying an
22015 `(insert nil)'.
22016
22017 * subdirs.el: Add `net' directory.
22018
22019 * net: New directory.
22020
22021 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22022 eval-last-sexp. Don't bind debug-on-error here.
22023 (eval-last-sexp): New function. Bind debug-on-error if
22024 eval-expression-debug-on-error is non-nil.
22025 (eval-defun-2, eval-defun): Likewise.
22026
22027 * simple.el (eval-expression): Don't bind debug-on-error if
22028 eval-expression-debug-on-error is nil. Detect changed
22029 debug-on-error, and propagate new value to global binding, if
22030 eval-expression-debug-on-error is non-nil,
22031 (eval-expression-debug-on-error): Change doc string.
22032
22033 2000-01-11 Richard M. Stallman <rms@gnu.org>
22034
22035 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22036
22037 * emacs-lisp/lisp-mode.el (with-syntax-table):
22038 Set up lisp-indent-function property.
22039
22040 * subr.el (with-syntax-table): Moved from simple.el.
22041
22042 * simple.el (with-syntax-table): Moved to subr.el.
22043
22044 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22045
22046 * tmm.el (tmm-shortcut): Delete region after prompt instead
22047 of erasing buffer.
22048
22049 * textmodes/fill.el (fill-common-string-prefix): New function.
22050 (fill-context-prefix): Use the longest common prefix of first
22051 and second line fill prefix, if there is one.
22052
22053 2000-01-11 Richard M. Stallman <rms@gnu.org>
22054
22055 * array.el (array-mode): Don't use make-variable-buffer-local.
22056 Use make-local-variable for `truncate-lines'.
22057
22058 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22059
22060 * add-log.el (add-log-current-defun): Handle user-defined
22061 add-log-current-function returning nil,
22062
22063 * add-log.el (add-change-log-entry): Insert version number
22064 if having found a current function
22065
22066 * add-log.el (add-log-current-defun):
22067 Call `add-log-current-defun-function'. Try matches at level 0 and
22068 level 1. Strip whitespace from defun found.
22069
22070 2000-01-10 John Wiegley <johnw@gnu.org>
22071
22072 * allout.el (isearch-done/outline-provisions): Added `edit'
22073 argument to correspond with the current definition of `isearch-done'.
22074
22075 2000-01-10 Dave Love <fx@gnu.org>
22076
22077 * elide-head.el (elide-head): Use point-marker, not point.
22078
22079 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22080
22081 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22082 before and after the year 2000.
22083
22084 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22085 Add ispell- prefix.
22086
22087 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22088
22089 * ispell.el: Only define dictionaries in menus when they exist.
22090 (version18p): New variable.
22091 (version20p): New variable.
22092 (xemacsp): New variable.
22093 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22094 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22095 (ispell-dictionary-alist6): Russian command lines no longer accept
22096 run-together words.
22097 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22098 (ispell-dictionary-alist): Add koi8-r to customize definition.
22099 (check-ispell-version): Added documentation string. Return library
22100 path when called non-interactively.
22101 (ispell-menu-map-needed): Uses new variables.
22102 (ispell-library-path): New variable.
22103 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22104 (ispell-word): Improved documentation string. Test for valid
22105 character mappings. Correctly check typed in word changes that can
22106 result in single words split into multiple words.
22107 Return replacement word.
22108 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22109 replace in recursive query replace mode. Help message for
22110 recursive edit mode.
22111 (ispell-show-choices): Protect against bad framepop bindings.
22112 (ispell-help): Fix to work with XEmacs.
22113 (ispell-highlight-spelling-error): Use new variables.
22114 (ispell-overlay-window): Fix to work with XEmacs.
22115 (ispell-parse-output): Passed and returns location information
22116 tracking spelling corrections. Doesn't recheck same word on
22117 current line.
22118 (ispell-init-process): Protect against bogus XEmacs variable binding.
22119 Fix call to single argument in sleep-for. Use new variables.
22120 (ispell-region): Passed and returns location information tracking
22121 spelling corrections. Doesn't check same word on current line.
22122 Improved documentation string. Doesn't resend a line already
22123 checked to the ispell process - fixes bug in LaTeX parsing.
22124 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22125 (ispell-skip-region): No longer skips <TT> in SGML.
22126 (ispell-process-line): Tracks location information with spelling
22127 corrections. Added documentation string. Accounts for words
22128 already accepted on this line. Don't allow query-replace on line
22129 starting with math characters. Doesn't resend a line already sent
22130 to ispell process. Fixes alignment error bug.
22131
22132 2000-01-10 Richard M. Stallman <rms@gnu.org>
22133
22134 * dired-x.el (dired-guess-shell-alist-default):
22135 Suggest xloadimage, which is free, not xv, which isn't.
22136
22137 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22138 Don't ever include the host name or user name in the value.
22139
22140 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22141
22142 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22143 of a real newline.
22144
22145 2000-01-09 Stephen Eglen <stephen@gnu.org>
22146
22147 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22148 for .png files.
22149
22150 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22151
22152 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22153
22154 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22155
22156 * progmodes/cperl-mode.el: Replace ^F with ^L.
22157
22158 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22159 `require'ing rmail and mailalias to prevent infinite recursion.
22160
22161 2000-01-08 Dave Love <fx@gnu.org>
22162
22163 * emacs-lisp/backquote.el: Remove inappropriate customization
22164 (allowing custom.el to use backquote).
22165
22166 2000-01-07 Dave Love <fx@gnu.org>
22167
22168 * add-log.el (add-log-debugging): Deleted.
22169 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22170 file. Remove debugging code.
22171 (change-log-get-method-definition, change-log-name): Add doc.
22172 (change-log-sortable-date-at): New function.
22173 (change-log-merge): New command.
22174
22175 * time.el (display-time-string-forms): Make the Mail string active.
22176 (display-time-update): Provide help-echo for load average.
22177
22178 * bindings.el (make-mode-line-mouse2-map): New function.
22179 (mode-line-modified): Use it and simplify.
22180 (mode-line-mule-info): Provide help-echo info.
22181 (minor-mode-alist): Activate the strings.
22182 (make-mode-line-mouse-sensitive): Simplify for
22183 mode-line-buffer-identification.
22184
22185 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22186
22187 * play/pong.el: New file.
22188
22189 2000-01-06 Dave Love <fx@gnu.org>
22190
22191 * array.el: Assorted cleanups for compiler warnings, doc strings,
22192 `array-' prefix for symbols.
22193
22194 2000-01-05 Dave Love <fx@gnu.org>
22195
22196 * textmodes/outline.el (outline-mode-menu-bar-map):
22197 Add outline-headers-as-kill.
22198 (outline-mode): Define imenu-generic-expression.
22199 (outline-headers-as-kill): New command.
22200
22201 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22202 from paragraph-start.
22203 (paragraph-indent-minor-mode): New command.
22204
22205 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22206 M-C-e, M-C-h, C-j, C-xnd, TAB.
22207 (fortran-mode): Set beginning-of-defun, end-of-defun.
22208 (fortran-column-ruler): Simplify.
22209 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22210 (fortran-with-subprogram-narrowing): Likewise.
22211 (fortran-indent-subprogram): Call mark-defun.
22212 (fortran-check-for-matching-do): Change narrowing.
22213
22214 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22215 (cl-lucid-hash-tag): Delete.
22216 (cl-hash-table-p): Correct test for native table.
22217 (cl-hash-table-count): Use hash-table-count.
22218
22219 * browse-url.el (browse-url): Fix case of
22220 browse-url-browser-function being an alist.
22221
22222 2000-01-05 Carsten Dominik <cd@gnu.org>
22223
22224 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22225 (reftex-index-phrase-file-extension): New options.
22226
22227 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22228 Use new option `reftex-index-phrase-file-extension'.
22229
22230 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22231 `reftex-parse-file-extension'.
22232
22233 2000-01-05 Dave Love <fx@gnu.org>
22234
22235 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22236 (beginning-of-defun-raw): Use it.
22237 (end-of-defun): New variable.
22238 (end-of-defun): Use it.
22239 (check-parens): New command.
22240
22241 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22242
22243 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22244 (hs-show-block): Don't use `mapcar' when not accumulating.
22245
22246 Fix buglet in local variables initialization.
22247
22248 2000-01-05 Andreas Schwab <schwab@suse.de>
22249
22250 * hscroll.el (hscroll): Doc fix.
22251
22252 2000-01-05 Carsten Dominik <cd@gnu.org>
22253
22254 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22255 Require idlw-toolbar.
22256
22257 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22258 file idlw-rinfo.el.
22259 (idlwave-customize): Load must read file idlw-shell.el.
22260 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22261
22262 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22263
22264 * progmodes/idlw-shell.el: Also provide idlwave-shell
22265 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22266 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22267
22268 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22269 both reftex-dcr and reftex-vcr.
22270
22271 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22272
22273 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22274
22275 * ps-print.el: PostScript code now is in separate files, doc fix.
22276 (ps-print-version): New version number (5.0.3).
22277 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22278 local.
22279 (ps-spool-config): Initialization fix.
22280 (ps-print-prologue-1, ps-print-prologue-2)
22281 (ps-print-duplex-feature): PostScript code moved to separated file.
22282 (ps-background-image): Little code reformating.
22283 (ps-begin-file, ps-begin-job): Fix code.
22284 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22285 (ps-prologue-file): New fun.
22286
22287 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22288
22289 * ps-vars.el: Eliminated.
22290
22291 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22292 `;;;###autoload'.
22293
22294 * ps-print.el: ps-vars eliminated, doc fix.
22295 (ps-print-version): New version number (5.0.2).
22296 (ps-spool-config): Initialization fix.
22297 (ps-print-customize): New fun.
22298
22299 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22300
22301 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22302
22303 2000-01-04 Dave Love <fx@gnu.org>
22304
22305 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22306 menu items.
22307
22308 2000-01-03 Dave Love <fx@gnu.org>
22309
22310 * elide-head.el (elide-head) [defgroup]: Add :version.
22311
22312 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22313 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22314 Use `cl-hash-table-p', not `hash-table-p'.
22315 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22316
22317 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22318
22319 * faces.el (face-read-integer, read-face-attribute)
22320 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22321
22322 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22323
22324 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22325 at comment end, and re-insert them after filling.
22326
22327 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22328
22329 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22330 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22331 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22332
22333 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22334
22335 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22336 the new name of face-color-supported-p.
22337
22338 * term/w32-win.el (xw-defined-colors): Likewise.
22339
22340 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22341
22342 * simple.el (completion-setup-function): Count completion-size
22343 from minibuffer-prompt-end, not from point-min.
22344
22345 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22346
22347 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22348 Pass the frame to tty-color-* functions.
22349 (display-color-p, frame-set-background-mode): Pass the frame to
22350 tty-display-color-p.
22351
22352 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22353 tty-color-alist.
22354 (tty-color-alist, tty-modify-color-alist): New functions.
22355 (tty-color-define, tty-color-clear, tty-color-approximate)
22356 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22357 optional parameter FRAME.
22358
22359 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22360
22361 * image.el (create-image, defimage): Don't assume image data is
22362 a string.
22363
22364 * image.el (defimage): Handle specifications containing :data
22365 instead of :file.
22366 (image-type-from-data): New function.
22367 (image-type-from-file-header): Use it.
22368 (create-image): Add parameter DATA-P.
22369
22370 See ChangeLog.8 for earlier changes.
22371
22372 ;; Local Variables:
22373 ;; coding: iso-2022-7bit
22374 ;; End:
22375
22376 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22377 Copying and distribution of this file, with or without modification,
22378 are permitted provided the copyright notice and this notice are preserved.