]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Install entry from 2001-11-20 that had unnoticed conflicts.
[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 * calc/calc-rules.el: Add header comment.
6
7 2001-11-23 Andre Spiegel <spiegel@gnu.org>
8
9 * vc.el (with-vc-properties): Don't bind `filename' locally.
10 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
11 to avoid name clashes. Fix `lisp-indent-function' property for
12 both.
13
14 2001-11-23 Francesco Potorti` <pot@gnu.org>
15
16 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
17
18 2001-11-22 Colin Walters <walters@debian.org>
19
20 * calc/calc-misc.el (report-calc-bug):
21 Use `reporter-prompt-for-summary-p'.
22
23 * calc/INSTALL, calc/Makefile: Remove.
24
25 2001-11-22 Miles Bader <miles@gnu.org>
26
27 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
28 (reb-match-2, reb-match-3): Add dark-background variants.
29
30 2001-11-22 Colin Walters <walters@debian.org>
31
32 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
33 (info "Calc").
34 (report-calc-bug): Use reporter.el.
35
36 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
37
38 2001-11-21 Richard M. Stallman <rms@gnu.org>
39
40 * which-func.el (which-function): Call imenu--make-index-alist
41 if necessary to get a list of functions.
42 (which-function-imenu-failed): New variable.
43 (which-func-update): Handle all visible windows.
44 (which-func-update-1): New subroutine broken out of which-func-update.
45
46 * files.el (temporary-file-directory, null-device)
47 (small-temporary-file-directory): Definitions moved up.
48
49 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
50 (cperl-non-problems, cperl-praise): Doc fixes.
51
52 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
53 (sh-mode-syntax-table): Function restored.
54 Variable set up for use by function sh-mode-syntax-table.
55 (sh-set-shell): Set the syntax table.
56
57 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
58
59 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
60
61 * international/encoded-kb.el: Don't alter minor-map-alist.
62
63 2001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
64
65 * files.el (auto-save-file-name-transforms): Put remote files in
66 temporary-file-directory rather than /tmp.
67
68 2001-11-21 Colin Walters <walters@debian.org>
69
70 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
71 of (function ...) wrapper.
72
73 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
74
75 * derived.el (define-derived-mode): Create the abbrev-table
76 from inside the `defvar'.
77
78 * jit-lock.el (jit-lock-defer-time): New var.
79 (jit-lock-defer-timer, jit-lock-buffers): New vars.
80 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
81 (jit-lock-function): Defer fontification if requested.
82 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
83 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
84 text property.
85 (jit-lock-deferred-fontify): New fun.
86
87 2001-11-20 Richard M. Stallman <rms@gnu.org>
88
89 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
90 Set local-abbrev-table to lisp-mode-abbrev-table.
91
92 * emacs-lisp/re-builder.el (reb-mode):
93 Don't use define-derived-mode. Call kill-all-local-variables.
94
95 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
96 Don't use define-derived-mode.
97
98 * help-mode.el (help-mode): Undo 2001-10-07 change.
99
100 * replace.el (occur-mode): Undo 2001-5-20 change.
101
102 2001-11-20 Jason Rumney <jasonr@gnu.org>
103
104 * w32-fns.el (w32-system-coding-system): Change to an alias for
105 locale-coding-system.
106 (set-w32-system-coding-system): Document the above change.
107 Set locale-coding-system instead.
108
109 2001-11-20 Richard M. Stallman <rms@gnu.org>
110
111 * ruler-mode.el: Add pagination.
112 (ruler-mode-toggle-show-tab-stops): No need to
113 test `ruler-mode' variable.
114
115 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
116
117 * play/landmark.el: Mark lm-mode as special.
118
119 * play/gomoku.el: Mark gomoku-mode as special.
120
121 2001-11-20 Juanma Barranquero <lektu@terra.es>
122
123 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
124 (top-level): Bind it to C-c C-b.
125 (re-builder): Don't re-enter RE Builder Mode.
126
127 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
128
129 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
130
131 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
132 `manual-program'.
133
134 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
135 to a line without a comment.
136
137 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
138
139 * dired.el (dired-listing-switches): Mention in the doc string
140 that some switches are not supported by ls-lisp.el
141
142 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
143
144 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
145 (imenu--create-keymap-2): Remove.
146 (imenu--create-keymap-1): Simplify, remove third argument.
147 (imenu--generic-function): Use dolist.
148 (imenu-find-default): New function.
149 (imenu--completion-buffer): Use it.
150 (imenu--mouse-menu): Use popup-menu.
151 (imenu--menubar-select): Return t rather than calling imenu.
152
153 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
154 New functions, extracted from fill-region-as-paragraph.
155 (fill-region-as-paragraph): Use them.
156 Use an end marker instead of eob.
157 Ignore whitespace-only fill-prefixes when indenting according to mode.
158 Simplify the loop that searches for spaces backwards.
159
160 * textmodes/picture.el (picture-vertical-step)
161 (picture-horizontal-step): Don't use defconst for variables.
162
163 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
164 (mail-extract-address-components): Downcase domain names.
165 (mail-extr-delete-char): Remove. Use delete-char instead.
166
167 * emulation/pc-select.el: Doc string fixes.
168 (pc-selection-mode): Don't treat macos as a tty.
169
170 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
171
172 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
173
174 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
175 (mouse-wheel-progessive-speed): New var.
176 (mwheel-scroll): Use it and handle float values.
177
178 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
179
180 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
181 (iswitchb): Fix the case where the result was selected with the mouse.
182 (iswitchb-completion-help): Use the normal *Completions* now that
183 mouse selection works.
184 (iswitchb-minibuffer-setup): Simplify.
185
186 * newcomment.el (comment-column, comment-style, comment-multi-line)
187 (comment-auto-fill-only-comments): Remove :group arg.
188 (comment-padding): Add :type.
189 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
190 if called interactively.
191
192 2001-11-19 Colin Walters <walters@verbum.org>
193
194 * calc/calc.el (toplevel): Add comment and version header.
195 (calc-init-base): Bump version to 2.02f, update date.
196
197 2001-11-19 Richard M. Stallman <rms@gnu.org>
198
199 * net/browse-url.el: Support Mozilla and Galeon.
200 By default, find the installed browser whichever it is.
201 (browse-url-mozilla): New function.
202 (browse-url-mozilla-sentinel): New function.
203 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
204 (browse-url-default-browser): New function.
205 (browse-url-process-environment): Use browse-url-browser-display.
206 (browse-url-browser-display): Renamed from browse-url-netscape-display.
207 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
208 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
209 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
210 (browse-url-browser-function): New default, new options.
211
212 2001-11-19 Sam Steingold <sds@gnu.org>
213
214 * bindings.el (last-buffer, unbury-buffer): New function.
215 (mode-line-unbury-buffer): Use `unbury-buffer'.
216
217 2001-11-18 Stephen Eglen <stephen@gnu.org>
218
219 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
220 control behaviour when no further completion is possible.
221
222 2001-11-19 Colin Walters <walters@verbum.org>
223
224 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
225 (math-showing-full-precision, math-with-extra-prec, math-working)
226 (calc-with-default-simplification)
227 (calc-with-trail-buffer): Use backtick.
228 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
229 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
230 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
231 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
232 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
233 (Math-num-integerp, Math-bignum-test, Math-equal-int)
234 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
235 (calc-record-compilation-date-macro): Deleted. Callers updated.
236 (math-format-radix-digit): Move to calc-bin.el.
237
238 * calc/calc.el (calc-record-compilation-date): Remove.
239 (calc-bug-address): Update.
240 (calc-settings-file): Use `user-init-file'.
241
242 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
243 Handle null `calc-settings-file'.
244
245 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
246 * calc/calc-keypd.el (calc-keypad-mode): New.
247 (calc-do-keypad): Use it.
248 (calc-keypad-map): Move into `calc-keypad-mode'.
249
250 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
251 to defalias argument.
252
253 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
254 (calcFunc-floor): Ditto.
255
256 * calc-units.el (calcFunc-usimplify): Ditto.
257
258 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
259 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
260 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
261 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
262 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
263 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
264 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
265 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
266 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
267 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
268 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
269 and move them before their first use. Use `when', `unless'.
270 Remove trailing periods from error forms. Add description and
271 headers suggested by Emacs Lisp coding conventions.
272
273 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
274
275 * newcomment.el (comment-indent):
276 Fix misindentation for comment-only lines.
277 (comment-indent-new-line): Only obey comment-multi-line if the
278 comment-ender is not the end-of-line.
279
280 2001-11-19 Richard M. Stallman <rms@gnu.org>
281
282 * net/net-utils.el (network-connection-service-abbrev-alist):
283 New variable.
284
285 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
286 Advance to start of 3rd sexp by moving fwd and backing over it.
287 At first three elements, act like defun.
288
289 * delsel.el (delete-selection-pre-hook): Handle and resignal
290 file-supersession errors to interact properly with userlock.el.
291
292 2001-11-18 Richard M. Stallman <rms@gnu.org>
293
294 * progmodes/fortran.el (fortran-mode-syntax-table):
295 Specify punctuation syntax for backslash.
296
297 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
298 All calls deleted.
299
300 * international/mule-util.el (string-to-sequence): Make it obsolete.
301 (string-to-list, string-to-vector): Implement them directly
302 using append and vconcat, not with string-to-sequence.
303
304 * startup.el (command-line): Set abbrevs-changed to nil after
305 reading the init file and the abbrevs file.
306
307 * isearch.el (isearch): Use magenta2 as bg for (background light)
308
309 2001-11-17 Richard M. Stallman <rms@gnu.org>
310
311 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
312
313 * simple.el (minibuffer-history-sexp-flag): Doc fix.
314
315 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
316
317 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
318 If set and if applicable, add a regexp to highlight defun-like
319 text inside comments and strings.
320 (font-lock-fontify-keywords-region): Pass that new arg.
321 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
322 to the end and pass that new arg.
323 (c-font-lock-keywords-2): Fix regex for labels.
324 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
325 Make it work when LIMIT is several lines further.
326 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
327 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
328 Use backquote and make the regexes for `int a, b, c;' work on
329 multiple lines.
330
331 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
332 (font-lock-defaults-alist): Don't change it any more.
333 (reb-subexp-mode-map): Cleanup.
334
335 * custom.el (custom-current-group-alist): New var.
336 (custom-declare-group): Set it.
337 (custom-current-group): New fun.
338 (custom-declare-variable, custom-handle-all-keywords):
339 Use it as a default if no :group argument is specified.
340
341 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
342 (standard-keyboard-coding-systems): New var.
343 (set-locale-environment): Use it to decide whether or not to call
344 set-keyboard-coding-system.
345 (locale-language-names): Use \"French\" for "fr".
346
347 2001-11-17 Richard M. Stallman <rms@gnu.org>
348
349 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
350 (add-to-list): Delete compatibility code.
351 (checkdoc-next-message-error): Doc fix.
352
353 2001-11-17 Stephen Eglen <stephen@gnu.org>
354
355 * locate.el (locate): Show default locate pattern within the
356 prompt, but don't insert it into the minibuffer contents.
357 Catch the case when pattern is the empty string.
358
359 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * language/european.el ("French"): New language environment.
362
363 2001-11-16 Richard M. Stallman <rms@gnu.org>
364
365 * calendar/todo-mode.el (todo-save): Fix previous change.
366
367 * subr.el (functionp): Do use cdr-safe on object.
368
369 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
370
371 * bindings.el (mode-line-mode-name): Only put the help-echo property
372 if the local-map property was put as well.
373 (global-map): Bind switch-frame, delete-frame, iconify-frame
374 and make-frame-visible events.
375
376 * emacs-lisp/elp.el (elp-not-profilable): New var.
377 (elp-not-profilable-p): New function.
378 (elp-instrument-function): Use it. Use backquotes and push.
379
380 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
381 (byte-stack+-info, byte-compile-last-warned-form)
382 (byte-compile-last-logged-file): Don't defconst a variable.
383 (no-byte-compile): Declare.
384 (byte-compile-file): Don't boundp-check no-byte-compile any more.
385 (byte-compile-defvar): Leave defconst as is.
386
387 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
388 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
389 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
390 (edebug-best-error): Don't defconst a variable.
391 (edebug-read-syntax-table): Use a char-table.
392 (edebug-lemacs-specific): Remove.
393 Toplevel: Eliminate check for Lucid Emacs.
394
395 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
396
397 * rect.el (move-to-column-force): Mark obsolete.
398 (operate-on-rectangle, delete-extract-rectangle-line)
399 (insert-rectangle, delete-whitespace-rectangle-line)
400 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
401 (string-rectangle-history): New var.
402 (string-rectangle, string-insert-rectangle): Use it.
403 (delete-rectangle-line): Fix pos/column mixup and simplify.
404
405 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
406 (normal-top-level, command-line, command-line-1): Simplify.
407
408 * tar-mode.el (tar-mode): Use define-derived-mode.
409
410 * view.el (view-mode-enable): Don't use make-local-hook.
411
412 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
413
414 2001-11-16 Richard M. Stallman <rms@gnu.org>
415
416 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
417 if it doesn't make sense as anything else.
418 Don't recognize a "telephone number" at the beginning of the name.
419 (mail-extr-leading-garbage): Match non-word characters only.
420
421 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
422
423 * startup.el (command-line-processed): Doc fix.
424
425 * apropos.el (apropos-next-label-button): Doc fix.
426
427 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
428
429 * comint.el (comint-mode): Simplify.
430 (make-comint-in-buffer): Run `comint-mode' only if necessary.
431
432 * subr.el (eval-after-load): Make it work with features as well.
433
434 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
435
436 * international/mule-cmds.el (describe-input-method): Setup xref.
437 (set-language-environment): Use functionp.
438 (locale-language-names, locale-charset-language-names)
439 (locale-preferred-coding-systems): Defconst and purecopy.
440
441 * language/european.el (mac-roman): Add mime-charset property.
442
443 2001-11-15 Richard M. Stallman <rms@gnu.org>
444
445 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
446 (multiple-value-apply, nth-value): Use defsubst rather than defalias
447 to get better doc strings.
448
449 2001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
450
451 * derived.el: Fix autoload cookie.
452
453 2001-11-15 Richard M. Stallman <rms@gnu.org>
454
455 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
456
457 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
458
459 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
460
461 2001-11-15 Richard M. Stallman <rms@gnu.org>
462
463 * dired.el (dired-undo): Display a message to explain
464 that this does not undo file system changes.
465
466 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
467
468 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
469 into `unread-command-events' instead of trying keymap
470 lookups ourselves. This makes mouse-clicks do the right
471 thing even when keymaps of overlays are involved.
472 (mouse-drag-drag): Likewise.
473
474 2001-11-15 Andreas Schwab <schwab@suse.de>
475
476 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
477 characters and append anchor to pattern added to auto-mode-alist.
478
479 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
480
481 * server.el (server-process-filter): Run pore/post-comment-hook
482 before/after visiting the file.
483
484 * info-look.el (makefile-mode): Add info for automake.
485 (autoconf-mode): Fix the name of the index for automake.
486
487 * international/latin-9.el: Give pilcrow punctuation syntax.
488
489 2001-11-15 Andre Spiegel <spiegel@gnu.org>
490
491 * vc.el: Documentation fixes.
492
493 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
494
495 * smerge-mode.el (smerge-match-conflict): Fix typo.
496 (smerge-diff): Be careful to read match-data early enough.
497
498 2001-11-14 Colin Walters <walters@verbum.org>
499
500 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
501 (calcFunc-subst): Use `defalias' instead of `fset' and
502 `symbol-function'.
503
504 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
505 (calcFunc-ceil, calcFunc-round): Ditto.
506
507 * calc/calc-bin.el (calcFunc-clip): Ditto.
508
509 * calc/calc-ext.el (calcFunc-evalv): Ditto.
510
511 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
512
513 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
514 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
515
516 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
517
518 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
519 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
520 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
521 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
522 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
523 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
524 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
525 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
526 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
527 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
528 * calcsel2.el: Style cleanup; don't put closing parens on their
529 own line, add "foo.el ends here" to each file, and update
530 copyright date.
531
532 * README: Update maintainer.
533
534 2001-11-13 Alan Shutko <ats@acm.org>
535
536 * compile.el (recompile): Use compilation-arguments if set, so as
537 to be able to M-x recompile the exact command which created a
538 compilation-mode buffer.
539
540 2001-11-13 Richard M. Stallman <rms@gnu.org>
541
542 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
543
544 2001-11-13 Gerd Moellmann <gerd@gnu.org>
545
546 * mouse.el (mouse-drag-region): Don't run the up-event
547 handler if window start changed due to the down-mouse event.
548
549 2001-11-13 Richard M. Stallman <rms@gnu.org>
550
551 * mouse.el (mouse-show-mark): Either move point to the mark
552 or use highlighting, never both.
553 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
554
555 2001-11-13 Simon Josefsson <jas@extundo.com>
556
557 * mail/smtpmail.el (top-level): Change maintainer to Simon
558 Josefsson, cleanup the smtpmail.el header.
559
560 * mail/smtpmail.el (top-level): Don't require cl or base64.
561 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
562 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
563 Defsubst instead of defmacro.
564 (smtpmail-intersection): Return value in reverse order.
565 (smtpmail-open-stream): Use stringp instead of string-to-list.
566 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
567 separated from smtpmail-via-smtp.
568
569 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
570 rfc2104. Require base64 and cl.
571 (smtpmail-smtp-service): Doc fix. :type fix.
572 (smtpmail-debug-info): Doc fix.
573 (smtpmail-debug-verb, smtpmail-auth-credentials)
574 (smtpmail-starttls-credentials, smtpmail-auth-supported):
575 New variables.
576 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
577 mail-utils (it is autoloaded).
578 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
579 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
580 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
581 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
582 (smtpmail-via-smtp): Support AUTH.
583 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
584
585 2001-11-13 Richard M. Stallman <rms@gnu.org>
586
587 * ebuff-menu.el (electric-buffer-update-highlight): New function.
588 (electric-buffer-overlay): New variable.
589 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
590 (electric-buffer-list): Likewise.
591
592 2001-11-13 Per Starback <starback@ling.uu.se>
593
594 * isearch.el (isearch-whitespace-chars): Doc fix.
595 (isearch-mode): Handle negative search-slow-window-lines correctly.
596
597 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
598
599 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
600
601 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
602 From Emmanuel Briot <briot@act-europe.fr>.
603
604 2001-11-13 Colin Walters <walters@debian.org>
605
606 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
607
608 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
609 "~/.emacs"; use `read-file-name'.
610
611 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
612 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
613 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
614 * calc/calc.el: Use `frame-width' instead of `screen-width',
615 `frame-height' instead of `screen-height', and,
616 `executing-kbd-macro' instead of `executing-macro'.
617
618 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
619 correct number of arguments.
620
621 * calc/calc-aent.el (calc-do-alg-entry):
622 Use `blink-paren-function' instead of `blink-paren-hook'.
623
624 2001-11-12 Richard M. Stallman <rms@gnu.org>
625
626 * calendar/todo-mode.el (todo-save): Add save-excursion
627 and save-restriction.
628
629 * server.el (server-edit, server-done): Doc fix.
630
631 * simple.el (clone-indirect-buffer): Error if major mode symbol
632 has a no-clone-indirect property.
633 (clone-buffer): Check for obvious errors before reading clone name.
634
635 * info.el (Info-mode): Add a no-clone-indirect property.
636
637 2001-11-12 Sam Steingold <sds@gnu.org>
638
639 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
640 set-buffer-modified-p to nil after `vc-exec-after'.
641 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
642 (log-view-mode): Make read-only.
643 (log-view-current-file): Do final `expand-file-name' in the
644 current `default-directory'.
645 (log-view-current-tag): Take an optional `where' arg.
646 (log-view-diff): New user command.
647
648 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
649
650 * progmodes/cpp.el (cpp-choose-face): Fix typo.
651
652 2001-11-12 Sam Steingold <sds@gnu.org>
653
654 * emacs-lisp/cl-indent.el (toplevel): Indent properly
655 `generic-flet', `generic-labels', `with-accessors',
656 `with-condition-restarts'.
657
658 2001-11-12 Richard M. Stallman <rms@gnu.org>
659
660 * dired.el: Many trivial doc fixes.
661 (dired-get-file-for-visit): New function.
662 (dired-find-alternate-file, dired-mouse-find-file-other-window):
663 (dired-view-file, dired-find-file-other-window, dired-display-file):
664 (dired-find-file): Use dired-get-file-for-visit.
665
666 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
667
668 * sql.el (sql-mode): Doc change.
669
670 * sql.el (sql-mode-syntax-table): The backslash is no longer an
671 escape character.
672
673 2001-11-12 Colin Walters <walters@debian.org>
674
675 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
676 (calc-do-keypad): Don't attempt to use nonexistent global
677 mouse-map, use calc-keypad-map.
678 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
679 (calc-keypad-left-click): Don't use mouse-map; update to new event
680 interface.
681 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
682 (calc-keypad-press): Use `unread-command-events' instead of
683 `unread-command-char'.
684
685 * calc/calc-ext.el (calc-init-extensions): Update autoload names
686 to match files renamed on initial calc import.
687
688 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
689
690 * textmodes/flyspell.el (flyspell-default-dictionary):
691 Fix previous change.
692
693 2001-11-12 Richard M. Stallman <rms@gnu.org>
694
695 * textmodes/flyspell.el (flyspell-default-dictionary):
696 Fix custom type.
697
698 2001-11-11 Richard M. Stallman <rms@gnu.org>
699
700 * calendar/solar.el (solar-sunrise-and-sunset):
701 Exchange the two extreme values of day-length.
702
703 * progmodes/sh-script.el (sh-must-be-shell-mode):
704 Allow modes derived from sh-mode.
705
706 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
707 Turn off error in some re-search-forward calls.
708
709 * replace.el (query-replace-skip-read-only): New variable.
710 (perform-replace): If that variable is non-nil, ignore matches
711 that have a read-only property.
712
713 * derived.el (define-derived-mode): Doc fix.
714
715 * server.el (server-buffer-done): Test of server-existing-buffer
716 was backwards.
717 (server-existing-buffer): Doc fix.
718
719 * textmodes/flyspell.el (flyspell-default-dictionary):
720 Allow nil as value, and make nil the default.
721
722 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
723
724 * subdirs.el: Regenerated.
725
726 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
727 it is not fboundp.
728 (clipboard-yank): Ditto.
729
730 2001-11-11 Colin Walters <walters@verbum.org>
731
732 The following changes are based on patches from
733 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
734 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
735
736 * calc/calc.el (toplevel): Require calc-macs.
737 (calc-minibuffer-size): New.
738 (calcDigit-nondigit): Use it instead of `buffer-size'.
739 (calcDigit-backspace): Likewise.
740 (calcDigit-nondigit): Use `minibuffer-contents' instead of
741 `buffer-string'.
742 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
743 `point-min'.
744 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
745 `save-excursion'.
746
747 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
748 simple `setq' form.
749
750 * calc/calc-ext.el: (toplevel): Require calc.
751 (calc-fancy-prefix-map): New.
752 (calc-fancy-prefix): Use it.
753 (calc-fancy-prefix-other-key): New.
754
755 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
756 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
757 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
758 (calcAlg-enter): Likewise.
759 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
760
761 2001-11-10 Richard M. Stallman <rms@gnu.org>
762
763 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
764 (quietly-read-abbrev-file): Doc fix.
765
766 * startup.el (command-line): Read standard abbrev
767 file (abbrev-file-name), if it exists.
768
769 * files.el (save-abbrevs): Default value is t.
770
771 * progmodes/compile.el (compile-goto-error): Fix previous change
772 in the case where subsequent errors have not been parsed yet
773 because they are in a different source file.
774
775 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
776
777 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
778 Merge two regular expressions into one.
779 (ps-mode): Make local bindings for `comment-start' and
780 `comment-start-skip'.
781 (ps-mode-looking-at-nested): Simplify an if-else construct;
782 use `set-match-data' to set the result.
783
784 2001-11-10 Richard M. Stallman <rms@gnu.org>
785
786 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
787 Function deleted.
788 (flyspell-correct-word): Old definition deleted.
789 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
790 All references renamed too.
791
792 2001-11-10 Gerd Moellmann <gerd@gnu.org>
793
794 * Makefile.in (finder_setwins, setwins): Exclude Calc.
795
796 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
797
798 * wid-edit.el (checklist): Removed `:menu-tag'.
799 (radio-button-choice): Ditto.
800 (editable-list): Ditto.
801
802 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
803
804 * play/gomoku.el: Move definitions of constants to the beginning
805 of file, before their use.
806
807 2001-11-09 Richard M. Stallman <rms@gnu.org>
808
809 * textmodes/flyspell.el: Use the keymap property
810 instead of local-map, and don't use a minor-mode map.
811 (flyspell-mode-map): Variable deleted.
812 Don't mess with minor-mode-map-alist.
813 (calling add-minor-mode): Specify nil for keymap.
814 And always use add-minor-mode, now that it exists.
815 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
816 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
817 or flyspell-local-mouse-map.
818 (make-flyspell-overlay): Use flyspell-mouse-map directly.
819 (flyspell-mode): Doc fix.
820 (flyspell-mode-on): Don't call make-local-hook.
821
822 2001-11-09 Sam Steingold <sds@gnu.org>
823
824 * emacs-lisp/debug.el (debugger-make-xrefs):
825 Add buttons to all symbols.
826
827 2001-11-09 Andre Spiegel <spiegel@gnu.org>
828
829 * vc.el: Add John David Smith to credits.
830
831 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
832
833 * vc-hooks.el (vc-error-occured): Backquotified.
834 (vc-file-prop-obarray): Use prime length for better efficiency.
835
836 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
837
838 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
839
840 * info.el (Info-file-list-for-emacs): Add entries for Calc.
841
842 2001-11-09 Miles Bader <miles@gnu.org>
843
844 * subr.el (functionp): Don't consider macros as functions.
845
846 2001-11-08 Miles Bader <miles@gnu.org>
847
848 * subr.el (functionp): Make work correctly for macros and unbound
849 symbols.
850
851 * comint.el (comint-send-input): Fix description of
852 `comint-process-echoes' in the doc-string.
853
854 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
855
856 * international/mule.el (make-translation-table): Doc fix.
857 Suggested by Alex Schroeder <alex@gnu.org>.
858
859 2001-11-07 Richard M. Stallman <rms@gnu.org>
860
861 * info.el (Info-fontify-node): Highlight every third menu item.
862
863 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
864
865 * cus-edit.el (custom-face-value-create): Don't ignore the
866 `customized-face' attribute when finding the current face spec.
867
868 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
869
870 * subr.el (with-local-quit): New macro.
871 (make-syntax-table): Always inherit.
872 (functionp): Be more careful when `object' is a symbol.
873
874 * dabbrev.el (dabbrev-completion): Use "*Completions*".
875
876 2001-11-07 Paul Eggert <eggert@twinsun.com>
877
878 * dired.el (dired-move-to-filename-regexp):
879 Do not distinguish between ASCII letters and non-ASCII characters.
880 Don't allow comma except in the form "month day, year".
881 Don't allow space between month name and comma.
882 Clean up the code that checks for trailing period, comma, and space.
883 Remove now-obsolete comments, and add more commentary about
884 Japanese dates.
885 Always gobble up trailing spaces, instead of doing it only sometimes.
886
887 2001-11-07 Miles Bader <miles@gnu.org>
888
889 * paren.el (show-paren-match-face): Add dark-background variant.
890
891 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
892
893 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
894 (lisp-mode-variables): Don't set paragraph-{start,separate}.
895 Don't disable adaptive-fill-mode.
896 (lisp-fill-paragraph): Use tab-width rather than 8.
897 Prevent filling the first line of docstrings.
898
899 2001-11-06 Richard M. Stallman <rms@gnu.org>
900
901 * play/gomoku.el (gomoku): Doc fix.
902
903 * jka-compr.el (jka-compr-partial-uncompress):
904 Support an alternative of not using dd.
905 (jka-compr-dd-program): Use defcustom to define this.
906 (jka-compr-load-suffixes): Use defcustom.
907 (jka-compr-mode-alist-additions): Use defcustom.
908
909 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
910
911 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
912 Also work when LIMIT is further than the end of line.
913
914 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
915
916 * international/quail.el (quail-update-leim-list-file): Print the
917 offending file name if some of its quail-define-package forms is broken.
918
919 2001-11-05 Richard M. Stallman <rms@gnu.org>
920
921 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
922 of the evaluated form.
923
924 2001-11-05 Paul Eggert <eggert@twinsun.com>
925
926 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
927 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
928 stamps always line up by default. Also, it uses a slightly
929 different window to determine whether files are "recent".
930
931 2001-11-05 Andrew Innes <andrewi@gnu.org>
932
933 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
934 Don't attempt to remake autoloads before nuking .elc files.
935
936 2001-11-04 Richard M. Stallman <rms@gnu.org>
937
938 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
939 previous-single-property-change or next-single-char-property-change
940 returns nil.
941
942 * international/mule-cmds.el (set-locale-environment):
943 Make it interactive; make arg optional.
944
945 * international/mule-diag.el (help-funs): Require help-funs.
946
947 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
948
949 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
950
951 2001-11-04 Miles Bader <miles@gnu.org>
952
953 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
954 shadow of the splash image grey on a dark background instead of black.
955
956 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
957
958 * term.el (all faces): Don't (copy-face 'default <foo>).
959
960 * term/xterm.el (function-key-map):
961 Add entry for `ESC [ 3 ~' -> <delete>
962 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
963 Use inheritance so that .emacs and terminfo take precedence.
964
965 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
966
967 * tooltip.el (tooltip-delay): Decrease to 0.7.
968 (tooltip-hide-delay): Enlarge to 10.
969
970 2001-11-03 Richard M. Stallman <rms@gnu.org>
971
972 * startup.el (fancy-splash-tail): Explain how to recover
973 from a crash, if there was a crash.
974 (command-line-1): Reorganize display of startup screen,
975 to simplify the logic. Use a temp buffer for it.
976
977 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
978
979 * frame.el (set-background-color, set-foreground-color):
980 Call face-set-after-frame-default, to propagate the new colors to
981 the frame's parameters alist.
982
983 * calendar/timeclock.el (timeclock-out): Signal an error if
984 timeclock-last-event is nil.
985
986 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
987
988 * textmodes/fill.el (fill-context-prefix): Fix braino.
989
990 * international/quail.el (quail-help):
991 Use `help-buffer' and move `help-setup-xref' to beginning.
992
993 * international/mule-cmds.el (describe-language-environment):
994 Use `help-buffer' and move `help-setup-xref' to beginning.
995
996 * international/mule-diag.el (list-character-sets)
997 (sort-listed-character-sets, describe-character-set)
998 (describe-coding-system, describe-fontset, list-fontsets):
999 Use `help-buffer' and move `help-setup-xref' to beginning.
1000 (describe-char-after): Use `internal-describe-syntax-value'.
1001
1002 2001-11-02 Richard M. Stallman <rms@gnu.org>
1003
1004 * mouse.el (popup-menu): If the user refuses to select
1005 from a menu, don't try to invoke the menu.
1006
1007 2001-11-02 Miles Bader <miles@gnu.org>
1008
1009 * help-mode.el (help-xref): New button type.
1010 (help-function, help-variable, help-face, help-coding-system)
1011 (help-input-method, help-character-set, help-type, help-symbol)
1012 (help-back, help-info, help-customize-variable, help-customize-face)
1013 (help-function-def, help-variable-def): Use it as a supertype.
1014 Remove `action' property.
1015
1016 * international/mule-diag.el (describe-character-set)
1017 (describe-coding-system): Pass correct args to `help-xref-button'.
1018 (sort-listed-character-sets): New button type.
1019 (list-character-sets): Use it.
1020 (list-charset-chars): New button type.
1021 (list-character-sets-1): Use it.
1022
1023 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
1024
1025 * indent.el (tab-always-indent, indent-for-tab-command):
1026 Remove redundant `never' setting.
1027
1028 * fill.el (fill-region-as-paragraph): Don't forget to skip
1029 over current whitespace before looking for a preceding space.
1030
1031 2001-11-01 Richard M. Stallman <rms@gnu.org>
1032
1033 * files.el (file-newest-backup): Don't pass backup file name
1034 thru file-name-sans-versions, because it never has version numbers.
1035
1036 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1037 to avoid ambiguous nested loops.
1038
1039 * files.el (find-file-noselect): Offer to change buffer-read-only
1040 only when the file's read-only status has changed from before
1041 as well as disagreeing with the buffer's current status.
1042 (buffer-file-read-only): New var, local in all buffers.
1043
1044 * buff-menu.el (buffer-menu): Doc fix.
1045 (buffer-menu-other-window): Doc fix.
1046 (list-buffers, list-buffers-noselect): Doc fix.
1047
1048 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1049
1050 * startup.el (command-line): If the terminal Emacs is running on
1051 has erase char set to ^H, use the Backspace key for deleting
1052 backward, and the Delete key for deleting forward.
1053
1054 2001-11-01 Miles Bader <miles@gnu.org>
1055
1056 * button.el (define-button-type): Make sure every user-defined
1057 button type has a supertype.
1058
1059 2001-10-31 Jason Rumney <jasonr@gnu.org>
1060
1061 * international/mule-cmds.el (locale-language-names): Add chs and
1062 cht as aliases for Chinese-GB and Chinese-BIG5.
1063
1064 2001-10-31 Richard M. Stallman <rms@gnu.org>
1065
1066 * bindings.el (mode-line-frame-identification): Add doc string.
1067 (mode-line-position, mode-line-modes): New variables.
1068 (mode-line-format): Use mode-line-position for the part
1069 that displays the position-in-buffer info.
1070 Use mode-line-modes for the part that displays major and minor modes.
1071
1072 2001-10-31 Sam Steingold <sds@gnu.org>
1073
1074 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1075 (debugger-setup-buffer): Call it.
1076 (debugger-mode-map): Bind RET and mouse-2.
1077
1078 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1079
1080 * startup.el: Document command line option --no-window-system
1081 instead of --no-windows.
1082
1083 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1084
1085 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1086
1087 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1088 (font-lock-defaults-alist): Use it.
1089 From David Ponce <david.ponce@wanadoo.fr>
1090
1091 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1092 output of `char-after'.
1093
1094 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1095
1096 * simple.el (reindent-then-newline-and-indent): Insert the newline
1097 before indenting the first line.
1098 (undo-get-state, undo-revert-to-state): New funs.
1099 (shell-command): Don't kill the buffer even if empty.
1100 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1101 (transpose-subr-end2): Remove.
1102 (transpose-subr): Add `special' arg and simplify.
1103 (transpose-subr-1): Rewrite.
1104 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1105 (rfc822-goto-eoh): Simplify.
1106
1107 2001-10-30 Richard M. Stallman <rms@gnu.org>
1108
1109 * enriched.el (enriched-face-ans): FIx previous change.
1110
1111 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1112
1113 * international/iso-acc.el (iso-accents-compose): Remove a
1114 superfluous setq.
1115
1116 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1117
1118 * buff-menu.el (list-buffers-noselect): If the buffer's name
1119 starts with a blank, but it visits a file, do show it (for files
1120 whose names start with a blank).
1121
1122 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1123
1124 * textmodes/fill.el (sentence-end-double-space)
1125 (sentence-end-without-period): Move to paragraphs.el.
1126 (fill-indent-according-to-mode): Change default to t.
1127 (fill-context-prefix): Simplify control-flow and use a more
1128 sophisticated merge that unifies both previous checks.
1129 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1130 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1131 (fill-nobreak-p): New fun.
1132 (fill-region-as-paragraph): Use it.
1133 Handle `fill-indent-according-to-mode' slightly differently.
1134 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1135 (fill-individual-paragraphs-citation): Fix.
1136
1137 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1138 (paragraph-start): Change default to the `text-mode' value.
1139 (sentence-end-double-space, sentence-end-without-period):
1140 Move from fill.el.
1141 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1142 rather than rebinding `paragraph-start' and `paragraph-separate'.
1143
1144 * indent.el (indent-line-function): Change default to indent-relative.
1145 (tab-always-indent): Add an `never' setting.
1146 (indent-according-to-mode): Handle `indent-relative' and
1147 `indent-relative-maybe' specially.
1148 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
1149 Handle the `never' case for `tab-always-indent'.
1150 Don't call indent-according-to-mode for indent-relative' and
1151 `indent-relative-maybe'.
1152 (insert-tab): Rename `prefix-arg' to `arg'.
1153 (indent-region): Indent the first line as well.
1154 (indent-relative): Don't mark the buffer modified if the indentation
1155 is unchanged.
1156
1157 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1158 Don't set paragraph-separate. Set paragraph-start more carefully.
1159 Set indent-line-function.
1160 (paragraph-indent-text-mode): Use it and define-derived-mode.
1161 (text-mode-map): Remove the \t binding.
1162 (text-mode): Simplify now that the default is more favorable.
1163
1164 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1165
1166 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1167 If the regexp doesn't match, use a looser one.
1168 (find-variable-noselect): Add `file' argument.
1169
1170 * pcvs.el (cvs-mode-commit-hook): New hook.
1171 (cvs-mode-commit): Run it.
1172
1173 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1174
1175 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1176 (edebug-instrument-function): Use `find-function-noselect'.
1177
1178 2001-10-29 Richard M. Stallman <rms@gnu.org>
1179
1180 * term.el (term-if-emacs19): Macro deleted.
1181 Callers changed to use progn instead.
1182
1183 * frame.el (blink-cursor-mode): Doc fix.
1184
1185 * files.el (find-backup-file-name): Use make-backup-file-name.
1186
1187 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1188 window-live-p.
1189 (edebug-set-conditional-breakpoint): Unconditionally use
1190 the former Emacs >=19 definition.
1191 (edebug-mark): Define unconditionally.
1192 (edebug-eval-expression): Always call read-from-minibuffer
1193 and specify history list.
1194 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1195 edebug-set-conditional-breakpoint.
1196 (edebug-emacs-version-specific): Function deleted;
1197 do the job at top level.
1198 (edebug-emacs-19-specific): Function deleted, this is the default.
1199
1200 2001-10-29 Sam Steingold <sds@gnu.org>
1201
1202 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1203 "/cygdrive/LETTER/" pathnames.
1204
1205 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1206
1207 * faces.el (invert-face): Check for 'unspecified, not for nil,
1208 when testing whether face colors are not specified.
1209 From David.Kastrup@t-online.de (David Kastrup).
1210 (read-face-name): Doc fix.
1211 (make-face-bold, make-face-unbold, make-face-italic)
1212 (make-face-unitalic, make-face-bold-italic, invert-face):
1213 Remove trailing blank from the prompt passed to read-face-name.
1214
1215 2001-10-29 Sam Steingold <sds@gnu.org>
1216
1217 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1218 Report numbers of files skipped and failed too.
1219 (byte-compile-file): Return 'no-byte-compile for skipped files.
1220
1221 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1222
1223 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1224 and `M p'.
1225
1226 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1227
1228 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1229 as is on unread-command-events instead of `(SECOND-CHAR)'.
1230
1231 2001-10-29 Andre Spiegel <spiegel@gnu.org>
1232
1233 * vc.el: Mention vc-*-switches in backend API documentation.
1234 (vc-annotate): Adapt doc string to recent change.
1235
1236 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1237
1238 * enriched.el (enriched-face-ans): Handle face attributes
1239 of the form `(FACE1 FACE2 ...)'.
1240
1241 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
1242
1243 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
1244
1245 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1246
1247 * progmodes/sql.el (sql-db2): Doc change.
1248 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1249 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1250
1251 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1252
1253 * env.el (substitute-env-vars): Don't quote argument to `rx';
1254 it's a macro.
1255
1256 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1257
1258 * cus-start.el (recursive-load-depth-limit): Added.
1259
1260 2001-10-28 Richard M. Stallman <rms@gnu.org>
1261
1262 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1263 All uses removed--assume Emacs version is >= 20.
1264
1265 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1266 by really checking that it is not version 18.
1267
1268 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1269
1270 2001-10-28 Miles Bader <miles@gnu.org>
1271
1272 * faces.el (face-attribute): Add INHERIT argument, consider face
1273 inheritance if it's non-nil.
1274 (face-attribute-merged-with): New function.
1275 (face-attribute-specified-or): New macro.
1276 (face-foreground, face-background, face-stipple): Add INHERIT
1277 argument. Use `face-attribute-specified-or'.
1278
1279 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1280
1281 * font-lock.el: Require `syntax'.
1282 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1283 Use `c-font-lock-syntactic-face-function' for c languages.
1284 (font-lock-mode): Don't unset vars when turning the mode off.
1285 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1286 (font-lock-extra-managed-props): New var.
1287 (font-lock-default-unfontify-region): Use it.
1288 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1289 Don't eval the value when there's no match.
1290 (font-lock-ppss-stats): New var.
1291 (font-lock-ppss): New fun.
1292 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1293 (font-lock-apply-highlight): Allow `highlight' to set several props.
1294 (font-lock-set-defaults): Use dolist.
1295 (font-lock-unset-defaults): Remove.
1296 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1297 Try to recognize prototypes using `foo P_ ((args))'.
1298 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1299 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1300 (c-font-lock-syntactic-face-function): New function.
1301 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1302 (c++-keywords): Use a more sophisticated regexp to handle
1303 shallowly nested templates.
1304
1305 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1306
1307 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1308 (sgml-tag): Use it. Cleanup with `cond'.
1309 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1310 Mark the overlays and only delete those that are marked.
1311 (sgml-skip-close-p): Remove.
1312 (sgml-value): Replace sgml-skip-close-p with its definition.
1313 (html-tag-alist): Use sgml-xml a bit more.
1314 (html-mode): Set sgml-empty-tags.
1315
1316 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1317 (texinfo-update-node, texinfo-sequential-node-update):
1318 Don't bind the obsolete `auto-fill-hook'.
1319 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1320 Use `set-buffer' rather than `switch-to-buffer'.
1321 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1322 Use `set-buffer' rather than `switch-to-buffer'.
1323
1324 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1325 text-mode-syntax-table.
1326 (mail-mode): Use define-derived-mode.
1327 Fix ordering of alternatives in adaptive-fill-regexp.
1328 (mail-mode-map): Don't rely on keymap's internal representation.
1329
1330 2001-10-27 Sam Steingold <sds@gnu.org>
1331
1332 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1333 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1334 (sgml-mode-common): Call it.
1335 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1336 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1337 (html-horizontal-rule, html-image, html-ordered-list):
1338 (html-unordered-list, html-list-item, html-paragraph):
1339 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1340 `html-xhtml'.
1341
1342 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1343
1344 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1345 (ifnothtml): New alias.
1346
1347 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1348
1349 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1350 (toggle-text-mode-auto-fill): Use derived-mode-p.
1351
1352 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1353
1354 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1355 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1356
1357 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1358
1359 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1360 Add make-obsolete cookies, to follow faces.el.
1361
1362 These changes avoid warnings from the byte compiler in faces.el:
1363
1364 * faces.el (internal-get-face): Use facep instead of the obsolete
1365 internal-find-face.
1366 (internal-frob-font-weight, internal-frob-font-slant):
1367 New defaliases for obsolete functions.
1368 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1369 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1370 (x-make-font-bold-italic): Use internal-frob-font-weight and
1371 internal-frob-font-slant aliases instead of the obsolete
1372 x-frob-... functions.
1373
1374 2001-10-26 Sam Steingold <sds@gnu.org>
1375
1376 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
1377 DOCTYPE; set `mode-name' based on it.
1378 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1379 (sgml-tag): Close empty tags in XHTML.
1380
1381 2001-10-26 Jason Rumney <jasonr@gnu.org>
1382
1383 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1384 when UNICODE is not defined.
1385
1386 2001-10-26 Sam Steingold <sds@gnu.org>
1387
1388 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1389 be alone on the line.
1390
1391 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1392
1393 * button.el (button): Special face definition for MS-DOS terminals.
1394
1395 2001-10-26 Sam Steingold <sds@gnu.org>
1396
1397 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1398 Protect the /= test by checking that the args are non-nil.
1399 (sh-font-lock-close-heredoc): Check eof for being non-nil.
1400
1401 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1402
1403 * textmodes/artist.el (artist-version): 1.2.4.
1404 (artist-butlast-fn): New variable.
1405 (artist-butlast): New function.
1406 (artist-ellipse-mirror-quadrant): Use it.
1407 (artist-mouse-draw-poly): Use nil for `point-list'.
1408 (artist-mouse-draw-poly): Check for point-list being nil.
1409
1410 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1411
1412 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1413 lambda expression.
1414 (ps-mode-menu-main): Submenu with options on/off was replaced with
1415 a toggle button.
1416 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1417 (ps-mode): Autoload cookie added on same line as comment
1418 (ps-mode-tabkey, ps-mode-backward-delete-char):
1419 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1420 `indent-to' with `indent-line-to'
1421 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1422 instead of `eval'.
1423 (ps-mode-print-region): Use `with-temp-buffer'.
1424 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
1425 (numerous places): Add back-tick and tick around names in
1426 docstrings, fix punctuation in docstrings, remove trailing spaces.
1427
1428 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1429
1430 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1431 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1432 (sgml-font-lock-syntactic-keywords): New var.
1433 (sgml-mode-common): Drop the two args.
1434 Don't make buffer-local variables that aren't used.
1435 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1436 Don't set `before-string' props from sgml-display-text.
1437 (sgml-mode): Use define-derived-mode.
1438 (sgml-tags-invisible): Use sgml-display-text.
1439 (sgml-quote): New command.
1440 (html-tag-alist): Add args for `span'.
1441 (html-mode): Use define-derived-mode.
1442 Set sgml-display-text and sgml-tag-face-alist.
1443
1444 2001-10-25 Sam Steingold <sds@gnu.org>
1445
1446 * add-log.el (add-log-always-start-new-record): New user option.
1447 (add-change-log-entry): Use it.
1448
1449 2001-10-25 Richard M. Stallman <rms@gnu.org>
1450
1451 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1452 bind case-fold-search if FROM is not all lower case.
1453
1454 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1455
1456 * startup.el (normal-top-level): Check for frame-initial-frame
1457 only if it's really used.
1458
1459 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1460
1461 * progmodes/compile.el (compilation-parse-errors-filename-function):
1462 New variable.
1463 (compilation-parse-errors): Use it.
1464
1465 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1466
1467 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1468 interactively so that C-u M-C-x still does edebug.
1469 (checkdoc-sentencespace-region-engine): Don't force a double-space
1470 after `.' if it doesn't look like an end-of-sentence.
1471 (debug-ignored-errors): Add `disambiguate ...'.
1472
1473 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1474
1475 * textmodes/texinfo.el (texinfo-environments)
1476 (texinfo-environment-regexp): Hoist.
1477 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1478 Only highlight the menu name in menu items.
1479 Setup `@foo ... @end foo' as text clones.
1480 (texinfo-clone-environment): New function.
1481 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1482 (texinfo-insert-block): Simplify.
1483 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1484 the command is repeated.
1485 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1486 (texinfo-insert-@end): Simplify.
1487
1488 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1489 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1490 (texinfo-subsubsection-level-regexp)
1491 (texinfo-update-menu-same-level-regexps)
1492 (texinfo-update-menu-higher-regexps)
1493 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
1494
1495 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1496 (derived-mode-p): Autoload.
1497
1498 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1499 New vars and functions.
1500 (text-clone-maintain, text-clone-create): New functions.
1501
1502 2001-10-25 Miles Bader <miles@gnu.org>
1503
1504 * facemenu.el (facemenu-add-new-face): Fix variable names.
1505
1506 2001-10-24 Richard M. Stallman <rms@gnu.org>
1507
1508 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1509 of t and nil values.
1510 (facemenu-set-face): Handle START and END interactively.
1511 (facemenu-set-foreground): Don't use a face; specify color directly.
1512 (facemenu-set-background): Likewise.
1513 (facemenu-set-face-from-menu): Doc fix.
1514 (facemenu-active-faces): Use face-attribute-vector
1515 to handle bare attributes not in faces.
1516 (facemenu-get-face): Don't handle face names fg:... and bg:...
1517 specially.
1518 (facemenu-add-new-face): New argument MENU.
1519 New way to handle adding colors to the color menus.
1520
1521 * env.el (substitute-env-vars): Quote the arg to rx.
1522
1523 2001-10-24 Sam Steingold <sds@gnu.org>
1524
1525 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
1526 Control" and "SGML" groups.
1527
1528 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1529
1530 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1531 Better handling of C++ template args to avoid confusion with `<'
1532 and `>' used as operators in member init expressions.
1533
1534 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1535
1536 * replace.el (perform-replace): Move START and END parameters
1537 to the end of the argument list and make them optional.
1538
1539 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1540 perform-replace.
1541
1542 * international/fontset.el (x-must-resolve-font-name): New function.
1543 (x-complement-fontset-spec): Use it.
1544
1545 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1546
1547 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1548
1549 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1550 Turn caadr into caar of cdr.
1551
1552 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1553
1554 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
1555 of mouse-{1,2} since dragging is on the down event.
1556
1557 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1558
1559 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1560 if ARG is nil.
1561
1562 * desktop.el (desktop-last-buffer): New variable.
1563 (desktop-create-buffer): Set it.
1564 (desktop-read): Bind it and switch to that buffer.
1565
1566 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1567
1568 * progmodes/compile.el (compilation-set-window-height):
1569 Select old window only if it's still live.
1570
1571 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1572
1573 * help-mode.el (help-buffer): Remove debugging code.
1574 From Stefan Monnier <monnier@cs.yale.edu>.
1575
1576 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1577
1578 * files.el (file-name-sans-extension, file-name-extension):
1579 Don't count the leading dots in file names as signaling an extension.
1580
1581 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1582
1583 * vc.el (vc-diff-switches): Doc rewritten.
1584
1585 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1586
1587 * tooltip.el (tooltip-set-param): Doc fix.
1588
1589 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1590 127 to sgml-maybe-name-self.
1591 (sgml-name-8bit-mode): Doc fix.
1592 (sgml-char-names-table): New variable.
1593 (sgml-name-char): Support non-ASCII and mule-unicode-*
1594 characters. Doc fix.
1595 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1596
1597 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1598 doc string the effect of `left' and `top' parameters in
1599 tooltip-frame-parameters, the default values, and the units.
1600 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
1601 (tooltip-show): Mention in the doc string the `top' and `left'
1602 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1603
1604 2001-10-22 Andre Spiegel <spiegel@gnu.org>
1605
1606 Add autoscaling support for vc-annotate.
1607 From J.D. Smith <jdsmith@alum.mit.edu>.
1608
1609 * vc.el (vc-annotate-display-default): Accept colormap scaling
1610 ratio (now deprecated).
1611 (vc-annotate-display-autoscale): Added.
1612 (vc-annotate-add-menu): New autoscaling menu options "Span to
1613 Oldest" and "Span Oldest->Newest". Easymenu support added for
1614 toggle menus driven by customize variable `vc-annotate-display-mode'.
1615 (vc-annotate-display-select): Added.
1616 (vc-annotate): Changed temp-buffer-show-function to
1617 `vc-annotate-display-select'.
1618 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1619 Added argument OFFSET. Instead of backend function, calls now
1620 generic `vc-annotate-difference'.
1621 (vc-annotate-difference): Added as generic function instead of
1622 backend-specific function. No longer takes argument POINT, but
1623 instead accepts a time OFFSET.
1624 (vc-default-annotate-current-time): Added.
1625
1626 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
1627 version in vc.el, with
1628 (vc-cvs-annotate-current-time): Added, as override of default.
1629 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1630 `vc-cvs-annotate-difference'.
1631
1632 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1633
1634 * saveplace.el (save-place): Require `saveplace'.
1635
1636 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
1637 Use `sexp' for :value-type instead of `face'.
1638
1639 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1640
1641 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
1642 regexps due to 5-digit message IDs.
1643
1644 2001-10-21 Jason Rumney <jasonr@gnu.org>
1645
1646 * term/w32-win.el (redisplay-dont-pause): Don't set.
1647
1648 2001-10-21 Miles Bader <miles@gnu.org>
1649
1650 * help-funs.el (help-manyarg-func-alist): Variable removed.
1651
1652 2001-10-21 Miles Bader <miles@gnu.org>
1653
1654 * help-funs.el (help-manyarg-func-alist): Remove entries for
1655 `insert', `insert-and-inherit', `insert-before-markers',
1656 `insert-before-markers-and-inherit', `message', `message-box',
1657 `message-or-box', `propertize', `format', `encode-time', `append',
1658 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
1659 `insert-string', `ml-if', `ml-provide-prefix-argument', and
1660 `ml-prefix-argument-loop'.
1661
1662 2001-10-21 Andre Spiegel <spiegel@gnu.org>
1663
1664 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
1665 (vc-default-diff-tree): New functions.
1666 (vc-version-diff): Use them. As a result, coding systems are now
1667 set up properly for all sorts of diffs, and tree diffs can now
1668 also be done locally.
1669 (vc-diff): With a prefix argument, don't require that it's called
1670 from a buffer under version control.
1671 (diff-switches): Remove duplicate definition.
1672
1673 * vc-cvs.el (vc-cvs-diff-tree): New function.
1674
1675 2001-10-21 Miles Bader <miles@gnu.org>
1676
1677 * help-funs.el (help-manyarg-func-alist): Remove entries for
1678 `list', `vector', `make-byte-code', `call-process',
1679 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
1680 `logand', `logior', and `logxor'.
1681
1682 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
1683 image bits to compensate. Use `make-string' instead of
1684 `make-bool-vector' (XBM apparently wants byte-aligned rows).
1685
1686 2001-10-20 Kim F. Storm <storm@cua.dk>
1687
1688 * simple.el (kill-ring-save): Don't show extent of copied region
1689 if using transient-mark-mode and region is fully visible.
1690
1691 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1692
1693 * (Version 21.1 released.)
1694
1695 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1696
1697 * files.el (auto-mode-alist): Associate .indent.pro with
1698 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
1699
1700 2001-10-18 Sam Steingold <sds@gnu.org>
1701
1702 Put the *Compile-Log* buffer in `compilation-mode'.
1703 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
1704 (byte-compile-log-1, byte-compile-log-file)
1705 (displaying-byte-compile-warnings): Use it
1706
1707 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1708
1709 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
1710
1711 * xml.el (xml-parse-tag): Use eq on char-after's return value.
1712
1713 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1714
1715 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
1716
1717 * obsolete/hilit19.el (hilit-lookup-face-create):
1718 Call set-face-font only if display-graphic-p.
1719 (toplevel): Remove references to window-system.
1720
1721 2001-10-18 Miles Bader <miles@gnu.org>
1722
1723 * simple.el (what-line): Avoid problems with field properties.
1724
1725 2001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1726
1727 * wid-edit.el (widget-field-face, widget-single-line-field-face):
1728 Define special colors for a tty.
1729
1730 2001-10-17 Francesco Potorti` <pot@gnu.org>
1731
1732 * comint.el (comint-password-prompt-regexp): Make it less
1733 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
1734
1735 2001-10-17 John Wiegley <johnw@gnu.org>
1736
1737 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
1738 a regular file, before checking if it is a directory or symlink.
1739 This avoids a call to eshell-file-attributes, which can be
1740 expensive in some situations.
1741
1742 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
1743 customization variable, to differentiate ls-in-dired from regular
1744 uses of ls.
1745
1746 2001-10-17 Miles Bader <miles@gnu.org>
1747
1748 * custom.el (defface): Mention `:inherit' in doc-string.
1749
1750 2001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1751
1752 * paren.el: Update the Commentary with installation instructions.
1753
1754 2001-10-15 Dave Love <fx@gnu.org>
1755
1756 * international/mule.el (set-auto-coding): Fix regexps for local
1757 variables section not to eat newlines.
1758
1759 2001-10-15 Miles Bader <miles@gnu.org>
1760
1761 * simple.el (display-message-or-buffer): Pass the correct buffer
1762 to `display-buffer'.
1763
1764 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
1765
1766 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
1767 (executable-find): Use exec-suffixes.
1768 (executable-set-magic): Don't use make-local-hook.
1769
1770 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
1771
1772 2001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
1773
1774 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
1775 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
1776 Add .so to the Unix and GNU branch.
1777
1778 * international/latin-1.el:
1779 * international/latin-2.el:
1780 * international/latin-3.el:
1781 * international/latin-4.el:
1782 * international/latin-5.el:
1783 * international/latin-8.el:
1784 * international/latin-9.el: Add no-byte-compile: t, since
1785 Makefile.in instructs make-docfile to look at .el files.
1786
1787 2001-10-14 Miles Bader <miles@gnu.org>
1788
1789 * button.el (define-button-type): Allow supertype property to be
1790 specified with a keyword `:supertype' too.
1791 (button-put, make-text-button): Allow button type property to be
1792 specified using the keyword `:type' too.
1793 (button-type): New function.
1794 (button): Add `button-category-symbol' property.
1795
1796 2001-10-13 Stefan Monnier <monnier@cs.yale.edu>
1797
1798 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
1799 indent-new-comment-line from comment-indent-new-line.
1800
1801 * textmodes/refill.el (refill-mode):
1802 Bind DEL to backward-delete-char-untabify.
1803 Set backward-delete-char-untabify-method to `hungry'.
1804
1805 * textmodes/bib-mode.el (bib-mode):
1806 * play/gomoku.el (gomoku-mode):
1807 * textmodes/page-ext.el (pages-directory-mode):
1808 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
1809
1810 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
1811
1812 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
1813
1814 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1815 Handle here-docs differently.
1816 (sh-font-lock-heredoc): Remove.
1817 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
1818 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
1819 (sh-font-lock-open-heredoc): New functions.
1820 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
1821 (sh-font-lock-keywords-1): Use regexp-opt.
1822 (sh-in-comment-or-string): Use syntax-ppss.
1823 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
1824 (sh-select, sh-tmp-file): Add explicit terminating \n.
1825
1826 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
1827 Use with-current-buffer.
1828 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
1829 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
1830 filename), catch any error that occurs in `ange-ftp-cd'.
1831 If an error happened, don't bother sending `cmd' at all.
1832 Fix a parenthesis typo.
1833 (ange-ftp-write-region): Don't blindly use binary if the remote host
1834 is unix-like.
1835
1836 * play/pong.el (pong-init): Don't use make-local-hook.
1837
1838 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
1839
1840 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
1841 (viper-get-ex-address-subr): More precise addr for the $ marker
1842
1843 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1844
1845 * version.el (emacs-version): Bump to 21.1.50.
1846
1847 2001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1848
1849 * mail/mailalias.el (mail-directory-stream): Do not double
1850 variables in the lambda-list.
1851
1852 * play/gomoku.el (gomoku-init-display): Ditto.
1853
1854 * play/landmark.el (lm-init-display): Ditto.
1855
1856 * delim-col.el (delimit-columns-rectangle-max): Ditto.
1857 (delimit-columns-rectangle-line): Ditto.
1858
1859 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
1860
1861 * newcomment.el (comment-region-internal): Don't rebind
1862 invisibility_spec now that the C routines handle it correctly.
1863
1864 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
1865
1866 * frame.el (special-display-popup-frame): Obey new specs `same-window'
1867 and `same-frame'.
1868
1869 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
1870
1871 * simple.el (minibuffer-local*-map): Remove redundant bindings.
1872
1873 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
1874 C-p and C-r. Remove redundant bindings from inheriting maps.
1875
1876 * progmodes/cperl-mode.el: Merged in changes from v4.32.
1877 After 4.23 and: After 4.24:
1878 (cperl-contract-levels): Restore position.
1879 (cperl-beautify-level): Likewise.
1880 (cperl-beautify-regexp): Likewise.
1881 (cperl-commentify): Rudimental support for length=1 runs
1882 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
1883 After 4.25:
1884 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
1885 (imenu-example--create-perl-index): Was not enforcing
1886 syntaxification-to-the-end.
1887 (cperl-invert-if-unless): Allow `for', `foreach'.
1888 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
1889 Mark qw(), m()x as indentable.
1890 (cperl-init-faces): Highlight `sysopen' too.
1891 Highlight $var in `for my $var' too.
1892 (cperl-invert-if-unless): Was leaving whitespace at end.
1893 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
1894 (cperl-calculate-indent): Remove old commented out code.
1895 Support (primitive) indentation of qw(), m()x.
1896 After 4.26:
1897 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
1898 q [] with intervening newlines.
1899 (cperl-autoindent-on-semi): New customization variable.
1900 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
1901 (cperl-tips): Mention how to make CPerl the default mode.
1902 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
1903 (cperl-outline-level): New function.
1904 (cperl-highlight-variables-indiscriminately): New customization var.
1905 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
1906 From Sean Kamath <kamath@pogo.wv.tek.com>.
1907 (cperl-after-block-p): Support CHECK and INIT.
1908 (cperl-init-faces, cperl-short-docs): Likewise and "our".
1909 From Doug MacEachern <dougm@covalent.net>.
1910 After 4.27:
1911 (cperl-find-pods-heres): Recognize \"" as a string.
1912 Mark whitespace between q and [] as `syntax-type' => `prestring'.
1913 Allow whitespace between << and "FOO".
1914 (cperl-problems): Remove \"" and q [] with intervening newlines.
1915 Mention multiple <<EOF as unsupported.
1916 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
1917 (cperl-indent-parens-as-block): New configuration variable.
1918 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
1919 Use `cperl-indent-parens-as-block'.
1920 (cperl-find-pods-heres): Test for =cut without empty line instead of
1921 complaining about no =cut.
1922 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
1923 (cperl-find-pods-heres): Likewise.
1924 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
1925 POD could've been marked as comment already.
1926 (cperl-unwind-to-safe): Unwind before start of POD too.
1927 After 4.28:
1928 (cperl-forward-re): Throw an error at proper moment REx unfinished.
1929 After 4.29:
1930 (x-color-defined-p): Make an extra case to peacify the warning.
1931 Toplevel: `defvar' to peacify the warnings.
1932 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
1933 No -nw-compile time warnings now.
1934 (cperl-find-tags): TAGS file had too short substring-to-search.
1935 Be less verbose in non-interactive mode
1936 (imenu-example--create-perl-index): Set index-marker after name
1937 (cperl-outline-regexp): New variable.
1938 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
1939 (cperl-mode): Made use `cperl-outline-regexp'.
1940 After 4.30:
1941 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
1942 (cperl-outline-level): Make start-of-file same level as `package'.
1943 After 4.31:
1944 (cperl-electric-pod): `head1' and `over' electric only if empty.
1945 (cperl-unreadable-ok): New variable.
1946 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
1947 on an unreadable file.
1948 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
1949 on an unreadable directory.
1950
1951 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1952 Consider the text between two errors as belonging to the first error.
1953 (compilation-goto-locus): Use pop-to-buffer rather than
1954 switch-to-buffer-other-frame.
1955
1956 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
1957 (awk-font-lock-syntactic-keywords): New var.
1958 (awk-mode): Use it.
1959
1960 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
1961
1962 * faces.el (describe-face): Call help-setup-xref earlier.
1963
1964 * jka-compr.el (jka-compr-load-suffixes): New var.
1965 (jka-compr-install): Add its content to load-suffixes.
1966 (jka-compr-uninstall): Remove its content from load-suffixes.
1967
1968 2001-10-12 Sam Steingold <sds@gnu.org>
1969
1970 * bindings.el (completion-ignored-extensions): CL-related
1971 extensions are platform-independent.
1972
1973 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
1974 asynchronous multiple file copying.
1975
1976 2001-10-12 Gerd Moellmann <gerd@gnu.org>
1977
1978 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1979 Turn error for repeated variables into warning.
1980
1981 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
1982 New function checking that lambda-list consists of non-constant
1983 symbols, that &rest and &optional are followed by variable names,
1984 that &rest VAR is the last element, and that variables aren't doubled.
1985 (byte-compile-lambda): Use it.
1986
1987 2001-10-12 Eli Barzilay <eli@barzilay.org>
1988
1989 * calculator.el (calculator-eng-display): Don't call concat
1990 with an integer argument.
1991
1992 2001-10-12 Miles Bader <miles@gnu.org>
1993
1994 * help-mode.el (help-customize-face): New button-type.
1995
1996 * faces.el (list-faces-display): Fix args to `help-xref-button'.
1997 (describe-face): Fix args to `help-xref-button'.
1998 Don't switch to help-buffer around call to `help-setup-xref'.
1999 Use `help-buffer' instead of hard-wired "*Help*".
2000 Require `help-mode'.
2001
2002 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2003
2004 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2005
2006 * help-mode.el (help-buffer): New function.
2007 Returns the buffer-name to use for help output.
2008 Change all the code to use it instead of hard-coding *Help*.
2009 (help-mode-map): Put back the mouse-2 binding.
2010 (help-xref-stack): Change the format and make buffer-local.
2011 (help-xref-stack-item): Make buffer-local.
2012 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2013 (help-xref-interned): Display the face doc as well.
2014 (help-follow-mouse): Re-introduce.
2015 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2016 (help-do-xref): Don't `push' any more.
2017 (help-follow): Also follow face names.
2018
2019 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2020 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2021 Autoload and cleanup.
2022 (describe-function): Call help-setup-xref.
2023 (describe-variable): Call help-setup-xref earlier.
2024
2025 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2026 (view-lossage): Call help-setup-xref correctly and earlier.
2027 (describe-bindings): Call help-setup-xref earlier.
2028 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2029 (describe-mode): Don't autoload. Call help-setup-xref earlier.
2030
2031 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2032
2033 * master.el (master-mode): Use define-minor-mode instead of
2034 easy-mmode-define-minor-mode. Add autload cookie.
2035 (Commentary): Remove the line showing how to autoload master-mode,
2036 since it's always autoloaded.
2037
2038 * master.el: New file.
2039
2040 2001-10-11 Dave Love <fx@gnu.org>
2041
2042 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2043 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2044 <const-C varset-X const-C>: Fix car/cdr typo.
2045
2046 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2047
2048 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2049 New function extracted from byte-compile-log-1.
2050 (byte-compile-log-1): Change output to be more in line with
2051 the output of other GNU tools.
2052 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2053 (byte-compile-report-error): Downcase error message.
2054 Use `error' instead of `!!' for error messages.
2055 (byte-compile-print-syms): Treat non-interactive case specially.
2056 (displaying-byte-compile-warnings): Use backquote.
2057 (byte-compile-from-buffer): Bind byte-compile-last-line.
2058 (batch-byte-compile): Remove `Done' message.
2059
2060 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2061
2062 * emacs-lisp/copyright.el (copyright): Add final \n.
2063
2064 2001-10-11 Miles Bader <miles@gnu.org>
2065
2066 * diff.el (diff): Display default values in prompts as
2067 `(default ...)', not `(...)'.
2068
2069 * info.el (Info-follow-reference): Likewise.
2070
2071 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2072
2073 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2074
2075 * newcomment.el (comment-indent): Be a little more robust in case
2076 comment-indent-function does funny things.
2077 (comment-normalize-vars): Autoload.
2078 (comment-region-internal): Fiddle with the visibility spec.
2079 (comment-valid-prefix): New function.
2080 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2081 that would turn comment-text into non-comment-text.
2082
2083 * emacs-lisp/syntax.el: New file.
2084
2085 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2086 compatibility cruft.
2087 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2088 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2089 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2090 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2091 tcl-submit-bug-report.
2092 (tcl-mode-syntax-table): Leave \f alone.
2093 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2094 tcl-end-of-defun, tcl-submit-bug-report.
2095 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2096 (tcl-add-emacs-menu): Remove.
2097 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2098 (tcl-keyword-list): Add `chain'.
2099 (tcl-font-lock-syntactic-keywords): New variable.
2100 (tcl-pps-has-arg-6): Remove.
2101 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2102 (tcl-internal-mark-defun): Remove.
2103 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2104 (tcl-mode): Use define-derived-mode. Simplify.
2105 Set comment-indent-function.
2106 (tcl-indent-command): Use line-beginning-position and comment-indent.
2107 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2108 (tcl-indent-line): Use tcl-calculate-indent.
2109 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2110 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2111 (tcl-filter): Use with-current-buffer, simplify.
2112 (inferior-tcl-mode): Use define-derived-mode.
2113 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2114 (tcl-simple-in-comment, tcl-in-comment): Removed.
2115 (tcl-files-alist): New function.
2116 (tcl-help-snarf-commands): Use it and return the result directly
2117 rather than through a global variable.
2118 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2119 (tcl-help-on-word): Provide the default value to completing-read.
2120 (tcl-hilit): Remove.
2121 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2122 (tcl-comment-indent): New function.
2123 (tcl-submit-bug-report): Remove.
2124 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2125 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2126 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2127
2128 2001-10-10 Miles Bader <miles@gnu.org>
2129
2130 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2131 (Info-fontify-node): Don't fontify the node if it's already been done.
2132
2133 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2134
2135 * international/iso-transl.el (iso-transl-e-caret)
2136 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2137 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2138
2139 * simple.el (end-of-buffer): Fix code scrolling specially
2140 for the buffer end.
2141
2142 * startup.el (command-line-1): Bind tab-width to 8.
2143
2144 2001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2145
2146 * emulation/tpu-edt.el: Use defalias instead of fset for
2147 user-visible commands. From Rob Riepel
2148 <riepel@Networking.Stanford.EDU>.
2149
2150 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2151
2152 * ruler-mode.el: New file.
2153
2154 2001-10-09 Miles Bader <miles@gnu.org>
2155
2156 * apropos.el (button): New require.
2157
2158 * help-funs.el: New file, contents mostly from `help.el'.
2159 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2160
2161 * help-mode.el: New file, contents mostly from `help.el'.
2162
2163 * help.el: Don't require `view' when compiling.
2164 (help-with-tutorial, describe-function, describe-function-1)
2165 (variable-at-point, describe-variable, locate-library):
2166 Functions moved into `help-funs.el'.
2167 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2168 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2169 (help-setup-xref, help-xref-following, help-make-xrefs)
2170 (help-xref-button, help-insert-xref-button, help-xref-interned)
2171 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2172 (help-xref-on-pp): Functions moved into `help-mode.el'
2173 (help-mode-map, help-xref-stack, help-xref-stack-item)
2174 (help-highlight-p, help-highlight-face, help-back-label)
2175 (help-xref-symbol-regexp, help-xref-mule-regexp)
2176 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2177 (help-symbol, help-back, help-info, help-customize-variable)
2178 (help-function-def, help-variable-def):
2179 Button-types moved into `help-mode.el'.
2180 (load-symbol-file-load-history, symbol-file):
2181 Functions moved into `subr.el'.
2182 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
2183 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2184
2185 * subr.el (symbol-file-load-history-loaded)
2186 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2187
2188 * loadup.el ("button"): Load removed.
2189
2190 * button.el (define-button-type): Respect any `supertype' property.
2191 (button-type-subtype-p, button-has-type-p): New functions.
2192
2193 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2194 dollar-signs.
2195
2196 * comint.el (comint-insert-previous-argument): New function.
2197 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
2198 (comint-insert-previous-argument-last-start-pos)
2199 (comint-insert-previous-argument-last-index): New variables.
2200
2201 * apropos.el (apropos-next-label-button): Use the presence of a
2202 `apropos-label' property to detect label buttons.
2203
2204 2001-10-08 Miles Bader <miles@gnu.org>
2205
2206 * button.el (next-button, previous-button): Remove N and WRAP
2207 parameters. Don't pay attention to `skip' properties.
2208 (forward-button): Implement wrapping, iterating, and skipping here
2209 instead.
2210 (button-activate): USE-MOUSE-ACTION is optional.
2211 (button-nop): Function removed.
2212 (default-button): Use `ignore' as default button action.
2213
2214 * apropos.el (apropos-next-label-button): Update arguments to
2215 `next-button'.
2216 (apropos-symbol): Add `skip' property.
2217 (apropos-function, apropos-macro, apropos-command)
2218 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2219 (apropos-plist): New button types.
2220 (apropos-label-properties): Variable removed.
2221 (apropos-print): Pass button-type to apropos-print-doc, rather
2222 than help function and label text.
2223 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2224 Get button label from TYPE.
2225
2226 2001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2227
2228 * help.el (help-mode): Use define-derived-mode.
2229 (describe-mode): Add optional `buffer' arg.
2230 Use it instead of going through help-xref-mode.
2231 Avoid doubling the word `minor' when prettifying.
2232 (describe-function-1): List the corresponding key bindings.
2233 (describe-variable): Say if the var is automatically buffer-local.
2234 If the source is `loaddefs.el', look for the real source.
2235 (help-xref-mode): Remove.
2236
2237 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2238 the file says no-byte-compile.
2239
2240 2001-10-08 Miles Bader <miles@gnu.org>
2241
2242 * button.el (next-button, previous-button): Respect `skip' property.
2243
2244 2001-10-07 Miles Bader <miles@gnu.org>
2245
2246 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2247 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2248 `woman-follow-word' instead of `woman-mouse-2'.
2249 (woman-follow-word): Renamed from `woman-mouse-2'.
2250 Follow current unconditionally, since this function is now only
2251 bound to M-mouse-2. Use accessor functions.
2252 (WoMan-highlight-references): Use `make-text-button'.
2253 (woman-xref): New button type.
2254
2255 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2256 ("button"): New load, just before "help" (which uses it).
2257
2258 * help.el (help-mode-map): Make button-buffer-map our parent.
2259 Don't bind mouse events or tab/backtab.
2260 (help-function, help-variable, help-face, help-coding-system)
2261 (help-input-method, help-character-set, help-back, help-info)
2262 (help-customize-variable, help-function-def, help-variable-def):
2263 New button types.
2264 (help-button-action): New function.
2265 (describe-function-1): Pass help button-types to
2266 `help-xref-button' rather than help function and help-echo string.
2267 Don't put multiple help-function args in a list to pass them to
2268 help-xref-button, just pass them as multiple arguments.
2269 Use `help-insert-xref-button' to make [back]-button, rather than
2270 `help-xref-button'.
2271 (help-xref-button): Take a button-type TYPE as a parameter rather
2272 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2273 and add a &rest parameter ARGS to serve the same purpose.
2274 Use `make-text-button' to add the button.
2275 (help-insert-xref-button): Use `insert-text-button' to add the button.
2276 (help-follow-mouse, help-next-ref, help-previous-ref):
2277 Functions removed.
2278 (help-do-xref): New function.
2279 (help-follow): Use `push-button' and `help-do-xref' to do most of
2280 the work.
2281
2282 * apropos.el (apropos-symbol, apropos-label): New button types.
2283 (apropos-symbol-button-display-help)
2284 (apropos-label-button-display-help, apropos-next-label-button):
2285 New functions.
2286 (apropos-mode-map): Make button-buffer-map our parent.
2287 Don't bind mouse events.
2288 (apropos-print, apropos-print-doc): Create buttons instead of text
2289 properties.
2290 (apropos-mouse-follow): Function removed.
2291 (apropos-follow): Use buttons.
2292
2293 * button.el: New file.
2294
2295 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2296
2297 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
2298 Remove.
2299
2300 2001-10-05 Richard M. Stallman <rms@gnu.org>
2301
2302 * add-log.el (add-change-log-entry): Skip copyright notice
2303 and copying permission notice at start of file, if any.
2304 Make use of terms "entry" and "item" accord with Emacs manual.
2305 Simplify the logic for moving point while entering or creating
2306 an entry and then an item.
2307 (add-change-log-entry-other-window): Doc fix.
2308
2309 2001-10-06 Miles Bader <miles@gnu.org>
2310
2311 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2312 removed; they apparently don't work with faces.
2313
2314 2001-10-05 Sam Steingold <sds@gnu.org>
2315
2316 * textmodes/sgml-mode.el (html-xhtml): New user option.
2317 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2318 (html-ordered-list, html-unordered-list, html-list-item)
2319 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2320 (sgml-skip-close-p): New function.
2321 (sgml-value): Use it.
2322
2323 2001-10-05 Sam Steingold <sds@gnu.org>
2324
2325 * calendar/diary-lib.el (diary-entry-compare): When times are
2326 identical, compare the entries lexicographically.
2327
2328 2001-10-06 Miles Bader <miles@gnu.org>
2329
2330 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2331 Use `minibuffer-prompt-end'.
2332
2333 * simple.el (previous-matching-history-element): Fix misplaced
2334 parentheses.
2335
2336 2001-10-05 Miles Bader <miles@gnu.org>
2337
2338 * rfn-eshadow.el: New file.
2339
2340 2001-10-05 Miles Bader <miles@gnu.org>
2341
2342 * cus-face.el (custom-face-attributes): Make sure each attribute
2343 has a valid default value. Remove hacks that mapped `nil' to
2344 `off' and used nil to mean `unspecified'. Remove `unspecified'
2345 choices from all attributes (unspecified is handled by the parent
2346 checklist).
2347 * cus-edit.el (custom-face-edit-convert-widget)
2348 (custom-face-edit-deactivate, custom-face-edit-activate)
2349 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2350 New functions.
2351 (custom-face-edit): Specify a custom :convert-widget.
2352 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
2353 Don't pass in default filters that map between `nil' and `off' and
2354 `unspecified' and `nil'.
2355
2356 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2357
2358 * progmodes/compile.el (compilation-buffer-name): New function.
2359 (compile-internal): Use it to determine the name of the
2360 compilation buffer.
2361
2362 2001-10-05 Miles Bader <miles@gnu.org>
2363
2364 * progmodes/compile.el (grep-use-null-device): New variable.
2365 (grep-command): Mention `grep-use-null-device'.
2366 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2367 Make computation of `grep-command' respect `grep-use-null-device'.
2368 (grep): Respect `grep-use-null-device'.
2369 Call `grep-compute-defaults' even if grep-command is set, if
2370 grep-use-null-device is still tentative.
2371
2372 * subr.el (call-process-shell-command): New function.
2373
2374 2001-10-05 Miles Bader <miles@gnu.org>
2375
2376 * simple.el (previous-matching-history-element)
2377 (next-history-element, next-complete-history-element): Use
2378 `minibuffer-' functions instead of calling `field-' functions directly.
2379 (minibuffer-prompt-end, minibuffer-contents):
2380 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2381 Functions removed (now subrs).
2382 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2383
2384 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2385 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2386 instead of calling `field-' functions directly.
2387 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2388
2389 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2390
2391 * files.el (find-file-noselect): If file's read-only status has
2392 changed on disk, ask if buffer's read-only status should be
2393 changed, unless NOWARN is set.
2394
2395 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2396 alias for define-setf-method.
2397
2398 * bindings.el: Remove no-byte-compile from file local variables
2399 to enable bootstrapping.
2400
2401 2001-10-04 Andrew Innes <andrewi@gnu.org>
2402
2403 * faces.el (face-font-registry-alternatives) [windows-nt]:
2404 Make gb2312 an alias for gb2312.1980.
2405
2406 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2407
2408 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2409 (uniquify-reverse-components): Remove.
2410
2411 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2412 Make sure the file is readable.
2413 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2414 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2415 (batch-byte-recompile-directory): Pass arg=0.
2416
2417 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2418 (perl-calculate-indent): Use it.
2419 (perl-backward-to-noncomment): Use forward-comment.
2420
2421 * derived.el (define-derived-mode, derived-mode-make-docstring):
2422 Allow `parent' to be nil.
2423
2424 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2425 Use define-derived-mode.
2426 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2427
2428 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2429
2430 * emacs-lisp/lselect.el: Use facep iso find-face.
2431
2432 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2433 Use regexp-opt.
2434 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2435 (lisp-font-lock-syntactic-face-function): New function.
2436 (lisp-mode-variables): Use it. Make arg optional.
2437 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2438 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2439 Set comment-start-skip.
2440
2441 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2442
2443 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2444 (ignore-errors): Don't bother using a `err' symbol.
2445
2446 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2447 (autoload-insert-section-header, autoload-before-p)
2448 (autoload-remove-section): New functions.
2449 (generate-file-autoloads): Use them.
2450 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2451 Make sure the autoload file is properly formatted when creating it.
2452 (update-autoloads-from-directories): Use them as well.
2453 Only update autoloads for files whose timestamp has changed.
2454 Add a dummy entry to remember the files which had no autoload cookies.
2455
2456 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2457
2458 * subr.el (define-key-after): Allow `key' to be longer than 1.
2459 (make-local-hook): Make obsolete.
2460 (add-hook, remove-hook): Don't use make-local-hook any more.
2461 (make-syntax-table): Inherit all chars from s-s-t.
2462
2463 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2464
2465 This is a fix for a report saying that resuming a search with C-s
2466 C-s doesn't use the case-fold-search setting of the previous
2467 search (C-s ... M-c ... then C-s C-s).
2468
2469 * isearch.el (isearch-last-case-fold-search): New variable.
2470 (isearch-mode): Remember value of isearch-case-fold-search
2471 in isearch-last-case-fold-search.
2472 (isearch-done): Quote value of isearch-case-fold-search.
2473 (isearch-repeat): When resuming a search, restore
2474 isearch-case-fold-search from isearch-last-case-fold-search.
2475
2476 Added to NEWS.
2477
2478 * startup.el (inhibit-startup-buffer-menu): New user-option.
2479 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2480 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2481
2482 This allows upto 99999 messages in the summary without screwing up
2483 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2484
2485 * mail/rmailsum.el (rmail-make-summary-line)
2486 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2487 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2488 Allow 5-digit message ids instead of 4.
2489
2490 This adds expansion of environment variables in the value
2491 specified with M-x setenv. Added to NEWS.
2492
2493 * env.el (substitute-env-vars): New function.
2494 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2495 environment variables in VALUE. Return VALUE.
2496
2497 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2498
2499 * Branch for 21.1.
2500
2501 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2502
2503 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2504
2505 2001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2506
2507 * emulation/tpu-edt.el: Make messages match original TPU/edt
2508 editor. From riepel@Stanford.EDU (Rob Riepel).
2509
2510 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2511
2512 * rect.el: Update maintainer's email address.
2513
2514 2001-10-02 Andreas Schwab <schwab@suse.de>
2515
2516 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2517 and Extended Passive Mode, resp.
2518
2519 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2520
2521 These changes add support for Calendar-related items in the
2522 menu bar on tty's as well:
2523
2524 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2525 unconditionally.
2526 (calendar-mode): Set up activate-menubar-hook unconditionally.
2527
2528 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2529 calls x-popup-menu only if popup menus are supported.
2530 (calendar-mouse-insert-hebrew-diary-entry)
2531 (calendar-mouse-insert-islamic-diary-entry)
2532 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2533 (calendar-mouse-view-other-diary-entries)
2534 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
2535 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2536 Call cal-menu-x-popup-menu instead of x-popup-menu.
2537
2538 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2539
2540 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2541
2542 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2543
2544 * emacs-lisp/rx.el: New file.
2545
2546 2001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2547
2548 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
2549
2550 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2551
2552 * frame.el (select-frame-by-name, other-frame): Doc fix.
2553
2554 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2555
2556 * play/snake.el (snake-score-file): Use temporary-file-directory
2557 instead of a literal "/tmp". Suggested by Robert
2558 <robert@chezmarshall.freeserve.co.uk>.
2559
2560 * play/tetris.el (tetris-score-file): Ditto.
2561
2562 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2563
2564 * apropos.el (apropos-print): Make the directions inserted at the
2565 beginning of the *Apropos* buffer more clear.
2566
2567 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
2568
2569 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2570 Added comments.
2571
2572 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2573
2574 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2575 "\\s-" when defining comment-end-skip.
2576
2577 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2578
2579 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
2580 Call get-buffer-window first second arg `visible'.
2581
2582 * international/mule-diag.el (list-input-methods-1):
2583 Output something that's independent of Emacs' version.
2584
2585 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2586 calling byte-to-position with a nil tar-header-offset.
2587
2588 2001-09-27 Simon Josefsson <jas@extundo.com>
2589
2590 * mail/sendmail.el (send-mail-function): Doc fix.
2591 (mail-do-fcc): Error if header-end is not a marker.
2592 (mail-do-fcc): Add a comment.
2593 (mail-reply-to): Doc fix.
2594 (mail-signature): Make ATPOINT optional.
2595 (mail-yank-original): Use cond instead of nestled if.
2596
2597 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2598
2599 * info.el (Info-on-current-buffer): Default arg to "Top".
2600
2601 2001-09-25 Eli Barzilay <eli@barzilay.org>
2602
2603 * calculator.el (calculator-copy-displayer): New user-option.
2604 (calculator-displayer-prev, calculator-displayer-next):
2605 Renamed from calculator-displayed-{left,right}.
2606 (calculator, calculator-standard-displayer)
2607 (calculator-num-to-string, calculator-update-display)
2608 (calculator-copy, calculator-put-value): Bug and display fixes.
2609
2610 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2611
2612 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2613 (ebnf-version): New version (3.6.1).
2614
2615 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2616 (ebnf-bnf-non-terminal-chars): New internal const.
2617 (ebnf-bnf-lex): Fix code.
2618
2619 * ebnf-iso.el: Fix character range regexp. Doc fix.
2620 (ebnf-iso-non-terminal-chars): New internal const.
2621 (ebnf-iso-lex): Fix code.
2622
2623 * ebnf-yac.el: Fix character range regexp. Doc fix.
2624 (ebnf-yac-skip-chars): New internal const.
2625 (ebnf-yac-skip-code): Fix code.
2626
2627 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2628
2629 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2630
2631 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
2632 passing it to VC.
2633
2634 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
2635 case where the file is relative.
2636
2637 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2638
2639 * xml.el (xml-parse-attlist): Quotes around attributes must be the
2640 same on each side. Make sure we properly handle simple quotes.
2641 From Daiki Ueno <ueno@unixuser.org>.
2642
2643 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2644
2645 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
2646 <jas@extundo.com>.
2647
2648 * menu-bar.el (top-level): Minor fixes for text of help-echo in
2649 some items of the Options menu.
2650
2651 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
2652
2653 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
2654
2655 * vc-hooks.el (vc-delete-automatic-version-backups):
2656 Don't fail if the directory doesn't exist.
2657
2658 * diff-mode.el (diff-default-read-only): New var.
2659 (diff-mode): Use it.
2660
2661 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
2662
2663 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
2664 Use make-keymap instead of copy-keymap, since copying the global
2665 keymap messes up the menu bar.
2666
2667 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
2668 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2669
2670 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
2671
2672 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
2673
2674 * dired-aux.el (dired-insert-subdir): Pass switches to
2675 dired-build-subdir-alist.
2676
2677 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
2678
2679 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
2680 caused %#a and %#b to be mis-formatted.
2681
2682 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
2683
2684 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
2685 ccmode, emacs-mime, and eudc manuals.
2686
2687 2001-09-19 Sam Steingold <sds@gnu.org>
2688
2689 w32 find cannot be used with `grep-find'.
2690 * progmodes/compile.el (find-program): New variable.
2691 (grep-compute-defaults): Use it to set `grep-find-command'.
2692
2693 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2694
2695 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
2696
2697 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2698
2699 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
2700 programming. Doc fix.
2701 (ebnf-version): New version (3.6).
2702 (ebnf-eps-begin): Data fix.
2703 (ebnf-begin-file): Code fix.
2704
2705 * ebnf-bnf.el: Doc fix.
2706 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
2707
2708 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
2709
2710 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2711
2712 * ps-print.el: Better face mapping for black/white PostScript printers.
2713 Check if mark is active when printing a region. Doc fix.
2714 (ps-print-version): New version number (6.5.5).
2715 (ps-print-color-p): Customization fix.
2716 (ps-black-white-faces): New option.
2717 (ps-black-white-faces-alist): New internal var.
2718 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
2719 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
2720 (ps-nb-pages-region): Interactive fix.
2721 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
2722 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
2723
2724 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
2725
2726 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
2727 numeric month value, and allow the Kanji character after the it to
2728 be missing (happens with ls-lisp's output on Japanese versions of
2729 MS-Windows).
2730
2731 2001-09-18 Miles Bader <miles@gnu.org>
2732
2733 * diff-mode.el (diff-mode): Don't make the buffer read-only if
2734 it's empty (and thus probably a new patch file about to be edited).
2735
2736 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2737
2738 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2739 Check for '(' in column 0 of doc string.
2740
2741 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
2742 of `nth' so that using a vector as bounding-box works.
2743 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
2744
2745 2001-09-17 Andre Spiegel <spiegel@gnu.org>
2746
2747 * vc.el (vc-annotate): Use current workfile version explicitly as
2748 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
2749
2750 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
2751
2752 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
2753 convert-standard-filename doesn't guarantee that the .el extension
2754 is preserved.
2755
2756 * dos-fns.el (convert-standard-filename): Replace invalid
2757 characters only after converting dash/underscore to a period.
2758 (original-make-auto-save-file-name): New.
2759 (make-auto-save-file-name): New function, overrides the definition
2760 on files.el and calls the original function via
2761 original-make-auto-save-file-name.
2762
2763 * mail/rmail.el (top-level): Require mule-utils when compiling.
2764 (rmail-decode-babyl-format): Use detect-coding-with-priority
2765 instead of detect-coding-region, to favor detection of emacs-mule
2766 encoded Babyl files written by rmailout.el etc. Suggested by
2767 Kenichi Handa <handa@etl.go.jp>.
2768
2769 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2770
2771 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
2772 Use `equal', not `=', since the device number can be a cons cell.
2773
2774 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2775
2776 * simple.el: Comment out change of 2001-09-13.
2777
2778 2001-09-13 Milan Zamazal <pdm@zamazal.org>
2779
2780 * progmodes/compile.el (grep-compute-defaults): Don't set
2781 grep-command/grep-find-command when it is already non-nil.
2782 (grep-command): Make it a user option.
2783 (grep-find-command): Likewise.
2784
2785 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
2786
2787 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
2788 inhibit quit.
2789
2790 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
2791
2792 * files.el (make-auto-save-file-name): If long file names are not
2793 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
2794 generating an auto-save file name from it.
2795
2796 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2797
2798 * ps-print.el (ps-print-region, ps-print-region-with-faces)
2799 (ps-nb-pages-region): Signal an error if called interactively
2800 and the mark is not active.
2801
2802 * simple.el (minibuffer-prompt-modification)
2803 (minibuffer-prompt-insertion): New functions.
2804 (minibuffer-prompt-properties): Use `modification-hooks' and
2805 `insert-in-front-hooks'.
2806
2807 2001-09-12 Richard M. Stallman <rms@gnu.org>
2808
2809 * textmodes/outline.el (outline-regexp): Doc fix.
2810 Initialize it in the defcustom, the usual way.
2811
2812 2001-09-12 Gerd Moellmann <gerd@gnu.org>
2813
2814 * ediff-mult.el (ediff-get-meta-info): Take into account that data
2815 from `ediff-meta-info' properties need not be an overlay.
2816 From David Ponce <dponce@voila.fr>.
2817
2818 * isearch.el (isearch-intersects-p): Fix end checks.
2819
2820 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
2821
2822 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
2823 `t' branch of `cond', since Irix 6.1 and up is a special case of
2824 the standard dbx interface.
2825
2826 2001-09-11 Miles Bader <miles@gnu.org>
2827
2828 * comint.el (comint-send-input): When waiting for echoed input,
2829 don't save the expected end position in `echo-end', so that things
2830 work properly even if the buffer is modified elsewhere at the same
2831 time [this happens if `comint-truncate-buffer' is used].
2832
2833 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2834
2835 * textmodes/outline.el (outline-mode): Use `^' and a shy group
2836 when constructing imenu-generic-expression from outline-regexp.
2837
2838 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2839
2840 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
2841 `equal' instead of `=', since they can be cons cells. From Nils
2842 Goesche <cartan@cartan.de>.
2843
2844 2001-09-10 Andre Spiegel <spiegel@gnu.org>
2845
2846 * vc.el (vc-annotate): Rewrote doc string.
2847
2848 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
2849
2850 * time-stamp.el: Update Stephen Gildea's email address.
2851
2852 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2853
2854 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
2855 enable-multibyte-characters = nil. From Hallvard B Furuseth
2856 <h.b.furuseth@usit.uio.no>.
2857
2858 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
2859
2860 * ediff-init.el (ediff-highest-priority): Bug fix.
2861
2862 * viper-cmd.el (viper-special-read-and-insert-char): New function
2863 that reads a character and uses the current input method or
2864 iso-accents when appropriate.
2865
2866 * viper.el and all others: Corrections to the comment blocks at
2867 the top.
2868
2869 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
2870
2871 * info.el (Info-goto-node): Doc fix.
2872
2873 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2874
2875 * isearch.el (isearch-intersects-p): New function.
2876 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
2877 use isearch-intersects-p, and clean up.
2878
2879 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2880
2881 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
2882 and "german8", for the new German orthography dictionaries,
2883 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
2884 the entries, to keep the line length balanced for loaddefs.el.
2885
2886 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
2887
2888 * comint.el (comint-send-input): Handle comint-process-echoes
2889 differently.
2890
2891 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2892
2893 * locate.el (locate-insert-header): Remove unnecessary whitespace.
2894
2895 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
2896
2897 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
2898
2899 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2900
2901 * server.el (server-switch-buffer):
2902 * textmodes/refer.el (refer-find-entry-internal):
2903 * term/sup-mouse.el (sup-pos-to-window):
2904 * term/bg-mouse.el (bg-window-from-x-y):
2905 * emacs-lisp/edebug.el (edebug-window-live-p):
2906 Use get-window-with-predicate.
2907
2908 * window.el (get-window-with-predicate): Renamed from some-window.
2909 (some-window): Make it an alias.
2910
2911 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2912
2913 * simple.el (undo): Remove positions from buffer-undo-list up to
2914 the next undo boundary only.
2915
2916 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2917
2918 * makefile.nt (install): Don't copy sc.el. Reported by Richard
2919 Kim <ryk@dspwiz.com>
2920
2921 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
2922 the message "Creating customization items...done".
2923
2924 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2925
2926 * font-lock.el (toplevel): Require `jit-lock' only if
2927 font-lock-support-mode is set to jit-lock-mode.
2928
2929 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2930
2931 * international/quail.el (quail-use-package, quail-inactivate)
2932 (quail-activate): Mention the hooks these functions run in their
2933 doc strings.
2934
2935 2001-09-05 Edward M. Reingold <reingold@iit.edu>
2936
2937 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
2938 of file in header of menu.
2939
2940 2001-09-04 Gerd Moellmann <gerd@gnu.org>
2941
2942 * env.el (setenv): Interactively, if VARIABLE has a current value,
2943 add that to the front of the history, as the doc string says.
2944
2945 * comint.el (comint-send-input): Change help-echo.
2946 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
2947
2948 * bookmark.el (bookmark-write-file): Bind print-length and
2949 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
2950
2951 * obsolete/uncompress.el: Moved there from lisp/.
2952
2953 * comint.el (comint-insert-clicked-input): Goto point-max before
2954 deleting previous input. From "Dr Francis J. Wright"
2955 <F.J.Wright@qmw.ac.uk>.
2956
2957 * simple.el (backward-word): Doc fix.
2958
2959 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2960
2961 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
2962 * uncompress.el, uniquify.el, vc.el, view.el, window.el
2963 * w32-fns.el: Add Keywords header.
2964
2965 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2966
2967 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
2968 "Text Properties". Suggested by Simon Marshall
2969 <Simon.Marshall@midas-kapiti.com>.
2970
2971 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2972
2973 * term/mac-win.el (mac-drag-n-drop): Decode file name by
2974 consulting the value of file-name-coding-system.
2975
2976 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2977
2978 * help.el (describe-function-1): Save precomputed `file-name' rather
2979 than recomputing it (incorrectly) with `symbol-file'.
2980
2981 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2982
2983 * international/isearch-x.el (isearch-exit-recursive-edit):
2984 Take three parameters, since it's used as an after-change-function.
2985
2986 * emacs-lisp/backquote.el (backquote-backquote-symbol)
2987 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
2988 from doc strings.
2989
2990 2001-09-02 Milan Zamazal <pdm@zamazal.org>
2991
2992 * progmodes/glasses.el (glasses-convert-to-unreadable):
2993 Consider underscores as in `glasses-make-readable'.
2994
2995 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2996
2997 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
2998 MS-DOS, since cpp might not be available.
2999
3000 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3001 Mention "yank" in the help-echo text.
3002 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3003
3004 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3005
3006 * newcomment.el (comment-indent): Insert spaces more carefully.
3007
3008 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3009
3010 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3011 exists. From Andy Petrusenco <andy@int.spb.ru>.
3012
3013 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
3014 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3015 <andy@int.spb.ru>.
3016
3017 2001-08-31 Gerd Moellmann <gerd@gnu.org>
3018
3019 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3020 Instead of running mouse-yank-at-click, see what the event is
3021 bound to outside Isearch and run that.
3022
3023 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3024
3025 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3026 Fix the menu entry to mention transient-mark-mode.
3027
3028 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3029
3030 * simple.el (eval-expression-print-level): Fix last change.
3031
3032 * bindings.el (mode-line-coding-system-map): New variable.
3033 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3034
3035 * simple.el (eval-expression-print-level): Change the type
3036 of the defcustom to allow nil.
3037
3038 * emacs-lisp/find-gc.el: Moved here from lisp/.
3039
3040 * international/quail.el (quail-completion-1):
3041 Reverse the ((CHAR . DEFN) ...) list before processing it.
3042 From Kenichi Handa <handa@etl.go.jp>.
3043
3044 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3045 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3046
3047 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3048
3049 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3050 aren't supported. This avoids the annoying gray strip drawn by
3051 the Windows version instead of the missing tool bar.
3052
3053 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3054
3055 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3056 and tooltips more consistent. From "Marshall, Simon"
3057 <Simon.Marshall@midas-kapiti.com>.
3058
3059 * startup.el (fancy-splash-screens): Temporarily set
3060 minor-mode-map-alist to nil while displaying splash screens.
3061
3062 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3063
3064 * buff-menu.el: Add Keywords header.
3065 Doc fix (C-x C-b is bound to list-buffers).
3066
3067 * dired-x.el: Add keyword files to get listed in finder.
3068 Remove confusing notes about GNU Emacs 19.
3069
3070 * dired.el, dired-aux.el: Add Keywords header.
3071
3072 2001-08-28 Andre Spiegel <spiegel@gnu.org>
3073
3074 * vc.el (vc-revert-file): Call the backend even if the FILE's
3075 contents can be reverted locally; pass new arg CONTENTS-DONE
3076 down to the backend.
3077
3078 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
3079 optional arg CONTENTS-DONE.
3080
3081 2001-08-28 Andrew Innes <andrewi@gnu.org>
3082
3083 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3084
3085 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3086
3087 * makefile.nt (install): Copy more *.el files.
3088
3089 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3090
3091 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3092 instead of `w' which is already in use.
3093
3094 * gs.el (gs-load-image): Use sleep-for.
3095 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3096
3097 2001-08-28 Miles Bader <miles@gnu.org>
3098
3099 * replace.el (query-replace-regexp-eval): Return args from
3100 `interactive' form in correct order.
3101
3102 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3103
3104 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3105 major modes, don't create panes for modes for which
3106 mouse-buffer-menu-alist returns an empty alist.
3107
3108 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
3109
3110 * progmodes/hideshow.el: Update first-line description.
3111 Sync comments w/ maintainer version 5.31.
3112
3113 (hs-isearch-open): Default value now `code'.
3114 Fix docstring to use "code blocks" vs "comment blocks",
3115 as opposed to "block" vs "comment".
3116 (hs-flag-region): Accept `hs-isearch-open' value
3117 of `block' as synonymous w/ `code'.
3118 (hs-hide-block-at-point): For code blocks, pass `code'
3119 to `hs-flag-region' instead of `block'.
3120
3121 2001-08-28 Miles Bader <miles@gnu.org>
3122
3123 * comint.el (comint-next-prompt): Don't loop infinitely if
3124 {next,previous}-single-char-property-change returns its input
3125 position when the search fails.
3126
3127 2001-08-27 Miles Bader <miles@gnu.org>
3128
3129 * comint.el (comint-get-old-input-default): Don't signal an error
3130 if point is not on an input field; instead, return the current
3131 line (using `comint-bol' to skip any prompt, in case we're not
3132 using fields at all).
3133
3134 * man.el (Man-mode-line-format): Variable removed.
3135 (Man-mode): Change `mode-line-buffer-identification' instead of
3136 `mode-line-format'.
3137
3138 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3139
3140 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3141 From Simon Josefsson <jas@extundo.com>.
3142
3143 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3144
3145 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3146 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3147
3148 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3149 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3150
3151 * emacs-lisp/lselect.el: Ditto.
3152
3153 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3154 Remove periods from the end of error message strings.
3155 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3156
3157 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3158 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3159
3160 * net/telnet.el: Ditto.
3161
3162 2001-08-26 Gerd Moellmann <gerd@gnu.org>
3163
3164 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3165 KEYMAP to the call to define-minor-mode.
3166
3167 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3168
3169 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3170 Replace some of the undefined characters with emulations of bidi
3171 formatting characters and Niqud as per SI 1311-1.
3172 (IT-unicode-translations): Ditto.
3173 (IT-display-table-setup, IT-setup-unicode-display):
3174 Fill characters without translations with dos-unsupported-char-glyph.
3175
3176 2001-08-24 Simon Josefsson <jas@extundo.com>
3177
3178 * hl-line.el (hl-line-mode): Don't be a global mode.
3179 (global-hl-line-mode): New function.
3180
3181 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3182
3183 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3184 being reset by Ghostscript. Don't kill the gs process.
3185 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3186
3187 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3188
3189 * term/mac-win.el: Require scroll-bar.
3190
3191 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3192
3193 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3194
3195 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3196
3197 * hexl.el (hexl-insert-multibyte-char) New function.
3198 (hexl-quoted-insert, hexl-self-insert-command)
3199 (hexl-insert-hex-char, hexl-insert-decimal-char)
3200 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3201 Fix the doc strings accordingly.
3202 (hexl-insert-char): Reject characters whose code is above 255.
3203 Doc fix.
3204 (hexl-mode-map): Copy the global keymap instead of creating a
3205 sparse keymap, and bind all self-inserting characters to
3206 hexl-self-insert-command.
3207
3208 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3209
3210 * wid-edit.el (text): Re-order docstring correctly.
3211
3212 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3213
3214 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3215
3216 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * simple.el (line-number-mode): Mention the variable
3219 line-number-display-limit-width in the doc string.
3220
3221 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3222
3223 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3224 Temporarily select EVENT's window for switching buffers.
3225 (mode-line-bury-buffer): New function.
3226 (mode-line-buffer-identification-keymap): Use it instead of
3227 bury-buffer. Bind down-mouse events to prevent global down-mouse
3228 events from shining through.
3229
3230 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3231
3232 * newcomment.el (comment-beginning): Make sure the comment-start
3233 we found isn't a comment-end (in cases where confusion is possible).
3234
3235 2001-08-22 Miles Bader <miles@gnu.org>
3236
3237 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3238 before writing it, so that hard-links don't see new version.
3239
3240 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3241
3242 * gs.el (gs-set-ghostview-colors-window-prop):
3243 Call x-change-window-property with 3rd arg FRAME.
3244 (gs-load-image): Wait for a previous Ghostscript process
3245 to complete before starting a new one.
3246
3247 * image.el (image-type-regexps): Make sure that the TIFF
3248 pattern is only matched at the beginning of a string.
3249 From Markus Rost <rost@math.ohio-state.edu>.
3250
3251 * international/swedish.el: Pre-Mule file removed. From Jonas
3252 Oberg <jonas@gnu.org>.
3253
3254 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3255
3256 * whitespace.el (whitespace-abort-on-error): Add custom variable
3257 to whitespace to abort a write-file if whitespace is detected in file.
3258
3259 * whitespace.el (whitespace-write-file-hook): Hook to be called
3260 when writing a file. If `whitespace-abort-on-error' is set, the
3261 write will abort on detecting whitespaces.
3262 If `whitespace-auto-cleanup' is set, the file will be cleaned
3263 automatically prior to writing.
3264
3265 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3266 whitespaces in the error output!
3267
3268 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
3269 `indent-tabs-mode', since the latter notes user preferences on
3270 TABs anyway.
3271
3272 * whitespace.el (whitespace-version): 3.1. All of the above issues
3273 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3274
3275 2001-08-20 Gerd Moellmann <gerd@gnu.org>
3276
3277 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3278 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3279
3280 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3281
3282 2001-08-20 Alex Schroeder <alex@gnu.org>
3283
3284 * sql.el (sql-db2): Doc change.
3285
3286 2001-08-20 Alex Schroeder <alex@gnu.org>
3287
3288 * sql.el (sql-postgres): Add the database at the end of the
3289 parameters instead of at the beginning.
3290 (sql-postgres-options): Doc change.
3291
3292 2001-08-17 Gerd Moellmann <gerd@gnu.org>
3293
3294 * custom.el (defcustom): Doc fix.
3295
3296 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3297
3298 * ps-mule.el (find-composition): Check if (char-after POS)
3299 returns a valid character.
3300
3301 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3302
3303 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3304 original-point for extra CR characters that are added/removed when
3305 the buffer is written/read whose EOL type is -dos.
3306
3307 2001-08-16 Miles Bader <miles@gnu.org>
3308
3309 * simple.el (line-move): Undo previous change.
3310
3311 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
3312 property to input-terminating `boundary' overlays to avoid
3313 line-move wierdness.
3314
3315 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3316
3317 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3318 buffer in a save-restriction. Under one test case with Ediff,
3319 window-scroll-functions are run with a window start that's
3320 temporarily outside of the restriction.
3321
3322 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3323
3324 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
3325 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3326 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3327 (texinfo-update-menu-region-beginning)
3328 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3329 command, @ifnottex, to regexps, so it is found.
3330
3331 2001-08-16 Andrew Innes <andrewi@gnu.org>
3332
3333 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3334 (DONTCOMPILE): Omit sc.el.
3335
3336 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3337 (DONTCOMPILE): Omit sc.el.
3338
3339 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3340
3341 * replace.el (occur): Bind inhibit-read-only to t.
3342
3343 2001-08-16 Miles Bader <miles@gnu.org>
3344
3345 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3346 calling `constrain-to-field', to avoid problems with comint prompts.
3347
3348 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3349
3350 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
3351 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
3352
3353 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3354 of a while-loop.
3355
3356 * Makefile.in (DONTCOMPILE): Remove sc.el.
3357
3358 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3359 Don't include term/.
3360
3361 * mail/sc.el: Moved to obsolete/.
3362
3363 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3364
3365 * ps-print.el: Change error function arguments to follow Emacs
3366 message convention. Doc fix.
3367 (ps-print-version): New version number (6.5.4).
3368 (coding-system-for-write): Change declaration position to avoid
3369 XEmacs compilation gripes.
3370 (coding-system-for-read, buffer-file-coding-system):
3371 Declarations to avoid XEmacs compilation gripes.
3372
3373 * ps-mule.el: Doc fix.
3374 (ps-mule-encode-header-string): If STRING is not a string, replace
3375 STRING by empty string.
3376
3377 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3378
3379 * frame.el (show-trailing-whitespace): Doc fix.
3380
3381 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3382
3383 * desktop.el (desktop-save): Insert the coding: tag before
3384 desktop-header.
3385
3386 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3387
3388 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3389 its path from $els.
3390
3391 * image.el (image-jpeg-p): Fix call of substring.
3392
3393 2001-08-10 Gerd Moellmann <gerd@gnu.org>
3394
3395 * play/animate.el (animate-string): Doc fix. Use a buffer
3396 name with stars in it.
3397 (animate-sequence): New function.
3398 From Richard Stallman <rms@gnu.org>.
3399
3400 * frame.el (select-frame-set-input-focus): New function
3401 extracted from other-frame.
3402 (other-frame): Use it.
3403 (next-multiframe-window, previous-multiframe-window): Use it.
3404
3405 * isearch.el (isearch-other-meta-char): Don't switch to the
3406 buffer of a window clicked on, when the current buffer is
3407 in Isearch mode.
3408
3409 * image.el (image-jpeg-p): Test for APPn markers in the range
3410 #xe0..#xef.
3411
3412 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3413
3414 * desktop.el (desktop-save): Don't use concat to form a file
3415 name, use expand-file-name.
3416
3417 * mouse.el (mouse-delete-window): Do nothing if frame has just
3418 one window.
3419
3420 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3421 for the minor mode name.
3422
3423 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3424 minor mode name.
3425
3426 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3427 instead of make-mode-line-mouse2-map.
3428
3429 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3430 the minor mode name.
3431
3432 * emacs-lisp/easy-mmode.el (define-minor-mode):
3433 Use mode-line-minor-mode-keymap for the minor mode name.
3434
3435 * calendar/calendar.el (calendar-mode-line-format):
3436 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
3437
3438 * bindings.el (make-mode-line-mouse-map): Renamed from
3439 make-mode-line-mouse2-map. Take additional arg MOUSE.
3440 (mode-line-modified): Use mouse-3 instead of mouse-2.
3441 (mode-line-buffer-identification-keymap): Bind keys differently.
3442 (propertized-buffer-identification): Adapt help-echo to new bindings.
3443
3444 * bindings.el (mode-line-format): Specify help-echo for line
3445 number, column number and buffer-percent part of the mode-line.
3446
3447 * image.el (image-type-regexps): Allow whitespace at the start
3448 of the image data for XPM, XBM and Postscript, which are
3449 text files.
3450 (image-jpeg-p): Correct calculation of next field offset.
3451
3452 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3453
3454 * battery.el: Fix typo.
3455
3456 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3457
3458 * image.el (image-type-regexps): Allow predicates. Change the way
3459 JPEG images are recognized.
3460 (image-jpeg-p): New function.
3461 (image-type-from-data): Handle predicates in image-type-regexps.
3462
3463 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3464 #:, #x, #o, and similar constructs.
3465
3466 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3467
3468 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3469
3470 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3471 instead of `progn'.
3472
3473 * tar-mode.el (tar-extract): Avoid generating a new buffer
3474 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3475
3476 * textmodes/paragraphs.el (forward-sentence): Avoid building
3477 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3478
3479 * progmodes/executable.el (executable-set-magic):
3480 If executable-find returns a quoted file name, unquote it before
3481 inserting it.
3482
3483 * image.el (image-type-regexps): For JPEG files, use a regexp
3484 derived from the JFIF spec.
3485
3486 * image.el (image-type-regexps): Use `\`' instead of `^' in
3487 most regular expressions.
3488
3489 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3490
3491 * play/animate.el: Re-insert a reference to re-inserted function.
3492
3493 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3494
3495 * help.el (describe-function-1): Use find-function-search-for-symbol
3496 instead of find-function-noselect because the latter follows aliases.
3497
3498 * play/animate.el (animate-birthday-present): Re-insert.
3499
3500 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3501 Handle old-style menu definitions.
3502
3503 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3504
3505 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
3506 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
3507
3508 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
3509 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3510 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
3511
3512 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3513
3514 * textmodes/tildify.el: Milan Zamazal has new address.
3515
3516 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3517
3518 * custom.el (custom-set-variables): Don't test `custom-requests'
3519 properties, check the third element of the options passed to
3520 custom-set-variables instead.
3521
3522 * info.el (info-insert-file-contents): Use info-file-exists-p
3523 instead of file-exists-p.
3524
3525 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3526 the mode-line face is restored. Fix several bugs.
3527
3528 * replace.el (perform-replace): Doc fix.
3529
3530 2001-08-02 Francesco Potorti` <pot@gnu.org>
3531
3532 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3533 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3534 (uniquify-fix-item-base, uniquify-fix-item-filename)
3535 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3536 Callers changed.
3537 (uniquify-set-proposed): Changed to work with a vector item.
3538 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3539 the fix list, and a list of strings for the non-file buffer
3540 names. Both changes reduce consing.
3541 (uniquify-rationalize-a-list): Local variable renaming.
3542 (uniquify-rationalize-conflicting-sublist): Use member instead of
3543 assoc.
3544 (uniquify-rename-buffer): Use unless instead of if not.
3545
3546 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3547
3548 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
3549
3550 * custom.el (custom-set-variables): Set options with :require
3551 clauses last.
3552
3553 * custom.el (defcustom): Doc fix.
3554
3555 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3556
3557 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3558
3559 * man.el (man): Mention Man-switches in the doc string.
3560 (Man-switches): Mention -a in the doc string.
3561
3562 * textmodes/ispell.el (ispell-alternate-dictionary):
3563 Add /usr/share/lib/dict/words, for Irix.
3564
3565 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3566 corresponding non-kp keys. Suggested by Stephen Gildea
3567 <gildea@stop.mail-abuse.org>.
3568
3569 2001-08-01 Francesco Potorti` <pot@gnu.org>
3570
3571 * uniquify.el: These changes correct a corner case that the old
3572 code managed correctly.
3573 (uniquify-fix-item-proposed): Renamed from
3574 uniquify-fix-item-min-proposed.
3575 (uniquify-set-proposed): New function.
3576 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3577 clarity and speed.
3578 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3579 This is equivalent to what the old code did.
3580 (uniquify-rationalize-a-list): Never recompute the proposed
3581 name. Sort the conflicting sublist before rationalising it: this
3582 is equivalent to what the old code did, but one directory element
3583 at a time, and only when necessary.
3584 (uniquify-rationalize-conflicting-sublist): Recompute here the
3585 proposed name.
3586
3587 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3588
3589 * play/animate.el: Add Keywords and Maintainer. Remove a
3590 reference to a removed function.
3591
3592 * play/animate.el (animate-string): Handle case that the string is
3593 longer than the window is wide.
3594
3595 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3596
3597 * desktop.el (desktop-save): Bind coding-system-for-write to
3598 `emacs-mule' for write-region.
3599
3600 * delsel.el (delete-selection-pre-hook): Don't set this-command
3601 to `ignore' if the region is empty.
3602
3603 * international/mule.el (set-keyboard-coding-system):
3604 Set keyboard-coding-system.
3605
3606 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3607 before accessing it.
3608
3609 2001-07-30 Andreas Schwab <schwab@suse.de>
3610
3611 * menu-bar.el (toggle-highlight-paren-mode):
3612 Use `(show-paren-mode)' as body.
3613
3614 2001-07-30 Andre Spiegel <spiegel@gnu.org>
3615
3616 * vc.el (vc-checkout-hook): New hook.
3617 (vc-checkout): Run it.
3618
3619 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3620
3621 * progmodes/make-mode.el (makefile-macroassign-regex):
3622 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
3623
3624 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3625
3626 * vc.el (vc-switch-backend): Fix autoload cookie.
3627
3628 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3629 the desktop file.
3630
3631 2001-07-30 Simon Josefsson <jas@extundo.com>
3632
3633 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
3634 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
3635
3636 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3637
3638 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
3639 (last-sexp-toggle-display): Renamed from last-sexp-print.
3640 (last-sexp-toggle-display, eval-last-sexp-1):
3641 Use last-sexp-setup-props.
3642
3643 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3644 New user-options.
3645 (mouse-wheel-change-button): New function.
3646 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
3647 (mwheel-scroll): Ditto.
3648
3649 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3650
3651 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
3652 `...', compare with unabbreviated printed representation instead.
3653 (last-sexp-print): Bind print-length and print-level to nil.
3654
3655 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
3656 before assigning text properties. Make properties rear-nonsticky.
3657
3658 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
3659 (eval-last-sexp-1): Give printed text a `keymap' property and bind
3660 <mouse-2> and <RET> in that map to a function printing the
3661 unabbreviated value.
3662
3663 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
3664 is a buffer, put a text property `printed-value' on the printed
3665 representation, with the Lisp object printed as value.
3666
3667 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3668
3669 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
3670 Mention the effect of eval-expression-print-length and
3671 eval-expression-print-level in the doc strings. Suggested by
3672 Kevin Gallagher <kevingal@onramp.net>.
3673
3674 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3675
3676 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
3677 for buttons > 3.
3678 (xterm-mouse-translate): Handle the case that we don't get a
3679 down-event.
3680
3681 * emacs-lisp/find-func.el (find-function-regexp):
3682 Add easy-mmode-define-global-mode to the regexp. Allow newlines
3683 in front of the function name.
3684
3685 * isearch.el (isearch-other-meta-char): Fix last change.
3686
3687 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
3688 similar events for which fake prefix keys are generated. It's no
3689 longer necessary since read_key_sequence doesn't modify these
3690 events for internal purposes anymore.
3691
3692 * files.el (auto-mode-alist): Use nroff-mode for files ending
3693 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
3694
3695 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3696
3697 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
3698 tool-bar-lines parameter, behave as if its value were zero.
3699 (mouse-avoidance-set-pointer-shape): Don't do anything if
3700 x-pointer-shape is not boundp.
3701
3702 2001-07-23 Francesco Potorti` <pot@gnu.org>
3703
3704 * uniquify.el: Overall speedup changes when using many buffers.
3705 (uniquify-fix-item-base, uniquify-fix-item-filename)
3706 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
3707 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
3708 place in the item, but was never used.
3709 (uniquify-fix-item-min-proposed): New defalias: the fourth place
3710 in the item is now used as cache for the proposed name.
3711 (uniquify-rationalize-file-buffer-names): Move computation made on
3712 newbuffile out of the loop, in the newbuffile-nd local var.
3713 Use dolist (cosmetic change). Compute the proposed name for the most
3714 common case and cache it in the fourth place in the item.
3715 (uniquify-rationalize-file-buffer-names): Used to return a a list
3716 of buffer whose name was changed, but that return value was never used.
3717 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
3718 the cached proposed name, does much less consing and is quicker.
3719 (uniquify-filename-lessp): Deleted.
3720 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
3721 Do not bind locally the uniquify-possibly-resolvable flag. Use the
3722 cached proposed name is possible.
3723 (uniquify-get-proposed-name): Arguments changed, callers changed.
3724 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
3725 uniquify-possibly-resolvable flag, which is no more bound locally.
3726 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
3727 flag, which does not exist any more.
3728
3729 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3730
3731 * term/internal.el (IT-unicode-translations): Fix the appearance of
3732 "6`".
3733
3734 * progmodes/compile.el (compile-internal): If EMACS is already
3735 defined in the environment, don't override its value.
3736
3737 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3738
3739 * play/fortune.el: Undo change of 2001-07-13.
3740 Fix autoload cookies. Add types to defcustoms.
3741 (fortune) <defgroup>: Add :link.
3742 (fortune-from-region): Use eq, not eql.
3743 From Dave Love <fx@gnu.org>.
3744
3745 * play/animate.el (animate-birthday-present): Function removed.
3746
3747 * play/animate.el: New file.
3748
3749 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3750
3751 * startup.el (normal-top-level-add-subdirs-to-load-path):
3752 On Windows, put into normal-top-level-add-subdirs-inode-list the
3753 canonicalized names of the directories instead of inode numbers.
3754
3755 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
3756
3757 * ediff-util.el: Copyright years.
3758 (ediff-choose-syntax-table): New function.
3759 (ediff-setup): Use ediff-choose-syntax-table.
3760 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
3761 vc-state is available.
3762 (ediff-make-temp-file): Use ediff-coding-system-for-write.
3763
3764 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3765 with-syntax-table.
3766 (ediff-coding-system-for-read): From ediff-diff.el
3767 (ediff-coding-system-for-write): New variable.
3768 (ediff-highest-priority): Fixed the bug having to do with disappearing
3769 overlays.
3770 (ediff-file-remote-p): Use file-remote-p, if available.
3771 (ediff-listable-file): New function.
3772 (ediff-file-attributes): Use ediff-listable-file.
3773
3774 * ediff-mult.el (ediff-meta-insert-file-info1):
3775 Use ediff-listable-file.
3776
3777 * ediff-ptch.el (ediff-prompt-for-patch-file):
3778 Use ediff-coding-system-for-read.
3779 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
3780
3781 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
3782 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
3783
3784 * ediff.el: Date of last update, copyright years.
3785
3786 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3787
3788 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3789 of Scott Bronson.
3790 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
3791 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3792 Deleted functions.
3793 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3794 ex-token-list.
3795 (viper-get-ex-address-subr): Convert registers to char data type.
3796
3797 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
3798 (viper-memq-char): Use viper-int-to-char.
3799 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
3800 vc-locking-state.
3801 (viper-read-key): Use viper-read-key-sequence.
3802
3803 * viper.el (viper-major-mode-modifier-list):
3804 Added inferior-emacs-lisp-mode.
3805 (this-major-mode-requires-vi-state): New function that uses simple
3806 heuristics to decide if vi state is appropriate.
3807 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
3808 (viper-non-hook-settings): Don't advise read-key-sequence.
3809 (viper-read-key-sequence): New function that replaces the
3810 previously used advice to read-key-sequence.
3811
3812 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
3813 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
3814 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
3815 (viper-open-line-at-point,viper-substitute,viper-overwrite)
3816 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
3817 Got rid of the negative character hack.
3818 (viper-escape-to-state,viper-replace-state-exit-cmd):
3819 Use viper-read-key-sequence.
3820 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
3821 (viper-minibuffer-standard-hook,viper-read-string-with-history):
3822 Don't override existing minibuffer-setup-hook.
3823 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
3824 Convert registers to char data type.
3825 (viper-autoindent): Use viper-indent-line.
3826
3827 * viper-keym.el: Use viper-exec-key-in-emacs.
3828
3829 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
3830
3831 * server.el (server-visit-files): Fix variable name typo.
3832
3833 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3834
3835 * simple.el (delete-trailing-whitespace): Save match data
3836 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
3837
3838 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
3839
3840 * progmodes/compile.el (compilation-parse-errors): `linenum' might
3841 return a this-error using the alternative format (a pair of markers).
3842
3843 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3844
3845 * font-lock.el (c++-keywords): Add Standard C++ operator names.
3846
3847 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
3848 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
3849
3850 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3851
3852 * international/iso-transl.el: Fix typo in the header of the file.
3853
3854 * textmodes/picture.el (picture): Doc fix.
3855
3856 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
3857 follow coding conventions in generated files.
3858
3859 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
3860
3861 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3862 (tool-bar-add-item): Don't call image-related primitives if the
3863 display doesn't support images.
3864
3865 * frame.el (display-images-p): New function.
3866
3867 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3868
3869 * server.el (server-visit-files): Handle the case the specified
3870 column number is <= 0.
3871
3872 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
3873
3874 * startup.el (command-line-1): Add support for +LINE:COLUMN
3875 command line argument.
3876
3877 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
3878
3879 * server.el (server-process-filter, server-visit-files):
3880 Add support for +LINE:COLUMN style emacsclient calls.
3881
3882 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3883
3884 * emacs-lisp/easy-mmode.el: Add Keywords header.
3885
3886 * play/pong.el: Author has new address.
3887
3888 * play/landmark.el: Author is no more reachable.
3889
3890 * play/handwrite.el: Author is no more reachable.
3891
3892 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
3893
3894 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
3895 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
3896 Complete bindings for F<1..12> keys.
3897 (global-map): Remove `undo' binding (already in the default).
3898 Replace `t<n>' bindings with `f<n>' bindings.
3899
3900 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3901
3902 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
3903 (tcl-mode): Use tcl-add-log-defun.
3904 (tcl-indent-line): Use tcl-calculate-indent.
3905 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
3906 (tcl-indent-exp): Renamed from indent-tcl-exp.
3907 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
3908 (tcl-indent-for-comment): Call comment-indent-function properly
3909 and handle the case where it returns nil.
3910
3911 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3912
3913 * calendar/cal-islam.el (calendar-goto-islamic-date):
3914 Remove autoload cookie.
3915
3916 * calendar/calendar.el (calendar-goto-islamic-date):
3917 Add call to autoload.
3918
3919 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
3920
3921 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
3922 Don't change compile-auto-highlight globally.
3923 Don't bother with `font-lock-defaults' property since XEmacs
3924 also understands the `font-lock-defaults' variable.
3925 Use make-local-variable rather than make-variable-buffer-local.
3926 Don't `defconst' comment-indent-function: keep the default.
3927 Call easy-menu-add unconditionally.
3928 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
3929 (ada-create-menu): Use :included for Emacs as well.
3930
3931 * vc.el (vc-do-command): Autoload.
3932
3933 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
3934
3935 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3936
3937 * ps-print.el: Fix Author: header.
3938
3939 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3940
3941 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
3942 mouse-1 etc., bind them to `ignore'.
3943
3944 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
3945 send-invisible, which is already defined in Comint.
3946 (eshell-watch-for-password-prompt): Use it.
3947
3948 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3949
3950 * which-func.el (which-func-mode): Doc fix.
3951
3952 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
3953 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
3954 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
3955 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
3956 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
3957 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
3958 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
3959 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
3960 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
3961 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
3962 * emulation/edt-mapper.el, emulation/edt-pc.el,
3963 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
3964 * emulation/tpu-edt.el, emulation/tpu-extras.el,
3965 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
3966 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
3967 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
3968 * international/isearch-x.el, international/iso-cvt.el,
3969 * international/ogonek.el, international/quail.el,
3970 * international/utf-8.el, jit-lock.el, language/devan-util.el,
3971 * language/devanagari.el, language/ethio-util.el,
3972 * language/ethiopic.el, language/european.el, language/indian.el,
3973 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
3974 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
3975 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
3976 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
3977 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
3978 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
3979 * progmodes/autoconf.el, progmodes/cmacexp.el,
3980 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
3981 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
3982 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
3983 * progmodes/ebnf2ps.el, progmodes/executable.el,
3984 * progmodes/fortran.el, progmodes/idlw-shell.el,
3985 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
3986 * progmodes/m4-mode.el, progmodes/mantemp.el,
3987 * progmodes/meta-mode.el, progmodes/octave-inf.el,
3988 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
3989 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
3990 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
3991 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
3992 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
3993 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
3994 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
3995 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
3996 * textmodes/two-column.el, time-stamp.el, timezone.el,
3997 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
3998 * which-func.el, whitespace.el, wid-browse.el, widget.el,
3999 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
4000 conventions.
4001
4002 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4003
4004 * simple.el (set-variable): Require 'cus-edit' instead of
4005 `wid-edit', so that the Custom widgets get defined.
4006
4007 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4008
4009 * allout.el: A fix to follow coding conventions.
4010
4011 * find-lisp.el: A fix to follow coding conventions.
4012
4013 * term/w32-win.el: A fix to follow coding conventions.
4014
4015 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4016
4017 * term/xterm.el: A fix to follow coding conventions.
4018
4019 * term/news.el: A fix to follow coding conventions.
4020
4021 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4022 header line fixed.
4023
4024 * sun-curs.el: Fix Maintainer: header line.
4025
4026 * emacs-lisp/easymenu.el: Address of the author added.
4027
4028 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4029
4030 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4031 property.
4032
4033 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4034
4035 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
4036 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
4037 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4038 Some fixes to follow coding conventions.
4039
4040 2001-07-16 Gerd Moellmann <gerd@gnu.org>
4041
4042 * which-func.el (which-func-mode): Doc fix.
4043
4044 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4045
4046 * net/rcompile.el (remote-compile): Use make-local-variable.
4047
4048 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4049
4050 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4051
4052 * mail/reporter.el (reporter-submit-bug-report):
4053 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4054
4055 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4056
4057 * calendar/cal-china.el, calendar/cal-coptic.el,
4058 * calendar/cal-dst.el, calendar/cal-french.el,
4059 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4060 * calendar/cal-iso.el, calendar/cal-julian.el,
4061 * calendar/cal-mayan.el, calendar/cal-persia.el,
4062 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4063 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4064 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4065 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4066 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4067 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4068 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4069 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4070 * progmodes/ada-xref.el, progmodes/cc-align.el,
4071 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4072 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4073 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4074 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4075 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4076 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4077 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4078 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4079 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4080 * textmodes/reftex.el: Some fixes to follow coding
4081 conventions in Eshell files with known maintainers.
4082
4083 * emulation/viper.el: A fix to follow coding conventions.
4084
4085 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
4086 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4087 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4088 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4089 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4090 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4091 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4092 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4093 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4094 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
4095 conventions in Eshell files.
4096
4097 * composite.el, diff.el, emacs-lisp/levents.el,
4098 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4099 * emulation/pc-mode.el, emulation/viper-cmd.el,
4100 * emulation/viper-ex.el, emulation/viper-init.el,
4101 * emulation/viper-keym.el, emulation/viper-macs.el,
4102 * emulation/viper-mous.el, emulation/viper-util.el,
4103 * emulation/viper.el, forms-pass.el, international/ccl.el,
4104 * international/characters.el, international/encoded-kb.el,
4105 * international/fontset.el, international/ja-dic-cnv.el,
4106 * international/ja-dic-utl.el, international/kinsoku.el,
4107 * international/kkc.el, international/mule-cmds.el,
4108 * international/mule-diag.el, international/mule-util.el,
4109 * international/mule.el, international/titdic-cnv.el,
4110 * language/china-util.el, language/chinese.el,
4111 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4112 * language/greek.el, language/hebrew.el, language/japan-util.el,
4113 * language/japanese.el, language/korea-util.el, language/korean.el,
4114 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4115 * language/slovak.el, language/thai-util.el, language/thai.el,
4116 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4117 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4118 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4119 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4120 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4121 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4122 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4123 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4124 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4125 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
4126 to follow coding conventions in files without maintainer or in files
4127 with clear maintainer (but without Maintainer header stating so).
4128
4129 * emacs-lisp/elp.el: A fix to follow coding conventions.
4130
4131 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
4132 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4133 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4134 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4135 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4136 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4137 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4138 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4139 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4140 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4141 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4142 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
4143 conventions in files from Gnus.
4144
4145 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
4146 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4147 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4148 * echistory.el, electric.el, emacs-lisp/authors.el,
4149 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4150 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4151 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4152 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4153 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4154 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4155 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4156 * international/codepage.el, international/iso-ascii.el,
4157 * international/iso-insert.el, international/iso-transl.el,
4158 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4159 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4160 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4161 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4162 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4163 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4164 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4165 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4166 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4167 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4168 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4169 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4170 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4171 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4172 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4173 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4174 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4175 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4176 * textmodes/tex-mode.el, textmodes/text-mode.el,
4177 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4178 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4179 * vt100-led.el, window.el: Some fixes to follow coding conventions in
4180 files maintained by FSF.
4181
4182 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4183
4184 * arc-mode.el: A fix to follow coding conventions.
4185
4186 * bindings.el: Ditto.
4187
4188 * cdl.el: Ditto.
4189
4190 * comint.el: Ditto.
4191
4192 * cus-start.el: Ditto.
4193
4194 * shell.el: Ditto.
4195
4196 * skeleton.el: Ditto.
4197
4198 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4199
4200 * info.el (Info-build-node-completions):
4201 Make Info-current-file-completions buffer local.
4202
4203 2001-07-13 Gerd Moellmann <gerd@gnu.org>
4204
4205 * which-func.el (which-func-mode, which-func-ff-hook)
4206 (which-function-mode): Remove references to which-func-mode-global.
4207
4208 * calendar/cal-islam.el (calendar-goto-islamic-date):
4209 Add autoload cookie.
4210
4211 * play/fortune.el: Add types to defcustoms.
4212
4213 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4214
4215 * language/czech.el: A fix to follow coding conventions.
4216
4217 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4218
4219 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4220 to the extension list, for antlr-mode. From Christoph Wedler
4221 <Christoph.Wedler@sap.com>.
4222
4223 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4224
4225 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4226 (vc-dired-mode-map): Fix the madness.
4227
4228 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4229 (vc-prefix-map): Moved back from vc.el.
4230
4231 2001-07-11 Gerd Moellmann <gerd@gnu.org>
4232
4233 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4234 Increase the size of the obarray.
4235 (mail-extr-all-top-level-domains): Add more toplevel domains,
4236 add more long names.
4237 From: Per Starback <starback@ling.uu.se>.
4238
4239 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4240
4241 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4242 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4243
4244 * progmodes/ada-mode.el: Ditto.
4245
4246 * progmodes/ada-xref.el: Ditto.
4247
4248 2001-07-11 Miles Bader <miles@gnu.org>
4249
4250 * finder.el (finder-insert-at-column): Also move to the next line
4251 if exactly at COLUMN.
4252
4253 2001-07-10 Gerd Moellmann <gerd@gnu.org>
4254
4255 * help.el (describe-function-1): When printing FUNCTION's
4256 documentation, don't assume FUNCTION is a symbol.
4257
4258 * startup.el (normal-top-level): Don't operate on the initial
4259 frame if we failed to create one.
4260
4261 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4262
4263 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4264 itself, i.e. only indent the contents in it.
4265
4266 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
4267
4268 * mail/rmail.el (rmail-show-message): Show beginning of message in
4269 all windows containing it.
4270
4271 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4272
4273 * term/tty-colors.el: Fix the header line and copyright years.
4274
4275 2001-07-09 Gerd Moellmann <gerd@gnu.org>
4276
4277 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4278 original definition has an interactive form, but is Elp
4279 instrumented, use the interactive form of the function called by
4280 elp-wrapper.
4281
4282 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4283 configurations with compare-window-configuration; they aren't
4284 window configurations.
4285
4286 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4287 from the server for the format we expect. Don't use it if it
4288 doesn't look like what the Internet draft for FTP extensions specifies.
4289
4290 * toolbar/*.pbm: Cleaned up.
4291 From Luis Fernandes <elf@ee.ryerson.ca>.
4292
4293 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
4294
4295 * cc-cmds.el: Extended the kludge to interoperate with the
4296 delsel and pending-del packages wrt to the new function
4297 `c-electric-delete-forward'.
4298
4299 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4300
4301 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4302 to delay the call to <mode> for global minor modes.
4303 (easy-mmode-define-navigation): Only recenter if interactive.
4304
4305 2001-07-06 Gerd Moellmann <gerd@gnu.org>
4306
4307 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4308 to lisp-indent-line.
4309
4310 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4311 from the server. Call encode-time only when we are sure that we
4312 got a 213 response.
4313
4314 2001-07-06 Simon Josefsson <jas@extundo.com>
4315
4316 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4317 (mail-envelope-from): New user option.
4318 (sendmail-send-it): Use it.
4319
4320 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4321
4322 * ps-print.el: Use locale dependant date to print date in header.
4323 Doc fix.
4324 (ps-print-version): New version number (6.5.3).
4325 (ps-right-header, ps-right-footer): Initialization and doc fix.
4326 (ps-time-stamp-locale-default): New fun.
4327
4328 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4329
4330 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4331 field problem with MIME-mode.
4332
4333 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4334
4335 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4336
4337 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4338 MIME-mode.
4339
4340 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4341
4342 * bindings.el (mode-line-mule-info): Don't show the tip with
4343 buffer-file-coding-system if that is nil.
4344
4345 2001-07-05 Gerd Moellmann <gerd@gnu.org>
4346
4347 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4348 instead of kill-line.
4349
4350 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4351 <Pavel@Janik.cz>.
4352
4353 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4354 <Pavel@Janik.cz>.
4355
4356 2001-07-04 Gerd Moellmann <gerd@gnu.org>
4357
4358 * font-lock.el (c-font-lock-keywords-3): When matching something
4359 like `struct X Y', finish with point after Y.
4360
4361 2001-07-04 Simon Josefsson <jas@extundo.com>
4362
4363 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
4364 in caller buffer.
4365
4366 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4367
4368 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
4369 instead of string-match to find the basename of the file.
4370 From Pascal Obry <p.obry@wanadoo.fr>.
4371
4372 * net/browse-url.el (browse-url-default-windows-browser):
4373 Support the MS-DOS port when it runs on Windows.
4374 (browse-url-browser-function) [ms-dos]: Default to
4375 browse-url-default-windows-browser.
4376
4377 * help.el (locate-library): Enable code that looks for compressed
4378 libraries if auto-compression-mode is on.
4379
4380 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4381
4382 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4383
4384 2001-07-02 Gerd Moellmann <gerd@gnu.org>
4385
4386 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
4387
4388 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4389
4390 * allout.el: Fix the header line, so that finder.el recognizes it.
4391 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4392
4393 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4394 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4395
4396 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4397
4398 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
4399
4400 * ps-bdf.el (bdf-directory-list): Use the value relative to
4401 installation-directory for MS-Windows as well.
4402
4403 2001-06-29 Richard M. Stallman <rms@gnu.org>
4404
4405 * wid-edit.el (widget-color-sample-face-get):
4406 Return ((foreground-color . COLOR)) instead of constructing a face.
4407
4408 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4409
4410 * faces.el (region): Change the background color for the
4411 light-background color display to lightgoldenrod2, to make it
4412 visible on some laptops.
4413
4414 2001-06-28 Richard M. Stallman <rms@gnu.org>
4415
4416 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4417 (rmail-msg-restore-non-pruned-header): Likewise.
4418 If point was in the old pruned header, put it at the top.
4419 (rmail-msg-prune-header): If point was at the top, keep it there.
4420
4421 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4422 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4423
4424 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4425
4426 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4427
4428 2001-06-28 Karl Fogel <kfogel@red-bean.com>
4429
4430 * saveplace.el: Update maintainer email address.
4431
4432 2001-06-27 Francesco Potorti` <pot@gnu.org>
4433
4434 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4435 Undo previous change.
4436
4437 2001-06-27 Francesco Potorti` <pot@gnu.org>
4438
4439 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4440 preliminary quick reordering. Can speed things up dramatically.
4441
4442 2001-06-26 Richard M. Stallman <rms@gnu.org>
4443
4444 * dired.el (dired-get-filename): A file name starting with ~
4445 is not absolute in this context.
4446
4447 * which-func.el (which-func-maxout): Increase default to 500000.
4448 (which-function-mode): This is now the "real" name of the function.
4449 (which-func-mode): Now an alias.
4450 (which-func-mode-global): Name deleted.
4451
4452 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4453 button-2, when binding hs-mouse-toggle-hiding.
4454
4455 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4456
4457 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
4458 (rmail-msg-prune-header): Likewise.
4459 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4460 and `rmail-msg-prune-header'.
4461
4462 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4463
4464 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4465 back than LINEBEG.
4466
4467 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4468
4469 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4470 window where they clicked the mouse has a header line, adjust
4471 vertical movement by one.
4472
4473 2001-06-25 Milan Zamazal <pdm@zamazal.org>
4474
4475 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4476 too when separating a parenthesis.
4477
4478 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4479
4480 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4481 (bookmark-bmenu-hide-filenames): Add help-echo to
4482 mouse-highlighted text.
4483 (bookmark-bmenu-show-filenames): Remove help-echo property from
4484 the whitespace.
4485
4486 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4487
4488 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4489 From Karl Eichwalder <ke@suse.de>.
4490
4491 2001-06-23 Richard M. Stallman <rms@gnu.org>
4492
4493 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4494
4495 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4496 contents for completing-read.
4497
4498 2001-06-22 Richard M. Stallman <rms@gnu.org>
4499
4500 * menu-bar.el (menu-bar-make-toggle): Construct the
4501 function's doc string from HELP, not DOC, and make it accurate by
4502 adding "Toggle whether to " at the front and downcasing the initial.
4503 Change the HELP arg in some calls to make it fit this usage.
4504
4505 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4506 Undo previous change.
4507
4508 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4509
4510 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4511
4512 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
4513
4514 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4515
4516 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4517
4518 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4519
4520 2001-06-20 Richard M. Stallman <rms@gnu.org>
4521
4522 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4523 broken out from dabbrev--find-expansion. Handle minibuffer
4524 specially here.
4525 (dabbrev--find-expansion): Simplify code in various ways.
4526 Don't treat minibuffers specially.
4527 Call dabbrev--make-friend-buffer-list.
4528 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4529 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4530
4531 2001-06-19 John Wiegley <johnw@gnu.org>
4532
4533 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4534 Also, added a comment describing how to greatly speedup Eshell
4535 loadup time, by concatenating together all of Eshell's .elc files.
4536
4537 2001-06-19 John Wiegley <johnw@gnu.org>
4538
4539 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4540
4541 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4542
4543 * woman.el (WoMan-highlight-references): Add help-echo to
4544 mouse-highlighted text.
4545
4546 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4547
4548 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4549
4550 2001-06-18 Gerd Moellmann <gerd@gnu.org>
4551
4552 * international/quail.el (quail-start-conversion):
4553 Reset quail-translating to nil.
4554
4555 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4556 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4557
4558 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4559
4560 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4561 mouse-highlighted text.
4562
4563 * dired.el (dired-mark-pop-up): Fix last change.
4564
4565 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4566
4567 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4568 mouse-highlighted text.
4569
4570 * net/quickurl.el (quickurl-url-file): Run through
4571 convert-standard-filename.
4572 (quickurl-list-populate-buffer): Add help-echo to
4573 mouse-highlighted text.
4574 (top-level): Update Dave's URL.
4575
4576 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4577 mouse-highlighted text.
4578
4579 * textmodes/page-ext.el (pages-copy-header-and-position):
4580 Add help-echo to mouse-highlighted text.
4581
4582 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4583 mouse-highlighted text.
4584
4585 * replace.el (occur): Add help-echo to mouse-highlighted text.
4586
4587 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4588 mouse-highlighted text.
4589
4590 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4591 mouse-highlighted text.
4592
4593 * progmodes/compile.el (compile-reinitialize-errors):
4594 Add help-echo to mouse-highlighted messages.
4595 (compilation-forget-errors): Remove help-echo property as well.
4596
4597 * play/landmark.el (lm-plot-square, lm-init-display):
4598 Add help-echo to mouse-highlighted text.
4599
4600 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4601 Add help-echo to mouse-highlighted text.
4602
4603 * dired.el (dired-insert-set-properties): Add help-echo to
4604 mouse-highlighted text.
4605 (dired-mark-pop-up): Remove help-echo property from the file name.
4606
4607 * comint.el (comint-send-input): Add help-echo to
4608 mouse-highlighted text.
4609
4610 * buff-menu.el (list-buffers-noselect): Add help-echo to
4611 mouse-highlighted text.
4612
4613 * arc-mode.el (archive-summarize-files): Add help-echo to
4614 mouse-highlighted text.
4615
4616 * ffap.el (ffap-machine-p): Always return nil if
4617 open-network-stream is not fboundp.
4618
4619 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4620
4621 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4622 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4623 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4624 incorrectly binding chars between 128 and 256 to it.
4625 (sgml-maybe-name-self): Handle latin-1 chars properly.
4626 (sgml-tags-invisible): Bind buffer-file-name to nil.
4627 Use unwind-protect and restore-buffer-modified-p.
4628 (sgml-point-entered): Use buffer-substring-no-properties.
4629 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4630 (html-mode): Don't force `imenu-sort-function'.
4631
4632 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4633
4634 * tar-mode.el: Fix the copyright notice.
4635
4636 * font-lock.el (font-lock-comment-face): For tty's with dark
4637 background, use "red1", since "lightred" is not one of the colors
4638 recognized by tty-colors.el.
4639
4640 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4641 create a buffer for extracted file, in case there's more than one
4642 file by that name in an archive, possibly in different
4643 directories. From Kevin Rodgers <kevinr@ihs.com>.
4644
4645 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
4646 <alex@gnu.org>.
4647
4648 2001-06-15 Miles Bader <miles@gnu.org>
4649
4650 * textmodes/texinfmt.el (texinfo-format-syntax-table):
4651 Revert previous change.
4652
4653 2001-06-14 Richard M. Stallman <rms@gnu.org>
4654
4655 * replace.el (keep-lines-read-args): Return just a regexp.
4656 Provide nil for the region args.
4657 (keep-lines, flush-lines, how-many):
4658 Calculate the defaults for the region here, when args are nil.
4659
4660 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4661
4662 * rot13.el (rot13-other-window): Some more doc fix.
4663
4664 2001-06-14 Per Starback <starback@ling.uu.se>
4665
4666 * replace.el (case-replace, query-replace-from-history-variable)
4667 (query-replace-to-history-variable, keep-lines-read-args)
4668 (occur-revert-function, query-replace-help): Dox fix.
4669
4670 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
4671
4672 * rot13.el (rot13-other-window): Doc fix.
4673
4674 2001-06-14 Miles Bader <miles@gnu.org>
4675
4676 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
4677 of " and \ to "." (punctuation).
4678 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
4679
4680 2001-06-13 Richard M. Stallman <rms@gnu.org>
4681
4682 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
4683
4684 * simple.el (shell-command-on-region): Never kill the
4685 *Shell Command Output* buffer.
4686
4687 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
4688
4689 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
4690
4691 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
4692
4693 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4694 New var, to recognize ${ $' and PODs.
4695 (perl-font-lock-syntactic-face-function): New function.
4696 (perl-mode): Use them.
4697 (perl-continuation-line-p): New function, from perl-calculate-indent.
4698 (perl-calculate-indent): Use it, to properly handle continuation
4699 lines of continuation lines.
4700
4701 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
4702
4703 * server.el (server-process, server-buffer-clients): Doc fix.
4704 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4705
4706 2001-06-09 John Wiegley <johnw@gnu.org>
4707
4708 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
4709 test if the last command was Lisp or not.
4710 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
4711 B x C".
4712
4713 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
4714
4715 * dos-w32.el (grep-regexp-alist): Remove definition, since the
4716 general one on compile.el supports drive letters.
4717
4718 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
4719
4720 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
4721 key description.
4722
4723 * textmodes/reftex-sel.el (reftex-select-jump): New command.
4724
4725 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
4726 (reftex-toc-jump): New command.
4727
4728 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
4729 to parse international characters as well.
4730
4731 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
4732 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
4733
4734 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
4735
4736 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
4737 TAB to the key separators.
4738
4739 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
4740
4741 * international/mule.el (auto-coding-alist): Remove redundant
4742 up-cased versions of the extensions (auto-coding-alist-lookup is
4743 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
4744 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
4745
4746 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
4749
4750 2001-06-01 Richard M. Stallman <rms@gnu.org>
4751
4752 * help.el (describe-variable): Put value on same line
4753 with preceding text, if it is short enough to look good that way.
4754
4755 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
4756
4757 * term/internal.el (IT-unicode-translations): New variable.
4758 (IT-setup-unicode-display): New function.
4759
4760 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4761
4762 * ps-print.el: Handle before-string and after-string overlay properties
4763 in ps-print-*-with-faces commands. Doc fix.
4764 (ps-print-version): New version number (6.5.2).
4765 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
4766 for XEmacs.
4767 (ps-prefix-quote): Doc fix.
4768 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
4769 (ps-basic-plot-str, ps-plot-string): New funs.
4770
4771 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
4772
4773 * progmodes/etags.el (tags-compression-info-list): Fix docstring
4774 and :type spec.
4775
4776 2001-05-31 Gerd Moellmann <gerd@gnu.org>
4777
4778 * international/mule-cmds.el (inactivate-input-method):
4779 Set input-method-function to nil.
4780
4781 * xml.el (xml-parse-tag): The document may contain invalid characters.
4782 From ShengHuo ZHU <zsh@cs.rochester.edu>
4783
4784 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4785
4786 * mail/rmailsum.el (rmail-message-subject-p): Don't call
4787 `rmail-summary-line-decoder' if the message does not have
4788 a Subject: field.
4789
4790 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
4791
4792 * mail/rmail.el (rmail-insert-mime-resent-message-function):
4793 New variable.
4794 (rmail-resend): Modify to work in `rmail-view-buffer'; call
4795 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
4796 is non-nil.
4797
4798 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
4799
4800 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
4801
4802 2001-05-29 Sam Steingold <sds@gnu.org>
4803
4804 * faces.el (face-valid-attribute-values): Bind `valid' directly
4805 instead of using `setq'.
4806
4807 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
4808 Use `tex-shell-buf'.
4809 (tex-shell-proc): Use `tex-shell-running'.
4810 (tex-shell-buf-no-error): New function.
4811 (tex-send-tex-command): Use it.
4812 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
4813 (tex-kill-job): Check the process before calling `quit-process'.
4814
4815 2001-05-29 Gerd Moellmann <gerd@gnu.org>
4816
4817 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
4818 UTF-8 sequences.
4819
4820 2001-05-28 Miles Bader <miles@gnu.org>
4821
4822 * comint.el (comint-carriage-motion): Renamed from
4823 `comint-cr-magic'. Operate on the buffer instead of the string
4824 (for use as a comint post-output filter, instead of as a
4825 pre-output filter). Handle backspaces too. Add to the
4826 `comint-output-filter-functions' hook instead of
4827 `comint-preoutput-filter-functions'.
4828
4829 2001-05-28 Gerd Moellmann <gerd@gnu.org>
4830
4831 * language/japan-util.el (japanese-hankaku): Prefer the charset
4832 `jisx0201' when the optional argument `ascii-only' is not specified.
4833 (japanese-hankaku-region): Ditto.
4834 From Katsumi Yamaoka <yamaoka@jpl.org>
4835
4836 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
4837
4838 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
4839 (outline-invisible-p): New function.
4840 (hide-leaves): Save excursion.
4841 (hide-other): Stop looping when reaching bobp.
4842
4843 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4844
4845 * cus-edit.el (custom-file): Fix last change.
4846
4847 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
4848
4849 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4850 same definition in byte-compile-function-environment as `autoload'
4851 would put in `symbol-function'.
4852
4853 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
4854 patch to correct the error message as well.
4855
4856 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
4857
4858 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4859 unless ~/.emacs exists.
4860
4861 * novice.el (enable-command): If user-init-file is nil or does not
4862 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
4863
4864 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
4865
4866 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
4867 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4868 Allow spaces around macro arguments.
4869 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
4870 indent-for-tab-command.
4871 (latex-mode-map, plain-tex-mode-map): New keymaps.
4872 Inherit from tex-mode-map.
4873 (tex-common-initialization): Don't setup the keymap any more
4874 since it's now done right by define-derived-mode.
4875 (latex-mode): Set skeleton-end-hook to nil.
4876 (latex-skeleton-end-hook): Remove.
4877 (tex-latex-block, latex-insert-item): Simplify.
4878 (latex-syntax-after): Use following-char rather than char-after.
4879 (tex-discount-args-cmds, tex-count-words): New functions.
4880
4881 * textmodes/tildify.el (tildify-ignored-environments-alist):
4882 Recognize \verb* as well.
4883
4884 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
4885 (perl-comment-indent): Simplify to let newcomment.el do its job.
4886 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
4887 (perl-mark-function): Cleanup the namespace.
4888 (perl-calculate-indent): Don't be fooled by nested functions.
4889
4890 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
4891
4892 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4893 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
4894
4895 2001-05-25 Andrew Choi <akochoi@i-cable.com>
4896
4897 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
4898 actually be `\\'.
4899 (ctlau-b5-converter): Likewise.
4900
4901 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4902
4903 * international/titdic-cnv.el (quail-misc-package-ext-info):
4904 Change CTLauB.el to CTLau-b5.el.
4905
4906 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
4907
4908 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
4909 rather than beginning-of-line to avoid problems with fields.
4910 (gud-perldb-massage-args): Use unless and push.
4911 (gud-chdir-before-run): New var.
4912 (gud-common-init): Use it.
4913
4914 2001-05-24 Andrew Choi <akochoi@i-cable.com>
4915
4916 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4917 delete entries for chinese-ctlau and chinese-ctlaub.
4918 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
4919 chinese-ctlaub.
4920 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
4921 New functions.
4922
4923 2001-05-22 Gerd Moellmann <gerd@gnu.org>
4924
4925 * cus-edit.el (custom-comment-show): Remove debug code.
4926
4927 * language/japan-util.el (japanese-symbol-table): Fix handling of
4928 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
4929
4930 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
4931
4932 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
4933 Renamed by removing the silly `-flag' suffix.
4934 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
4935
4936 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
4937
4938 * replace.el (keep-lines-read-args): Use `copy-marker'.
4939 (how-many): Save excursion properly.
4940 (occur-mode): Use define-derived-mode.
4941 (perform-replace): Use with-current-buffer.
4942
4943 2001-05-20 Richard M. Stallman <rms@gnu.org>
4944
4945 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
4946
4947 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
4948
4949 * info.el (Info-read-subfile): Widen before finding the
4950 desired node in the subfile.
4951
4952 * startup.el (command-line-1): When >2 files visited,
4953 leave the last one visible, and make that the selected window.
4954
4955 2001-05-20 Gerd Moellmann <gerd@gnu.org>
4956
4957 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
4958
4959 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
4960
4961 * international/ccl.el (define-ccl-program): Fix a typo.
4962 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4963
4964 * international/mule.el (decode-char): Fix a typo. From Pavel
4965 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4966
4967 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
4968 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4969
4970 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
4971 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4972
4973 2001-05-18 Sam Steingold <sds@gnu.org>
4974
4975 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
4976 and [RET] to `cvs-mode-find-file'.
4977
4978 2001-05-18 John Wiegley <johnw@gnu.org>
4979
4980 * eshell/esh-ext.el (eshell-explicit-command-char): A new
4981 configuration variable, which determines the initial character
4982 that forces use of an external version of a command. The default
4983 is *, but may be set to \, for example.
4984
4985 * eshell/esh-ext.el (eshell-explicit-command):
4986 Use `eshell-explicit-command-char' instead of ?*.
4987
4988 * eshell/esh-cmd.el (eshell/which):
4989 Use `eshell-explicit-command-char' instead of ?*.
4990
4991 * eshell/em-cmpl.el (eshell-completion-command-name)
4992 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
4993 instead of ?*.
4994
4995 2001-05-18 Gerd Moellmann <gerd@gnu.org>
4996
4997 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
4998 subst-char-in-string.
4999 (ange-ftp-after-parse-ls-hook): New variable.
5000 (ange-ftp-ls): Run that hook.
5001 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5002
5003 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5004 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5005 text into *Completions*.
5006
5007 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5008 part of which look like email addresses.
5009
5010 2001-05-18 Andrew Innes <andrewi@gnu.org>
5011
5012 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5013 Use . instead of absolute path for lisp dir, to avoid bug in W2K
5014 cmd.exe's handling of FOR loops.
5015 (autoloads): Set find-file-suppress-same-file-warnings to t to
5016 avoid slew of spurious messages.
5017
5018 2001-05-18 Simon Josefsson <simon@josefsson.org>
5019
5020 * mail/smtpmail.el (maybe-append-domain): Renamed to
5021 `smtpmail-maybe-append-domain'.
5022 (smtpmail-via-smtp): Use the new name.
5023
5024 * net/browse-url.el (browse-url-browser-function): Add kde.
5025 (browse-url-kde-program, browse-url-kde-args): New variables.
5026 (browse-url-kde): New function.
5027
5028 2001-05-18 Miles Bader <miles@gnu.org>
5029
5030 * simple.el (delete-horizontal-space, just-one-space):
5031 Use `constrain-to-field' instead of `field-end'/`field-beginning',
5032 because it's more efficient for large files.
5033
5034 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5035
5036 * mail/rmail.el (rmail-require-mime-maybe): New function.
5037 (rmail): Use it.
5038 (rmail-mode): Handle the case of finding Rmail files.
5039
5040 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5041 functions.
5042
5043 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5044
5045 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5046 text-property after moving to the beginning of line and regardless
5047 of the value of font-lock-multiline.
5048
5049 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5050
5051 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5052
5053 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5054 last coding system used before calling set-buffer-modified-p
5055 because that function changes last-coding-system.
5056
5057 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5058
5059 * files.el (switch-to-buffer-other-window)
5060 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5061 the doc string.
5062
5063 2001-05-17 Gerd Moellmann <gerd@gnu.org>
5064
5065 * language/slovak.el, language/czech.el: New maintainer.
5066
5067 2001-05-16 Sam Steingold <sds@gnu.org>
5068
5069 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
5070 sub-form of `defgeneric' correctly.
5071
5072 2001-05-16 Gerd Moellmann <gerd@gnu.org>
5073
5074 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5075 of `c'.
5076
5077 * textmodes/outline.el (outline-font-lock-level): Remove the
5078 condition-case, test what outline-level returns instead, to
5079 ease debugging.
5080
5081 * international/mule.el (auto-coding-regexp-alist): New user-option.
5082 (auto-coding-from-file-contents): New function.
5083 (set-auto-coding): Use it to determine a coding system.
5084
5085 2001-05-15 Gerd Moellmann <gerd@gnu.org>
5086
5087 * mouse.el (mouse-delete-other-windows): Doc fix.
5088
5089 * emacs-lisp/lisp-mode.el (lisp-mode):
5090 Make font-lock-keywords-case-fold-search a buffer-local variable with
5091 make-local-variable before setting it.
5092
5093 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5094
5095 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5096 prefixes.
5097
5098 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5099
5100 * hexl.el (hexl-current-address): Print a message when called
5101 interactively.
5102
5103 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5104
5105 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5106
5107 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5108
5109 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5110
5111 2001-05-11 Gerd Moellmann <gerd@gnu.org>
5112
5113 * startup.el (command-line): If parameters have been changed in
5114 the init files which influence font selection, clear the face
5115 cache so that faces get realized with the new parameters.
5116
5117 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
5118
5119 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5120
5121 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5122
5123 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5124
5125 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5126 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5127
5128 2001-05-10 Gerd Moellmann <gerd@gnu.org>
5129
5130 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
5131 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
5132
5133 2001-05-09 John Wiegley <johnw@gnu.org>
5134
5135 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5136 Annotated the documentation string to tell users about
5137 `eshell-no-numeric-conversions'.
5138
5139 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5140 conversions if a Lisp function has the property
5141 `eshell-no-numeric-conversions' set to a non-nil value.
5142
5143 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5144 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5145 property `eshell-no-numeric-conversions' on the following
5146 functions (which all deal with filesystem entities, and never Lisp
5147 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5148 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5149 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5150 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5151 eshell/which, eshell/addpath.
5152
5153 2001-05-09 John Wiegley <johnw@gnu.org>
5154
5155 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5156 encountered as an argument, don't convert it right away, but tag
5157 the first character of the string with the text properties
5158 `number', which signifies to `eshell-lisp-command' that the
5159 argument should be passed through `string-to-number' if it is
5160 actually used in the call to a Lisp function.
5161
5162 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5163 function, convert any string arguments that have been tagged as
5164 "numbers", by calling string-to-number.
5165
5166 * eshell/esh-util.el (eshell-number-regexp): Now that number
5167 conversions only happen for Lisp function calls, the number regexp
5168 should now match all integer and floating point forms.
5169
5170 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5171 `eshell-continue-process', since they are both nonfunctional at
5172 the moment.
5173 (eshell-proc-initialize): Don't bind keys for
5174 `eshell-stop-process' or `eshell-continue-process'.
5175
5176 * eshell/em-unix.el (eshell-shuffle-files):
5177 Apply `directory-file-name' before calling `file-name-directory'.
5178
5179 * eshell/em-hist.el (eshell-add-to-history): Reference to
5180 `eshell-history-ring' needed to be `eshell-history-index'.
5181
5182 * calendar/timeclock.el (timeclock-find-discrep):
5183 Initialize `elapsed' to 0.
5184 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5185 it's still nil.
5186
5187 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5188
5189 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5190 (archive-mode): Use capitalize.
5191 (archive-unique-fname): Use make-temp-file.
5192
5193 2001-05-09 Gerd Moellmann <gerd@gnu.org>
5194
5195 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5196
5197 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5198
5199 * tar-mode.el (tar-extract): Pay attention to the value of
5200 coding-system-for-read, if it is non-nil.
5201
5202 * calendar/holidays.el (holidays): Add an autoload cookie.
5203 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5204
5205 2001-05-08 John Wiegley <johnw@gnu.org>
5206
5207 * calendar/timeclock.el (timeclock-workday-remaining):
5208 Changed logic for determining how much time is remaining.
5209 (timeclock-workday-elapsed): Don't accept a "relative" argument
5210 for the current day's elapsed time. What could that have meant?
5211 (timeclock-workday-elapsed-string): No "relative" argument anymore.
5212 (timeclock-when-to-leave): Changed logic, similarly to what was
5213 done for `timeclock-workday-remaining'.
5214 (timeclock-find-discrep): Removed "today-only" argument, which had
5215 no meaning. Fixed some more math problems. The function now
5216 returns a three member list: (TOTAL-TIME-DISCREPANCY
5217 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5218
5219 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5220
5221 * w32-fns.el (convert-standard-filename): Start replacing slashes
5222 from the beginning of the file name, not from where the last
5223 invalid character was. From "Andrew Maguire (SWW)"
5224 <Andrew.Maguire@Smallworld.co.uk>
5225
5226 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5227
5228 The following changes are to provide infrastructure for handling
5229 MIME messages to rmail. They don't affect the original behaviour
5230 if rmail-enable-mime is nil.
5231
5232 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5233 (rmail-search-mime-message-function)
5234 (rmail-search-mime-header-function): New variables.
5235 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5236 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5237 `rmail-view-buffer' is hidden.
5238 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5239 call rmai-show-mime-function.
5240 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5241 mode-line-process of rmail-view-buffer.
5242 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5243 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5244 buffer.
5245 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5246 set-buffer to the Rmail buffer.
5247 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5248 rmail-search-mime-header-function.
5249 (rmail-search-message): New function.
5250 (rmail-search): Call rmail-search-message to check if a message
5251 matches REGEXP, lastly update point after calling
5252 rmail-show-message.
5253 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5254 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
5255 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5256 header region, refer to rmail-msgref-vector while setting the
5257 current buffer to rmail-buffer temporarily.
5258 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5259 If rmail-enable-mime is non-nil, call
5260 rmail-insert-mime-forwarded-message-function instead of inserting
5261 forwarded message by itself.
5262
5263 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5264 Rmail buffer.
5265 (rmail-set-label, rmail-next-labeled-message): Likewise.
5266
5267 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5268 set-buffer to the Rmail buffer.
5269 (rmail-output-to-rmail-file): Likewise.
5270 (rmail-output): Likewise.
5271
5272 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5273 of mail-fetch-field by rmail-summary-line-decoder.
5274 (rmail-new-summary): Be sure to go to the Rmail buffer.
5275 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
5276 rmail-view-buffer to nil.
5277 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5278 rmail-view-buffer.
5279 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5280 rmail-buffer.
5281 (rmail-summary-scroll-msg-down): Likewise.
5282 (rmail-summary-beginning-of-message): Likewise.
5283 (rmail-summary-wipe): Likewise.
5284 (rmail-summary-toggle-header): Use save-window-excursion, not
5285 save-excursion. Update point in rmail-view-buffer, not in
5286 rmail-buffer.
5287 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5288 rmail-view-buffer, not rmail-buffer.
5289
5290 2001-05-07 Gerd Moellmann <gerd@gnu.org>
5291
5292 * cus-edit.el (custom-file): Signal an error if user-init-file is
5293 nil (running -q).
5294
5295 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5296
5297 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5298 Add :version.
5299
5300 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5301 New option.
5302 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5303 only if smtpmail-warn-about-unknown-extensions is set.
5304
5305 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5306 instead of rmail-sort-by-keywords.
5307
5308 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
5309 rmail-sort-by-keywords.
5310
5311 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5312 rmail-summary-sort-by-keywords. Doc fix.
5313 (rmail-summary-mode): Doc fix.
5314
5315 * mail/rmail.el (rmail-edit): New Custom group.
5316
5317 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5318 (rmail-edit-mode-hook): New user-option.
5319
5320 2001-05-05 Richard M. Stallman <rms@gnu.org>
5321
5322 * help.el (help-xref-symbol-regexp): Recognize "source of"
5323 and friends, meaning make a link to the source file.
5324 (help-make-xrefs): Handle "source of" and friends
5325 by constructing a link that visits the source file.
5326
5327 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5328
5329 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5330
5331 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5332 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5333 Renamed from perl-font-lock-keywords to avoid clashes.
5334 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5335 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5336 Updated correspondingly.
5337
5338 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5339 Typo `nonexistant' -> `nonexistent'.
5340
5341 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5342
5343 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5344 Split `c-electric-delete' into two functions where
5345 `c-electric-delete-forward' always deletes forward and
5346 `c-electric-delete' only contains the code necessary for XEmacs to
5347 choose between backward and forward deletion.
5348
5349 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5350 get the electric behavior on that key too.
5351 (c-fill-paragraph): Fixed bogus direct use of
5352 c-comment-prefix-regexp, which caused an error when it's a list.
5353
5354 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5355
5356 * dired-aux.el (dired-diff): Doc fix.
5357
5358 * dired.el (dired-diff): Likewise.
5359
5360 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5361
5362 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5363
5364 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5365
5366 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5367 if both the buffer and the file are read-only.
5368
5369 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5370 rather than font-lock-string-face.
5371 (sh-get-indent-info): Treat heredocs like strings.
5372
5373 2001-05-02 Gerd Moellmann <gerd@gnu.org>
5374
5375 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5376 a newline following `}'.
5377 (texinfo-format-email): New function.
5378 (toplevel): Use texinfo-format-email for @email.
5379 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5380 Add `display'.
5381 (texinfo-sort-region): Goto point-min before sorting.
5382 (texinfo-set): Remove leading white space from value.
5383 From yagi@is.titech.ac.jp.
5384
5385 * replace.el (query-replace-regexp-eval): Doc fix.
5386
5387 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5388
5389 * diff-mode.el (diff-nonexistant-face): New face.
5390 (diff-font-lock-keywords): Use it.
5391
5392 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5393
5394 * font-lock.el (font-lock-mode): Doc fix.
5395
5396 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5397 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5398
5399 2001-04-30 Gerd Moellmann <gerd@gnu.org>
5400
5401 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5402 backslash at the start of the here-document delimiter.
5403 (sh-font-lock-syntactic-keywords): Likewise.
5404
5405 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5406
5407 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5408
5409 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5410 (tty-color-translate, tty-color-by-index, tty-color-values)
5411 (tty-color-desc): Doc fix.
5412
5413 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5414
5415 * dired-aux.el (dired-do-create-files, dired-do-copy)
5416 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5417 Mention dired-dwim-target in the doc string.
5418
5419 2001-04-28 Miles Bader <miles@gnu.org>
5420
5421 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5422 (dabbrev--find-expansion): Use it.
5423 (dabbrev--select-buffers): Don't select ignored buffers.
5424
5425 2001-04-27 Gerd Moellmann <gerd@gnu.org>
5426
5427 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5428
5429 2001-04-26 Richard M. Stallman <rms@gnu.org>
5430
5431 * dabbrev.el: Add doc strings for some functions.
5432 (dabbrev--eliminate-newlines): New variable.
5433 (dabbrev--substitute-expansion): Convert newlines to spaces
5434 if dabbrev--eliminate-newlines is set.
5435 If abbrev and expansion are both all-lower-case,
5436 leave dabbrev--last-case-pattern nil.
5437
5438 2001-04-26 Gerd Moellmann <gerd@gnu.org>
5439
5440 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5441 if necessary, like in rmail-show-message.
5442
5443 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5444
5445 * ps-print.el: Color specified by number is forced to be float number.
5446 (ps-print-version): New version number (6.5.1.1).
5447 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5448 initialization.
5449 (ps-prefix-quote): New internal var.
5450 (ps-print-quote): New fun.
5451 (ps-setup, ps-output-frame-properties, ps-float-format)
5452 (ps-format-color): Code fix.
5453 (ps-plot-region): Eliminate redundant foreground color text setting.
5454
5455 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5456
5457 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5458
5459 2001-04-25 Gerd Moellmann <gerd@gnu.org>
5460
5461 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5462
5463 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5464
5465 * info.el (Info-additional-directory-list): Doc fix.
5466
5467 * find-lisp.el (find-lisp-find-dired-filter)
5468 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5469 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
5470
5471 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5472
5473 * progmodes/make-mode.el (makefile-font-lock-keywords):
5474 Rationalize the rules for includes and conditionals and use the
5475 keyword face for them.
5476
5477 * faces.el (modify-face): Add compatibility for non-interactive use.
5478
5479 2001-04-24 John Wiegley <johnw@gnu.org>
5480
5481 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5482 fix from last night, since it wasn't finding eshell/cd.
5483
5484 2001-04-24 Gerd Moellmann <gerd@gnu.org>
5485
5486 * rect.el (string-rectangle): Revert to 20.x behaviour.
5487 (replace-rectangle): Make it an alias for string-rectangle.
5488 (string-insert-rectangle): New function.
5489
5490 2001-04-23 John Wiegley <johnw@gnu.org>
5491
5492 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5493 occurring with Emacs 21's diff.el/compile.el interaction layer.
5494
5495 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5496
5497 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5498 case where the function was defined in a file, but not part of an
5499 eshell module.
5500
5501 2001-04-23 John Wiegley <johnw@gnu.org>
5502
5503 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5504 code to work around a redisplay problem I've been having.
5505
5506 2001-04-23 John Wiegley <johnw@gnu.org>
5507
5508 * calendar/timeclock.el (timeclock-day-required): If the time
5509 required for a particular day is not set, use `timeclock-workday'.
5510 (timeclock-find-discrep): Added some sample code in a comment.
5511
5512 * eshell/eshell.el (eshell-command): Made a few changes so that
5513 `eshell-command' could be called programmatically.
5514
5515 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
5516
5517 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
5518
5519 2001-04-23 John Wiegley <johnw@gnu.org>
5520
5521 * calendar/timeclock.el: Updated copyright.
5522 (timeclock-generate-report): Don't report the daily or two-week
5523 total, if no time has been worked in that period.
5524 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5525 final computational form, which was unnecessary; corrected a
5526 parsing problem when timeclock-relative was nil.
5527
5528 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
5529
5530 * calendar/timeclock.el (timeclock-modeline-display): Check if
5531 `list-entry' is null.
5532 (timeclock-use-display-time): The first argument to `set-variable'
5533 must be a symbol.
5534
5535 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5536
5537 * calendar/calendar.el (diary-entry-marker)
5538 (calendar-today-marker, calendar-holiday-marker):
5539 Use display-color-p instead of window-system.
5540 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5541 instead of window-system.
5542 (calendar-hide-window): Use display-multi-frame-p instead of
5543 window-system.
5544
5545 * calendar/cal-x.el (calendar-two-frame-setup)
5546 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5547 Use display-multi-frame-p instead of window-system.
5548
5549 2001-04-23 Gerd Moellmann <gerd@gnu.org>
5550
5551 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5552
5553 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5554 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5555
5556 2001-04-23 Alex Schroeder <alex@gnu.org>
5557
5558 * goto-addr.el: Instead of defining line-beginning-position and
5559 line-end-position a defalias is used for point-at-bol and point-at-eol.
5560
5561 2001-04-23 Alex Schroeder <alex@gnu.org>
5562
5563 * goto-addr.el: Added XEmacs compatibility code.
5564 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
5565
5566 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5567
5568 * textmodes/paragraphs.el (sentence-end): Doc fix.
5569
5570 2001-04-20 Alex Schroeder <alex@gnu.org>
5571
5572 * sql.el (sql-escape-newlines-and-send): New function.
5573 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
5574
5575 2001-04-20 Alex Schroeder <alex@gnu.org>
5576
5577 * sql.el (sql-db2-program): New option.
5578 (sql-db2-options): New option.
5579 (sql-db2): New function.
5580
5581 2001-04-20 Alex Schroeder <alex@gnu.org>
5582
5583 * sql.el (sql-mode-menu): Added highlighting entries.
5584 (sql-highlight-oracle-keywords): New function.
5585 (sql-highlight-postgres-keywords): New function.
5586 (sql-highlight-ansi-keywords): New function.
5587
5588 2001-04-20 Alex Schroeder <alex@gnu.org>
5589
5590 * sql.el (sql-help): Doc change.
5591
5592 2001-04-19 Karl Fogel <kfogel@collab.net>
5593
5594 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5595 that inserted file content only to delete it immediately.
5596 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5597 <lektu@uol.com.br> for the patch.
5598
5599 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5600
5601 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5602
5603 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5604
5605 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5606 for defmethod.
5607
5608 * comint.el (comint-cr-magic): New function.
5609 (toplevel): Add it to comint-preoutput-filter-functions.
5610
5611 2001-04-18 Andrew Innes <andrewi@gnu.org>
5612
5613 * makefile.w32-in (EMACSLOADPATH): Define.
5614 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
5615 (recompile): Remove stuff to set EMACSLOADPATH.
5616
5617 2001-04-18 Gerd Moellmann <gerd@gnu.org>
5618
5619 * language/slovak.el ("Slovak"): Add tutorial entry.
5620
5621 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5622 browse-url-new-window-p.
5623
5624 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5625
5626 * info.el (Info-menu-update): When there are no menus and/or no
5627 cross references in the node, make the respective items of the
5628 Info menu-bar menu inactive.
5629
5630 2001-04-17 Gerd Moellmann <gerd@gnu.org>
5631
5632 * indent.el (indent-for-tab-command): Call indent-line-function
5633 with no argument if PREFIX-ARG is non-nil.
5634
5635 * frame.el (delete-other-frames): Handle minibuffer-only frames.
5636
5637 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5638
5639 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
5640 an async subprocess if start-process is unavailable. Suggested by
5641 Tim Van Holder <tim.van.holder@pandora.be>.
5642
5643 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5644
5645 * info.el (Info-additional-directory-list): Doc fix. Suggested by
5646 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
5647
5648 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5649
5650 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
5651 manual.
5652
5653 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
5654
5655 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
5656 (cvs-menu): Add a few entries.
5657
5658 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
5659 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
5660 lock file appears to be reachable from Emacs.
5661 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
5662 (cvs-mode-find-file): Look for cvs-header-face rather than
5663 cvs-dirname-face (which doesn't exist).
5664 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
5665
5666 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
5667
5668 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5669
5670 * emulation/pc-select.el (pc-selection-mode): Don't turn on
5671 normal-erase-is-backspace on a tty. Instead, bind some keys such
5672 as [delete] directly, like pc-select.el did before
5673 normal-erase-is-backspace was invented.
5674
5675 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5676
5677 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
5678
5679 2001-04-11 John Wiegley <johnw@gnu.org>
5680
5681 * eshell/em-ls.el (eshell-ls-insert-directory):
5682 Set font-lock-defaults to nil, to prevent fontification in dired
5683 buffers, if Eshell's ls is being used.
5684
5685 2001-04-11 John Wiegley <johnw@gnu.org>
5686
5687 * calendar/timeclock.el (timeclock-completing-read): New function.
5688 (timeclock-ask-for-project, timeclock-ask-for-reason):
5689 Call `timeclock-completing-read'.
5690
5691 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
5692 required where `member' was being used.
5693
5694 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
5695
5696 * eshell/em-hist.el (eshell-previous-matching-input):
5697 Don't display "History item" if the the minibuffer is active.
5698
5699 2001-04-11 Gerd Moellmann <gerd@gnu.org>
5700
5701 * startup.el (command-line): Output a newline after printing
5702 an error from loading the window system's init file.
5703
5704 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
5705
5706 * textmodes/texinfo.el (texinfo-font-lock-keywords):
5707 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
5708 @inforef. Add an OVERRIDE of `keep' to highlight specs of
5709 keywords whose arguments routinely include @@.
5710
5711 2001-04-10 Gerd Moellmann <gerd@gnu.org>
5712
5713 * emacs-lisp/advice.el (ad-make-advised-definition):
5714 Construct advice for subrs differently.
5715
5716 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
5717 regexp in parentheses when building the regexp for searching backwards.
5718
5719 * simple.el (completion-list-mode-finish): New function.
5720 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
5721
5722 * language/european.el ("Polish"): Change sample text.
5723 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
5724
5725 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
5726 parameter.
5727
5728 * faces.el (menu): Doc fix.
5729
5730 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5731
5732 * ps-print.el: Footer implementation. Doc fix.
5733 (ps-print-version): New version number (6.5.1).
5734 (ps-header-frame-alist): New customization var for header frame
5735 properties.
5736 (ps-line-number-color): New customization var for line number color.
5737 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
5738 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
5739 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
5740 (ps-right-footer): New customization vars for footers.
5741 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
5742 footers.
5743 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
5744 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
5745 Code fix.
5746 (ps-prologue-file): Indentation fix.
5747 (ps-print-quote): Fun eliminated.
5748 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
5749 (ps-output-frame-properties): New fun.
5750 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
5751 (ps-skip-newline): Replace defun by defsubst.
5752
5753 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
5754
5755 * eshell/eshell.el (eshell-command): Needed a "%s" format
5756 specifier, in case the buffer contains percent characters.
5757
5758 2001-04-10 John Wiegley <johnw@gnu.org>
5759
5760 * calendar/timeclock.el (timeclock-generate-report): Added a
5761 missing insert of the project name.
5762
5763 2001-04-09 Gerd Moellmann <gerd@gnu.org>
5764
5765 * obsolete/profile.el: Moved from emacs-lisp/.
5766
5767 * Makefile.in (nonobsolete_setwins): New macro.
5768 (finder-data): Use it instead of `setwins'.
5769 From: Dave Love <fx@gnu.org>.
5770
5771 * server.el (server-visit-files): Set server-existing-buffer correctly.
5772 (server-visit-files): Run server-visit-hook after going to
5773 line 1 so that the hook can set point as it sees fit.
5774
5775 * bindings.el (mode-line-modified): Unify help messages.
5776
5777 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
5778
5779 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
5780 All callers changed.
5781
5782 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
5783
5784 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
5785 long file names aren't supported, truncate the file names in
5786 quail-misc-package-ext-info to 8+3 before matching them against
5787 FILENAME.
5788
5789 * dos-fns.el (dos-truncate-to-8+3): New function.
5790
5791 * progmodes/compile.el (grep-compute-defaults): Use null-device
5792 instead of literal /dev/null. Reported by Jens Schmidt
5793 <schmidt@mathematik.uni-kl.de>.
5794
5795 * simple.el (normal-erase-is-backspace-mode): Doc fix.
5796
5797 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
5798
5799 * textmodes/sgml-mode.el: Add unknown maintainer.
5800 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
5801 (html-mode-map): Use set-keymap-parent.
5802
5803 2001-04-06 Dave Love <fx@gnu.org>
5804
5805 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5806 Remove redundant string-to-list.
5807
5808 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
5809
5810 * composite.el (reference-point-alist): Doc fix.
5811
5812 2001-04-05 Sam Steingold <sds@gnu.org>
5813
5814 * font-lock.el (font-lock-keywords-case-fold-search):
5815 Make buffer-local. This fixes a very annoying bug when loading a Lisp
5816 file made font-lock case-insensitive.
5817
5818 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5819
5820 * faces.el (defface menu): Doc fix.
5821
5822 * wid-edit.el (widget-color-sample-face-get): Don't make
5823 faces for undefined colors.
5824
5825 * version.el (emacs-version): Include LessTif/Motif version info.
5826
5827 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5828
5829 * ps-mule.el: Eliminate cl package dependence.
5830 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
5831 if they aren't defined yet.
5832 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
5833 Eliminate cl package dependence.
5834
5835 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
5836
5837 * progmodes/cc-cmds.el (c-outline-level):
5838 Bind buffer-invisibility-spec. Originally from Dave Love, but
5839 got lost when incorporating version 5.26.
5840
5841 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
5842
5843 * emulation/pc-select.el (pc-selection-mode):
5844 Call normal-erase-is-backspace-mode instead of binding
5845 keys individually.
5846
5847 * cus-load.el (normal-erase-is-backspace): Use it instead of
5848 delete-key-deletes-forward.
5849
5850 * startup.el (command-line): Use normal-erase-is-backspace and
5851 normal-erase-is-backspace-mode.
5852
5853 * simple.el (normal-erase-is-backspace): Rename from
5854 delete-key-deletes-forward. Doc fix.
5855 (normal-erase-is-backspace-mode): Rename from
5856 delete-key-deletes-forward-mode. Doc fix.
5857 Run normal-erase-is-backspace-hook.
5858
5859 * dired.el (dired-move-to-filename-regexp): Support file sizes in
5860 ``human-readable'' format produced by GNU `ls'.
5861 (dired-move-to-filename-regexp): Recognize ISO format dates.
5862 From Paul Eggert <eggert@twinsun.com>.
5863
5864 2001-04-04 Gerd Moellmann <gerd@gnu.org>
5865
5866 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
5867 New functions.
5868 (lm-verify): Check keywords.
5869 From Eric M. Ludlam <eric@siege-engine.com>.
5870
5871 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
5872
5873 * speedbar.el (speedbar-insert-image-button-maybe): Check for
5874 `xemacs' feature instead of for the function `set-extent-property'.
5875
5876 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
5877
5878 * mail/mh-utils.el (mh-folder-hist): New var.
5879 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
5880
5881 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
5882
5883 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
5884 region, position point on the first or last 16-byte group.
5885 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
5886 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
5887 hexl-beginning-of-line.
5888
5889 2001-04-03 Gerd Moellmann <gerd@gnu.org>
5890
5891 * icomplete.el (icomplete-mode): Treat an argument like other
5892 modes do.
5893
5894 * startup.el (fancy-splash-head): Use splash8.xpm for color
5895 depth 8.
5896
5897 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
5898 Add an antry for ``converts''.
5899
5900 * language/slovak.el ("Slovak"): Add documentation string.
5901 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5902
5903 * language/czech.el ("Czech"): Add documentation string.
5904 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
5905
5906 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
5907 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
5908
5909 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
5910
5911 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
5912 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
5913 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
5914 Use `defsubst' rather than a macro to ease debugging.
5915 (mail-extr-last): Remove (use `last' instead).
5916 (mail-extract-address-components): Properly reset the syntax-table
5917 after parsing an address. Use `last' rather than mail-extr-last.
5918 Make sure the end marker stays at the very end.
5919
5920 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
5921
5922 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
5923 last change.
5924
5925 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5926
5927 * ps-print.el: Line and paragraph spacing feature. Region to cut
5928 out when printing. Doc fix.
5929 (ps-print-version): New version number (6.5).
5930 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
5931 New vars. Line and paragraph spacing feature.
5932 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
5933 out when printing.
5934 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
5935 (ps-get-font-size, ps-begin-job, ps-continue-line)
5936 (ps-plot-region): Code fix.
5937 (ps-print-prologue-2): Var eliminated.
5938 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
5939 New internal vars.
5940 (ps-get-size): New fun.
5941 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
5942 (ps-next-line): Replace defun by defsubst.
5943 (ps-mule-plot-string): Autoload doc fix.
5944
5945 * ps-bdf.el: XEmacs compatibility. Doc fix.
5946 (installation-directory, coding-system-for-read): Declare vars if
5947 it's not declared yet.
5948 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
5949
5950 * ps-mule.el: XEmacs compatibility. Doc fix.
5951 (leading-code-private-22): Declare var if it's not declared yet.
5952 (charset-bytes, charset-dimension, charset-id, charset-width)
5953 (find-charset-region, split-char, char-width, chars-in-region)
5954 (forward-point, decompose-composite-char, encode-coding-string)
5955 (coding-system-p, ccl-execute-on-string, define-ccl-program):
5956 Define funs if not defined yet.
5957 (encode-composition-rule, find-composition): Define funs if not
5958 loaded yet.
5959 (ps-mule-prologue): PostScript code fix.
5960
5961 2001-04-02 Kenichi Handa <handa@etl.go.jp>
5962
5963 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
5964 non-nil, generate font for the header strings.
5965 (ps-mule-prepare-font): Likewise.
5966 (ps-mule-generate-glyphs): Likewise.
5967 (ps-mule-string-encoding): Likewise.
5968 (ps-mule-header-charsets): New variable.
5969 (ps-mule-encode-header-string): New function.
5970 (ps-mule-header-string-charsets): New function.
5971 (ps-mule-begin-job): Check charsets in the header strings. If there
5972 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
5973
5974 * ps-print.el (ps-generate-header-line): Encode the header string by
5975 ps-mule-encode-header-string.
5976 (ps-mule-encode-header-string): Declare autoload.
5977
5978 2001-04-02 Gerd Moellmann <gerd@gnu.org>
5979
5980 * frame.el (cursor-in-non-selected-windows):
5981 Replaces show-cursor-in-non-selected-windows.
5982
5983 2001-03-31 Kenichi Handa <handa@etl.go.jp>
5984
5985 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5986 Delete entries for "chinese-py" and "chinese-ziranma".
5987 (quail-misc-package-ext-info): New variable.
5988 (tsang-quick-converter): New function.
5989 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
5990 (quick-cns-converter, py-converter, ziranma-converter)
5991 (miscdic-convert, batch-miscdic-convert): New functions.
5992
5993 2001-03-30 Kenichi Handa <handa@etl.go.jp>
5994
5995 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
5996 eight-bit-control chars.
5997
5998 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
5999 Reduce making temporary vector (suggested by Dave Love).
6000
6001 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6004 string as well.
6005
6006 2001-03-30 Andreas Schwab <schwab@suse.de>
6007
6008 * files.el (backup-directory-alist): Fix typo.
6009
6010 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6011
6012 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6013 <eggert@twinsun.com>.
6014
6015 2001-03-30 Dave Love <fx@gnu.org>
6016
6017 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6018
6019 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6020
6021 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6022
6023 2001-03-30 Miles Bader <miles@gnu.org>
6024
6025 * subr.el (interactive-form): Fix paren typo.
6026
6027 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6028
6029 * emacs-lisp/profile.el: Say that it's obsolete in the header
6030 line, so that finder.el puts that into its data-base.
6031 Suggested by Alex Schroeder <alex@gnu.org>.
6032
6033 2001-03-29 Paul Eggert <eggert@twinsun.com>
6034
6035 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6036 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6037
6038 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6039
6040 * generic.el (generic-mode-set-comments): Use "" rather than nil
6041 for comment-end.
6042
6043 2001-03-29 Gerd Moellmann <gerd@gnu.org>
6044
6045 * emacs-lisp/advice.el (ad-make-advised-definition):
6046 Call interactive-form to obtain the interactive spec of subrs.
6047
6048 * subr.el (interactive-form): New function.
6049
6050 2001-03-29 Andre Spiegel <spiegel@gnu.org>
6051
6052 * vc-sccs.el (vc-sccs-register): Use relative file names.
6053
6054 2001-03-28 Gerd Moellmann <gerd@gnu.org>
6055
6056 * bookmark.el (bookmark-get-bookmark): Handle case that
6057 BOOKMARK is not a string.
6058
6059 * image.el (image-type-regexps): Change type for PS files
6060 to `postscript'.
6061
6062 * subr.el (read-passwd): Clear command history after each
6063 character entered. From: Stephen Gildea
6064 <gildea@stop.mail-abuse.org>.
6065
6066 2001-03-27 Kenichi Handa <handa@etl.go.jp>
6067
6068 * international/kkc.el (kkc-save-init-file): Locally bind
6069 print-length to nil.
6070
6071 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6072
6073 * textmodes/flyspell.el: Some doc fixes.
6074 (flyspell-maybe-correct-transposition)
6075 (flyspell-maybe-correct-doubling): Use a temporary buffer
6076
6077 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6078
6079 * emacs-lisp/byte-opt.el (byte-optimize-while)
6080 (byte-optimize-form-code-walker): Diagnose too few arguments
6081 for `if' and `while'.
6082
6083 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6084
6085 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6086 Prepend `\' to "\<quail-translation-docstring>".
6087
6088 2001-03-26 Gerd Moellmann <gerd@gnu.org>
6089
6090 * autorevert.el (global-auto-revert-non-file-buffers):
6091 Remove duplicate defcustom.
6092
6093 2001-03-26 Miles Bader <miles@gnu.org>
6094
6095 * international/latin1-disp.el (latin1-char-displayable-p):
6096 Add leading "-" for X font pattern.
6097
6098 2001-03-26 Kenichi Handa <handa@etl.go.jp>
6099
6100 * international/mule-diag.el (describe-coding-system):
6101 For raw-text and emacs-mule, don't add anymore text about what
6102 charsets they can encode.
6103
6104 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6105
6106 * help.el (view-lossage): Mention open-dribble-file in the doc
6107 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6108
6109 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6110
6111 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6112 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6113
6114 2001-03-23 Kenichi Handa <handa@etl.go.jp>
6115
6116 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6117 Call ccl-execute-on-string directly so that CCL program handling
6118 multibyte sequence can work correctly.
6119 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6120 property of the coding system.
6121
6122 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6123
6124 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6125 Fix transcription typo.
6126
6127 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6128
6129 * whitespace.el: Add buffer local variables to toggle testing of
6130 whitespaces in buffers without affecting the default values.
6131 Bump version to 3.0 to account for a few other changes.
6132 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6133 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6134 (whitespace-toggle-spacetab-check): New functions.
6135
6136 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6137
6138 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6139
6140 2001-03-21 Gerd Moellmann <gerd@gnu.org>
6141
6142 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6143 bs-cycle-configuration-name. From Juanma Barranquero
6144 <lektu@uol.com.br>.
6145
6146 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6147 and cc-vars.el.
6148
6149 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6150 headers. Always invoke sendmail with option -t.
6151
6152 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6153
6154 * Release of cc-mode 5.28.
6155
6156 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6157
6158 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6159 Removed the hardcoded switch to "java" style in Java mode.
6160 It's instead taken care of by the default value for c-default-style.
6161
6162 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6163
6164 * cc-align.el (c-lineup-math): Fix bug where lineup was
6165 triggered by equal signs in string literals.
6166
6167 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6168
6169 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6170 limit detection when at the ends of the buffer.
6171
6172 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6173 "for" statement clause in case 7F; a better one is done
6174 earlier in case 7D anyway.
6175
6176 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6177
6178 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6179 somewhat more and did a small optimization.
6180
6181 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6182
6183 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6184 Use the limit argument only to limit the syntactic context
6185 search, not to limit the actual movement.
6186
6187 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6188 inside multiline strings, just like in comments. Also various
6189 fixes to the paragraph and comment prefix recognition, block
6190 comment ender handling etc.
6191
6192 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6193
6194 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6195 the relative position of the point.
6196
6197 * cc-cmds.el (c-electric-continued-statement): New function to
6198 use as abbrev hook to reindent for keywords such as "else"
6199 that continues an earlier statement.
6200
6201 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6202 like classes.
6203
6204 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6205 (pike-mode): Populate the default abbrev tables to reindent for
6206 keywords such as "else" that can continue earlier statements.
6207 Abbrev mode is therefore turned on by default now. (Note that
6208 this doesn't apply to idl-mode, since IDL afaik doesn't have
6209 statements at all.)
6210
6211 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6212
6213 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6214 bracelists where the declaration contains template arguments.
6215
6216 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6217
6218 * cc-cmds.el (c-comment-indent):
6219 Use `c-get-syntactic-indentation' to correctly calculate the
6220 syntactic indentation. Fixes bug with lineup functions that
6221 return vectors.
6222
6223 * cc-engine.el (c-get-syntactic-indentation): Split the
6224 indentation sum calculation from `c-indent-line' to a separate
6225 function.
6226
6227 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6228
6229 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6230 Fixed places where it was assumed that preprocessor directives
6231 have to start in column zero.
6232
6233 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6234 template arguments after a class identifier properly.
6235
6236 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6237 lists for `new Foo[]' constructs in Java as expressions and
6238 not top level definition brace lists on the top level, so that
6239 they'll get indented consistently with the same type of
6240 expression in a normal block.
6241
6242 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6243
6244 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6245 whether the adaptive filling package fails to keep the comment
6246 prefix is now kludged further to check for filladapt-mode
6247 which doesn't have that problem. This is really icky, but it's
6248 the only way that works with the current misfeatures/bugs in
6249 both adaptive-fill-mode and filladapt-mode.
6250
6251 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6252 around point is recognized more robust.
6253
6254 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6255
6256 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6257 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6258 (c-lit-type): Fixed all internal variables used dynamically so
6259 that they are always bound.
6260
6261 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6262 errors:
6263
6264 (c-indent-region): Fixed reporting of syntactic errors so that
6265 the region is fully reindented even when an error occurs.
6266 The last syntactic error is printed afterwards. Also cleanup up a
6267 whole lot of code that tried to optimize indentation of whole
6268 sexps but in reality accomplishes nothing.
6269
6270 (c-indent-sexp): Use c-indent-region.
6271
6272 (c-parsing-error): Changed this variable to hold the message
6273 for any syntactic error that is discovered.
6274
6275 (c-parse-state): Search backward from point instead of the bod
6276 position when the latter is invalid. This makes CC Mode
6277 recover faster when there are unbalanced close braces.
6278
6279 (c-backward-to-start-of-if): Use c-parsing-error to report
6280 dangling "else" clauses instead of throwing an error, and fall
6281 back to a reasonable position.
6282
6283 (c-indent-line): Added argument to avoid reporting syntactic errors.
6284
6285 (c-show-syntactic-information): Don't report any syntactic errors.
6286
6287 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6288
6289 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6290 paragraph recognition when moving by sentence in literals.
6291
6292 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6293 start regexp for javadoc to recognize javadoc markup in general instead
6294 of a specific set of keywords, to be more future-safe.
6295
6296 (c-Pike-pikedoc-paragraph-start)
6297 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6298 pikedoc markup.
6299
6300 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
6301
6302 (pike-mode): Initialize paragraph settings pikedoc recognition.
6303
6304 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6305
6306 (c-comment-prefix-regexp): Made it possible to use an
6307 association list on this to specify mode specific regexps.
6308 The default value now use a special regexp in Pike mode to
6309 recognize pikedoc markup.
6310
6311 (c-current-comment-prefix): New variable containing the actual
6312 regexp from c-comment-prefix-regexp for the current buffer.
6313
6314 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6315
6316 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6317 lists: We can't look at the syntax, since a brace list can get
6318 recognized as a plain statement-cont.
6319
6320 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6321 special brace list opener broken over two lines got recognized
6322 as a statement on the second line. Case 9A changed.
6323
6324 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6325
6326 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6327 adjustment after line is reindented.
6328
6329 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6330
6331 * cc-defs.el (c-point): Added optional argument for position
6332 to use instead of the current point.
6333
6334 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6335 the in-expression block symbols when the construct starts at
6336 boi, to avoid the extra level of indentation in that case.
6337 Cases 4, 16A and 17E affected.
6338
6339 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6340
6341 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
6342 calls to `c-indent-line', to adhere better to Emacs conventions.
6343
6344 * cc-engine.el (c-indent-line): Use the syntax already bound
6345 to `c-syntactic-context', if there is any.
6346
6347 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6348
6349 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6350 wasn't added up correctly when a lineup function returned nil.
6351
6352 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6353
6354 * cc-engine.el (c-collect-line-comments): Fixed bug where
6355 empty lines were ignored when collecting line comments backwards.
6356
6357 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6358
6359 * cc-align.el (c-lineup-dont-change): Return an absolute
6360 indentation column to work correctly in the case when several
6361 syntactic elements are processed for the same line.
6362
6363 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6364 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6365 (c-set-offset): Added absolute indentation column settings by
6366 using the vector type.
6367
6368 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6369
6370 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6371 Implemented two new cleanups `space-before-funcall' and
6372 `compact-empty-funcall'.
6373
6374 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6375
6376 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6377 helping building regexps.
6378
6379 * cc-engine.el (c-on-identifier): New function for detecting
6380 identifiers. It takes keywords into account.
6381
6382 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6383 lists. `c-keywords' is set to a regexp matching all keywords
6384 in the current language.
6385
6386 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6387
6388 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6389 list of characters to skip backwards over at the beginning of
6390 a statement, since it can precede string literals in Pike.
6391
6392 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6393
6394 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6395 recognition when standing on the last line in a C++ comment
6396 with nothing but whitespace after the prefix.
6397
6398 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6399 given no limit argument.
6400
6401 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6402
6403 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6404 recognition for the `[]= operator symbol in Pike.
6405
6406 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6407
6408 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6409 around a bug in `eval-when-compile' in the byte compiler.
6410
6411 * cc-engine.el (c-forward-token-1): Fixed bug with return
6412 value when count is zero and there's no token start within the limit.
6413
6414 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6415 "prefix comments", i.e. comments which are followed by code on
6416 the same line.
6417
6418 * cc-mode-19.el: Fixes so that checks that must be done at
6419 compile time also are done then.
6420
6421 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6422
6423 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6424 time and at runtime, and only when it's needed.
6425
6426 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6427
6428 Major cleanup for less error prone and more warning free
6429 compilation, including some fixes for bugs due to different
6430 compilation orders. Thanks to Martin Buchholz for providing
6431 the basis for all this.
6432
6433 * cc-bytecomp.el: New file that provides some byte compilation
6434 features: It ensures that files always are loaded from the
6435 current source directory during compilation, and it provides a
6436 set of macros to turn off specific compiler warnings for
6437 specific symbols. (It's not CC Mode specific in any way.)
6438
6439 Fixed a nearly acyclic dependency tree (both runtime and
6440 compile-time) between all files.
6441
6442 * cc-defs.el: Separated all macros before the inline functions,
6443 to ensure correct compilation.
6444
6445 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6446 cc-defs.el to cc-engine.el and made it a function instead.
6447
6448 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6449 about char-after.
6450
6451 * cc-vars.el: Cope even when there isn't a custom package
6452 containing defcustom available.
6453
6454 * cc-make.el: Removed since it's no longer necessary.
6455
6456 README: Updated installation instructions.
6457
6458 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6459
6460 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6461 improve the modularity: Moved all mode init stuff from
6462 cc-langs.el to cc-mode.el, including the keymap
6463 initialization; cc-langs now only contains the various
6464 variables for configuring the language syntax.
6465
6466 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6467 (c-get-offset): Moved from cc-styles to cc-engine since file
6468 dependency analysis suggests they belong there (which also
6469 makes more sense). Thanks to Martin Buchholz for doing the analysis.
6470
6471 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6472
6473 * cc-cmds.el (c-fn-region-is-active-p): New function that
6474 wraps the corresponding macro, for use in places that aren't
6475 compiled. Thanks to Martin Buchholz for pointing out this.
6476
6477 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
6478
6479 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6480 add things to the bug report.
6481
6482 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6483
6484 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6485 returned prefix could contain a newline when the search for a
6486 good prefix line failed.
6487
6488 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6489
6490 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6491 (c-toggle-auto-hungry-state): Made the argument optional, as
6492 the documentation says it is.
6493
6494 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6495
6496 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6497 multiline string syntax, #"...", as a cpp macro.
6498
6499 2001-03-21 Paul Eggert <eggert@twinsun.com>
6500
6501 * international/mule-cmds.el (set-locale-environment):
6502 Set system-messages-locale and system-time-locale, but only if the
6503 caller specifies a non-nil locale name.
6504
6505 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6506
6507 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
6508 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
6509
6510 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6511
6512 * follow.el (follow-avoid-tail-recenter): Doc fix.
6513
6514 * custom.el (custom-set-variables): Avoid reversing the list
6515 of args needlessly.
6516
6517 * startup.el (fancy-splash-head): Don't change the colors of the
6518 XPM image on a dark background.
6519
6520 * comint.el (comint-exec-1): Set columns of the terminal to
6521 window-width instead of frame-width.
6522
6523 * info.el (Info-scroll-down): Add missing WINDOW arg for
6524 pos-visible-in-window-p.
6525
6526 * ehelp.el (electric-help-mode-hook): Add defcustom.
6527
6528 * mail/sendmail.el (mail-mode): Activate case-folding in
6529 font-lock-defaults.
6530
6531 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6532
6533 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6534 (completion-ignored-extensions): Remove duplicate ".class".
6535
6536 2001-03-19 Andreas Schwab <schwab@suse.de>
6537
6538 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6539 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6540
6541 2001-03-19 Gerd Moellmann <gerd@gnu.org>
6542
6543 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6544 methods since there are not prefix input methods.
6545
6546 2001-03-19 Kenichi Handa <handa@etl.go.jp>
6547
6548 * international/mule-cmds.el (read-input-method-name):
6549 Locally bind enable-recursive-minibuffers to t.
6550
6551 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6552
6553 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6554
6555 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
6556
6557 * ediff-util.el: Copyright years.
6558 (ediff-choose-syntax-table): New function.
6559 (ediff-setup): Use ediff-choose-syntax-table.
6560
6561 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6562 with-syntax-table.
6563
6564 * ediff.el: Date of last update, copyright years.
6565
6566 * ediff-wind (ediff-setup-control-frame): Nill->nil.
6567
6568 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6569 of Scott Bronson.
6570 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6571 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6572 Deleted functions.
6573 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6574 ex-token-list.
6575
6576 * viper-util.el: Spaces, indentation.
6577
6578 * viper.el: Changed version, modification time.
6579
6580 2001-03-16 John Wiegley <johnw@gnu.org>
6581
6582 * calendar/timeclock.el (timeclock-workday-remaining):
6583 Check whether `discrep' is non-null before using it.
6584
6585 2001-03-16 John Wiegley <johnw@gnu.org>
6586
6587 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6588 first-time checkins.
6589 (timeclock-log-data): Fixed problem with reading timelog log file.
6590 Resulting data in the "day list" was incorrect.
6591 (timeclock-find-discrep): Check if `timeclock-file' is readable
6592 before opening it.
6593 (timeclock-time-less-p): New function.
6594 (timeclock-day-base): New function.
6595 (timeclock-geometric-mean): New function.
6596 (timeclock-generate-report): Generate a summary report based on
6597 the contents of the log file. This uses `timeclock-log-data', and
6598 is an example of writing a timelog manipulation function.
6599 (timeclock-visit-timelog): A quick command for opening the timelog
6600 file.
6601 (timeclock-log-data): Bound the variable event.
6602
6603 2001-03-16 Kenichi Handa <handa@etl.go.jp>
6604
6605 * international/mule-cmds.el (select-safe-coding-system):
6606 Fix typo: symbol-name -> symbol-value.
6607
6608 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6609 before substitute-in-file-name to handle double slashes in FILE
6610 correctly.
6611
6612 2001-03-15 Gerd Moellmann <gerd@gnu.org>
6613
6614 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6615 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6616
6617 2001-03-14 Gerd Moellmann <gerd@gnu.org>
6618
6619 * bindings.el (features): Add `md5' and `overlay' to the list.
6620
6621 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6622 bound before using it. It's not bound when configured without X,
6623 for instance.
6624
6625 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6626
6627 * progmodes/hideshow.el: Update copyright.
6628 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
6629 (hs-minor-mode-hook): Include `:version' in defcustom form.
6630
6631 2001-03-13 Gerd Moellmann <gerd@gnu.org>
6632
6633 * help.el (string-key-binding): Don't call event-start on
6634 a non-list.
6635
6636 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
6637
6638 * startup.el (fancy-splash-tail, command-line-1): Fix the
6639 copyright year.
6640
6641 2001-03-13 Kenichi Handa <handa@etl.go.jp>
6642
6643 * term.el: These changes are based on a patch sent from Yong Lu
6644 <lyongu@yahoo.com>.
6645 (term-set-escape-char): Bind M-x to execute-extended-command in
6646 term-raw-escape-map.
6647 (term-move-columns): Don't try to move to negagive column.
6648 (term-emulate-terminal): Insert a string before deleting a text to
6649 overwrite.
6650
6651 2001-03-12 Gerd Moellmann <gerd@gnu.org>
6652
6653 * play/life.el (life): Rearrange code so that all calls to
6654 life-display-generation are in a catch-form.
6655
6656 * progmodes/etags.el (tags-loop-continue): Don't change point in a
6657 file that isn't interesting. In an interesting file, push the old
6658 value of point on the mark ring.
6659
6660 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
6661 New function.
6662 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
6663 Use it.
6664
6665 * emacs-lisp/autoload.el (generate-file-autoloads):
6666 Remove warning about line lengths.
6667
6668 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6669
6670 * progmodes/etags.el (tags-compression-info-list): New variable.
6671 (find-tag-in-order): Use it to deal with compressed source files.
6672 (tag-file-name-match-p): New function.
6673 (etags-recognize-tags-table): Use it for better match of file names.
6674
6675 2001-03-12 Kenichi Handa <handa@etl.go.jp>
6676
6677 * international/mule-cmds.el (register-input-method): Doc fix.
6678
6679 * international/quail.el (quail-translate-key): Fix condition to
6680 check if there's another breaking point in the current key.
6681
6682 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
6683
6684 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
6685 Babyl header to the newly-created output file, bind
6686 coding-system-for-write to either rmail-file-coding-system or
6687 emacs-mule-unix.
6688
6689 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
6690
6691 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
6692 Fix the name and regexp used for subsubsections.
6693
6694 2001-03-10 Dave Love <fx@gnu.org>
6695
6696 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
6697 and save-buffer if buffer-file-name non-nil. From rms.
6698
6699 2001-03-10 Andre Spiegel <spiegel@gnu.org>
6700
6701 * vc.el (vc-do-command): If the destination buffer is already
6702 current, don't set it up and don't erase it. Updated doc string
6703 to reflect that.
6704 (vc-version-diff): When doing a single file diff, don't switch to the
6705 *vc-diff* buffer before the command. This is to preserve local
6706 variable bindings that might affect the diff command.
6707 (vc-print-log): Don't switch to the *vc* buffer before the
6708 command, so that local variable bindings are preserved.
6709
6710 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6711 not the current buffer.
6712 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
6713
6714 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6715 make output go to buffer *vc*, not the current buffer.
6716
6717 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
6718
6719 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
6720 so ^, $, *, ? and + are interpreted correctly.
6721
6722 2001-03-09 Gerd Moellmann <gerd@gnu.org>
6723
6724 * help.el (string-key-binding): Renamed from
6725 mode-line-key-binding. Handle any event on a string.
6726 Check for `keymap' properties as well as `local-map' properties.
6727
6728 * comint.el (comint-insert-clicked-input): Use the last key
6729 from this-command-keys to lookup the global key definition.
6730
6731 2001-03-09 Kenichi Handa <handa@etl.go.jp>
6732
6733 * international/characters.el: Add category `j' for
6734 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
6735
6736 * international/mule-conf.el (no-conversion): Fix docstring.
6737 (raw-text): Fix docstring.
6738
6739 2001-03-08 Gerd Moellmann <gerd@gnu.org>
6740
6741 * simple.el (choose-completion-string): When not leaving the
6742 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
6743 is set.
6744
6745 * window.el (shrink-window-if-larger-than-buffer): Handle frame
6746 parameter `(minibuffer . t)'.
6747
6748 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6749
6750 * progmodes/sh-script.el (sh-st-symbol): New symbol.
6751 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
6752 (sh-mode): Remove `make-local-variable' for unused var
6753 `font-lock-unfontify-region-function'.
6754
6755 2001-03-07 Richard M. Stallman <rms@gnu.org>
6756
6757 * info.el (Info-scroll-down): Fix previous change.
6758
6759 * mail/rmail.el (rmail-toggle-header): Use a window which
6760 is showing the Rmail buffer, rather than the selected window.
6761
6762 2001-03-07 Dave Love <fx@gnu.org>
6763
6764 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
6765 now, to avoid problems with binding imenu directly to a mouse event.
6766
6767 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6768
6769 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
6770 second arg t.
6771
6772 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
6773
6774 * log-edit.el (log-edit-common-indent): New var.
6775 (log-edit-set-common-indentation): Renamed from
6776 log-edit-delete-common-indentation. Use the new var.
6777 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
6778
6779 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
6780 (cvs-mode-add-change-log-entry-other-window):
6781 Don't presume change-log-default-name is defined.
6782
6783 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
6784
6785 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
6786 the "tree" operation as well.
6787
6788 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
6789
6790 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
6791 to match paragraph-start.
6792
6793 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
6794 comment-start-skip and set comment-end-skip as well.
6795 (sgml-comment-indent): Fix for new value of comment-start-skip.
6796 (html-autoview-mode): Don't bother using make-local-hook.
6797
6798 2001-03-07 Gerd Moellmann <gerd@gnu.org>
6799
6800 * cus-edit.el (custom-save-delete): Move in front of local
6801 variables, otherwise long Custom entries would make them ineffective.
6802
6803 * uniquify.el: Set maintainer to FSF.
6804
6805 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
6806
6807 * dired-aux.el (dired-do-shell-command): Doc fix.
6808
6809 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6810
6811 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
6812
6813 * which-func.el (which-func-modes): Add cperl-mode.
6814 (which-func-mode-global): Use define-minor-mode.
6815
6816 * info-look.el: Docstring fixes and dead code eliminated.
6817 (cperl-mode): Add support.
6818 (emacs-lisp-mode): List all entries from elisp manual, whether
6819 or not they are currently (f)bound or not. Update regexp.
6820
6821 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
6822
6823 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
6824 so that C-h m shows the correct information.
6825 Use make-local-variable rather than make-variable-buffer-local.
6826 (cperl-info-buffer, cperl-setup-tmp-buf):
6827 Use make-local-variable rather than make-variable-buffer-local.
6828 (cperl-msb-fix, cperl-get-help-defer):
6829 Check major-mode for `cperl-mode' as well.
6830
6831 * progmodes/cperl-mode.el: Updated to author version 4.23.
6832 (cperl-electric-pod): SYNOPSIS was misspelled.
6833 (cperl-find-pods-heres): @if ? a : b was considered a REx.
6834 (cperl-after-expr-p): Make true after __END__.
6835
6836 2001-03-06 Gerd Moellmann <gerd@gnu.org>
6837
6838 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6839 bookmark-completion-ignore-case is t.
6840
6841 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
6842 switch, like xterm, and concat resource strings, with a newline
6843 between them.
6844
6845 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6846
6847 * international/codepage.el (cp770-decode-table)
6848 (cp773-decode-table, cp774-decode-table): New variables.
6849
6850 * man.el (Man-hyphenated-reference-regexp): New variable.
6851 (Man-build-references-alist): Use it to search for referenced
6852 manpages. If hyphenated is non-nil, record a concatenated word in
6853 Man-refpages-alist only if it matches Man-reference-regexp.
6854 Update word's length when it is concatenated. Reverse the list,
6855 to get the first manpage at the head.
6856 (Man-possibly-hyphenated-word): New function.
6857 (Man-follow-manual-reference): Use it instead of current-word to
6858 find a manpage at point, in a way that accounts for hyphenated
6859 references.
6860
6861 2001-03-06 Alex Schroeder <alex@gnu.org>
6862
6863 * sql.el (sql-interbase): New function.
6864 (sql-interbase-program): New option.
6865 (sql-interbase-options): New option.
6866 And some typos fixed: "customise" to "customize".
6867
6868 2001-03-06 Dave Love <fx@gnu.org>
6869
6870 * textmodes/flyspell.el (flyspell-region):
6871 Set up flyspell-local-mouse-map.
6872
6873 2001-03-05 Richard M. Stallman <rms@gnu.org>
6874
6875 * mail/rmail.el (rmail-retry-failure):
6876 Don't call rmail-beginning-of-message.
6877 Don't discard From: field. Do discard Received: field.
6878 Use unwind-protect to re-prune.
6879 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
6880
6881 2001-03-06 Kenichi Handa <handa@etl.go.jp>
6882
6883 * international/quail.el (quail-title): Add autoload cookie.
6884
6885 2001-03-05 Dave Love <fx@gnu.org>
6886
6887 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
6888 new defs.
6889
6890 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6891
6892 * language/ethio-util.el (ethio-toggle-space):
6893 Update current-input-method-title if necessary.
6894 (ethio-toggle-punctuation): Likewise.
6895
6896 * international/quail.el (quail-title): Fix for the case that a
6897 title of an input method is specified by a list of the same form
6898 as used in mode-line-format.
6899
6900 * international/mule-cmds.el (activate-input-method):
6901 If current-input-method-title is set by activating INPUT-METHOD,
6902 respect that value.
6903
6904 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6905
6906 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
6907
6908 2001-03-05 Alex Schroeder <alex@gnu.org>
6909
6910 * sql.el (sql-sybase): Fix typo (was: query user about server two
6911 times instead of server and database).
6912
6913 * sql.el (sql-sybase): Doc change.
6914 (sql-mysql): Doc change.
6915 (sql-postgres): Doc change.
6916
6917 2001-03-05 Kenichi Handa <handa@etl.go.jp>
6918
6919 * international/mule-conf.el (emacs-mule, raw-text):
6920 Docstring modified.
6921
6922 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6923
6924 * term/internal.el: Update copyright notice.
6925
6926 * term/pc-win.el: Update copyright notice.
6927
6928 2001-03-02 Dave Love <fx@gnu.org>
6929
6930 * files.el (insert-file-contents-literally):
6931 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
6932 not jka-compr-compression-info-list.
6933
6934 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
6935
6936 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
6937 spaces in default comment-start-skip settings rather than \s-.
6938
6939 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6940
6941 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
6942 default-frame-alist as well.
6943
6944 2001-03-01 Dave Love <fx@gnu.org>
6945
6946 * textmodes/reftex.el (defvar): Wrap some defvars in
6947 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
6948
6949 * subr.el (event-basic-type): Doc fix.
6950
6951 * international/quail.el: Doc fixes.
6952
6953 * international/utf-8.el: Doc fixes.
6954
6955 * international/mule-cmds.el: Doc fixes.
6956 (leim-list-header): Fix header text.
6957
6958 * international/mule.el (coding-system-category): Doc fix.
6959
6960 * international/ccl.el (ccl-compile): Doc fix.
6961
6962 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
6963
6964 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
6965 rather than (before|after)-change-functions.
6966
6967 2001-03-01 Gerd Moellmann <gerd@gnu.org>
6968
6969 * ediff-util.el (ediff-scroll-horizontally): Arrange for
6970 scroll-left and scroll-right being called interactively so that
6971 they set the window's min_hscroll.
6972
6973 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
6974
6975 * info.el (info-insert-file-contents-1): Accept an additional
6976 argument `lfn': if it is non-nil, concatenate `filename' and
6977 `suffix'; otherwise use the complicated MS-DOS code.
6978 All callers changed.
6979 (info-insert-file-contents, Info-find-node): If the MS-DOS port
6980 can access long file names, try the long file-name version of
6981 `info-insert-file-contents-1', then the short file-name version.
6982
6983 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
6984
6985 * language/ethio-util.el (setup-ethiopic-environment-internal):
6986 Change bindings of functions keys to conform to "Emacs Lisp Coding
6987 Convention".
6988
6989 * language/ethiopic.el ("Ethiopic"): Add documentation.
6990
6991 2001-02-28 Kenichi Handa <handa@etl.go.jp>
6992
6993 * international/utf-8.el (mule-utf-8): Set coding-category
6994 property to coding-category-utf-8.
6995
6996 2001-02-27 Richard M. Stallman <rms@gnu.org>
6997
6998 * lpr.el (lpr-page-header-switches, print-region-1):
6999 Undo 2000-07-06 change.
7000 (lpr-add-switches): Default to t on gnu/linux.
7001
7002 2001-02-27 Gerd Moellmann <gerd@gnu.org>
7003
7004 * bs.el (bs-attributes-list): Doc fix.
7005
7006 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7007
7008 * help.el (describe-project): Display the file THE-GNU-PROJECT.
7009
7010 * help.el (view-order-manuals): Use goto-address.
7011
7012 * startup.el (command-line-1): Add info about ordering manuals
7013 to the not so fancy splash screens.
7014
7015 2001-02-26 Andre Spiegel <spiegel@gnu.org>
7016
7017 * vc.el (vc-default-workfile-unchanged-p)
7018 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
7019
7020 2001-02-26 Gerd Moellmann <gerd@gnu.org>
7021
7022 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
7023 fontify in the right buffer.
7024
7025 * allout.el (outline-flag-region): Move macro in front of first
7026 use to avoid a run-time error.
7027
7028 2001-02-24 Andrew Innes <andrewi@gnu.org>
7029
7030 * makefile.w32-in: Fix copyright notice.
7031
7032 2001-02-24 Kenichi Handa <handa@etl.go.jp>
7033
7034 * international/utf-8.el (mule-utf-8): Set correct value for
7035 valid-codes property.
7036
7037 * international/fontset.el (x-complement-fontset-spec): In the
7038 case that we use ASCII font for the other charsets, use only
7039 family and registry part of it.
7040
7041 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7042
7043 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7044 (shrink-window-if-larger-than-buffer): Doc fix.
7045
7046 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7047
7048 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7049 predicate passed to completing-read.
7050
7051 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7052
7053 * startup.el (command-line): Fix last change.
7054
7055 2001-02-23 Jason Rumney <jasonr@gnu.org>
7056
7057 * startup.el (tool-bar-originally-present): New variable.
7058 (command-line): Set it if the tool-bar is switched on at startup.
7059
7060 * frame.el (frame-notice-user-settings): Only adjust frame height
7061 for no tool-bar case if tool-bar was originally switched on.
7062 From E. Jay Berkenbilt.
7063
7064 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7065
7066 * server.el (server-switch-buffer): Only switch window if the
7067 current one is dedicated.
7068
7069 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7070 rather than using (match-beginning 0) when searching for break point.
7071
7072 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7073
7074 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7075 @ follows an accent command such as @'. Support optional braces
7076 in commands that insert accents, like makeinfo does.
7077
7078 2001-02-22 Gerd Moellmann <gerd@gnu.org>
7079
7080 * startup.el (fancy-splash-text): Add a line for ordering
7081 manuals. Reverse order of splash screens shown.
7082 (use-fancy-splash-screens-p): Adapt to the text line added.
7083
7084 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7085 manuals from the FSF.
7086
7087 * help.el (view-order-manuals): New function.
7088 (toplevel): Bind C-h C-m to this function.
7089
7090 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7091
7092 * newcomment.el (comment-forward): Skip the comment-start before
7093 searching for the comment-end.
7094
7095 2001-02-21 Dave Love <fx@gnu.org>
7096
7097 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7098
7099 * international/mule-cmds.el, international/mule.el: Doc fixes.
7100
7101 2001-02-21 Gerd Moellmann <gerd@gnu.org>
7102
7103 * startup.el (fancy-splash-screens): Use display-hourglass
7104 instead of display-busy-cursor.
7105
7106 * frame.el (display-hourglass): Renamed from busy-cursor.
7107 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7108 (show-cursor-in-non-selected-windows): Doc fix.
7109
7110 2001-02-20 Dave Love <fx@gnu.org>
7111
7112 * international/utf-8.el: Doc and commentary fixes.
7113
7114 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7115
7116 * ehelp.el (with-electric-help): Doc fix.
7117
7118 2001-02-20 Gerd Moellmann <gerd@gnu.org>
7119
7120 * msb.el (msb-mode): Call the update-buffers function explicitly
7121 with a FORCE argument.
7122
7123 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7124 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7125 returns nil.
7126
7127 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7128
7129 * ps-print.el: Timestamp package replacement. Some enhancements.
7130 Some XEmacs compatibility. Doc fix.
7131 (ps-print-version): New version number (6.4).
7132 (ps-printer-name): Initialization fix.
7133 (ps-zebra-stripe-follow): Funcionality enhancement.
7134 (ps-prologue-file): Code enhancement.
7135 (ps-right-header): Timestamp package replacement.
7136 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7137 (ps-get-page-dimensions)
7138 (ps-generate-header, ps-begin-file, ps-begin-job)
7139 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7140 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7141 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7142 (coding-system-for-write): Var declaration (XEmacs compatibility).
7143
7144 2001-02-20 Miles Bader <miles@gnu.org>
7145
7146 * image-file.el (image-file-name-extensions): Add "tif".
7147
7148 2001-02-19 Gerd Moellmann <gerd@gnu.org>
7149
7150 * wid-edit.el (widget-button-click): Save the selected window
7151 around the code handling clicks on buttons.
7152
7153 2001-02-18 Dave Love <fx@gnu.org>
7154
7155 * imenu.el (imenu--generic-function): Use mapc to iterate over
7156 syntax characters.
7157
7158 2001-02-17 Richard M. Stallman <rms@gnu.org>
7159
7160 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7161
7162 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7163
7164 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7165
7166 * mouse.el (mouse-save-then-kill): If the distance from the new
7167 point to the mark is equal to the distance of point from the new
7168 point, move point instead of the mark.
7169
7170 2001-02-16 Dave Love <fx@gnu.org>
7171
7172 * textmodes/flyspell.el (flyspell-get-word): Return string without
7173 properties.
7174
7175 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7176
7177 * generic.el (generic-find-file-regexp): Doc fix.
7178 (generic-ignore-files-regexp): New defcustom.
7179 (generic-mode-find-file-hook): If the file's name matches the
7180 regexp in `generic-ignore-files-regexp', don't enter
7181 default-generic-mode. Doc fix.
7182
7183 2001-02-16 Gerd Moellmann <gerd@gnu.org>
7184
7185 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
7186 Add autoload cookies.
7187
7188 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
7189 of cal-tex-24.
7190
7191 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7192
7193 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7194
7195 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7196 the character class after the (optional) drive, to support file
7197 names with embedded blanks.
7198
7199 2001-02-15 Sam Steingold <sds@gnu.org>
7200
7201 * textmodes/tex-mode.el (tex-shell-running):
7202 Check the process buffer too.
7203
7204 2001-02-15 Dave Love <fx@gnu.org>
7205
7206 * battery.el (battery-status-function): Fix doc, :type.
7207
7208 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
7209
7210 2001-02-15 Gerd Moellmann <gerd@gnu.org>
7211
7212 * subr.el (read-passwd): Clear Lisp memory holding password.
7213
7214 2001-02-15 Miles Bader <miles@gnu.org>
7215
7216 * info.el (Info-copy-current-node-name): New function.
7217 (Info-mode-menu): Add it to the menu.
7218
7219 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7220
7221 * international/mule-cmds.el (toggle-input-method): Doc fix.
7222
7223 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7224
7225 * replace.el (occur): Stop at end of buffer.
7226
7227 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7228
7229 * international/mule-cmds.el (set-input-method): Another doc fix.
7230
7231 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7232
7233 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7234
7235 2001-02-13 Miles Bader <miles@gnu.org>
7236
7237 * faces.el (set-face-background, set-face-foreground)
7238 (set-face-stipple): Treat a value of nil as being `unspecified'.
7239
7240 2001-02-12 Dave Love <d.love@dl.ac.uk>
7241
7242 * international/latin1-disp.el: Doc fixes.
7243 (latin1-display) <defgroup>: Add :link.
7244 (latin1-display) <function>: Set variable latin1-display.
7245
7246 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7247
7248 * international/mule-cmds.el (set-input-method): Doc fix.
7249
7250 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7251
7252 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7253 (speedbar-line-file): Return nil if not a file.
7254 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7255
7256 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
7257
7258 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7259 for remote files.
7260 (ediff-coding-system-for-read): Replaced the no-conversion default
7261 with raw-text.
7262
7263 * ediff-init.el: Removed :version from defcustom vars.
7264
7265 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7266 Better handling of the diff mode.
7267
7268 * ediff.texi: Added ediff-coding-system-for-read.
7269
7270 * viper.texi: Fix typos.
7271
7272 2001-02-11 Dave Love <fx@gnu.org>
7273
7274 * shadowfile.el: Doc fixes.
7275 (shadow) <defgroup>: Add :link.
7276 (shadowfile-unload-hook): New function.
7277 (shadow-initialize): Use defalias, not fset.
7278 (shadow-define-cluster, shadow-define-literal-group)
7279 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
7280
7281 * international/mule.el: Doc and message fixes.
7282
7283 * international/ccl.el (define-ccl-program): Doc fix.
7284
7285 2001-02-11 Kenichi Handa <handa@etl.go.jp>
7286
7287 * faces.el (mode-line): Set :line-width property to -1.
7288
7289 2001-02-10 Richard M. Stallman <rms@gnu.org>
7290
7291 * complete.el (partial-completion-mode): Doc fix.
7292
7293 * simple.el (delete-key-deletes-forward-mode):
7294 Change `let' to `let*' to fix gross bug in last change.
7295
7296 * repeat.el (repeat): Don't let execute-kbd-macro alter
7297 real-last-command.
7298
7299 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7300
7301 * simple.el (eval-expression): Doc fix.
7302
7303 2001-02-09 Dave Love <fx@gnu.org>
7304
7305 * imenu.el (imenu-generic-expression): Doc fix.
7306
7307 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7308 From Juanma Barranquero.
7309
7310 * emacs-lisp/authors.el (authors): Expand `root' before running find.
7311
7312 2001-02-09 Kenichi Handa <handa@etl.go.jp>
7313
7314 * faces.el (set-face-attribute): Describe the case of a negative
7315 value specified for :line-width.
7316
7317 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7318
7319 * which-func.el (which-func-mode): Invert which-func-mode-global.
7320 From Juanma Barranquero <lektu@uol.com.br>.
7321
7322 2001-02-08 Dave Love <fx@gnu.org>
7323
7324 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7325 widget-plist-value-type.
7326 (widget-alist-convert-widget): Replace binding of
7327 widget-alist-value-type.
7328
7329 * textmodes/paragraphs.el (sentence-end): Doc fix.
7330
7331 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7332 Remove `backward-line'.
7333
7334 * play/pong.el (pong-blank-color, pong-bat-color)
7335 (pong-ball-color, pong-border-color, pong-left-key)
7336 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7337 (pong-pause-key, pong-resume-key, pong-timer-delay):
7338 * mail/mh-comp.el (mh-compose-letter-function):
7339 * eshell/esh-mode.el (eshell-skip-prompt-function):
7340 * emulation/viper-ex.el (ex-unix-type-shell-options):
7341 * recentf.el (recentf-menu-filter):
7342 * ps-print.el (ps-print-region-function):
7343 * lpr.el (print-region-function):
7344 * forms.el (forms-mode-hooks):
7345 * dirtrack.el (dirtrack-directory-change-hook):
7346 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7347 * textmodes/spell.el (spell-filter):
7348 * textmodes/fill.el (adaptive-fill-function):
7349 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7350 * progmodes/etags.el (find-tag-default-function):
7351 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
7352 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7353
7354 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7355
7356 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7357 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7358 Meyering <jim@meyering.net>.
7359
7360 * loadup.el: Revert last change.
7361
7362 2001-02-07 Kenichi Handa <handa@etl.go.jp>
7363
7364 * international/mule.el (transform-make-coding-system-args):
7365 Make it work also for coding systems not using CCL.
7366
7367 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7368
7369 * simple.el (previous-matching-history-element)
7370 (next-matching-history-element): Doc fix.
7371
7372 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7373 specific part.
7374
7375 2001-02-06 Dave Love <fx@gnu.org>
7376
7377 * add-log.el (add-log-current-defun-function)
7378 (add-log-buffer-file-name-function, add-log-file-name-function):
7379 Fix :type.
7380 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7381
7382 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7383
7384 * info.el (info-initialize): Remove the test for system-type when
7385 invocation-directory is non-nil.
7386
7387 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7388 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7389
7390 2001-02-06 Andrew Innes <andrewi@gnu.org>
7391
7392 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7393 absolute.
7394
7395 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7396
7397 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7398 buffers. When hi-lock turned on rather than only checking current
7399 buffer for regexps, all buffers are checked. Moved activation of
7400 font-lock to hi-lock-refontify. When font-lock turned off rather
7401 than removing added highlighting just in current buffer, remove it
7402 in all buffers. Changed edit menu text from "Automatic
7403 Highlighting" to "Regexp Highlighting" Documentation for
7404 highlighting phrases, minor documentation changes.
7405 (hi-lock-set-file-patterns): Execute only if there are new or
7406 existing file patterns.
7407 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7408 unfontify and, if a support mode is active, will not refontify the
7409 whole buffer. If necessary, turn on font lock. (Removed
7410 font-lock-unfontify and font-lock support-mode-specific calls,
7411 such as lazy-lock-fontify-window.)
7412 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7413 patterns are found. Not useful now since find-file-hook is removed
7414 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
7415 (hi-lock-face-phrase-buffer): New function. Also added related
7416 menu item and keybinding.
7417 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7418 (hi-lock-process-phrase): New function.
7419 (hi-lock-line-face-buffer): Doc fixes.
7420 (hi-lock-face-buffer): Doc fixes.
7421 (hi-lock-unface-buffer): Doc fixes.
7422
7423 2001-02-06 Gerd Moellmann <gerd@gnu.org>
7424
7425 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7426 dabbrev-ignored-regexps.
7427
7428 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7429
7430 * simple.el (kill-line): Doc fix.
7431
7432 2001-02-05 Dave Love <fx@gnu.org>
7433
7434 * loadup.el: Revert last two changes -- bootstrapping works with
7435 regenerated loaddefs.
7436
7437 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7438
7439 * isearch.el (isearch-forward): Doc fix.
7440
7441 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7442 of font-lock-defaults to backward-paragraph.
7443
7444 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7445
7446 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7447 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7448
7449 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7450
7451 * ebnf2ps.el: Eliminate time-stamp functions.
7452 (ebnf-version): New version (3.5).
7453 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7454 format-time-string.
7455
7456 2001-02-05 Gerd Moellmann <gerd@gnu.org>
7457
7458 * simple.el (next-line): Goto end-of-line before inserting a newline.
7459
7460 2001-02-05 Miles Bader <miles@gnu.org>
7461
7462 * image-file.el (insert-image-file): When visiting an image, also
7463 set `truncate-lines' to t so that any fringe arrow looks correct.
7464
7465 2001-02-05 Kenichi Handa <handa@etl.go.jp>
7466
7467 * isearch.el (isearch-forward): Add description about input method
7468 in the docsting.
7469
7470 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7471
7472 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7473
7474 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7475
7476 * info.el (info-initialize): If installation-directory is nil, for
7477 DOS/Windows systems try looking in a sibling of invocation-directory.
7478
7479 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7480
7481 * wid-edit.el (widget-button-click): Fix last change.
7482
7483 * frame.el (frame-notice-user-settings): When resizing the initial
7484 frame because the tool bar is off, also change the frame's top
7485 position if a negative top position was specified.
7486
7487 2001-02-02 Miles Bader <miles@gnu.org>
7488
7489 * image-file.el (insert-image-file): When visiting an image,
7490 suppress the cursor in the image buffer.
7491
7492 2001-02-01 Dave Love <fx@gnu.org>
7493
7494 * progmodes/f90.el (f90-mode): Remove startup message.
7495
7496 * vc-cvs.el: Remove autoloads. Require vc when compiling.
7497
7498 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7499
7500 * startup.el (command-line): Fix code determining whether or not
7501 to use delete-key-deletes-forward-mode.
7502
7503 2001-02-01 Andre Spiegel <spiegel@gnu.org>
7504
7505 * vc.el (vc-diff-switches): New user option.
7506 (vc-version-diff): Use it.
7507 (vc-diff-switches-list): New macro.
7508
7509 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7510 New customization options.
7511 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7512
7513 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7514
7515 2001-02-01 Gerd Moellmann <gerd@gnu.org>
7516
7517 * msb.el (toplevel): Quote hook symbols.
7518
7519 2001-02-01 Kenichi Handa <handa@etl.go.jp>
7520
7521 * international/mule.el (make-coding-system): Add description
7522 about recognized properties in the docstring.
7523
7524 * international/mule-conf.el: Remove unused charsets
7525 mac-roman-lower and mac-roman-upper.
7526
7527 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7528
7529 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7530 is in front of the left-margin, if any.
7531
7532 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7533 like `delete'.
7534
7535 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
7536
7537 * term/w32-win.el (mouse-set-font): Doc fix.
7538
7539 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
7540
7541 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7542 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7543 on already.
7544
7545 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
7546
7547 * files.el (save-buffer): Don't give message if (buffer-file-name)
7548 returns nil.
7549
7550 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7551
7552 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7553
7554 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7555 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7556
7557 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7558 display problems.
7559
7560 2001-01-31 Kenichi Handa <handa@etl.go.jp>
7561
7562 * international/mule.el (charset-info): Fix docstring.
7563
7564 * international/mule-diag.el (describe-character-set): Check final
7565 char valid before printing it.
7566
7567 2001-01-30 Gerd Moellmann <gerd@gnu.org>
7568
7569 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7570
7571 * frame.el (frame-notice-user-settings): Do the tool-bar
7572 stuff only for graphical displays. Fix a braino.
7573
7574 * frame.el (frame-initialize): Create initial frame visible.
7575 (frame-notice-user-settings): When tool-bar has been switched off,
7576 correct the frame size and sync tool-bar-mode.
7577
7578 * startup.el (command-line): Remove manipulation of frame
7579 height for tool bars.
7580
7581 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7582
7583 * lpr.el: Compatibility with XEmacs and doc fixes.
7584 (lpr-windows-system, lpr-lp-system): New vars.
7585 (lpr-printer-switch): New defcustom.
7586 (printer-name, lpr-command): Customization fix.
7587 (print-region-1): Code fix.
7588 (print-region-new-buffer, printify-region): Indentation fix.
7589 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7590 New functions.
7591
7592 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7593
7594 * msb.el (toplevel): Fix the eval-after-load.
7595
7596 2001-01-29 Dave Love <fx@gnu.org>
7597
7598 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7599
7600 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7601
7602 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
7603 (tcl-using-emacs-19-23): Consider Emacs 21+.
7604 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7605 (tcl-add-emacs-menu): Supply menu name.
7606 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7607
7608 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7609
7610 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7611
7612 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7613
7614 * pcvs.el (cvs-mark-fis-dead): New function.
7615 (cvs-mode-add): Use it.
7616 (cvs-mode-add-change-log-entry-other-window):
7617 Rebind change-log-default-name to itself rather than to nil.
7618
7619 2001-01-29 Sam Steingold <sds@gnu.org>
7620
7621 * vc-cvs.el: Replaced (require 'vc) with a bunch of
7622 `autoload' statements.
7623
7624 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7625
7626 * files.el (confirm-kill-emacs): Doc fix.
7627
7628 * frame.el (frame-initialize): Doc fix.
7629
7630 * time-stamp.el (time-stamp-string): Doc fix.
7631
7632 * woman.el (WoMan-log-1): Make the log buffer writable.
7633 From Markus Rost <rost@math.ohio-state.edu>.
7634
7635 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7636
7637 * imenu.el (imenu-syntax-alist): Add autoload cookie for
7638 the `make-variable-buffer-local'.
7639
7640 2001-01-29 Dave Love <fx@gnu.org>
7641
7642 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
7643 (ansi-color-for-comint-mode-on, ansi-color-process-output):
7644 Add autoload cookie.
7645 (ansi-color-apply-sequence): Fix typo.
7646
7647 2001-01-29 Gerd Moellmann <gerd@gnu.org>
7648
7649 * menu-bar.el (menu-bar-files-menu): Add menu items for
7650 Postscript printing in black and white.
7651
7652 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
7653 X-Mailman-Version, Precedence, List-Help, List-Post,
7654 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
7655 Content-Type, Content-Length.
7656
7657 2001-01-29 Dave Love <fx@gnu.org>
7658
7659 * elide-head.el (elide-head): Make overlay evaporate.
7660
7661 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
7662
7663 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
7664
7665 * isearch.el (isearch-highlight): Don't punt if the display
7666 doesn't support colors, since isearch faces are defined for
7667 monochrome displays as well.
7668
7669 2001-01-27 Sam Steingold <sds@gnu.org>
7670
7671 * shell.el (shell-write-history-on-exit): Make sure that we are in
7672 the shell buffer (M-x tex-file RET inserted the error message into
7673 the TeX buffer).
7674
7675 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7676
7677 * simple.el (transient-mark-mode): Doc fix.
7678
7679 2001-01-27 Gerd Moellmann <gerd@gnu.org>
7680
7681 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
7682
7683 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7684
7685 * shell.el (shell-unquote-argument): If the shell is one of the
7686 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
7687 quote character.
7688 (shell-dumb-shell-regexp): Document that the shells which match
7689 this regexp are supposed to not treat a backslash as a quote character.
7690
7691 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
7692 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
7693
7694 2001-01-27 Richard M. Stallman <rms@gnu.org>
7695
7696 * dabbrev.el (dabbrev--substitute-expansion):
7697 Treat a one-capital-letter abbrev as "not all upper case",
7698 so as to force preservation of the expansion's pattern
7699 if the expansion starts with a capital letter.
7700
7701 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7702
7703 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
7704 Doc fix.
7705
7706 * simple.el (transient-mark-mode): Document the fact that many
7707 commands act on the region when mark is active.
7708
7709 2001-01-27 Kenichi Handa <handa@etl.go.jp>
7710
7711 * international/quail.el (quail-setup-completion-buf): Make the
7712 multibyteness of current buffer inherited to Quail completion buffer.
7713 (quail-show-guidance-buf): Make the multibyteness of current
7714 buffer inherited to Quail guidance buffer.
7715 (quail-help): Make the multibyteness of current buffer inherited
7716 to Quail help buffer.
7717
7718 2001-01-26 Dave Love <fx@gnu.org>
7719
7720 * time-stamp.el: Doc fixes.
7721
7722 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
7723 (delphi-keyword-face, delphi-other-face): Fix :type.
7724
7725 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
7726
7727 * mail/feedmail.el (feedmail): Add :link.
7728 (feedmail-send-it): Doc fix.
7729
7730 * mail/sendmail.el: Doc fixes.
7731 (sendmail-send-it): Fix the non-ASCII regexp and use
7732 rfc2047-encode-string.
7733
7734 * dired.el, dired-aux.el: Revert last change.
7735
7736 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7737
7738 * makefile.w32-in (DONTCOMPILE): Add various term files.
7739
7740 2001-01-26 Dave Love <fx@gnu.org>
7741
7742 * Makefile.in (DONTCOMPILE): Add various term files.
7743
7744 2001-01-26 Gerd Moellmann <gerd@gnu.org>
7745
7746 * man.el (Man-default-man-entry, Man-mode): Doc fix.
7747
7748 * startup.el (display-startup-echo-area-message): Make sure
7749 the echo area is resized to fit the size of the startup message.
7750
7751 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
7752 part of which is a constant.
7753
7754 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
7755
7756 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
7757
7758 2001-01-26 Richard M. Stallman <rms@gnu.org>
7759
7760 * simple.el (next-line): Don't let `newline' expand abbrevs.
7761 Simplify slightly.
7762 (open-line): Don't let `newline' expand abbrevs.
7763
7764 2001-01-25 John Wiegley <johnw@gnu.org>
7765
7766 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
7767 to `repeat' in the :type field.
7768
7769 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
7770 allow a choice of regexp or nil.
7771 (pcomplete-dir-ignore): Same.
7772
7773 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
7774 a command) to always fail.
7775
7776 2001-01-25 Gerd Moellmann <gerd@gnu.org>
7777
7778 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
7779 discard the result.
7780 (iswitchb-to-end): Likewise.
7781
7782 2001-01-25 Sam Steingold <sds@gnu.org>
7783
7784 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
7785 Require vc.
7786
7787 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
7788
7789 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
7790
7791 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
7792
7793 2001-01-25 Dave Love <fx@gnu.org>
7794
7795 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
7796 (describe-coding-system): Tweak the English text.
7797
7798 * loadup.el: Preload international/ccl for utf-8.
7799
7800 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
7801
7802 * mail/rmail.el (rmail-redecode-body): Doc fix.
7803
7804 2001-01-25 Kenichi Handa <handa@etl.go.jp>
7805
7806 * international/mule-cmds.el (reset-language-environment):
7807 Reset coding-category-utf-8 to mule-utf-8.
7808
7809 * international/mule-conf.el (coding-category-utf-8):
7810 Initialize to mule-utf-8.
7811
7812 * loadup.el: Preload international/utf-8.
7813
7814 * international/utf-8.el: New file.
7815
7816 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
7817
7818 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
7819
7820 2001-01-24 Sam Steingold <sds@gnu.org>
7821
7822 * dired.el (dired-replace-in-string): Removed.
7823 (dired-sort-toggle): Use `replace-regexps-in-string'
7824 instead of `dired-replace-in-string'.
7825
7826 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
7827 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
7828
7829 * gs.el (gs-replace-in-string): Removed.
7830 (gs-options): Use `replace-regexps-in-string'
7831 instead of `gs-replace-in-string'.
7832
7833 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7834
7835 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
7836 bug report is mailed to an email list and posted to a news group.
7837
7838 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7839
7840 * comint.el (comint-replace-by-expanded-history-before-point):
7841 Fix change of 2000-08-03 to move point to the start of the line again.
7842
7843 * startup.el (tool-bar-images-pixel-height): New variable.
7844 (command-line): After loading the user's init file, when
7845 tool-bar-mode is on, increase the frame's size by some lines for
7846 the tool-bar.
7847
7848 * frame.el (frame-initialize): Create the initial frame invisible.
7849
7850 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
7851
7852 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
7853 (chinese-big5): MIME:Big5.
7854
7855 2001-01-24 Gerd Moellmann <gerd@gnu.org>
7856
7857 * international/mule-cmds.el (universal-coding-system-argument):
7858 Handle commands with prefix args.
7859
7860 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7861
7862 * calendar/diary-lib.el (diary-float): Fix case of MONTH
7863 being a list of numbers.
7864 (diary-mail-entries): Rewritten.
7865
7866 2001-01-23 Dave Love <fx@gnu.org>
7867
7868 * international/mule.el (make-coding-system): Fix typo.
7869
7870 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
7871 Add backward-paragraph as font-lock-beginning-of-syntax-function.
7872
7873 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7874
7875 * font-lock.el (font-lock-mode): Doc fix.
7876
7877 2001-01-23 Kenichi Handa <handa@etl.go.jp>
7878
7879 * international/mule.el (make-translation-table): Fix docstring.
7880
7881 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
7882
7883 * mail/rmail.el (rmail-redecode-body): New function.
7884
7885 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
7886
7887 2001-01-22 Gerd Moellmann <gerd@gnu.org>
7888
7889 * isearch.el (isearch-lazy-highlight-case-fold-search)
7890 (isearch-lazy-highlight-regexp): New variables.
7891 (isearch-lazy-highlight-cleanup): Update lazy highlight if
7892 case-fold search or regexp search has been toggled.
7893
7894 * wid-edit.el (widget-button-click): Avoid a save-excursion
7895 around running a global binding.
7896
7897 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
7898 to 0.25.
7899
7900 2001-01-20 Miles Bader <miles@gnu.org>
7901
7902 * cus-edit.el (custom-face-save): Do post-processing on the face's
7903 new value like `custom-face-set' does.
7904
7905 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7906
7907 * mail/emacsbug.el (report-emacs-bug): Report the value of
7908 LC_CTYPE, not LC_TYPE.
7909
7910 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
7911 isearch-toggle-regexp and isearch-edit-string to doc string.
7912
7913 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7914
7915 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
7916 as font-lock-beginning-of-syntax-function in font-lock-defaults.
7917
7918 * jit-lock.el (jit-lock-fontify-now): Don't bind
7919 font-lock-beginning-of-syntax-function to nil.
7920
7921 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
7922
7923 * mail/emacsbug.el (report-emacs-bug): Report values of
7924 locale-coding-system, default-enable-multibyte-characters, and the
7925 environment variables LC_ALL, LC_TYPE, and LANG.
7926
7927 2001-01-19 Gerd Moellmann <gerd@gnu.org>
7928
7929 * font-lock.el (font-lock-default-fontify-region): Fix last change.
7930
7931 * font-lock.el (font-lock-multiline): Default to nil.
7932 (font-lock-default-fontify-region): If font-lock-multiline is
7933 nil, don't check the property `font-lock-multiline'.
7934
7935 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
7936 is nil, don't check the `font-lock-multiline' text property.
7937
7938 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7939
7940 * viper.el: Call initial-major-mode on startup.
7941
7942 * ediff.el (ediff-patch-file): Use better defaults.
7943
7944 * ediff-vers.el: Fix for 8+3 DOS file systems.
7945
7946 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
7947
7948 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
7949 diff mode, if available.
7950
7951 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
7952
7953 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
7954
7955 * ediff-init.el (subst-char-in-string): Define and use it, unless
7956 it's already defined.
7957
7958 2001-01-18 Gerd Moellmann <gerd@gnu.org>
7959
7960 * tooltip.el (tooltip-hide-delay): New user-option.
7961 (tooltip-show): Use tooltip-hide-delay instead of the default.
7962
7963 2001-01-18 Kenichi Handa <handa@etl.go.jp>
7964
7965 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
7966 kill-local-variable doesn't work for enable-multibyte-characters.
7967
7968 2001-01-17 Dave Love <fx@gnu.org>
7969
7970 * ediff-init.el (ediff-before-setup-hook)
7971 (ediff-merge-filename-prefix): Add :version.
7972
7973 * international/latin1-disp.el: Require disp-table.
7974 (latin1-display): Fix :set.
7975
7976 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
7977
7978 2001-01-17 Gerd Moellmann <gerd@gnu.org>
7979
7980 * isearch.el (isearch-lazy-highlight-initial-delay)
7981 (isearch-lazy-highlight-interval): Default to 0.
7982
7983 2001-01-17 Bob Glickstein <bobg@zanshin.com>
7984
7985 * isearch.el (isearch-highlight): Set isearch-overlay priority to
7986 1 here rather than each time through
7987 isearch-lazy-highlight-new-loop.
7988 (isearch-lazy-highlight-max): Variable deleted.
7989 (isearch-lazy-highlight-max-at-a-time): New user variable, like
7990 isearch-lazy-highlight-max but controls a single invocation of
7991 isearch-lazy-highlight-update.
7992 (isearch-lazy-highlight-wrapped): Variable recreated.
7993 (isearch-lazy-highlight-window-start): New variable.
7994 (isearch-lazy-highlight-cleanup): Restored to behavior of
7995 before 2-Jan.
7996 (isearch-lazy-highlight-remove-overlays): Function deleted;
7997 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
7998 behavior removed.
7999 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8000 isearch-lazy-highlight-update in a loop rather than just once.
8001 Test isearch-invalid-regexp here and decide not to start a new
8002 loop, rather than testing it each time through
8003 isearch-lazy-highlight-update.
8004 (isearch-lazy-highlight-search): Function restored.
8005 (isearch-lazy-highlight-update): Get called in a timer loop again,
8006 but this time highlight more than one match each time through.
8007 Only highlight matches in the visible part of the window.
8008 Start at point, move in the direction of the search, and wrap around at
8009 the edge of the window. Use sit-for to force redisplay and ensure
8010 window-start is credible. "Face suppressing" behavior removed;
8011 overlay priorities should make it unnecessary, right?
8012 (isearch-highlight): Face suppressing behavior removed.
8013 (isearch-dehighlight): Face suppressing behavior removed.
8014 (isearch-set-lazy-highlight-faces-at): Removed.
8015
8016 2001-01-17 Kenichi Handa <handa@etl.go.jp>
8017
8018 * language/european.el ("Latin-1"): Make the format of description
8019 about additional language environments same as that of Latin-2.
8020
8021 2001-01-16 Dave Love <fx@gnu.org>
8022
8023 * isearch.el (isearch-lazy-highlight): Add :version.
8024
8025 * simple.el (backward-delete-char-untabify-method)
8026 (next-line-add-newlines): Add :version.
8027
8028 2001-01-16 Gerd Moellmann <gerd@gnu.org>
8029
8030 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8031 Don't bind <delete> otherwise.
8032
8033 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8034 and <delete> via function-key-map.
8035
8036 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8037 Subject line only if point is after the `Subject:'.
8038
8039 2001-01-16 Kenichi Handa <handa@etl.go.jp>
8040
8041 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8042 japanese-jisx0213-2 in `charset' property of this lang. env.
8043
8044 * language/european.el ("Latin-1"): Add description for Dutch and
8045 Spanish lang. env.
8046
8047 * international/mule.el (decode-char): Fix conditions.
8048 (encode-char): Handle eight-bit-control too.
8049 (transform-make-coding-system-args): New function.
8050 (make-coding-system): Accept XEmacs style arguments for CCL base
8051 coding system.
8052
8053 2001-01-15 Gerd Moellmann <gerd@gnu.org>
8054
8055 * progmodes/etags.el (find-tag-noselect): Save the value of
8056 tags-file-name before switching buffers, for the case it has a
8057 buffer-local value.
8058
8059 2001-01-15 Alex Schroeder <alex@gnu.org>
8060
8061 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8062 From Dave Love <fx@gnu.org>.
8063 (ansi-color-for-comint-mode): Fix :version.
8064
8065 2001-01-15 Alex Schroeder <alex@gnu.org>
8066
8067 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8068
8069 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8070
8071 * dired.el (dired-insert-directory): If file-system-info fails,
8072 remove the " free " part, but don't signal an error.
8073
8074 2001-01-12 Sam Steingold <sds@gnu.org>
8075
8076 * bookmark.el (bookmark-maybe-historicize-string):
8077 Use new backquote syntax.
8078
8079 2001-01-12 Richard M. Stallman <rms@gnu.org>
8080
8081 * subr.el (last): Handle a list that doesn't end in nil.
8082
8083 2001-01-12 Sam Steingold <sds@gnu.org>
8084
8085 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8086 to `backward-delete-char-untabify'.
8087
8088 2001-01-12 Dave Love <fx@gnu.org>
8089
8090 * cus-edit.el (customize-menu-create): Fix the :filter following
8091 easymenu change.
8092
8093 * wid-edit.el (function): Add :match-alternatives.
8094 (widget-color-action): Doc fix.
8095
8096 2001-01-12 Gerd Moellmann <gerd@gnu.org>
8097
8098 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8099
8100 2001-01-12 Kenichi Handa <handa@etl.go.jp>
8101
8102 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
8103
8104 * international/ccl.el (define-ccl-program): Fix docstring.
8105
8106 2001-01-11 Dave Love <fx@gnu.org>
8107
8108 * international/mule-cmds.el (standard-display-european-internal):
8109 Set display table for 2208 as for 160.
8110
8111 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8112
8113 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8114 entry for custom-menu-create change.
8115 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8116 don't cons it in the search loop.
8117
8118 * imenu.el (imenu--truncate-items): Revert last change.
8119
8120 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8121
8122 * info.el (Info-setup-header-line): If the node header includes
8123 either Next: or Prev: links, don't show the File: and Node: parts
8124 in the header line.
8125
8126 2001-01-11 Gerd Moellmann <gerd@gnu.org>
8127
8128 * comint.el (comint-goto-process-mark): Don't print a message
8129 when running in batch mode.
8130
8131 * isearch.el (isearch-search): In the condition-case handler for
8132 `error', set isearch-invalid-regexp to the whole error message.
8133
8134 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8135 ensure that eval-after-load works for files dumped with Emacs.
8136
8137 * help.el (load-symbol-file-load-history): New function extracted
8138 from function symbol-file.
8139 (symbol-file): Use it.
8140
8141 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
8142
8143 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8144
8145 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8146 behave as if there were no prefix argument.
8147 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8148 argument were nil.
8149
8150 2001-01-11 Richard M. Stallman <rms@gnu.org>
8151
8152 * isearch.el (isearch-lazy-highlight-update):
8153 Don't look for more potential matches once maximum is exceeded.
8154 Use overlays-in to check correctly for overlap with current match.
8155 Ignore empty matches.
8156
8157 2001-01-11 Miles Bader <miles@gnu.org>
8158
8159 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8160 (ispell-overlay-window, ispell-help, ispell-show-choices)
8161 (ispell-command-loop): Use it instead of `window-height'.
8162
8163 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8164
8165 * files.el (confirm-kill-emacs): New user-option.
8166 (save-buffers-kill-emacs): Ask for final confirmation before
8167 killing Emacs.
8168
8169 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8170 to nil.
8171
8172 2001-01-10 Dave Love <fx@gnu.org>
8173
8174 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8175
8176 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
8177
8178 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8179
8180 * calculator.el (calculator-number-digits): Fix :type.
8181
8182 * vc-cvs.el (vc-cvs-header): Fix :type.
8183 * vc-rcs.el (vc-rcs-header): Fix :type.
8184 * vc-sccs.el (vc-sccs-header): Fix :type.
8185
8186 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8187
8188 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8189
8190 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8191
8192 2001-01-10 Gerd Moellmann <gerd@gnu.org>
8193
8194 * simple.el (set-variable): Force a thorough redisplay for the
8195 case that the variable has an effect on the display, like
8196 `tab-width' has.
8197
8198 2001-01-10 Andre Spiegel <spiegel@gnu.org>
8199
8200 * vc.el: Add documentation for backend interface.
8201
8202 2001-01-10 Kenichi Handa <handa@etl.go.jp>
8203
8204 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8205
8206 * international/mule-conf.el (latin-extra-code-table): Set to t
8207 for \223 and \224.
8208
8209 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8210
8211 * international/mule-cmds.el (locale-language-names): Map "es" to
8212 "Spanish" and "nl" to "Dutch".
8213
8214 2001-01-09 Gerd Moellmann <gerd@gnu.org>
8215
8216 * bindings.el (global-map): Bind <home> to beginning-of-line,
8217 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8218 C-<end> to end-of-buffer.
8219
8220 * language/european.el: Add Dutch and Spanish language info
8221 to be able to use the appropriate tutorials.
8222
8223 2001-01-09 Alex Schroeder <alex@gnu.org>
8224
8225 * ansi-color.el (ansi-color-process-output): Use markers instead
8226 of positions for start and end of region.
8227 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8228 Previously, occasional mistakes happend when fontifying many
8229 chunks of output (eg. ls --color=yes /dev). This happened
8230 whenever an overlay was created up to the end of the region, which
8231 coincided with the process-mark. New text would then be added
8232 within that overlay instead of after it.
8233 (ansi-color-make-extent): Overlays are created with the property
8234 `modification-hooks' set to '(ansi-color-freeze-overlay).
8235 (ansi-color-freeze-overlay): New function. When inserting text at
8236 the end of the overlay, the overlay will resize.
8237
8238 2000-01-09 Alex Schroeder <alex@gnu.org>
8239
8240 * ansi-color.el (ansi-color-process-output): Doc change.
8241 (ansi-color-unfontify-region): Doc change. No longer installed
8242 automatically in font-lock-unfontify-region-function.
8243 (ansi-color-apply): Doc change.
8244 (ansi-color-apply-on-region): Use extents or overlays instead of
8245 text-properties.
8246 (ansi-color-make-extent): New function.
8247 (ansi-color-set-extent-face): New function.
8248
8249 2000-01-09 Alex Schroeder <alex@gnu.org>
8250
8251 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8252 both use ansi-color-process-output, now.
8253 (ansi-color-process-output): Doesn't return string anymore. It is
8254 installed in comint-output-filter-functions for both Emacs and
8255 XEmacs, now.
8256 (ansi-color-unfontify-region): Simplified code removing variables
8257 pos and start-ansi.
8258 (ansi-color-apply): Put text-property ansi-color before putting
8259 text-property face because ansi-color-unfontify-region is called
8260 immediately after the call to put-text-property.
8261 (ansi-color-context-region): Doc change.
8262 (ansi-color-filter-region): Simplified code.
8263 (ansi-color-apply-on-region): Changed start to start-marker, using
8264 a marker explicitly. Put text-property ansi-color before putting
8265 text-property face because ansi-color-unfontify-region is called
8266 immediately after the call to put-text-property.
8267
8268 2000-01-09 Alex Schroeder <alex@gnu.org>
8269
8270 * ansi-color.el (ansi-color-faces-vector): Doc change.
8271 (ansi-color-for-comint-mode): Changed :type property to choice.
8272 (ansi-color-last-context): Removed.
8273 (ansi-color-process-output): Don't use ansi-color-last-context, as
8274 the main functions will store their context now.
8275 (ansi-color-context): Doc change.
8276 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8277 Uses ansi-color-context such that repeated calls will strip
8278 partial escape sequences, too.
8279 (ansi-color-apply): Simplified code. Colorize end of string if
8280 face is not null. Store context in new (FACE STRING) format, such
8281 that repeated calls will strip partial escape sequences, too.
8282 Append faces to face property using ansi-color-apply-sequence such
8283 that cumulative mode actually works.
8284 (ansi-color-context-region): New variable.
8285 (ansi-color-filter-region): Rewrote it based on
8286 ansi-color-apply-on-region. Uses ansi-color-context-region such
8287 that repeated calls will strip partial escape sequences, too.
8288 (ansi-color-apply-on-region): Simplified code. Colorize end of
8289 region if face is not null. Store context in new (FACE POS)
8290 format, such that repeated calls will strip partial escape
8291 sequences, too. Append faces to face property using
8292 ansi-color-apply-sequence such that cumulative mode actually works.
8293 (ansi-color-apply-sequence): New function.
8294 (ansi-color-get-face): When the default face is added to the list
8295 of faces, all previous settings are discarded and the list of
8296 faces is set to '(default).
8297
8298 2000-01-09 Alex Schroeder <alex@gnu.org>
8299
8300 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8301 face, such that ansi-color-apply and ansi-color-apply-on-region
8302 will do the right thing.
8303 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8304 returns nil, set the list of faces back to nil instead of
8305 appending the result of ansi-color-get-face to the front of the list.
8306
8307 2000-01-09 Alex Schroeder <alex@gnu.org>
8308
8309 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8310 (ansi-color-process): Doc change.
8311 (ansi-color-last-context): New buffer-local variable.
8312 (ansi-color-process-output): New function. It is automatically
8313 added to comint-output-filter-functions if this is XEmacs.
8314 (ansi-color-unfontify-region): New optional parameter for XEmacs
8315 compatibility. Check wether font-lock-syntactic-keywords is
8316 boundp before removing the syntax table text property, as XEmacs
8317 doesn't have it.
8318 (ansi-color-filter-region): Doc change.
8319 (ansi-color-apply-on-region): Doc change.
8320 (ansi-color-make-face): New function. Compatibility layer for
8321 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8322 (ansi-color-make-color-map): Use ansi-color-make-face.
8323 (ansi-color-get-face): Avoid face text property '(nil) as results
8324 in an errow for XEmacs.
8325
8326 2000-01-09 Alex Schroeder <alex@gnu.org>
8327
8328 * ansi-color.el (ansi-color-unfontify-region): New function.
8329 Uses text-property ansi-color in order to preserve fontification by
8330 ansi-color. When the package is loaded, a lambda expression is
8331 put onto font-lock-mode-hook. This lambda expression will check
8332 font-lock-unfontify-region-function and replace
8333 font-lock-default-unfontify-region with ansi-color-unfontify-region.
8334 (ansi-color-apply): Add text-property ansi-color in addition to
8335 text-property face.
8336 (ansi-color-apply-on-region): Add text-property ansi-color in
8337 addition to text-property face.
8338 (save-buffer-state): Copy of the macro that is also used by
8339 lazy-lock and font-lock.
8340
8341 (ansi-color-for-comint-mode): New option.
8342 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8343 (ansi-color-for-comint-mode-off): Ditto.
8344 (ansi-color-for-comint-mode-filter): Ditto.
8345 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8346 decide what to do. This function is added to
8347 comint-preoutput-filter-functions when the package is loaded.
8348
8349 (ansi-color-for-shell-mode-set): Removed.
8350 (ansi-color-for-shell-mode): Removed.
8351
8352 2000-01-09 Alex Schroeder <alex@gnu.org>
8353
8354 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8355 the lambda expression from the ansi-color-for-shell-mode :set
8356 property. Additionally, modify shell-mode-hook to enable or
8357 disable font-lock-mode for future shell buffers.
8358 (ansi-color-for-shell-mode): The :set property calls
8359 ansi-color-for-shell-mode-set instead of a lambda expression.
8360
8361 2000-01-09 Alex Schroeder <alex@gnu.org>
8362
8363 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8364 (ansi-color-context): New variable.
8365 (ansi-color-apply): Save context between calls.
8366
8367 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8368
8369 * isearch.el (isearch, isearch-lazy-highlight-face):
8370 New definitions for face colors and attributes.
8371
8372 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8373 of display-mouse-p.
8374
8375 2001-01-09 Kenichi Handa <handa@etl.go.jp>
8376
8377 * international/mule.el (make-coding-system): If the coding system
8378 accepts extra latin codes, register such codes as safe for the
8379 coding system.
8380
8381 2001-01-08 Richard M. Stallman <rms@gnu.org>
8382
8383 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8384 don't mention the file name or the date here, because they are
8385 logged at the start of the file.
8386
8387 2001-01-08 Richard M. Stallman <rms@gnu.org>
8388
8389 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8390 Change screen-width to frame-width.
8391
8392 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8393
8394 * info.el (Info-search): Print the default as part of the prompt.
8395
8396 2001-01-08 Andre Spiegel <spiegel@gnu.org>
8397
8398 * vc.el (vc-default-latest-on-branch-p): New function, replaces
8399 constant implementations in backends.
8400
8401 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8402 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8403
8404 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8405 WRITABLE to EDITABLE.
8406
8407 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8408 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8409 to EDITABLE.
8410
8411 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8412
8413 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
8414 (copyright, copyright-update): Compute the current year at run time.
8415
8416 2001-01-08 Gerd Moellmann <gerd@gnu.org>
8417
8418 * isearch.el (isearch-old-signal-hook): Removed.
8419 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8420 instead of setting signal-hook-function.
8421 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8422
8423 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
8424
8425 * emulation/edt.el: Update to version 4.0. Provide support for
8426 EDT scroll margins at top and bottom of the window. Provide an
8427 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8428 default). Enhance edt-quit, bound to GOLD-q by default, to warn
8429 user when file-related buffer modifications exist.
8430 Provide support for running EDT Emulation in XEmacs.
8431 Provide customize access to some user updatable variables.
8432 Add Commentary section to file header.
8433 Fixed a few minor bugs and cleaned up some code.
8434
8435 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8436 for detecting a keypress that generates an ASCII key sequence.
8437 (Previously, only a keypress that generates a vector was
8438 recognized.) Embed Window Manager name into name of the generated
8439 EDT Emulation initialization file since the initialization file is
8440 Window Manager specific. Add Commentary section to file header.
8441
8442 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8443
8444 * mail/sendmail.el (mail-mode): Doc fix.
8445
8446 * info.el (Info-goto-emacs-command-node): Doc fix.
8447 (Info-goto-emacs-key-command-node): Doc fix.
8448
8449 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8450
8451 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
8452 systems without long file-name support.
8453
8454 2001-01-06 Andrew Innes <andrewi@gnu.org>
8455
8456 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8457
8458 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8459
8460 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8461 (isearch-lazy-highlight-update): Doc fix.
8462
8463 * ffap.el (ffap-bindings): Doc fix.
8464
8465 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8466
8467 2001-01-05 Dave Love <fx@gnu.org>
8468
8469 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8470
8471 2001-01-05 Gerd Moellmann <gerd@gnu.org>
8472
8473 * mouse-drag.el (mouse-drag-safe-scroll):
8474 Bind scroll-preserve-screen-position to nil.
8475
8476 * isearch.el (isearch-old-signal-hook): New variable.
8477 (isearch-mode): Set signal-hook-function to isearch-done.
8478 (isearch-done): Restore old signal-hook-function.
8479
8480 * info.el (Info-fontify-node): Mark one more char as intangible.
8481
8482 2000-01-05 Kenichi Handa <handa@etl.go.jp>
8483
8484 * composite.el (compose-last-chars): New argument COMPONENTS.
8485 If it is non-nil, compose preceding characters by compose-region with
8486 COMPONENTS.
8487
8488 * international/quail.el (quail-input-string-to-events): New function.
8489 (quail-input-method): Convert input string to events here.
8490 (quail-start-translation): Return input string, not event list.
8491 (quail-start-conversion): Likewise.
8492
8493 2001-01-04 Gerd Moellmann <gerd@gnu.org>
8494
8495 * tooltip.el (tooltip-cancel-delayed-tip)
8496 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8497 and tooltip-add-timeout.
8498 (tooltip-show): Set border color from faces's foreground.
8499 (tooltip-show-help-function): If called with the same help string
8500 as last time, do nothing.
8501 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8502
8503 * startup.el (fancy-splash-screens): Don't bind show-help-function
8504 to nil.
8505
8506 * tooltip.el (tooltip-frame-parameters): Remove colors.
8507 (tooltip): New face
8508 (tooltip-set-param): New function.
8509 (tooltip-show): Set up color frame parameters from face `tooltip'.
8510 Display the tooltip text in face `tooltip'.
8511
8512 2001-01-04 Dave Love <fx@gnu.org>
8513
8514 * whitespace.el (whitespace-global-mode): Fix typo.
8515
8516 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8517
8518 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8519
8520 * help.el (help-for-help): Fix a typo in a doc string.
8521 From kwzh@gnu.org (Karl Heuer).
8522
8523 2001-01-03 Dave Love <fx@gnu.org>
8524
8525 * dired-x.el: Doc fixes. Maintainer change.
8526 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
8527 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8528 (dired-guess-shell-alist-user): Customize.
8529 (dired-x-help-address): Set to bug-gnu-emacs.
8530 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8531 (dired-default-directory): Renamed from default-directory.
8532
8533 * hl-line.el (hl-line): Doc fix.
8534
8535 2001-01-03 Karl Fogel <kfogel@red-bean.com>
8536
8537 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
8538
8539 2001-01-02 Richard M. Stallman <rms@gnu.org>
8540
8541 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8542 to remove all the current alternative-match highlighting.
8543 If nil, remove only what's outside the current window.
8544 (isearch-lazy-highlight-remove-overlays): Take optional
8545 region within which NOT to remove them.
8546 (isearch-lazy-highlight-new-loop): Greatly simplified.
8547 (isearch-lazy-highlight-update): Find all the other occurrences
8548 visible in the window, in just one call.
8549 (isearch-lazy-highlight-start): Now holds start of region to scan.
8550 (isearch-lazy-highlight-end): Now holds end of region to scan.
8551 (isearch-lazy-highlight-wrapped): Variable deleted.
8552 (isearch-lazy-highlight-search): Function deleted.
8553
8554 2000-01-02 Andrew Innes <andrewi@gnu.org>
8555
8556 * w32-fns.el (convert-standard-filename): Do length check on name
8557 before aref.
8558
8559 2001-01-02 Dave Love <fx@gnu.org>
8560
8561 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8562 value.
8563 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8564
8565 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8566
8567 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8568 read syntax.
8569
8570 * calendar/todo-mode.el (todo): Add :link, :version.
8571 (todo-save-top-priorities): Remove autoload cookie.
8572 (todo-add-category, todo-add-item-non-interactively)
8573 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
8574
8575 2001-01-02 Gerd Moellmann <gerd@gnu.org>
8576
8577 * comint.el (comint-input-history-ignore): New variable.
8578 (comint-read-input-ring): Ignore entries matching
8579 comint-input-history-ignore.
8580
8581 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
8582
8583 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8584 (lm-copyright-mark): New function.
8585 (lm-crack-copyright): New function.
8586 (lm-verify): Check that the file has a copyright.
8587 Check that the file is copyright Free Software Foundation.
8588
8589 2000-12-30 Kenichi Handa <handa@etl.go.jp>
8590
8591 * international/mule-diag.el (print-fontset): Indent font name by
8592 24 columns, not 25.
8593
8594 2000-12-29 Gerd Moellmann <gerd@gnu.org>
8595
8596 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8597 in Subject line.
8598
8599 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
8600 Use mail-mode-hook instead of mail-setup-hook.
8601 Otherwise continuing an interrupted message with C-u C-x m for
8602 instance, winds up in Mail mode without abbrevs.
8603
8604 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8605
8606 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
8607 non-nil. Adding almost all customization variables on ps-setup.
8608 Doc fix.
8609 (ps-print-version): New version number (6.3.3).
8610 (ps-end-with-control-d): Initialization fix.
8611 (ps-lines-printed): New var.
8612 (ps-skip-newline): New fun.
8613 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8614 (ps-next-line, ps-continue-line, ps-plot-region)
8615 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
8616
8617 2000-12-29 Kenichi Handa <handa@etl.go.jp>
8618
8619 * international/fontset.el (x-complement-fontset-spec):
8620 Resolve ASCII font name so that the same family name is used for fonts
8621 registered in x-font-name-charset-alist.
8622 (create-fontset-from-fontset-spec): Adjusted for the above change.
8623 The name of fontset alias should be a unresolved ASCII font name.
8624
8625 2000-12-28 Gerd Moellmann <gerd@gnu.org>
8626
8627 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8628 and delete in isearch-mode-map.
8629
8630 2000-12-28 Richard M. Stallman <rms@gnu.org>
8631
8632 * dired-x.el (dired-guess-shell-alist-default):
8633 Use xpdf instead of acroread.
8634
8635 2000-12-28 Kenichi Handa <handa@etl.go.jp>
8636
8637 * textmodes/artist.el (artist-butlast): Deleted.
8638 (artist-ellipse-mirror-quadrant): Use butlast instead of
8639 artist-butlast.
8640
8641 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8642
8643 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
8644
8645 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8646
8647 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
8648
8649 * ls-lisp.el: Better support for the Mac and MS-Windows.
8650 (ls-lisp): New defgroup.
8651 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
8652 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
8653 (ls-lisp-support-shell-wildcards): New defcustoms.
8654 (ls-lisp-parse-symlink): New function.
8655 (insert-directory): Code to convert switches to a list and set up
8656 the wildcard argument copied from ls-lisp-insert-directory.
8657 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
8658 for -C and -R switches.
8659 (ls-lisp-column-format): New function.
8660 (ls-lisp-delete-matching, ls-lisp-handle-switches)
8661 (ls-lisp-format-time): Add doc strings.
8662 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
8663 Support ls-lisp-dirs-first.
8664 (ls-lisp-classify, ls-lisp-extension): New functions.
8665 (ls-lisp-format): Optionally support emulation of symlinks.
8666 Support -i, -s, and -G switches.
8667
8668 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8669
8670 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
8671
8672 * version.el (emacs-version): Print X scroll bar information.
8673
8674 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
8675 instead of x-toolkit-scroll-bars-p.
8676
8677 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
8678 of x-toolkit-scroll-bars-p.
8679
8680 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8681
8682 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
8683 (ffap-bindings): Doc fix, to reflect the above change.
8684
8685 2000-12-27 Kenichi Handa <handa@etl.go.jp>
8686
8687 * term.el (term-char-mode): Define all non-ascii self-inserting
8688 characters to 'term-send-raw in term-raw-map.
8689
8690 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
8691
8692 * viper-init (viper-restore-cursor-type): Added condition-case guard.
8693
8694 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
8695 Changed initialization; use add-hook.
8696 (ediff-file-remote-p): Use file-local-copy.
8697
8698 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
8699
8700 * ediff.el (ediff-patch-buffer): Bug fix.
8701 (ediff-revision): Allow selection of the file at the prompt.
8702
8703 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
8704
8705 * subr.el (combine-run-hooks): Remove.
8706
8707 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
8708 and remove the rogue second spec.
8709
8710 2000-12-23 Gerd Moellmann <gerd@gnu.org>
8711
8712 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
8713
8714 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
8715
8716 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
8717 Use minibuffer menu prompt for the `=' prefix.
8718 (smerge-command-prefix): Change default to C-^.
8719 (smerge-mode): Don't assume font-lock doesn't move point.
8720
8721 * skeleton.el (skeleton-internal-1): Make sure the first line of
8722 the region is also re-indented.
8723 (skeleton-end-newline): New var.
8724 (skeleton-end-hook): Use it.
8725
8726 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8727
8728 * comint.el (comint-password-prompt-regexp): Support CVS.
8729
8730 2000-12-22 Gerd Moellmann <gerd@gnu.org>
8731
8732 * simple.el (delete-key-deletes-forward-mode): Simplify.
8733 Also backspace key combinations, depending on
8734 delete-key-deletes-forward.
8735
8736 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
8737
8738 * simple.el (delete-key-deletes-forward): Doc fix.
8739
8740 2000-08-22 Emmanuel Briot <briot@gnat.com>
8741
8742 * xml.el (top level comment): Updated to reflect the fact that
8743 white spaces are relevant in the XML file.
8744 (xml-parse-file): Do not kill an existing Emacs buffer if the file
8745 to parse was already edited. This allows for on-the-fly analysis
8746 of XML files.
8747 (xml-parse-tag): Check that the casing is the same in the start
8748 tag and end tag, since XML is case-sensitive. Allows for spaces
8749 in the end tag, after the name of the tag.
8750 (xml-parse-attlist): Allow for the character '-' in the name of
8751 attributes, as in the standard http-equiv attribute Do not save
8752 the properties in the XML tree, since they are not relevant.
8753
8754 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
8755
8756 * generic.el (generic-read-type): Undo last change, inline into
8757 `generic-mode' and then remove.
8758 (generic-mode): Inline generic-read-type.
8759 (define-generic-mode): Push the symbol name rather than the symbol
8760 onto generic-mode-list.
8761
8762 2000-12-21 Gerd Moellmann <gerd@gnu.org>
8763
8764 * generic.el (generic-read-type): Build an alist for
8765 completing-read as in 20.7.
8766
8767 * play/landmark.el (lm): Use interactive spec `P'.
8768 (toplevel): Don't set debug-on-error.
8769
8770 * server.el (server-switch-buffer): Choose a window on a visible frame.
8771
8772 2000-12-21 Dave Pearson <davep@davep.org>
8773
8774 * quickurl.el: Commentry change, I've moved my web site.
8775
8776 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8777
8778 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
8779 ranges like \177-\237, but accepts the character sequence from \177 to
8780 \237. Doc fix.
8781 (ebnf-version): New version (3.4).
8782 (ebnf-setup): Code fix.
8783 (ebnf-range-regexp): New fun.
8784 (ebnf-8-bit-chars): Const fix.
8785
8786 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
8787 entry. Doc fix.
8788 (ebnf-bnf-lex): Code fix.
8789 (ebnf-bnf-comment-chars): Const fix.
8790
8791 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
8792 entry. Doc fix.
8793 (ebnf-iso-comment-chars): Const fix.
8794
8795 * ebnf-otz.el: Doc fix.
8796
8797 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
8798 entry. Doc fix.
8799 (ebnf-yac-skip-code): Code fix.
8800 (ebnf-yac-comment-chars): Const fix.
8801
8802 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8803
8804 * files.el (insert-directory-safely): New function.
8805 (recover-file): Use it instead of insert-directory.
8806 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8807
8808 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8809
8810 * international/mule-cmds.el (select-safe-coding-system):
8811 Check coding-category-list more rigidly. Improve help message.
8812
8813 * dired.el (dired-move-to-filename-regexp): Fix previous change.
8814
8815 2000-12-21 Miles Bader <miles@gnu.org>
8816
8817 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
8818
8819 2000-12-21 Kenichi Handa <handa@etl.go.jp>
8820
8821 * international/mule-diag.el (describe-char-after): Make *Help*
8822 buffer inherit multibyteness of the current buffer.
8823
8824 * international/mule.el (make-char): Docstring adjusted for the
8825 change of make-char-internal.
8826
8827 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
8828
8829 * international/iso-cvt.el: Docstrings fix.
8830
8831 2000-12-20 Dave Love <fx@gnu.org>
8832
8833 * subr.el (eval-after-load): Doc fix.
8834
8835 2000-12-20 Kenichi Handa <handa@etl.go.jp>
8836
8837 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
8838 for numbers.
8839
8840 2000-12-20 Miles Bader <miles@gnu.org>
8841
8842 * international/quail.el (quail-help): Resize the help window
8843 again after it has all its contents. Remove unneeded progn.
8844
8845 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8846
8847 * pcmpl-linux.el: Fix copy/paste error.
8848
8849 2000-12-19 Andrew Innes <andrewi@gnu.org>
8850
8851 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
8852
8853 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
8854
8855 * progmodes/idlw-rinfo.el: Fixed copyright notice.
8856
8857 * progmodes/idlw-toolbar.el: Fixed copyright notice.
8858
8859 * progmodes/idlw-shell.el: Fixed copyright notice.
8860
8861 * progmodes/idlwave.el: Fixed copyright notice.
8862
8863 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
8864 TAB as key separators.
8865
8866 2000-12-19 Alex Schroeder <alex@gnu.org>
8867
8868 * sql.el (sql-sybase-options): New option.
8869 (sql-sybase): Use it. Add sql-database to the list of parameters
8870 provided for login. The options -w 2048 -n are not used any more.
8871 (sql-postgres-options): Changed default from "--pset" to "-P".
8872 (sql-mysql-options): Doc change.
8873 (sql-stop): Doc change.
8874
8875 2000-12-19 Kenichi Handa <handa@etl.go.jp>
8876
8877 * international/quail.el (quail-input-method): Always hide
8878 the guidance buffer on exiting.
8879
8880 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8881
8882 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
8883 isn't fboundp.
8884
8885 * server.el (server-buffer-done): Bury the buffer before
8886 killing it.
8887
8888 * faces.el (face-spec-set): Interpret a nil in specs for
8889 foreground and background colors as `unspecified', for
8890 compatibility with 20.x.
8891
8892 2000-12-18 Dave Love <fx@gnu.org>
8893
8894 * simple.el (mail-user-agent): Doc fix.
8895 (input-mode-8-bit): Removed.
8896
8897 * international/mule.el (set-keyboard-coding-system): Doc fix.
8898 (keyboard-coding-system): New option.
8899
8900 * mail/sendmail.el (send-mail-function): Customize.
8901
8902 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
8903
8904 * international/codepage.el (cp866-decode-table): New table.
8905
8906 2000-12-18 Gerd Moellmann <gerd@gnu.org>
8907
8908 * version.el (emacs-version): Remove `%a' from the time format
8909 because the weekday doesn't fit well into each locale.
8910
8911 2000-12-18 Miles Bader <miles@gnu.org>
8912
8913 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
8914
8915 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
8916 Check that emacs-major-version is `=' to 20, not `>='.
8917 (artist-replace-chars): Use `make-string' instead of a loop.
8918
8919 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
8920
8921 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
8922 (cvs-execute-single-file): Don't change directory.
8923 Patch from Per Cederqvist.
8924
8925 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
8926
8927 * textmodes/ispell.el (check-ispell-version):
8928 If `ispell-program-name' is "aspell", pass it the -v switch instead
8929 of -vv.
8930
8931 2000-12-16 Kenichi Handa <handa@etl.go.jp>
8932
8933 * international/mule-diag.el (mule-diag): Insert information about
8934 configure options, multibyte awareness, language env.
8935
8936 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
8937 regexp to search for candidates.
8938
8939 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
8940
8941 * info.el (Info-forward-node): If the node has an
8942 Info-header-line, widen the buffer before searching for "next:"
8943 and "up:" pointers, and set the search limit to stay in the
8944 current node.
8945
8946 2000-12-16 Miles Bader <miles@gnu.org>
8947
8948 * simple.el (delete-trailing-whitespace): Remove extraneous let.
8949
8950 2000-12-15 Miles Bader <miles@gnu.org>
8951
8952 * comint.el (comint-send-string, comint-send-region): Also accept
8953 a buffer, buffer-name, or nil for PROCESS, for compatibility with
8954 process-send-string/region.
8955
8956 2000-12-15 Gerd Moellmann <gerd@gnu.org>
8957
8958 * isearch.el (isearch-lazy-highlight-max): New user-option.
8959 (isearch-lazy-highlight-update): Don't highlight more than
8960 isearch-lazy-highlight-max matches.
8961
8962 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
8963
8964 2000-12-15 Richard M. Stallman <rms@gnu.org>
8965
8966 * sort.el (sort-columns): Fix error message.
8967
8968 * dabbrev.el (dabbrev--last-case-pattern): Value is now
8969 `upcase' or `downcase' or nil.
8970 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
8971 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
8972 (dabbrev--substitute-expansion): New arg record-case-pattern.
8973 If it is non-nil, set dabbrev--last-case-pattern.
8974 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
8975
8976 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
8977
8978 2000-12-15 Miles Bader <miles@gnu.org>
8979
8980 * paths.el (Info-default-directory-list): Don't delete
8981 configure-info-directory from the list of standard info
8982 directories when appending it to the end -- their order is important.
8983
8984 * faces.el (read-face-attribute): If there's no entry for the
8985 user's input in VALID, just use it as-is (this will often result
8986 in an error, but it may be OK for e.g. colors using hexadecimal
8987 notation, and at least will yield a better error message).
8988
8989 * window.el (mode-line-window-height-fudge): Function removed.
8990 (height-affecting-face-attributes, mode-line-window-height-fudge):
8991 Variables removed.
8992 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
8993 window is really the right size. Use vertical-motion
8994 rather than forward-line.
8995 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
8996 (ispell-command-loop, ispell-show-choices): Use the variable
8997 ispell-choices-win-default-height, rather than the function.
8998 (ispell-choices-win-default-height): Function removed.
8999 (ispell-mode-line-window-height-fudge): Function removed.
9000
9001 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9002
9003 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9004
9005 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9006
9007 * paths.el (Info-default-directory-list):
9008 If configure-info-directory is not one of the standard directories,
9009 put it first in the list; otherwise put it last. Doc string
9010 changed accordingly.
9011
9012 * info.el (Info-directory-list): Change doc string to reflect the
9013 change in Info-default-directory-list.
9014
9015 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9016 windows-nt as windowed environments, even under -nw.
9017
9018 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9019 if not fboundp. Switch delete-forward mode for the <delete> key
9020 on all PC platforms, even under -nw.
9021
9022 * term/internal.el ([M-delete]): Remap to M-d.
9023
9024 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9025
9026 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9027
9028 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9029
9030 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9031
9032 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9033
9034 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9035 if appropriate.
9036
9037 * simple.el (delete-key-deletes-forward): New user-option.
9038 (delete-key-deletes-forward-mode): New function.
9039
9040 * bindings.el: Bind `delete' to backward-delete-char.
9041
9042 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9043 Test if symbol is bound before getting its value.
9044
9045 * tooltip.el (tooltip-show): If an error is signaled in
9046 x-show-tip, display that error, and display the help in the
9047 echo area.
9048
9049 2000-12-14 Kenichi Handa <handa@etl.go.jp>
9050
9051 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9052 Show "... entries" messages for every 10000 entries, not 10.
9053
9054 2000-12-13 Karl Fogel <kfogel@red-bean.com>
9055
9056 * bookmark.el: Provide a generic exit hook, as suggested by
9057 Ovidiu Predescu <ovidiu@cup.hp.com>:
9058 (bookmark-exit-hook): New var.
9059 (bookmark-exit-hook-internal): New func, replaces
9060 old raw lambda form in `kill-emacs-hook', and runs new
9061 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9062 as logically that feature must have been provided if this function
9063 is running.
9064 Removed ;;;###autoload before the `add-hook' call.
9065
9066 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9067
9068 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9069 (easy-menu-current-active-maps): New function.
9070 (easy-menu-get-map): Use it.
9071 Make a proper menu entry when creating a new keymap.
9072
9073 2000-12-13 Kenichi Handa <handa@etl.go.jp>
9074
9075 * international/characters.el: Fix cases and syntaxes for
9076 mule-unicode-0100-24ff.
9077
9078 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9079 that a Japanese character is not appended after day and year.
9080
9081 * info.el (Info-suffix-list): Change format for a command that
9082 requires arguments.
9083 (info-insert-file-contents): Adjusted for the above change.
9084
9085 2000-12-12 Andreas Schwab <schwab@suse.de>
9086
9087 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9088 on the name of the tar buffer. Verify that the existing buffer is
9089 visiting the same subfile.
9090
9091 2000-12-12 Dave Love <fx@gnu.org>
9092
9093 * subdirs.el: Add obsolete.
9094
9095 2000-12-12 Gerd Moellmann <gerd@gnu.org>
9096
9097 * mail/rmailsum.el (rmail-summary-expunge)
9098 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9099 instead of rmail-confirm-expunge.
9100
9101 * replace.el (perform-replace): Don't use an empty match adjacent
9102 to a non-empty match when computing the next match before the
9103 replacement is performed.
9104
9105 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
9106
9107 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9108 definition (patch by Stefan Monnier).
9109 (glasses-mode): Use jit-lock instead of `after-change-functions'
9110 (patch by Stefan Monnier).
9111
9112 2000-12-12 Miles Bader <miles@gnu.org>
9113
9114 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9115 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9116
9117 2000-12-12 Andrew Choi <akochoi@i-cable.com>
9118
9119 * term/mac-win.el: Remove load for ls-lisp.
9120
9121 * loadup.el: Load ls-lisp for system-type `macos'.
9122
9123 2000-12-12 Miles Bader <miles@gnu.org>
9124
9125 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9126 Respect field end too.
9127 (just-one-space): Respect fields as `delete-horizontal-space'.
9128 (newline-and-indent, reindent-then-newline-and-indent):
9129 Use `delete-horizontal-space'.
9130
9131 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9132
9133 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9134 (so as to obey the field property in the minibuffer).
9135
9136 * obsolete/c-mode.el: Moved from lisp/progmodes.
9137 * obsolete/auto-show.el: Moved from lisp.
9138 * obsolete/ooutline.el: Moved from lisp/textmodes.
9139
9140 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9141
9142 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
9143 changes to list them here.
9144
9145 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9146 Too many changes to list them here.
9147
9148 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9149 Too many changes to list them here.
9150
9151 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9152
9153 2000-12-11 Gerd Moellmann <gerd@gnu.org>
9154
9155 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
9156
9157 * cus-edit.el (custom-save-variables, custom-save-faces):
9158 Comment fix.
9159
9160 * hscroll.el: Moved to `obsolete' subdir.
9161
9162 2000-12-11 Miles Bader <miles@gnu.org>
9163
9164 * window.el (window-text-height): Function removed (now in C).
9165
9166 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9167
9168 * log-edit.el (log-edit-parent-buffer): New var.
9169 (log-edit): Set it. Add BUFFER argument.
9170 (log-edit-done): Use char-before.
9171 Don't bother checking validity of vc-comment-ring.
9172 Only bury the buffer if log-edit popped it up.
9173
9174 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9175 (cvs-mode-diff-help): Remove.
9176 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
9177 (cvs-mode-marked): Set up the default for CMD manually.
9178
9179 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9180 Remove binding for ? now made unnecessary.
9181
9182 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9183
9184 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
9185 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9186
9187 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9188 when master file is not open.
9189
9190 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9191
9192 * progmodes/ada-stmt.el: Update `maintainer'.
9193
9194 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
9195
9196 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9197 choices to match documentation string.
9198
9199 2000-12-09 Miles Bader <miles@gnu.org>
9200
9201 * minibuf-eldef.el: New file.
9202
9203 * window.el (fit-window-to-buffer): Don't pass last argument to
9204 pos-visible-in-window-p, now that its meaning is inverted.
9205
9206 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9207
9208 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9209 <ceder@lysator.liu.se>.
9210
9211 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9212
9213 * autoinsert.el (auto-insert-alist): Add missing final \n.
9214
9215 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9216 (cvs-menu-map): Remove.
9217 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9218 (cvs-mode-quit): Turn it back into a plain function.
9219
9220 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
9221 (texinfo-filter): Remove (move to texinfo.el).
9222
9223 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9224 file where it's more visible.
9225 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9226 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9227 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9228 (texinfo-inside-macro-p): Only catch `scan-error's.
9229 (texinfo-inside-env-p): Make better use of the match info.
9230 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9231 (texinfo-insert-@end): Slight re-organization.
9232 Also remove useless `looking-at' call.
9233
9234 2000-12-08 Andrew Innes <andrewi@gnu.org>
9235
9236 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9237 accessible in -nw mode.
9238
9239 * term/w32-win.el: Remove stuff about selection timeout, which is
9240 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9241 it is accessible in -nw mode.
9242
9243 2000-12-08 Dave Love <fx@gnu.org>
9244
9245 * emacs-lisp/lisp-mode.el (lisp-mode):
9246 Set font-lock-keywords-case-fold-search.
9247
9248 2000-12-08 Gerd Moellmann <gerd@gnu.org>
9249
9250 * textmodes/ispell.el (ispell): Doc fix.
9251
9252 2000-12-08 Kenichi Handa <handa@etl.go.jp>
9253
9254 * international/quail.el (quail-insert-decode-map): Check the
9255 frame width of a window displaying the current buffer, not that of
9256 the selected frame.
9257 (quail-help): Make sure that the help buffer has window before
9258 inserting text in it.
9259
9260 2000-12-07 Sam Steingold <sds@gnu.org>
9261
9262 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9263 Backquote is used in isearch.el, so autoloading saves nothing.
9264
9265 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9266
9267 * startup.el (normal-top-level-add-subdirs-to-load-path):
9268 Ignore the CVS and RCS subdirectories case-insensitively.
9269
9270 * dired.el (dired-insert-directory): If file-system-info is
9271 fboundp, call it instead of invoking dired-free-space-program.
9272
9273 2000-12-07 Gerd Moellmann <gerd@gnu.org>
9274
9275 * server.el (server-visit-files): Push files on file-name-history.
9276
9277 * progmodes/cc-langs.el: Update copyright.
9278
9279 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9280
9281 * bindings.el (mode-line-mode-menu): Add glasses-mode.
9282
9283 * bindings.el (mode-line-mode-menu): Reverse the order
9284 of define-keys so that the menu appears in alphabetical order.
9285
9286 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
9287
9288 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9289 of the function.
9290
9291 2000-12-07 Dave Love <fx@gnu.org>
9292
9293 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9294
9295 * facemenu.el (facemenu-unlisted-faces): Fix value.
9296
9297 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9298
9299 * font-lock.el (font-lock-default-fontify-region):
9300 Include the terminating \n (off-by-one error).
9301 (font-lock-set-defaults): Use dolist.
9302
9303 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9304
9305 2000-12-07 Kenichi Handa <handa@etl.go.jp>
9306
9307 * international/mule-cmds.el (describe-language-environment):
9308 Fix for the case that an input method title is not string but a list.
9309
9310 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9311 of wrong SIZE record.
9312
9313 2000-12-06 Dave Love <fx@gnu.org>
9314
9315 * newcomment.el (comment-region, comment-dwim): Doc fix.
9316
9317 * textmodes/texinfo.el: Require tex-mode when compiling.
9318 (texinfo-update-node): Doc fix.
9319 (texinfo-imenu-generic-expression): Add @anchor.
9320 (texinfo-font-lock-keywords): Add @uref.
9321 (texinfo-inside-macro-p): Don't use ignore-errors.
9322 (texinfo-insert-quote): Match more contexts.
9323
9324 * international/mule.el (decode-char, encode-char): Doc fix.
9325 (auto-coding-alist): Customize.
9326
9327 * files.el (load-file): Fix change of 2000-03-12.
9328
9329 * wid-edit.el (widget-text-keymap): Doc fix.
9330
9331 2000-12-06 Andrew Innes <andrewi@gnu.org>
9332
9333 * makefile.w32-in (lisp): Set to an absolute directory, namely
9334 $(CURDIR).
9335
9336 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9337
9338 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9339 read generated-autoload-file, and set buffer-file-coding-system to
9340 raw-text-unix after reading the file.
9341
9342 * international/mule-conf.el (file-coding-system-alist):
9343 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9344
9345 2000-12-06 Gerd Moellmann <gerd@gnu.org>
9346
9347 * replace.el (occur): Make line-number-width 1 smaller for the
9348 colon following the line number.
9349
9350 * startup.el (fancy-splash-text, command-line-1):
9351 Use `File' for the menu name instead of `Files'.
9352
9353 * tmm.el: Update copyright.
9354
9355 * cus-start.el: Add entry for even-window-heights.
9356
9357 2000-12-06 Miles Bader <miles@gnu.org>
9358
9359 * faces.el (frame-set-background-mode): Avoid stomping on
9360 locally modified faces.
9361
9362 2000-12-06 Kenichi Handa <handa@etl.go.jp>
9363
9364 * international/fontset.el: Correct the font registries for
9365 japanese-jisx0213-1 and japanese-jisx0213-2.
9366
9367 2000-12-05 Gerd Moellmann <gerd@gnu.org>
9368
9369 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9370
9371 * iswitchb.el: Update customization commentary.
9372
9373 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
9374
9375 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9376 (tpu-search-highlight): Fixed comparison of overlay end positions.
9377 (tpu-trim-line-ends): Implemented trimming logic locally.
9378
9379 * emulation/tpu-extras.el (tpu-write-file-hook)
9380 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
9381
9382 2000-12-05 Kenichi Handa <handa@etl.go.jp>
9383
9384 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9385 to cn-gb.
9386 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9387
9388 2000-12-04 Dave Love <fx@gnu.org>
9389
9390 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9391
9392 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9393
9394 * mail/rmailsum.el (rmail-summary-expunge)
9395 (rmail-summary-expunge-and-save): Ask for confirmation with
9396 rmail-expunge-confirmed.
9397
9398 * mail/rmail.el (rmail-expunge-confirmed): New function.
9399 (rmail-expunge): Use it.
9400
9401 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9402
9403 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
9404 (etags-recognize-tags-table, find-tag-in-order):
9405 New functionality: interpret file names as tags.
9406
9407 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9408
9409 * info.el (Info-scroll-prefer-subnodes): New defcustom.
9410 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9411 the first subnode until the bottom of the current node is visible.
9412
9413 2000-12-04 Gerd Moellmann <gerd@gnu.org>
9414
9415 * format.el (format-decode): Don't change buffer's undo list.
9416
9417 2000-12-04 Kenichi Handa <handa@etl.go.jp>
9418
9419 * faces.el (face-font-registry-alternatives): Add entries for CJK
9420 fonts. Doc-string adjusted for the actual usage of this data.
9421
9422 * international/fontset.el: Change the font registries for CJK
9423 fonts in the default fontset. Don't append '*' to registries.
9424
9425 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9426
9427 * emacs-lisp/easy-mmode.el (define-derived-mode)
9428 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9429
9430 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9431 (derived-mode-p): New function.
9432 (derived-mode-make-docstring): Add `docstring' argument.
9433 Use it if available and complete it if necessary.
9434
9435 2000-12-03 Andreas Schwab <schwab@suse.de>
9436
9437 * type-break.el (type-break): Don't make parent of itself.
9438
9439 2000-12-03 Miles Bader <miles@gnu.org>
9440
9441 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9442
9443 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9444
9445 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9446 (tex-main-file, tex-file): Simplify.
9447 (tex-generate-zap-file-name): Use subst-char-in-string.
9448 (tex-strip-dots): Remove.
9449
9450 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9451
9452 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9453 to check if the match succeeded.
9454
9455 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9456
9457 * startup.el (use-fancy-splash-screens-p): New function.
9458 (command-line-1): Use it to determine whether or not to use
9459 a fancy splash screen.
9460
9461 2000-12-02 Andreas Schwab <schwab@suse.de>
9462
9463 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9464
9465 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9466
9467 * international/mule.el (make-char): Fix last change.
9468
9469 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9470 New defcustoms.
9471 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
9472 autoloading tex-mode; instead, do the same manually.
9473 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9474 with numeric argument. Docstring fix.
9475 (toplevel): Require cl when compiling.
9476
9477 * international/mule.el (make-char): Doc fix.
9478
9479 2000-12-02 Jason Rumney <jasonr@gnu.org>
9480
9481 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9482 the Emacs Lisp manual)
9483
9484 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9485
9486 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9487
9488 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9489 the Emacs Lisp manual).
9490
9491 2000-12-02 Gerd Moellmann <gerd@gnu.org>
9492
9493 * simple.el (next-line-add-newlines): Change default to nil.
9494
9495 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9496
9497 * files.el (revert-buffer, recover-file):
9498 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
9499
9500 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9501
9502 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9503
9504 2000-12-01 Miles Bader <miles@gnu.org>
9505
9506 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9507
9508 2000-12-01 Kenichi Handa <handa@etl.go.jp>
9509
9510 * international/mule-diag.el (describe-char-after): Fix typo.
9511 (describe-character-set, non-iso-charset-alist): Fix typo.
9512
9513 2000-12-01 Miles Bader <miles@gnu.org>
9514
9515 * image-file.el (image-file-name-regexp): Automatically add
9516 upper-case variants of each filename extension in
9517 `image-file-name-extensions', since they seem to be common.
9518
9519 * simple.el (minibuffer-contents)
9520 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9521 New functions.
9522 * filecache.el (file-cache-directory-name)
9523 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9524
9525 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
9526
9527 * filecache.el (file-cache-minibuffer-complete): Don't try to
9528 delete the minibuffer prompt.
9529
9530 2000-11-30 Dave Love <fx@gnu.org>
9531
9532 * cus-start.el: Fix read-buffer-function type.
9533
9534 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9535
9536 * md5.el: Removed. There's a built-in function, now.
9537
9538 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
9539
9540 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9541 as dummy 0-th char of rmail-deleted-vector.
9542
9543 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9544
9545 * ps-print.el (ps-end-job): Bind case-fold-search only after
9546 switching to ps-spool-buffer.
9547
9548 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9549
9550 * ps-print.el: Line number font customization. PostScript: Lines and
9551 PageCount are initialized on each page. Doc Fix.
9552 (ps-print-version): New version number (6.3.2).
9553 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9554 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9555 (ps-right-header): Customization fix.
9556 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9557 Fix code.
9558 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9559 New vars.
9560
9561 2000-11-30 Gerd Moellmann <gerd@gnu.org>
9562
9563 * bs.el: Fix typos and spelling errors.
9564 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9565 (bs-configuration): Doc fix.
9566
9567 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9568
9569 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
9570
9571 * emulation/tpu-edt.el (tpu-version): New version.
9572 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9573 (tpu-original-mode-line): Variable deleted.
9574 (tpu-mark-flag): New initial value.
9575 (tpu-set-mode-line): Don't redefine mode-line-format.
9576 Add tpu-mark-flag to minor-mode-alist.
9577 (tpu-update-mode-line): New mark flag logic.
9578 (tpu-get): Use find-file-wildcards.
9579 (tpu-search-highlight): Move overlay less, reset overlay properly.
9580 (tpu-unselect): Deactivate mark.
9581 (tpu-lm-replace): Reset overlay properly.
9582 (tpu-forward-line): Use forward-visible-line.
9583 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9584
9585 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
9586
9587 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9588
9589 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9590
9591 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9592
9593 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9594 and skip whitespace and newlines.
9595
9596 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9597
9598 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9599
9600 2000-11-29 Gerd Moellmann <gerd@gnu.org>
9601
9602 * help.el (describe-function-1): Regexp-quote function name
9603 when used as part of a regexp.
9604
9605 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9606 Use face-attribute instead of face-foreground and face-background.
9607 (tool-bar-add-item): Likewise, and handle unspecified colors.
9608
9609 * enriched.el (enriched-face-ans): Use face-attribute instead
9610 of face-foreground and face-background.
9611
9612 * faces.el (face-foreground, face-background, face-stipple):
9613 Return nil if attribute is unspecified, for backward compatibility.
9614
9615 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9616
9617 * play/5x5.el: Remove version info.
9618
9619 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9620
9621 * frame.el (blink-cursor-mode): Doc fix.
9622
9623 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9624
9625 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9626 to create Makefile rules.
9627 (antlr-tool-command): New user option.
9628 (antlr-ask-about-save): New user option.
9629 (antlr-makefile-specification): New user option.
9630 (antlr-file-formats-alist): New variable.
9631 (antlr-special-file-formats): New variable.
9632 (antlr-unknown-file-formats): New user option.
9633 (antlr-help-unknown-file-text): New variable.
9634 (antlr-help-rules-intro): New variable.
9635 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
9636 (antlr-mode-menu): Add entries.
9637 (antlr-file-dependencies): New function.
9638 (antlr-directory-dependencies): New function.
9639 (antlr-superclasses-glibs): New function.
9640 (antlr-run-tool): New command.
9641 (antlr-makefile-insert-variable): New function.
9642 (antlr-insert-makefile-rules): New function.
9643 (antlr-show-makefile-rules): New command.
9644
9645 * antlr-mode.el: More Emacs/XEmacs stuff.
9646 (antlr-no-action-keywords): New constant with value nil.
9647 (antlr-font-lock-keywords-alist): Use it. Old value would break
9648 syntax highlighting in Emacs-21.0.
9649 (antlr-default-directory): Emacs/XEmacs dependend function.
9650 (antlr-read-shell-command): Ditto.
9651 (antlr-with-displaying-help-buffer): Ditto.
9652
9653 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9654
9655 * antlr-mode.el: imenu, parsing and highlighting changes.
9656 (antlr-imenu-create-index-function): Don't create extra submenus
9657 for definitions in different grammar classes. It is not necessary
9658 for the menu and would make command `imenu' awkward to use.
9659 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
9660 header actions and more than one.
9661 (antlr-font-lock-tokendef-face): Changed color.
9662 (antlr-font-lock-tokenref-face): Changed color.
9663 (antlr-font-lock-additional-keywords): Also highlight lowercase.
9664 (antlr-mode-syntax-table): New variable.
9665 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
9666 (antlr-with-syntax-table): Don't copy syntax table.
9667
9668 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9669
9670 * antlr-mode.el: Minor changes: language setting.
9671 (antlr-language-alist): The value for file option "language" can
9672 be both an identifier and a string.
9673 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
9674 (antlr-language-limit-n-regexp): Change accordingly.
9675
9676 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9677
9678 * antlr-mode.el: Minor changes: tabs, hiding.
9679 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
9680 (antlr-action-visibility): Also allow value nil to also hide the
9681 braces. Renamed from `antlr-tiny-action-length'.
9682 Suggested by Jay@aol.com.
9683 (antlr-hide-actions): Change accordingly. Hide line if completely
9684 hidden action is on a line of its own.
9685
9686 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9687
9688 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
9689
9690 * sort.el (sort-columns): Don't concat strings with numbers.
9691
9692 2000-11-29 Dave Love <fx@gnu.org>
9693
9694 * cus-edit.el (face): Fix :format.
9695
9696 * mail/feedmail.el: Require smtpmail when compiling.
9697 (mail-do-fcc): Autoload.
9698 (feedmail) <defgroup>: Fix :link.
9699 (feedmail-nuke-body-in-fcc): Fix :type.
9700 (feedmail-send-it): Add autoload cookie.
9701
9702 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
9703
9704 * newcomment.el (comment-indent): Save excursion around call to
9705 comment-indent-function.
9706
9707 2000-11-29 Miles Bader <miles@gnu.org>
9708
9709 * subr.el (member-ignore-case): Return the tail of the list who's
9710 car matches, like `member', not the matching element itself.
9711
9712 2000-11-29 Kenichi Handa <handa@etl.go.jp>
9713
9714 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
9715 should not contain `\n'.
9716
9717 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9718
9719 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9720
9721 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
9722
9723 * dired-aux.el (dired-do-create-files): Construct default file
9724 name for dired-mark-read-file-name so that when the user enters
9725 just RET, the target file will end up in the target directory.
9726
9727 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
9728 local-abbrev-table before changing buffers because it might
9729 have a buffer-local binding.
9730
9731 2000-11-28 Miles Bader <miles@gnu.org>
9732
9733 * simple.el (delete-horizontal-space): Handle fields more generally.
9734
9735 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9736
9737 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
9738
9739 2000-11-28 Dave Love <fx@gnu.org>
9740
9741 * progmodes/ps-mode.el (ps-mode): Set comment-start and
9742 comment-start-skip locally.
9743
9744 * progmodes/fortran.el (fortran-mode): Don't set
9745 fortran-comment-line-start-skip. Set comment-start to
9746 fortran-comment-line-start.
9747 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
9748 (fortran-comment-line-start-skip): Simplify slightly.
9749
9750 2000-11-28 Gerd Moellmann <gerd@gnu.org>
9751
9752 * play/5x5.el: Remove RCS keyword.
9753
9754 * bs.el: Mistaken commit, undone 2000-11-30.
9755
9756 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
9757
9758 * textmodes/tildify.el (tildify-string-alist):
9759 Add `plain-tex-mode' here.
9760
9761 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
9762
9763 * chistory.el (Command-history-setup): Remove extraneous `keymap'
9764 reference.
9765
9766 2000-11-28 Miles Bader <miles@gnu.org>
9767
9768 * cus-face.el (custom-face-attributes): Add post-filter function
9769 for :box. Make pre-filter function for :box handle all cases.
9770
9771 * wid-edit.el (widget-choose): Make sure pop-up window is large
9772 enough to display all the choices, as there's no way to scroll it.
9773
9774 2000-11-28 Kenichi Handa <handa@etl.go.jp>
9775
9776 * international/mule-conf.el: Make the coding system no-conversion
9777 safe for all characters.
9778
9779 2000-11-27 Dave Love <fx@gnu.org>
9780
9781 * net/ldap.el (ldap) <defgroup>: Add :version.
9782
9783 * tooltip.el (tooltip-use-echo-area): Doc fix.
9784
9785 * cus-start.el <minibuffer-prompt-properties>: Add version.
9786 <read-buffer-function>: Add.
9787
9788 * apropos.el (apropos-print): Add help-echo to active text.
9789
9790 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
9791
9792 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9793
9794 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
9795 type, group and version.
9796
9797 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
9798
9799 * select.el (x-get-selection): Docstring fix.
9800
9801 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
9802
9803 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
9804
9805 2000-11-27 Andrew Innes <andrewi@gnu.org>
9806
9807 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
9808
9809 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
9810
9811 2000-11-27 Miles Bader <miles@gnu.org>
9812
9813 * dired.el (dired-get-filename): Return filename verbatim if
9814 LOCALP is `verbatim'.
9815 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
9816 `verbatim' so that we don't inadvertently delete a non-existant
9817 directory name.
9818
9819 2000-11-27 Kenichi Handa <handa@etl.go.jp>
9820
9821 * international/characters.el: Specify cases and syntaxes for
9822 mule-unicode-0100-24ff.
9823
9824 2000-11-27 Gerd Moellmann <gerd@gnu.org>
9825
9826 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
9827 that foreground and/or background colors of the face `tool-bar'
9828 are unspecified.
9829
9830 2000-11-27 Miles Bader <miles@gnu.org>
9831
9832 * wid-edit.el (widget-field-buffer, widget-field-start)
9833 (widget-field-end): Handle widget field `pseudo-overlays'.
9834 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
9835 if it's there instead of in `widget-field-list'.
9836
9837 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
9838 (help-make-xrefs): Delete extraneous newlines at the end of the
9839 docstring.
9840
9841 2000-11-25 Jason Rumney <jasonr@gnu.org>
9842
9843 * startup.el (command-line): Call set-locale-environment after
9844 Window System init file is read, as it can result in a call to
9845 redraw-frame.
9846
9847 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9848
9849 * simple.el (shell-command): Mention the effect of the prefix
9850 argument in the doc string.
9851
9852 2000-11-25 Miles Bader <miles@gnu.org>
9853
9854 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
9855
9856 * wid-edit.el (widget-field-value-delete): Don't try to delete
9857 overlay when it's the `pseudo-overlay' that exists at some points.
9858
9859 2000-11-24 Jason Rumney <jasonr@gnu.org>
9860
9861 * international/mule-cmds.el (locale-language-names): Add "jp" as
9862 a non-standard alternative for Japanese.
9863
9864 2000-11-24 Andre Spiegel <spiegel@gnu.org>
9865
9866 * vc-hooks.el: Require 'cl during compilation.
9867
9868 2000-11-24 Gerd Moellmann <gerd@gnu.org>
9869
9870 * faces.el (face-set-after-frame-default): Let face attributes
9871 specified for new frames override frame parameters.
9872
9873 * startup.el (command-line): Fix computation of the source file
9874 for user-init-file when user-init-file is a compiled file.
9875
9876 2000-11-24 Miles Bader <miles@gnu.org>
9877
9878 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
9879 (custom-post-filter-face-spec): New functions.
9880 (custom-face-set, custom-face-value-create): Filter the face spec
9881 before and after customization.
9882 (custom-face-set): If VALUE specifies a null face, pass a
9883 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
9884 * cus-face.el (custom-face-attributes): Remove SET and GET
9885 functions. Add some IN-FILTER and OUT-FILTER functions in the few
9886 cases they're needed.
9887
9888 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
9889 that it's distinguishable from the :off-glyph on dark-background
9890 displays. Set its background color too.
9891
9892 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
9893 so that people can easily turn it off.
9894
9895 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
9896
9897 * ediff-diff.el: Moved variables around to have it compile under NT.
9898
9899 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
9900
9901 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
9902
9903 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
9904 redundant skip-small-frames test.
9905
9906 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
9907 (viper-downgrade-to-insert): Protect against errors in hooks.
9908
9909 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
9910 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
9911 (viper-restore-cursor-type,viper-set-insert-cursor-type):
9912 New functions.
9913
9914 * viper-util.el (viper-memq-char): Bug fixes.
9915
9916 * viper.el (viper-mode): Fix cursor handling.
9917
9918 2000-11-24 Kenichi Handa <handa@etl.go.jp>
9919
9920 * international/mule-diag.el (list-iso-charset-chars):
9921 For two-byte charset, fix the `while' condition.
9922 (list-non-iso-charset-chars): Fix the `while' condition.
9923
9924 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
9925
9926 * subr.el (add-hook, remove-hook): Don't call make-local-hook
9927 if the variable is make-variable-buffer-local.
9928
9929 * progmodes/ada-stmt.el (ada-template-map):
9930 Initialize and bind it to C-c t in ada-mode-map.
9931 (ada-stmt-mode-hook): New function extracted from old code.
9932 Only change the buffer-local side of skeleton-*.
9933 (ada-mode-hook): Use it.
9934
9935 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9936
9937 * iswitchb.el (iswitchb-minibuf-depth): New variable.
9938 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
9939 we expect to be returned by minibuffer-depth once we prompt the
9940 user in the minibuffer.
9941 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
9942 as recorded in iswitchb-minibuf-depth, return non-nil.
9943
9944 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9945
9946 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
9947 (hscroll-window-maybe): Docstring fix.
9948
9949 2000-11-23 Dave Love <fx@gnu.org>
9950
9951 * rect.el (string-rectangle): Don't test delete-selection-mode.
9952
9953 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9954
9955 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
9956 is in the tool bar.
9957
9958 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
9959 with `no-dir'; we want the directory part to be able to remove it.
9960
9961 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9962
9963 * textmodes/outline.el (outline-flag-region):
9964 Don't bind inhibit-read-only since we don't modify the buffer.
9965 (outline-isearch-open-invisible): Don't jump to overlay-start
9966 since we're trying to unhide text around point.
9967 (outline-discard-overlays): Use dolist.
9968
9969 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
9970
9971 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9972
9973 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
9974
9975 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
9976
9977 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
9978 Fix ARG regexp to skip quoted braces.
9979 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
9980 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
9981 are (correctly) handled separately).
9982 Remove `caption' and `footnote' from `citations': they contain text.
9983 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
9984 (latex-skeleton-end-hook): New function.
9985 (latex-mode): Use it.
9986 (tex-start-tex-marker): Remove.
9987 (tex-send-tex-command): Don't set tex-start-tex-marker.
9988 (tex-error-parse-syntax-table): New var.
9989 (tex-compilation-parse-errors): Use it.
9990 Ignore tex-start-tex-marker. Don't bother with marker-position.
9991 (tex-validate-buffer): Don't bother with marker-position.
9992
9993 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
9994 (flyspell-generic-progmode-verify): Use it.
9995
9996 2000-11-22 Sam Steingold <sds@gnu.org>
9997
9998 * simple.el (delete-trailing-whitespace): New interactive function.
9999
10000 * progmodes/ada-mode.el (ada-mode): Use it instead of
10001 `ada-remove-trailing-spaces'.
10002 (ada-remove-trailing-spaces): Removed.
10003
10004 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
10005
10006 * textmodes/picture.el (picture-clean): Removed.
10007 (picture-mode-exit): Call it instead of `picture-clean'.
10008
10009 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10010
10011 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10012
10013 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10014 jit-lock-fontify-buffer; it should anyway be unneccessary to
10015 do anything special when jit-lock is active.
10016 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10017
10018 2000-11-22 Dave Love <fx@gnu.org>
10019
10020 * calendar/todo-mode.el (todo-top-priorities): Use
10021 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10022
10023 * language/chinese.el, language/cyrillic.el:
10024 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10025 * language/hebrew.el, language/indian.el, language/japanese.el:
10026 * language/korean.el, language/lao.el, language/misc-lang.el:
10027 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10028 Use provide.
10029
10030 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10031 (custom-variable-set): Improve validation error mesage.
10032
10033 * rect.el (string-rectangle): Revert last change.
10034 (string-rectangle-line): New arg DELETE.
10035 (string-rectangle): Check delete-selection-mode.
10036
10037 * emacs-lisp/edebug.el (edebug-version)
10038 (edebug-maintainer-address): Deleted.
10039 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10040 (edebug-read-function): Account for other `'#' read forms.
10041 (edebug-mode-menus): Make some items toggles.
10042 (edebug-outside-unread-command-event, unread-command-event):
10043 Remove these to avoid warnings.
10044
10045 2000-11-22 David Ponce <david@dponce.com>
10046
10047 * recentf.el (recentf-menu-items-for-commands)
10048 (recentf-make-menu-items, recentf-make-menu-item)
10049 (recentf-filter-changer): Added :help and :active menu-item properties.
10050
10051 (recentf-build-dir-rules, recentf-dump-variable)
10052 (recentf-edit-list, recentf-open-files-item)
10053 (recentf-open-files): Replaced unnecessary `mapcar' with new
10054 built-in `mapc'.
10055
10056 2000-11-23 Miles Bader <miles@gnu.org>
10057
10058 * faces.el (menu): Make inverse-video on ttys too.
10059
10060 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10061
10062 * simple.el (comment-line-break-function): Use the new name
10063 indent-new-comment-line -> comment-indent-new-line.
10064 (clone-indirect-buffer): Don't ignore NORECORD.
10065 (next-completion): Properly handle the case where items are adjacent.
10066
10067 * mouse.el (popup-menu): Stupid typo.
10068
10069 2000-11-22 Gerd Moellmann <gerd@gnu.org>
10070
10071 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10072 maintainer, keywords tags.
10073
10074 * rect.el (replace-rectangle): Don't call string-rectangle-line
10075 with too many arguments.
10076
10077 2000-11-22 Andre Spiegel <spiegel@gnu.org>
10078
10079 * ediff-util.el (ediff-file-checked-out-p)
10080 (ediff-file-checked-in-p): Call vc-state instead of
10081 vc-locking-user, which no longer exists.
10082
10083 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10084
10085 2000-11-22 Dave Love <fx@gnu.org>
10086
10087 * md5.el (md5): Provide.
10088 (md5): Fix error call.
10089
10090 2000-11-22 Miles Bader <miles@gnu.org>
10091
10092 * textmodes/refill.el (refill-adjust-ignorable-overlay)
10093 (refill-fill-paragraph-at): Remove debugging code.
10094
10095 * calendar/calendar.el (generate-calendar-window): When we don't
10096 call `fit-window-to-buffer', make sure the top line is fully visible.
10097
10098 * image-file.el (insert-image-file): Don't make `read-only'
10099 property rear-nonsticky.
10100
10101 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10102 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10103 stashing away its original value.
10104 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10105 in the recursive edit.
10106 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10107 (isearch-done): Restore `minibuffer-message-timeout'.
10108
10109 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10110
10111 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10112
10113 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10114
10115 * find-lisp.el (find-lisp-find-files-internal):
10116 Use dolist, when and file-name-as-directory.
10117
10118 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
10119 (define-derived-mode, define-minor-mode): Add specs.
10120
10121 * window.el: General comment and spacing fixes.
10122 (save-selected-window): Use backquotes.
10123 (window-safely-shrinkable-p): New function.
10124 (shrink-window-if-larger-than-buffer): Use it.
10125
10126 * subr.el (make-local-hook): Docstring fix.
10127
10128 * shell.el (shell-mode): Use define-derived-mode.
10129
10130 * newcomment.el (comment-indent): Insert comment before calling
10131 comment-indent-function. Don't insert in column 0.
10132 (comment-dwim): Indent before inserting comment.
10133
10134 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10135 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10136 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10137 Use mapc rather than map.
10138
10139 * files.el (find-buffer-visiting): Compare all attributes before
10140 declaring two files identical (rather than just their inode-no).
10141 (auto-mode-alist): Use \' rather than $.
10142
10143 * which-func.el: Update maintainer line.
10144
10145 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10146 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10147 (uniquify-buffer-file-name): Use it.
10148
10149 2000-11-22 Miles Bader <miles@gnu.org>
10150
10151 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10152 * simple.el (minibuffer-avoid-prompt): New function.
10153
10154 2000-11-21 Gerd Moellmann <gerd@gnu.org>
10155
10156 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10157
10158 2000-11-21 Miles Bader <miles@gnu.org>
10159
10160 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10161 inclusion of `track-mouse'.
10162
10163 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10164 (refill-adjust-ignorable-overlay): New function.
10165 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10166 only the paragraph's tail if possible.
10167 Update `refill-ignorable-overlay'.
10168 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10169
10170 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10171 point inside the fill-prefix.
10172
10173 * textmodes/refill.el (refill-post-command-function): Don't reset
10174 refill-doit in the case where a self-insertion command doesn't
10175 case a refill. Use `refill-fill-paragraph-at', getting position
10176 from `refill-doit'.
10177 (refill-after-change-function): Set `refill-doit' to END.
10178 (refill-fill-paragraph-at): New function, mostly from old
10179 refill-fill-paragraph.
10180 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10181 (refill-pre-command-function): New function.
10182 (refill-mode): Add it to `pre-command-hook'.
10183
10184 2000-11-20 Gerd Moellmann <gerd@gnu.org>
10185
10186 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10187
10188 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10189 javadoc tags.
10190
10191 2000-11-20 Andre Spiegel <spiegel@gnu.org>
10192
10193 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10194 vc.el).
10195
10196 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
10197 require vc.
10198
10199 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
10200 checkouts.
10201
10202 2000-11-20 Dave Love <fx@gnu.org>
10203
10204 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10205
10206 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
10207
10208 * calculator.el (calculator-paste): Use `if' instead of `and'
10209 and `or'.
10210 (calculator-help): Don't use electric-describe-mode for XEmacs.
10211
10212 2000-11-19 Gerd Moellmann <gerd@gnu.org>
10213
10214 * info.el (info-menu-5): Doc fix.
10215
10216 * textmodes/artist.el: New file.
10217
10218 2000-11-19 Andre Spiegel <spiegel@gnu.org>
10219
10220 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
10221 and differentiate according to checkout model.
10222 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10223 since this function is only concerned with master state.
10224
10225 * vc-hooks.el (vc-workfile-unchanged-p)
10226 (vc-default-workfile-unchanged-p): Moved here from vc.el.
10227
10228 * vc.el (vc-workfile-unchanged-p)
10229 (vc-default-workfile-unchanged-p): See above.
10230
10231 2000-11-19 Miles Bader <miles@gnu.org>
10232
10233 * image-file.el (insert-image-file): Make `intangible' and
10234 `read-only' properties rear-nonsticky too.
10235
10236 2000-11-18 Gerd Moellmann <gerd@gnu.org>
10237
10238 * ps-print.el: Update copyright notice.
10239
10240 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10241 (tooltip-show): Use the offsets.
10242
10243 * bindings.el (mode-line-modified): Fix a typo.
10244 (mode-line-toggle-modified, mode-line-widen)
10245 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10246
10247 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10248
10249 * ps-print.el (toplevel): Test for find-coding-system being
10250 fboundp before calling ps-x-find-coding-system.
10251
10252 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10253
10254 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10255 (vc-version-backup-file): Docstring fix.
10256
10257 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10258
10259 * files.el (basic-save-buffer): Don't add a newline if
10260 find-file-literally is non-nil.
10261 (find-file-literally): Extend doc string.
10262
10263 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10264 sort(1) with the `-f' argument.
10265
10266 2000-11-16 Andre Spiegel <spiegel@gnu.org>
10267
10268 * vc.el: Updated backend documentation.
10269 (vc-default-check-headers): New function.
10270
10271 * vc-{cvs,rcs,sccs}.el: Functions reordered.
10272
10273 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
10274 up-to-date.
10275 (vc-do-command): In the asynchronous case, output messages only if
10276 the minibuffer is not active.
10277
10278 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
10279 `vc-cvs-use-edit' is on.
10280 (vc-cvs-checkout): When this is used for reverting the workfile,
10281 make a backup of the original contents and revert to that in case
10282 of error.
10283 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
10284 remote repositories.
10285
10286 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10287 for both version and ratio in the minibuffer.
10288
10289 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
10290 Use vc-do-command to perform the annotation, not call-process.
10291
10292 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10293
10294 * international/quail.el (quail-start-translation): Don't call
10295 `message' before reading key sequence.
10296
10297 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10298
10299 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10300
10301 2000-11-16 Kenichi Handa <handa@etl.go.jp>
10302
10303 * window.el (fit-window-to-buffer): Be sure to acquire at least
10304 one text line even if the buffer is empty.
10305
10306 2000-11-16 Gerd Moellmann <gerd@gnu.org>
10307
10308 * net/ange-ftp.el (ange-ftp-file-writable-p)
10309 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10310 Bind ange-ftp-process-verbose to nil.
10311
10312 2000-11-15 Dave Love <fx@gnu.org>
10313
10314 * wid-edit.el (widget-specify-field, widget-specify-button):
10315 If :help-echo is a function, set help-echo of overlay to
10316 widget-mouse-help.
10317 (widget-mouse-help): New function.
10318 (widget-echo-help): Rewritten for :help-echo functions only taking
10319 a widget arg.
10320
10321 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10322 Use display-graphic-p.
10323 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10324 and that JPEG is available.
10325 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10326
10327 * international/mule-cmds.el (locale-charset-language-names):
10328 Match @euro.
10329
10330 2000-11-15 Gerd Moellmann <gerd@gnu.org>
10331
10332 * faces.el (face-set-after-frame-default):
10333 If `inhibit-default-face-x-resources' is bound, don't intialize the
10334 default face from X resources.
10335
10336 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10337
10338 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10339 Don't set EMACSLOADPATH.
10340
10341 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10342
10343 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10344 texinfo-insert-@url.
10345 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10346 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10347
10348 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10349
10350 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10351 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10352 (checkdoc-minor-keymap): Backward compatibility.
10353 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10354 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10355 (checkdoc-this-string-valid-engine): Be a bit more strict
10356 to avoid matching substrings of `...' quoted vars/funs.
10357 (checkdoc-defun-info): Only look for `interactive' if alone.
10358 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10359
10360 * progmodes/compile.el (grep): `tag-default' can be nil.
10361
10362 * newcomment.el (comment-indent): Paren typo.
10363
10364 2000-11-14 Dave Love <fx@gnu.org>
10365
10366 * calculator.el: New maintainer version.
10367
10368 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
10369
10370 * cmuscheme.el: Doc fixes.
10371 (cmuscheme) <defgroup>: Use `scheme' as parent.
10372 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
10373
10374 * xscheme.el (scheme-program-name): Don't define here.
10375
10376 * progmodes/scheme.el (scheme-program-name): New variable
10377 (originally in cmuscheme).
10378
10379 2000-11-14 Miles Bader <miles@gnu.org>
10380
10381 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10382 Handle header-lines. Don't loop forever if we can't enlarge the
10383 window anymore. Simplify a bit.
10384
10385 2000-11-14 Kenichi Handa <handa@etl.go.jp>
10386
10387 * window.el (fit-window-to-buffer): Don't check
10388 window-text-height. Assure that the last line is fully visible.
10389
10390 * international/quail.el (quail-show-guidance-buf):
10391 Call fit-window-to-buffer to assure the enough height of the guidance
10392 buffer.
10393 (quail-update-guidance): Avoid making the guidance buffer shorter.
10394
10395 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10396
10397 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10398 rather than `prepend' and add an interesting comment.
10399 (tex-math-face, tex-font-lock-syntactic-face-function):
10400 New face and function to use it.
10401 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10402 than `menu-enable' symbol property.
10403 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10404 (tex-mode): Add some latex-mode commands for auto-selection.
10405 Use tex-font-lock-syntactic-face-function.
10406 (tex-insert-quote): Simplify.
10407 (tex-shell): New mode.
10408 (tex-start-shell): Use it.
10409 (tex-shell-proc, tex-shell-buf): New functions.
10410 (tex-send-command): Use it.
10411 (tex-main-file): Fix the meaning of the new arg REALFILE.
10412 (tex-send-tex-command): New function split from `tex-start-tex'.
10413 Set compilation-last-buffer and compilation-parsing-end.
10414
10415 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10416 when it follows non-comment text on the line.
10417
10418 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10419 Set font-lock-defaults.
10420 (lisp-mode-shared-map): Init inside the defvar.
10421 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10422 Use define-derived-mode.
10423
10424 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10425
10426 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10427
10428 2000-11-14 Gerd Moellmann <gerd@gnu.org>
10429
10430 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10431 Don't recursively optimize body because that can lead to infinite
10432 recursion; see comment there.
10433
10434 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10435
10436 * faces.el (face-spec-set-match-display): Revert the change from
10437 2000-10-24. Add a FIXME for after v21.1.
10438
10439 2000-11-13 Miles Bader <miles@gnu.org>
10440
10441 * textmodes/fill.el (skip-line-prefix): New function.
10442 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10443 (fill-paragraph): Don't leave point inside the fill-prefix.
10444 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10445 point inside the fill-prefix.
10446
10447 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10448
10449 * calendar/calendar.el (generate-calendar-window):
10450 Use `fit-window-to-buffer'.
10451
10452 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10453
10454 * gud.el (gud-minor-mode): New var.
10455 (gud-symbol, gud-val): New functions.
10456 (gud-find-file): Copy gud-minor-mode to the new buffer.
10457 (gud-menu-map): Include entries for commands that are not always
10458 available, using :enable to (de)activate them.
10459 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10460 (gud-mode-map): New map.
10461 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
10462 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10463 Don't set up gud's menu (it's done by the minor-mode).
10464 (gud-minibuffer-local-map): New.
10465 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10466 (gud-query-cmdline): New function.
10467 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10468 (gud-mode): Use define-derived-mode.
10469 Don't set up gud's menu (it's done by the minor-mode).
10470 (gud-chop-words): Remove.
10471 (gud-common-init): Use split-string instead.
10472 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10473
10474 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10475 Add keyword arg :name.
10476
10477 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10478 (diff-count-matches, diff-split-hunk): New functions.
10479 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10480
10481 * pcvs-info.el (cvs-fi-conflict-face): New var.
10482
10483 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10484 Make it into a simple syntax-table, shared among all submodes.
10485 (sh-heredoc-face): Re-introduce.
10486 (sh-font-lock-syntactic-face-function): New function.
10487 (sh-mode): Use it. Also use define-derived-mode.
10488 Remove old bogus setting of indent-region-function.
10489 (sh-set-shell): Don't set the syntax-table any more.
10490 (sh-mode-syntax-table) <defun>: Remove.
10491
10492 2000-11-12 Miles Bader <miles@gnu.org>
10493
10494 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10495 message if interactive.
10496
10497 2000-11-12 Dave Love <fx@gnu.org>
10498
10499 * mail/feedmail.el: Fix header,
10500 (feedmail) <defgroup>: Add :link.
10501
10502 * view.el: Use local-map property, not keymap on mode-line string.
10503
10504 * scroll-all.el (scroll-all-mode): Customize variable.
10505 Add autoload cookie to function.
10506
10507 * lazy-lock.el: Remove compatibility code.
10508
10509 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10510 (finder-help-echo): New variable.
10511 (finder-mouse-face-on-line): Add help-echo stuff.
10512 (finder-list-keywords, finder-list-matches): Use mapc.
10513
10514 * faces.el (face-font-registry-alternatives): Add :version.
10515
10516 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10517 tags-table-list.
10518
10519 * net/browse-url.el (browse-url-browser-function): Update :version.
10520
10521 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
10522 (mail-mode): Use [:alnum:] in some regexps.
10523
10524 2000-11-10 Dave Love <fx@gnu.org>
10525
10526 * ediff.el (ediff-regions-internal, ediff-documentation):
10527 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10528 fundamental mode.
10529
10530 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10531 buffer into fundamental mode.
10532 (ediff-set-difference): Use copy-sequence if available.
10533
10534 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10535 Check ediff-patch-map non-nil.
10536 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10537 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10538 buffer into fundamental mode.
10539
10540 * ediff-merg.el (state-or-merge): Defvar when compiling.
10541
10542 2000-11-10 Jason Rumney <jasonr@gnu.org>
10543
10544 * w32-fns.el (w32-add-charset-info): New function.
10545 (w32-charset-info-alist): Use it.
10546
10547 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10548
10549 * faces.el (face-font-registry-alternatives): New user-option.
10550
10551 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10552
10553 * textmodes/texinfo.el (texinfo-block-default): New var.
10554 (texinfo-insert-block): Use it. Insert a newline if needed.
10555
10556 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10557 (fill-region-as-paragraph): Use it.
10558
10559 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10560 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10561 Tweak paragraph regexps to allow a leading [ \t]*.
10562 (tex-latex-block): Insert a newline if necessary.
10563 (latex-insert-item): Only insert a newline if necessary.
10564 (tex-guess-main-file): New function.
10565 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10566 Set tex-main-file if TeX-master is provided.
10567 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10568
10569 2000-11-10 Gerd Moellmann <gerd@gnu.org>
10570
10571 * startup.el (command-line): Set the default tooltip-mode
10572 to t for graphical displays which implement x-show-tip.
10573
10574 * tooltip.el (tooltip-mode): Add a comment about startup.el
10575 setting the default value of this user-option.
10576
10577 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10578
10579 * font-lock.el (font-lock-*-face) <defvar>: Move.
10580 (font-lock-defaults-alist): Mark obsolete.
10581 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10582 (font-lock-mode): Use define-minor-mode.
10583 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10584 (font-lock-turn-off-thing-lock): Be more explicit.
10585 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10586 (font-lock-syntactic-face-function): New var.
10587 (font-lock-fontify-syntactically-region): Use it.
10588 (font-lock-doc-face): New.
10589
10590 * pcvs.el (cvs-enabledp): Ignore errors.
10591 (cvs-commit-filelist): Never query.
10592 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10593 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10594 (cvs-do-removal): Use cvs-partition rather than delete-if.
10595 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10596 cvs-bury-buffer.
10597
10598 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10599 Allow `next' to jump to after the end of the last match.
10600
10601 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10602
10603 * simple.el (byte-compiling-files-p): New function.
10604
10605 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10606 if it is there.
10607
10608 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10609 nil again.
10610
10611 * textmodes/ispell.el (ispell-library-path): Don't call
10612 check-ispell-version when byte-compiling because that starts
10613 an ispell process, and ispell might not be installed.
10614 (toplevel): Don't set up a menu when byte-compiling.
10615
10616 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10617 it, so that a boundp test can be used to determine if we're
10618 currently byte-compiling.
10619
10620 2000-11-09 Dave Love <fx@gnu.org>
10621
10622 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
10623
10624 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10625
10626 * ps-print.el: Patch for variable initialization when spooling.
10627 Doc fix.
10628 (ps-output-list): Fun eliminated.
10629 (ps-begin-file, ps-begin-job): Code fix.
10630
10631 2000-11-08 Dave Love <fx@gnu.org>
10632
10633 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
10634
10635 2000-11-08 Gerd Moellmann <gerd@gnu.org>
10636
10637 * simple.el (shell-command, display-message-or-buffer)
10638 (shell-command-on-region): Mention resize-mini-windows in the doc
10639 string.
10640 (display-message-or-buffer): Take the value of resize-mini-windows
10641 into account.
10642
10643 2000-11-07 Gerd Moellmann <gerd@gnu.org>
10644
10645 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
10646
10647 * dired.el (dired-between-files): Add `^. find' as an alternative
10648 to the regular expression, for find-dired.
10649
10650 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10651
10652 * textmodes/texnfo-upd.el: Require texinfo.
10653 (defmacro, defgroup): Remove.
10654 (texinfo-section-to-generic-alist): Remove.
10655 Use texinfo-section-list instead (i.e. level is changed string->int).
10656 (texinfo-filter): New function.
10657 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
10658 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
10659 Use it. And use regexp-opt.
10660 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
10661 (texinfo-update-menu-region-beginning)
10662 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
10663 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
10664 (texinfo-update-menu-same-level-regexps): Update.
10665 (texinfo-update-node, texinfo-every-node-update)
10666 (texinfo-sequential-node-update): Remove autoload cookie.
10667
10668 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
10669 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
10670 (texinfo-chapter-level-regexp): Remove.
10671 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
10672
10673 2000-11-06 Dave Love <fx@gnu.org>
10674
10675 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
10676
10677 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10678 Match defun*.
10679
10680 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10681
10682 * composite.el (composition-function-table): Variable declaration
10683 moved to src/composite.c.
10684 (compose-chars-after): New optional arg object.
10685
10686 2000-11-06 Gerd Moellmann <gerd@gnu.org>
10687
10688 * bindings.el (mode-line-toggle-read-only)
10689 (mode-line-toggle-modified, mode-line-widen)
10690 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
10691 (make-mode-line-mouse2-map): Rewritten.
10692 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
10693 functions so that C-h k can show something with a doc string.
10694
10695 * startup.el (fancy-splash-delay): Set to 10 seconds.
10696 (fancy-splash-max-time): New user-option.
10697 (fancy-splash-stop-time): New variable.
10698 (fancy-splash-screens): Set it. Catch `stop-splashing'.
10699 (fancy-splash-screens-1): Throw `stop-splashing' when current
10700 time is greater than fancy-splash-stop-time.
10701
10702 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
10703
10704 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
10705
10706 * pcvs.el (cvs-mode-marked): New arg `noquery'.
10707 Prompt user for a file rather than raising an error.
10708 (cvs-enabledp): Fix call to cvs-mode-marked.
10709 (cvs-insert-file): New function (extracted from cvs-mode-insert).
10710 (cvs-mode-insert): Use it. Change the init prompt' value.
10711 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
10712
10713 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
10714 Don't pass default arg to ewoc-locate.
10715 (ewoc-collect): Return result in the right order.
10716
10717 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
10718
10719 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
10720 (cvs-status-get-tags): Fix regexp.
10721 (cvs-status-trees, cvs-status-cvstrees):
10722 Combine after change hooks and don't sit-for.
10723 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
10724 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
10725 Use make-char rather than hard-coded cryptic data.
10726 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
10727
10728 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
10729
10730 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
10731 (cvs-insert-strings): New function.
10732
10733 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
10734
10735 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
10736 `mwheel-scroll-amount'.
10737 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
10738 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
10739 string-matching against the version string.
10740
10741 2000-11-06 Kenichi Handa <handa@etl.go.jp>
10742
10743 * language/thai.el ("Thai"): Set a lisp form that produces
10744 composed string in `sample-text' language info.
10745
10746 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
10747 composed string in `sample-text' language info.
10748
10749 * international/mule-cmds.el (describe-language-environment):
10750 Eval `sample-text' data and insert the result.
10751
10752 * international/mule-conf.el (compound-text): Define this coding
10753 system here. Make x-ctext and ctext aliases of it.
10754
10755 * language/european.el (compound-text, ctext): Moved to
10756 international/mule-conf.el.
10757
10758 2000-11-05 Andrew Innes <andrewi@gnu.org>
10759
10760 * w32-fns.el (w32-version): New function.
10761
10762 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
10763
10764 * progmodes/awk-mode.el: Update copyright.
10765 (awk-mode-abbrev-table): Remove.
10766 (awk-font-lock-keywords): Use regexp-opt.
10767 (awk-mode): Use define-derived-mode.
10768
10769 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
10770 when extracting a suffix.
10771
10772 2000-11-04 Andre Spiegel <spiegel@gnu.org>
10773
10774 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
10775 auto-save-mode.
10776
10777 2000-11-04 Jason Rumney <jasonr@gnu.org>
10778
10779 * language/european.el (decode-mac-roman): Test against r1 not r0.
10780
10781 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
10782
10783 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
10784 (icon-mode): Define indent-line-function.
10785 (icon-comment-indent): Simplify.
10786 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
10787
10788 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
10789
10790 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
10791 Bind change-log-default-mode to defeat the caching done on it.
10792 Don't bother saving excursion any more.
10793
10794 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
10795
10796 * frame.el (after-setting-font-hook): Rename hooks -> hook.
10797 (set-frame-font): Use the new name (and the old for compatibility).
10798
10799 * toolbar/tool-bar.el (tool-bar-mode):
10800 * time.el (display-time-mode):
10801 * recentf.el (recentf-mode):
10802 * paren.el (show-paren-mode):
10803 * mwheel.el (mouse-wheel-mode):
10804 * msb.el (msb-mode):
10805 * jka-compr.el (auto-compression-mode):
10806 * image-file.el (auto-image-file-mode):
10807 * hl-line.el (hl-line-mode):
10808 * delsel.el (delete-selection-mode):
10809 * autoinsert.el (auto-insert-mode):
10810 * complete.el (partial-completion-mode): Drop unneeded positional args.
10811
10812 * info.el (Info-mode):
10813 * comint.el (comint-mode): Don't bother with make-local-hook.
10814
10815 * log-edit.el (log-edit-menu): New menu.
10816
10817 2000-11-03 Miles Bader <miles@gnu.org>
10818
10819 * wid-edit.el (widget-end-of-line): Reinstate, with a new
10820 definition, so that trailing spaces are handled properly.
10821 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
10822
10823 2000-11-03 Gerd Moellmann <gerd@gnu.org>
10824
10825 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
10826 tab character.
10827 (fancy-splash-screens): Set tab-width to 20.
10828
10829 2000-11-03 Dave Love <fx@gnu.org>
10830
10831 * comint.el (comint-completion-addsuffix): Fix custom type.
10832
10833 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
10834
10835 * font-lock.el (font-lock-buffers): Remove.
10836 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
10837 (font-lock-change-major-mode): Remove.
10838 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
10839 (font-lock-default-fontify-region): Extend the multiline
10840 fontification to whole lines.
10841 (font-lock-fontify-anchored-keywords)
10842 (font-lock-fontify-keywords-region): If matching just one
10843 line (with \n) only mark the \n as multiline.
10844
10845 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
10846 Correctly handle the case where several :group args are supplied.
10847 Allow :extra-args.
10848 (easy-mmode-define-global-mode): Allow :extra-args.
10849 Correctly handle the case where several :group args are supplied.
10850
10851 2000-11-02 Miles Bader <miles@gnu.org>
10852
10853 * calendar/calendar.el (diary-face, calendar-today-face)
10854 (holiday-face): Remove dependency on `window-system'.
10855
10856 2000-11-02 Ken Raeburn <raeburn@gnu.org>
10857
10858 * Makefile.in (emacs): Set EMACSLOADPATH always.
10859 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
10860 (compile-files): Bomb out if compilation of a file fails.
10861
10862 2000-11-02 Dave Love <fx@gnu.org>
10863
10864 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
10865
10866 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
10867
10868 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
10869 punctuation in the warning inserted into the *mail* buffer.
10870
10871 2000-11-02 Gerd Moellmann <gerd@gnu.org>
10872
10873 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
10874 (authors-public-domain-p): New function.
10875 (authors-print): Use it.
10876
10877 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
10878
10879 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
10880
10881 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10882
10883 * ps-print.el: Extension for even/odd printing. Doc fix.
10884 (ps-print-version): New version number (6.3.1).
10885 (ps-even-or-odd-pages): Customization fix.
10886 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
10887 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
10888 (ps-page-count): Var replaced by `ps-page-column'.
10889 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
10890 (ps-print-sheet-p): New fun.
10891
10892 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10893
10894 * tooltip.el (tooltip-gud-tips-setup): New function.
10895 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
10896 (tooltip-mode): Call tooltip-gud-tips-setup.
10897 (tooltip-gud-tips): Use `gud-basic-call' instead of
10898 process-send-string, so the prompt gets frobbed appropriately.
10899 Handle nil return value from `tooltip-gud-print-command'.
10900
10901 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
10902
10903 * comint.el (comint-add-to-input-history): New function.
10904 (comint-send-input): Use `comint-add-to-input-history'.
10905
10906 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
10907
10908 * info.el (info-menu-header): New face.
10909 (Info-fontify-menu-headers): New function.
10910 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
10911
10912 * info.el (Info-insert-dir): Don't include blank lines at
10913 beginning of additional dir files (one is added automatically).
10914
10915 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
10916
10917 * emacs-lisp/easy-mmode.el (define-minor-mode):
10918 Revert the latest changes.
10919 Allow the three positional arguments to be skipped and replaced
10920 by keyword arguments.
10921 Add a :toggle argument to determine whether a nil arg means toggle
10922 or means turn-on. The default is unchanged.
10923 Add a call to force-mode-line-update.
10924
10925 2000-11-01 Dave Love <fx@gnu.org>
10926
10927 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
10928
10929 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
10930
10931 * calendar/calendar.el (diary-face, holiday-face):
10932 Add dark-background variants.
10933
10934 2000-10-31 Sam Steingold <sds@gnu.org>
10935
10936 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
10937 `tex-main-file' does not have directory in it.
10938
10939 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
10940
10941 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
10942
10943 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
10944
10945 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
10946 functional change.
10947
10948 2000-10-31 Gerd Moellmann <gerd@gnu.org>
10949
10950 * files.el (find-file-noselect): When we expand a wildcard, return
10951 a list of buffers, as we should do according to the doc string.
10952
10953 2000-10-31 Ken Raeburn <raeburn@gnu.org>
10954
10955 * loadup.el (top level): Adjust load path if program name is
10956 "../src/bootstrap-emacs", in case it's not dumped and thus the
10957 load path adjustment hasn't already been done.
10958
10959 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10960
10961 * ps-print.el: Fix bug on selected pages for printing.
10962 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
10963 is on. Try to avoid warning messages when compiling. Doc Fix.
10964 (ps-print-version): New version number (6.3).
10965 (ps-color-device): Use `color-values' to determine if device
10966 supports color.
10967 (ps-color-values): Try to use `x-color-values' when using XEmacs.
10968 (ps-print-page-p): Changed from defsubst to defun.
10969 (ps-page-number): Changed from defmacro to defun.
10970 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
10971 printing.
10972 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
10973 (ps-end-file, ps-dummy-page): Funs eliminated.
10974 (ps-print-color-scale): Changed default value.
10975 (ps-page-n-up, ps-print-page-p): New internal vars.
10976 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
10977 (ps-plot-region, ps-generate, ps-end-job): Code fix.
10978
10979 * delim-col.el: Little programming improvement.
10980 (delimit-columns-str): New macro.
10981 (delimit-columns-region, delimit-columns-rectangle): Code fix.
10982
10983 2000-10-31 Kenichi Handa <handa@etl.go.jp>
10984
10985 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
10986 Moved to european.el.
10987 (ccl-encode-mac-roman-font, fontset-mac): Modified for
10988 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
10989 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
10990 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
10991
10992 2000-10-30 Dave Love <fx@gnu.org>
10993
10994 * progmodes/cc-menus.el (imenu-generic-expression)
10995 (imenu-progress-message): Only defvar when compiling.
10996
10997 * emacs-lisp/elp.el (elp-unload-hook): New function.
10998
10999 * loadhist.el (unload-feature): Call elp-restore-function,
11000 checking for symbols; don't use elp-restore-all.
11001 (loadhist-hook-functions): Doc fix.
11002
11003 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11004
11005 * log-edit.el (log-edit-confirm): Fix the default.
11006
11007 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11008
11009 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11010 delimit-columns-format.
11011 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11012
11013 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11014
11015 * comint.el (comint-replace-by-expanded-history): Don't use
11016 comint-get-old-input (we're not looking at *old* input).
11017 (comint-get-old-input-default): If using fields, signal an error
11018 when the point is not in an input field.
11019
11020 2000-10-30 Kenichi Handa <handa@etl.go.jp>
11021
11022 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11023 and mule-unicode-e000-ffff.
11024
11025 * international/mule.el (decode-char, encode-char): New functions.
11026 (make-coding-system): Accept a symbol of translation table as a
11027 value of property `safe-chars'.
11028
11029 * international/mule-cmds.el (encode-coding-char): Check property
11030 safe-chars instead of safe-charsets.
11031
11032 * international/fontset.el (fontset-default): Modified for
11033 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11034 (x-font-name-charset-alist): Likewise.
11035 (ccl-encode-unicode-font): New CCL program. Record it in
11036 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11037
11038 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11039 New translation tables.
11040 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11041 programs are modified and moved from mac-win.el.
11042 (mac-roman): Definition of this coding system is modified and
11043 moved from mac-win.el.
11044
11045 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11046
11047 * ediff-wind.el (ediff-setup-control-frame): Enclose
11048 face-attribute in condition-case to avoid errors in older emacsen.
11049
11050 2000-10-29 Miles Bader <miles@gnu.org>
11051
11052 * custom.el (custom-add-to-group): Allow multiple entries for a
11053 given value OPTION, as long as their widget types are different.
11054 * cus-edit.el (custom-face-value-create): If face name doesn't end
11055 with "face", add such here (similar to custom group widgets).
11056
11057 * comint.el (comint-highlight-prompt): Add :type.
11058
11059 2000-10-28 John Wiegley <johnw@gnu.org>
11060
11061 * calendar/timeclock.el (timeclock-log): Doc fix.
11062 (timeclock-last-event): Doc fix.
11063 (timeclock-log): Kill the timelog buffer after appending a new event.
11064 (timeclock-find-discrep): Use a temp buffer to read in the
11065 timelog, instead of visiting the file.
11066 (timeclock-log-data): A new function, along with a host of helper
11067 functions, for the purpose of making timelog data accessible to
11068 programmers.
11069
11070 * eshell/esh-mode.el (window-height test): Make certain that
11071 `eshell-stringify-t' is non-nil.
11072 (eshell-password-prompt-regexp): Changed to a much simpler
11073 password regexp.
11074 (eshell-send-input): If `eshell-invoke-directly' returns t,
11075 directly invoke the parsed command using `eval'. This improves
11076 turn-around time on simple commands by a factor of three or
11077 greater, such as cd, ls, pwd, etc. -- which get used very often.
11078 It also conserves thousands of cons cells per call (since
11079 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11080 in the Pacific Cookie Company).
11081
11082 * eshell/esh-test.el (eshell-test): Whitespace fix.
11083
11084 * eshell/em-ls.el (eshell-ls-insert-directory):
11085 Make `eshell-ls-initial-args' nil when inserting directory contents.
11086
11087 * eshell/em-script.el (eshell-script-initialize): Add names to
11088 `eshell-complex-commands, since `source' and `.' are complex.
11089
11090 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11091 (eshell-rewrite-while-command): Use `eshell-protect' instead of
11092 `eshell-copy-handles'.
11093 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11094 bodies.
11095 (eshell-separate-commands): Whitespace fix.
11096 (eshell-complex-commands): Added a new list of names, for
11097 determining whether a given command is as simple as it looks.
11098 (eshell-invoke-directly): New function. Returns t if a command
11099 should be invoked directly (using `eval'), rather than indirectly
11100 using `eshell-do-eval'.
11101 (eshell-do-eval): Whitespace fix.
11102
11103 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11104 which provides an emulation of the DOS shell behavior of assuming
11105 that cp/mv/ln should copy/move/link to the current directory.
11106 (eshell-remove-entries): Added a doc string.
11107 (eshell-shuffle-files): Removed the check for `target' being null.
11108 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11109 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11110 it to do a smarter check of whether a destination was provided.
11111 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11112 (eshell/ln): Enable `:preserve-args', and use
11113 `eshell-mvcpln-template' to implement the body of the function.
11114 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11115 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
11116 list after flattening it. This makes it possible to cat files
11117 with numerical names.
11118 (eshell-unix-initialize): Added several names to
11119 `eshell-complex-commands.
11120 (eshell-unix-command-complex-p): Return t if a given command name
11121 may result in external processes being invoked.
11122
11123 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11124 variable nil by default, since it slows down glob processing by a
11125 factor of two or more, and increases memory consumption.
11126
11127 * eshell/em-smart.el: Added a note about how memory consumptive
11128 smart display mode can be (at least this is true in Emacs 21).
11129 (eshell-smart-initialize): Whitespace fix.
11130 (eshell-refresh-windows): Use `if' instead of `when'.
11131 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11132 not necessary.
11133 (eshell-currently-handling-window): Added a missing global variable.
11134
11135 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11136 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11137 Whitespace fix.
11138 (eshell-ls-exclude-hidden): Added this variable in addition to
11139 `eshell-ls-exclude-regexp'. This one prevents files beginning
11140 with . from even being read, which can improve memory consumption
11141 quite a bit.
11142 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11143 read file entries beginning with a dot. In home directories with
11144 lots of hidden files, fully two-thirds of the time spent in ls is
11145 used to read directory entries that are immediately thrown away.
11146 (eshell-ls-initial-args): Added back this configuration variable,
11147 for specifying default initial arguments to every call to ls.
11148 Much faster than using an alias to do the same thing.
11149 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11150 (eshell-ls-dir): Whitespace change.
11151
11152 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11153
11154 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
11155 (eshell-stringify-t): Added a customization variable, to indicate
11156 whether `t' should be rendered as a string at all. If not, one
11157 can still determine if the result of an expression is true using
11158 "file-exists-p FILE && echo true".
11159 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11160 stringify t!
11161
11162 * eshell/esh-module.el: Whitespace fix.
11163
11164 * eshell/em-alias.el (eshell-alias-initialize):
11165 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
11166 (eshell-command-aliased-p): New function that returns t if a
11167 command name names an aliased.
11168
11169 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
11170
11171 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
11172 redrawing the screen when changing cursor color.
11173 (viper-insert-state-pre-command-sentinel)
11174 (viper-replace-state-pre-command-sentinel)
11175 (viper-replace-state-post-command-sentinel):
11176 Use viper-preserve-cursor-color.
11177 Many functions changed to use viper= instead of = when comparing
11178 characters.
11179 * viper-util.el (viper-memq-char,viper=): New functions for
11180 working with characters.
11181 (viper-change-cursor-color): Fixed buglet.
11182 Many functions changed to use viper= instead of = when comparing
11183 characters.
11184 * viper.el (viper-insert-state-mode-list): Added eshell.
11185
11186 * ediff-init.el (ediff-before-setup-hook): New hook.
11187 Several typos fixed in various docstrings.
11188 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
11189 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
11190 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11191 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11192 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11193 (ediff-get-selected-buffers): New function.
11194 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
11195 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11196 Use save-window-excursion.
11197 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
11198 termination check in while loop.
11199 * ediff.el (ediff-get-default-file-name): Better defaults when in
11200 dired buffer.
11201 (ediff-files,ediff-merge-files,ediff-files3)
11202 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
11203
11204 2000-10-28 Dave Love <fx@gnu.org>
11205
11206 * info.el (Info-fontify-node): Add help-echo for menu items.
11207
11208 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11209
11210 * startup.el (normal-top-level): If the value of $TERM indicates
11211 we are running from xterm or one of its work-alikes, default to a
11212 light background mode.
11213
11214 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11215 * faces.el (tty-handle-reverse-video): New function.
11216 (tty-create-frame-with-faces): Call it.
11217
11218 * frame.el (frame-notice-user-settings): Don't apply
11219 default-frame-alist and initial-frame-alist to MS-DOS frames.
11220 Call tty-handle-reverse-video, frame-set-background-mode, and
11221 face-set-after-frame-default for non-MS-DOS frames.
11222
11223 * startup.el (tty-long-option-alist): New variable.
11224 (tty-handle-args): New function.
11225 (command-line): Call tty-handle-args.
11226
11227 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11228 startup.el now does that for all character-terminal frames.
11229
11230 2000-10-28 Miles Bader <miles@gnu.org>
11231
11232 * emacs-lisp/easy-mmode.el (define-minor-mode):
11233 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11234 is global. If :global is followed by a non-nil but non-t value,
11235 make the mode buffer-local, but also generate a `global-MODE'
11236 version using `easy-mmode-define-global-mode'.
11237 Add :conditional-turn-on keyword argument.
11238
11239 2000-10-28 Dave Love <fx@gnu.org>
11240
11241 * international/latin1-disp.el (latin1-char-displayable-p):
11242 Don't use window-system.
11243
11244 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11245
11246 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11247 Don't call find-buffer-file-type-coding-system. Instead, just
11248 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11249 if the file is on an untranslated filesystem.
11250 (add-untranslated-filesystem): Use "D" instead of "f" inside
11251 interactive.
11252
11253 2000-10-27 Dave Love <fx@gnu.org>
11254
11255 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
11256 (refill-mode): Use it.
11257
11258 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11259
11260 * international/quail.el (quail-activate): Don't make-local-hook.
11261
11262 2000-10-27 Andre Spiegel <spiegel@gnu.org>
11263
11264 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
11265 manual backups and file.~<rev>.~ for automatic ones.
11266 (vc-make-version-backup): Don't do it on MS-DOS without long file
11267 names.
11268
11269 * vc.el (vc-version-other-window): If an automatic backup of the
11270 desired version exists, rename it instead of copying it.
11271
11272 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11273 after command. If there's an unexpected error, signal it instead
11274 of being silent.
11275 (vc-cvs-merge-news): Be prepared for no news at all.
11276
11277 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11278
11279 * shell.el (shell): Add BUFFER argument.
11280 * comint.el (make-comint-in-buffer): New function.
11281 (make-comint): Use it.
11282
11283 * faces.el (face-spec-choose): Change syntax so that the list of
11284 attribute-value pairs is now the cdr of each clause, not the cadr.
11285 Detect old-style entries, and handle them. Use pop.
11286
11287 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11288
11289 * cus-edit.el (custom-mode-map): Use a sparse map.
11290 (custom-mode): Don't bother with make-local-hook.
11291
11292 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11293
11294 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11295
11296 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11297
11298 * ps-print.el: Avoid compilation gripes.
11299 (ps-print-version): New version number (6.2.1).
11300
11301 2000-10-26 Dave Love <fx@gnu.org>
11302
11303 * menu-bar.el: Modify some menu item help strings.
11304 (menu-bar-help-menu): Add link to MORE.STUFF.
11305
11306 * cus-edit.el (custom-mode): Add `special' mode-class property.
11307
11308 * wid-browse.el (widget-browse-mode): Likewise.
11309
11310 * wid-edit.el (widget-specify-field): Revert to using local-map
11311 property, not keymap.
11312
11313 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11314
11315 * wid-edit.el (widget-field-end): When checking for a `boundary'
11316 field, do so in the correct buffer.
11317
11318 * simple.el (undo): Correctly distinguish between numeric and
11319 non-numeric prefix args in non-transient-mark-mode, as per the doc
11320 string. When in transient-mark-mode, treat all prefix-args as
11321 numeric.
11322
11323 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11324 Position point on match. Handle N == 0 correctly.
11325
11326 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11327 (comint-mode-map): Reverse order of `comint-write-output' and
11328 `comint-append-output-to-file'.
11329 (comint-append-output-to-file): Reinstate this function, for the
11330 benefit of the menu.
11331
11332 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11333
11334 * vc.el (vc-version-other-window): Bind `file'.
11335
11336 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11337
11338 * Makefile.in (update-authors): New target for maintenance purposes.
11339
11340 * emacs-lisp/authors.el (batch-update-authors): New function.
11341 (authors-fixed-entries): New defconst.
11342 (authors-add-fixed-entries): New function.
11343 (authors): Call it.: Don't process lispref/.
11344
11345 2000-10-25 Jason Rumney <jasonr@gnu.org>
11346
11347 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11348 Merge x w32 and mac definitions.
11349
11350 2000-10-25 Gerd Moellmann <gerd@gnu.org>
11351
11352 * menu-bar.el (menu-bar-options-menu): Add a help string for
11353 `uniquify'.
11354
11355 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
11356
11357 * time-stamp.el (time-stamp-string-preprocess):
11358 Fix a wrong type argument error.
11359
11360 2000-10-25 Miles Bader <miles@gnu.org>
11361
11362 * recentf.el (recentf-mode): Variable removed.
11363 (recentf-mode): Use `define-minor-mode'.
11364
11365 * mwheel.el (mouse-wheel-mode): New global minor mode.
11366 (mwheel-install): Use `mouse-wheel-mode'.
11367
11368 2000-10-25 Dave Love <fx@gnu.org>
11369
11370 * progmodes/cperl-mode.el (cperl-mode):
11371 Set normal-auto-fill-function correctly.
11372
11373 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11374 Don't inherit from global-map and don't nullify menu-bar and tool-bar
11375 bindings.
11376
11377 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11378
11379 * wid-edit.el (widget-field-at): New function.
11380 (widget-at, widget-field-activate): Use it.
11381 (widget-tabable-at): Use `widget-at'.
11382 (widget-specify-field): If the terminating character of the widget
11383 field (which is read-only) is a newline, put it into a special
11384 `boundary' field so that C-n/C-p act more naturally.
11385 (widget-field-end): Also don't subtract one if a special
11386 `boundary' field has been added after the widget field.
11387
11388 * comint.el (comint-output-filter, comint-send-input):
11389 Don't bother adding stickiness fields to overlays to fool the field
11390 code, since it should notice the overlay insertion-types now.
11391
11392 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11393 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11394 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11395
11396 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11397
11398 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
11399 (authors): Set file coding system to iso-2022-7bit.
11400 Add file-local variables to output buffer.
11401
11402 * files.el (after-find-file): Don't print any warnings if
11403 WARN is nil.
11404
11405 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11406
11407 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11408
11409 * delim-col.el: Now there is a column formatting mechanism.
11410 Modified to customization mechanisms convention. Doc fix.
11411 (columns): New group for delim-col.
11412 (delimit-columns-before, delimit-columns-after)
11413 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11414 (delimit-columns-end): New vars.
11415 (delimit-columns-customize, delimit-columns-format): New funs.
11416 (delimit-columns-region, delimit-columns-rectangle)
11417 (delimit-columns-rectangle-line): Modified to support column
11418 formatting.
11419
11420 2000-10-24 Dave Love <fx@gnu.org>
11421
11422 * log-edit.el (log-edit): Add :version and a :group for vc.
11423
11424 2000-10-24 Gerd Moellmann <gerd@gnu.org>
11425
11426 * files.el (after-find-file): Don't print a message ``New file''
11427 if WARN is nil.
11428
11429 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11430 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
11431 get duplicate tool-bar entries because we'll see the global ones
11432 on more than one path through keymaps.
11433
11434 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11435
11436 * progmodes/cmacexp.el: Change Francesco's email address.
11437
11438 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11439
11440 * window.el (fit-window-to-buffer): Adjust point of the window
11441 buffer, not that of the current buffer.
11442
11443 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11444
11445 * progmodes/cmacexp.el: Update the euthor's email address.
11446
11447 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11448
11449 * faces.el (face-spec-set-match-display): Add `graphic' display
11450 type (the inverse of `tty'). Use `display-graphic-p' instead of
11451 the window-system variable.
11452
11453 2000-10-24 Kenichi Handa <handa@etl.go.jp>
11454
11455 * international/isearch-x.el (isearch-with-input-method):
11456 Call input-method-function with the first event in
11457 unread-command-events.
11458
11459 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11460
11461 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
11462
11463 2000-10-24 Andrew Choi <akochoi@i-cable.com>
11464
11465 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11466 New charsets.
11467
11468 * term/mac-win.el: Remove definitions of mac-roman-lower and
11469 mac-roman-upper, require dired, and define instead of set
11470 mac-ready-for-drag-n-drop to avoid compilation error.
11471
11472 2000-10-23 Andrew Innes <andrewi@gnu.org>
11473
11474 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11475 Remove superfluous calls to subst-char-in-string; instead apply
11476 expand-file-name after convert-standard-filename to ensure
11477 expected directory separators are used.
11478
11479 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11480
11481 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11482
11483 2000-10-23 Dave Love <fx@gnu.org>
11484
11485 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11486 (tool-bar-add-item): Set foreground and background for XBM icons.
11487
11488 * international/latin1-disp.el (latin1-char-displayable-p):
11489 New function (from Handa).
11490 (latin1-display-check-font): Use it.
11491
11492 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
11493 using :key-sequence, making it much more usable.
11494 Use nconc, not append.
11495 (imenu--create-keymap-1): Avoid append.
11496
11497 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
11498
11499 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11500
11501 [the following changes fix a bug where `define-minor-mode' didn't
11502 correctly generate :require clauses for defcustoms in compiled files]
11503 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11504 (byte-compile-log-file, byte-compile-log-1): Don't set
11505 `byte-compile-current-file' to nil. Instead set
11506 `byte-compile-last-logged-file' to it. Test whether
11507 byte-compile-current-file equals byte-compile-last-logged-file
11508 instead of whether its nil.
11509 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11510
11511 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11512
11513 * textmodes/refill.el: Fix var names in doc.
11514 (refill-mode): Don't bother with make-local-hook anymore.
11515
11516 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11517
11518 * faces.el (face-user-default-spec, face-default-spec): New functions.
11519 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
11520 (frame-set-background-mode, face-set-after-frame-default):
11521 Use `face-user-default-spec'. Simplify code slightly.
11522
11523 * woman.el (woman-italic-face, woman-bold-face)
11524 (woman-unknown-face): Add dark-background variants.
11525 (woman-default-faces): Renamed from `woman-colour-faces'.
11526 Set using the stored defaults, rather than using hard-wired colors.
11527 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11528 Just make the foreground `unspecified' rather than "black".
11529 (woman-menu): Rename menu entries accordingly.
11530
11531 * faces.el (header-line): Make more reasonable on mono/grayscale
11532 displays.
11533
11534 2000-10-23 Andrew Choi <akochoi@i-cable.com>
11535
11536 * cus-edit.el (custom-button-face): Use 3D look for mac.
11537 (custom-button-pressed-face): Likewise.
11538
11539 * faces.el (set-face-attributes-from-resources): Handle mac frames
11540 in the same way as x and w32 frames.
11541 (face-valid-attribute-values): Likewise.
11542 (read-face-attribute): Likewise.
11543 (defined-colors): Likewise.
11544 (color-defined-p): Likewise.
11545 (color-values): Likewise.
11546 (display-grayscale-p): Likewise.
11547 (face-set-after-frame-default): Likewise.
11548 (mode-line): Same default face as for x and w32.
11549 (tool-bar): Likewise.
11550
11551 * frame.el: Remove call to frame-notice-user-settings at end of
11552 the file.
11553
11554 * info.el (Info-fontify-node): Make underlines invisible for mac
11555 as for x, pc, and w32 frame types.
11556
11557 * term/mac-win.el: New file.
11558
11559 2000-10-22 Dave Love <fx@gnu.org>
11560
11561 * textmodes/refill.el: New file.
11562
11563 2000-10-22 Andre Spiegel <spiegel@gnu.org>
11564
11565 * vc-hooks.el (vc-version-backup-file-name): New optional args
11566 MANUAL and REGEXP.
11567 (vc-delete-automatic-version-backups, vc-make-version-backup):
11568 New functions.
11569 (vc-before-save): Use the latter.
11570 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11571 confusion.
11572
11573 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
11574 expected by vc[-hooks].el.
11575
11576 * vc.el (vc-checkout): Added `-p' suffix in call to
11577 vc-make-version-backups-p; use vc-make-version-backup to actually
11578 make the backup.
11579 (vc-version-other-window, vc-version-backup-file): Handle both
11580 automatic and manual backups.
11581 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11582 of all of them.
11583
11584 2000-10-22 Miles Bader <miles@gnu.org>
11585
11586 * comint.el (comint-highlight-input, comint-highlight-prompt):
11587 Renamed, `-face' at end removed.
11588 (comint-send-input, comint-output-filter): Use renamed faces.
11589
11590 * window.el (fit-window-to-buffer): Change defaulting of
11591 MAX-HEIGHT slightly.
11592
11593 * faces.el (color-values, color-defined-p): Use `member', not
11594 `memq', because it works correctly for strings.
11595 (frame-set-background-mode): Actually, "unspecified-fg" and
11596 "unspecified-bg" *are* strings. Use `member', not `memq', and
11597 `equal', not `eq', when a string value is possible.
11598
11599 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11600
11601 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11602
11603 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11604
11605 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11606 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11607 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11608 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11609 (sh-font-lock-syntactic-keywords): Use them.
11610 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11611 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11612 (sh-mode): Don't override font-lock-unfontify-region-function.
11613 Use a copy of sh-font-lock-syntactic-keywords.
11614 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11615 Don't call sh-scan-buffer since font-lock does it on the fly.
11616 (sh-get-indent-info): Use `face' rather than `syntax-table'
11617 text-property to detect here-documents.
11618 Replace sh-special-syntax with sh-st-punc.
11619 (sh-prev-line): Use `face' rather than `syntax-table'
11620 text-property to skip over here-documents.
11621 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11622 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11623 (sh-electric-less, sh-set-here-doc-region)
11624 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
11625 (sh-scan-buffer, sh-rescan-buffer): Remove.
11626
11627 2000-10-21 Andrew Innes <andrewi@gnu.org>
11628
11629 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11630 remote (ange-ftp) file names.
11631
11632 2000-10-21 Miles Bader <miles@gnu.org>
11633
11634 * window.el (fit-window-to-buffer): New function.
11635 (shrink-window-if-larger-than-buffer): Use it.
11636 (window-text-height): Don't expect minibuffers to have mode-lines.
11637
11638 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
11639 * international/quail.el (quail-update-guidance):
11640 Use `fit-window-to-buffer' instead of `set-window-text-height'.
11641
11642 * international/quail.el (quail-show-guidance-buf): Make sure
11643 guidance window really has enough room.
11644 (quail-update-guidance): If quail-guidance-win is already shown,
11645 make sure its height is OK.
11646
11647 * window.el (window-text-height, set-window-text-height):
11648 New functions.
11649 (shrink-window-if-larger-than-buffer): Use `window-text-height'
11650 instead of `window-height' & `mode-line-window-height-fudge'.
11651 (mode-line-window-height-fudge): Add FACE parameter.
11652 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
11653 instead of `enlarge-window' & `mode-line-window-height-fudge'.
11654
11655 2000-10-20 Miles Bader <miles@gnu.org>
11656
11657 * window.el (height-affecting-face-attributes): Use `defconst'.
11658
11659 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
11660 New function, conditionally aliased to `mode-line-window-height-fudge'.
11661 (ispell-help): Use it.
11662 (ispell-choices-win-default-height): Don't include mode-line fudge.
11663 (ispell-choices-win-default-height): New function.
11664 (ispell-show-choices, ispell-command-loop): Use function
11665 `ispell-choices-win-default-height' instead of variable.
11666
11667 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
11668
11669 * window.el (mode-line-window-height-fudge): New variable.
11670 (height-affecting-face-attributes): New variable.
11671 (mode-line-window-height-fudge): New function.
11672 (shrink-window-if-larger-than-buffer): Use it.
11673 * help.el (resize-temp-buffer-window): Likewise.
11674
11675 * info.el (Info-fontify-node): Add support for @subsubsection
11676 titles, which use `Info-title-4-face'.
11677 (Info-title-4-face): New face.
11678 (Info-title-3-face): Inherit from Info-title-4-face instead of
11679 variable-pitch.
11680
11681 2000-10-19 Jason Rumney <jasonr@gnu.org>
11682
11683 * dired.el (dired-insert-directory): Do not let errors signalled by
11684 attempt to run dired-free-space-program prevent dired from working.
11685
11686 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
11687
11688 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
11689
11690 2000-10-19 Gerd Moellmann <gerd@gnu.org>
11691
11692 * dirtrack.el (dirtrack): Fix call to run-hooks.
11693
11694 * cmuscheme.el (cmuscheme-program-name): Renamed from
11695 scheme-program-name because xscheme.el contains a defcustom with
11696 the same name. As a consequence, customizing group `cmuscheme'
11697 loaded `xscheme' which redefined run-scheme.
11698 (run-scheme): Use cmuscheme-program-name.
11699
11700 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
11701
11702 * play/doctor.el (doctor-death): Update the Samaritans'
11703 anonymous address, and add a website for Befrienders International.
11704
11705 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11706
11707 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
11708 Avoid compilation gripes. Doc fix.
11709 (ps-print-version): New version number (6.2).
11710 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
11711 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
11712 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
11713 (ps-x-extent-priority, ps-x-extent-start-position)
11714 (ps-x-face-font-instance, ps-x-find-coding-system)
11715 (ps-x-font-instance-properties, ps-x-make-color-instance)
11716 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
11717 avoid compilation gripes without defining functions.
11718 (ps-e-find-composition): Alias for function find-composition, to have a
11719 suitable function depending on Emacs version.
11720 (ps-color-device, ps-color-values, ps-face-foreground-name)
11721 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
11722 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
11723 (ps-print-ensure-fontified): Function definitions surrounded by
11724 `eval-and-compile' to avoid compilation gripes.
11725 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
11726 by symbol-value to avoid compilation gripes.
11727 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
11728 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
11729
11730 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11731
11732 * startup.el (normal-top-level): Call `frame-set-background-mode'
11733 after `frame-notice-user-settings' because the latter doesn't call
11734 the former on a tty.
11735
11736 * faces.el (frame-set-background-mode): `unspecified' &c are
11737 symbols, not strings.
11738
11739 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11740
11741 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
11742 why some "light*" colors are deliberately absent from the alist.
11743
11744 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
11745 Change colors for tty's, as suggested by Miles Bader.
11746
11747 2000-10-19 Kenichi Handa <handa@etl.go.jp>
11748
11749 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
11750 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
11751 for ISO10646-1 fonts.
11752 (x-font-name-charset-alist): Add an entry for "iso10646-1".
11753
11754 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
11755
11756 * faces.el (frame-set-background-mode): If a tty frame defines a
11757 background color, use that to compute the background mode, instead
11758 of always defaulting to "dark".
11759
11760 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
11761
11762 * comint.el (comint-write-output): New function.
11763 (comint-mode-map): Add it to the menu.
11764 Bind `C-c C-s' to comint-write-output.
11765
11766 2000-10-18 Gerd Moellmann <gerd@gnu.org>
11767
11768 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
11769 Use fancy-splash-delay.
11770
11771 2000-10-18 Alex Schroeder <alex@gnu.org>
11772
11773 * progmodes/sql.el (sql-sybase-options): New option.
11774 (sql-sybase): Use it. Add sql-database to the list of parameters
11775 provided for login. The options -w 2048 -n are not used any more.
11776
11777 * comint.el (comint-read-input-ring): Bugfix such that the first
11778 and the last entry of the input ring file are not lost.
11779
11780 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11781
11782 * ps-print.el: Internal variable changes to defcustom,
11783 make-local-hook changes to defvar. Doc fix.
11784 (ps-print-version): New version number (6.1).
11785 (ps-setup, ps-do-despool): Code fix.
11786 (ps-printer-name): Customization fix.
11787 (ps-printer-name-option): Now is a defcustom instead of an
11788 internal variable.
11789 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
11790 (ps-print-begin-column-hook): Now are defvar instead of
11791 make-local-hook.
11792
11793 2000-10-18 Miles Bader <miles@gnu.org>
11794
11795 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
11796 (comint-kill-output): Changed into an alias for `comint-delete-output',
11797 and made obsolete.
11798 (comint-mode-map): Rename references to comint-kill-output.
11799
11800 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
11801
11802 * diff-mode.el (diff-header-face, diff-file-header-face)
11803 (diff-changed-face): Add bold and italic attributes to tty faces.
11804 (diff-function-face): New face.
11805 (diff-font-lock-keywords): Use it.
11806
11807 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
11808
11809 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
11810 Remove commented-out call to force-mode-line-update.
11811 (comint-kill-output): Use `forward-line 0' instead of
11812 beginning-of-line to make sure we get past the prompt.
11813
11814 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
11815
11816 * diff-mode.el (diff-header-face, diff-file-header-face):
11817 Add specific setting for dark background.
11818 (diff-context-face): Renamed from diff-comment-face.
11819 Set explicitly rather than inheriting from font-lock-comment-face.
11820
11821 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11822
11823 * startup.el (command-line): Move the code which sets the default
11824 TTY colors to before before-init-hook.
11825
11826 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11827
11828 * jit-lock.el (jit-lock-stealth-time): Doc fix.
11829
11830 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11831
11832 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
11833 extensions, for MS-DOS.
11834
11835 * diff-mode.el (diff-header-face, diff-file-header-face)
11836 (diff-changed-face): Define tty-specific colors.
11837
11838 2000-10-17 Gerd Moellmann <gerd@gnu.org>
11839
11840 * startup.el (fancy-splash-text): Realign the text.
11841
11842 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11843
11844 * font-lock.el (font-lock-comment-face): Define a separate default
11845 for dark-background tty's.
11846
11847 2000-10-17 Miles Bader <miles@gnu.org>
11848
11849 * help.el (resize-temp-buffer-window): Add hack to avoid last line
11850 being obscured by whizzy mode-lines on graphics displays.
11851
11852 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
11853
11854 * info.el (Info-title-1-face, Info-title-2-face)
11855 (Info-title-3-face): Define colors for tty's.
11856 (info-header-node): Remove unneeded tty-specific definition.
11857
11858 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
11859
11860 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
11861 reverse from the frame parameters, and don't invert foreground and
11862 background colors.
11863
11864 2000-10-16 Miles Bader <miles@gnu.org>
11865
11866 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
11867 string "*Info*". Call propertized-buffer-identification to spruce
11868 up the result.
11869
11870 2000-10-16 Gerd Moellmann <gerd@gnu.org>
11871
11872 * help.el: Provide `help' for the sake of define-minor-mode
11873 which generates defcustoms with requires.
11874
11875 * jit-lock.el (jit-lock-after-change): If we're in text that
11876 matches a multi-line font-lock pattern, make sure the whole text
11877 will be redisplayed.
11878
11879 * emacs-lisp/authors.el (authors-add): Don't add an entry if
11880 author's name is unknown.
11881
11882 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
11883 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
11884 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
11885 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
11886 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
11887 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
11888 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
11889 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
11890 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
11891 Add author information.
11892
11893 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
11894
11895 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
11896 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
11897 full-color version (using the Gimp) to eliminate dithering artifacts.
11898
11899 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11900
11901 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
11902
11903 * simple.el (syntax-flag-table, string-to-syntax): Remove.
11904
11905 2000-10-15 Dave Love <fx@gnu.org>
11906
11907 * progmodes/sh-script.el: Require skeleton and comint when compiling.
11908
11909 * pcomplete.el (pcomplete) <defgroup>: Add :version.
11910
11911 * whitespace.el: Doc fixes.
11912 (top-level): Don't add hooks here.
11913 (whitespace-running-emacs): Deleted.
11914 (timer): Don't require.
11915 (whitespace): Add back :version conditional on xemacs test.
11916 (whitespace-spacetab-regexp, whitespace-indent-regexp)
11917 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
11918 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
11919 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
11920 Avoid specific xemacs test.
11921 (whitespace-global-mode): New option.
11922 (whitespace-global-mode): New command.
11923 (whitespace-unload-hook): New function.
11924
11925 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
11926 (Info-fontify-node, Info-goto-node, Info-mode-menu)
11927 (Info-fontify-node): `Goto' goes to `Go to'.
11928 (Info-fontify-node): Add help-echo to xref links.
11929
11930 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
11931
11932 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
11933
11934 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
11935
11936 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
11937 Use plist-get and allow :inherit.
11938
11939 * emacs-lisp/cl-macs.el (cl-do-arglist):
11940 Use plist-get and plist-member instead of memq.
11941
11942 * emacs-lisp/ewoc.el (ewoc-location): New function.
11943 (ewoc-enter-after, ewoc-enter-before): Document return value.
11944 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
11945 Don't need make-local-hook any more.
11946 (cvs-addto-collection): Return the new tin.
11947 (cvs-mode-insert): Jump to the new line.
11948
11949 * jit-lock.el (jit-lock-fontify-buffer): Remove.
11950
11951 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
11952
11953 * font-lock.el (font-lock-syntactically-fontified): New var.
11954 (font-lock-fontify-syntactic-keywords-region): Use it.
11955 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
11956
11957 * diff-mode.el (diff-find-file-name): Fix regexp.
11958
11959 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11960 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
11961
11962 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
11963 (sh-mode-syntax-table): Add punctuation syntax for < and >.
11964 (sh-mode): Don't make all vars local here.
11965 (sh-kw): Reformat.
11966 (sh-set-shell): Use dolist. Don't set indent-region-function.
11967 (sh-mode-syntax-table): Use pop.
11968 (sh-remember-variable): Use push.
11969 (sh-help-string-for-variable): Use memq.
11970 (sh-safe-backward-sexp): Remove.
11971 (sh-safe-forward-sexp): Add ARG.
11972 (sh-get-indent-info, sh-prev-stmt): Use it.
11973 (sh-prev-line): Simplify by using forward-comment.
11974 (sh-this-is-a-continuation): Simplify.
11975 (sh-learn-buffer-indent): Use dolist.
11976 (sh-do-nothing): Remove.
11977 (sh-set-char-syntax, sh-set-here-doc-region):
11978 Use inhibit-modification-hooks.
11979 (sh-name-style): Use mapcar and push.
11980 (sh-load-style): Use dolist.
11981 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
11982 (sh-case, sh-while-getopts): Use propertize directly rather
11983 than sh-electric-rparen.
11984
11985 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
11986
11987 * textmodes/tex-mode.el: Require CL when compiling.
11988 (tex-mode-syntax-table): Init immediately.
11989 (tex-mode-map): Bind M-RET to latex-insert-item.
11990 (latex-mode): Set indent-line-function to latex-indent.
11991 (tex-common-initialization): Don't setup the syntax-table any more.
11992 (latex-insert-item): New skeleton.
11993 (tex-next-unmatched-end): Fix copy/paste braino.
11994 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
11995 (latex-indent, latex-find-indent): New functions.
11996 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
11997 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
11998 (tex-compilation-parse-errors): Use with-syntax-table.
11999
12000 2000-10-15 Miles Bader <miles@gnu.org>
12001
12002 * font-lock.el (font-lock-comment-face): Change dark-background,
12003 color, non-tty, default to `chocolate1'.
12004
12005 2000-10-13 John Wiegley <johnw@gnu.org>
12006
12007 * eshell/esh-util.el (require): Added a missing `require' form,
12008 needed when compiling (for an ange-ftp macro definition).
12009
12010 2000-10-13 Dave Love <fx@gnu.org>
12011
12012 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12013
12014 2000-10-13 Gerd Moellmann <gerd@gnu.org>
12015
12016 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
12017
12018 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
12019 transparent -colors 8).
12020
12021 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
12022
12023 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12024 that breaks with old list format timestamps.
12025 (time-stamp-warn-inactive, time-stamp-old-format-warn)
12026 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
12027
12028 2000-10-13 John Wiegley <johnw@gnu.org>
12029
12030 * align.el, pcomplete.el, calendar/timeclock.el,
12031 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12032
12033 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
12034 faulty math, where holiday hours were being computing as seconds.
12035
12036 2000-10-13 John Wiegley <johnw@gnu.org>
12037
12038 * desktop.el (desktop-buffer-modes-to-save): Added a global for
12039 specifying what "other" kinds of buffers should be saved.
12040 This used to be hard-coded.
12041 (desktop-buffer-misc-functions): A global for specifying how
12042 auxiliary data should be determined for special buffer types.
12043 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12044 instead of hard-coding the special buffer types.
12045 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12046 auxiliary data, instead of hard-coding for Info buffers and dired.
12047 (desktop-buffer-info-misc-data): Aux function for determining Info
12048 buffer auxiliary info.
12049 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12050 (desktop-buffer-info): Changed this function to use the info
12051 gathered above.
12052 (desktop-create-buffer): Be a little more careful about what
12053 `minor-mode' means before calling it. This is important for some
12054 buffer types.
12055
12056 2000-10-13 John Wiegley <johnw@gnu.org>
12057
12058 * eshell/esh-util.el: Added a global form which declares an
12059 autoload for `parse-time-string', if that function is not already
12060 defined, and if parse-time.el is available on the user's system.
12061
12062 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12063 to be aware of ange-ftp user info.
12064 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
12065 (eshell-ls-annotate): Use `eshell-file-attributes'.
12066 (eshell-ls-file): Made the user-id printing code a bit smarter.
12067
12068 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12069 allow identification of alias user ids in remote directories.
12070 It's manual, but there's no other way to know when the current user
12071 on the local machine, is also the owning user on the remote machine.
12072 (fboundp): Bind `ange-cache'.
12073 (eshell-directory-files-and-attributes): Re-organized the logic a
12074 bit to use `eshell-file-attributes' instead of `file-attributes'.
12075 The former is more sensitive to directories that are read via FTP,
12076 and knows how to use ange-ftp to determine full attribute
12077 information, instead of just the name and last modtime.
12078 (eshell-current-ange-uids): Return the current user id when in a
12079 remote directory.
12080 (eshell-parse-ange-ls): Parse a full directory listing that has
12081 been returned by ange-ftp.
12082 (eshell-file-attributes): This beefed up version of
12083 `file-attributes' is only special if the user is currently in a
12084 remote directory, in which case it does a lot of work to find out
12085 what the real attributes of a file are, as they appear on the
12086 remote machine. This makes usage of remote directories (i.e.,
12087 ange-ftp pathnames) much more useful. You can now use Eshell as a
12088 full-fledged FTP client, with much more manipulation ability than
12089 most other clients.
12090
12091 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12092 variable, which means that Eshell's du should always be preferred
12093 in remote directories.
12094 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12095 just `file-attributes'.
12096 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12097 when reading remote directories. This is an Eshell-specific
12098 variable (not part of ange-ftp).
12099 (eshell/ln): Bind `ange-cache'.
12100 (eshell/du): Added some extra logic for determining when to use
12101 Eshell's du (which is slow), and when to use the external version
12102 (which may or may not exist).
12103
12104 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12105 Call `eshell-interactive-process', rather than using
12106 `get-buffer-process', since backgrounded processes don't count in
12107 the context of this function's logic.
12108
12109 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12110 `forward-char', so that null strings are parsed correctly.
12111
12112 2000-09-13 John Wiegley <johnw@gnu.org>
12113
12114 * eshell/em-pred.el (eshell-pred-file-type)
12115 (eshell-pred-file-links, eshell-pred-file-size):
12116 Use `eshell-file-attributes'. This is more correct over ange-ftp.
12117
12118 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12119 that remote file globbing is more efficient.
12120
12121 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12122 gathering the files and attributes within a directory.
12123
12124 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12125 the command line is a special file (not a regular file, directory
12126 or symlink), always attempt to call the external version of cat.
12127
12128 2000-09-13 John Wiegley <johnw@gnu.org>
12129
12130 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12131 Eshell-friendly version of find-tag.
12132
12133 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12134
12135 * image-file.el (image-file-name-extensions)
12136 (image-file-name-regexps): Add autoload cookies.
12137
12138 2000-10-13 Kenichi Handa <handa@etl.go.jp>
12139
12140 * international/mule-cmds.el (select-safe-coding-system): If FROM
12141 is string, show it in *Warning* buffer.
12142
12143 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12144
12145 * startup.el (normal-top-level): Use display-popup-menus-p instead
12146 of window-system.
12147 (command-line): Use display-graphic-p instead of window-system.
12148 (command-line-1): Use display-popup-menus-p and display-mouse-p
12149 instead of window-system.
12150
12151 2000-10-12 Sam Steingold <sds@gnu.org>
12152
12153 * tooltip.el (tooltip-use-echo-area): New user variable.
12154 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12155
12156 2000-10-12 Dave Love <fx@gnu.org>
12157
12158 * recentf.el: Maintainer's checkdoc fixes.
12159
12160 * startup.el (normal-top-level-add-subdirs-to-load-path):
12161 Use character class, not ASCII when matching file names.
12162 (fancy-splash-head): Add trailing slash to URL.
12163 (command-line): Don't require XPM support for toolbar.
12164
12165 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12166 (cperl-invalid-face): Revert last change.
12167 (cperl-init-faces): Quote cperl-invalid-face.
12168
12169 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12170
12171 * startup.el (fancy-splash-text): Remove superfluous quote.
12172
12173 2000-10-12 Gerd Moellmann <gerd@gnu.org>
12174
12175 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12176 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12177 (command-line-1): Don't use fancy-splash-pending-command.
12178 (fancy-splash-screens-1): Goto point-min after inserting text.
12179
12180 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12181
12182 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12183 instead of shared-lisp-mode-map.
12184
12185 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12186
12187 * faces.el (header-line): Change tty-variant to use underlining.
12188
12189 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12190 (isearch-highlight): Restore lazy-isearch face properties at old
12191 position, and suppress them at new position.
12192 (isearch-dehighlight): Restore lazy-isearch face properties.
12193 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12194 over the real isearch overlay, but in that case, don't give it a
12195 face property. Use `push'.
12196
12197 2000-10-12 Kenichi Handa <handa@etl.go.jp>
12198
12199 * man.el (Man-getpage-in-background): Fix previous change.
12200 Decode the process output only when we are in multibyte mode.
12201
12202 2000-10-11 Dave Love <fx@gnu.org>
12203
12204 * info.el (Info-mode-menu): Fix some help.
12205 (info-tool-bar-map): Add entry for Info-last.
12206
12207 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12208 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12209 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12210 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12211 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12212 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12213 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12214 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12215 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12216 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12217 Reduce colour requirements to 25 overall. (Probably wants
12218 revisiting from the originals to reduce further.)
12219
12220 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12221
12222 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12223 buffer-file-coding-system, instead of raw-text.
12224 (dehexlify-buffer): Bind coding-system-for-read to
12225 buffer-file-coding-system, instead of raw-text.
12226
12227 2000-10-11 Sam Steingold <sds@gnu.org>
12228
12229 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
12230 `underline' - fixes the bug introduced on 2000-09-21.
12231
12232 2000-10-11 Dave Love <fx@gnu.org>
12233
12234 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12235 Avoid compiler warnings.
12236 (scheme-mode): Doc fix.
12237 (scheme-font-lock-keywords-1): Match `define-syntax'.
12238
12239 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
12240
12241 * faces.el (frame-set-background-mode): Pay attention to saved
12242 face specs as well as default ones. Only do anything if the
12243 bg-mode or display-type has actually changed. Use `dolist'.
12244 (region): Make dark-background `region' face less in-your-face.
12245
12246 2000-10-10 Sam Steingold <sds@gnu.org>
12247
12248 * chistory.el, ielm.el, ledit.el:
12249 * progmodes/inf-lisp.el, progmodes/scheme.el:
12250 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12251
12252 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12253
12254 * textmodes/texinfo.el: Update copyright and fix typo.
12255
12256 * desktop.el (desktop-modes-not-to-save): New var.
12257 (desktop-save-buffer-p): Use it.
12258 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12259 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12260
12261 2000-10-10 Dave Love <fx@gnu.org>
12262
12263 * toolbar/tool-bar.el (tool-bar-add-item)
12264 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
12265
12266 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12267 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12268 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12269 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12270 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12271 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12272 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12273 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12274 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12275 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12276 the .xpms; probably need retouching.
12277
12278 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12279
12280 * subr.el (add-to-list): Add optional argument APPEND.
12281 * battery.el (display-battery): Use `add-to-list'.
12282
12283 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12284
12285 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12286 properties.
12287 (zone, zone-when-idle, zone-leave-me-alone)
12288 (zone-pgm-whack-chars): Use new symbol properties.
12289
12290 * battery.el (display-battery): Doc spelling fix.
12291
12292 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12293 property.
12294
12295 2000-10-09 Dave Love <fx@gnu.org>
12296
12297 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12298 has been initialized before calling tool-bar-setup.
12299 (tool-bar-add-item-from-menu): Add autoload cookie.
12300
12301 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12302
12303 * menu-bar.el (send-mail-item-name): New function.
12304 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12305 of mail-user-agent in the menu. Don't display the "Send Mail"
12306 item if mail-user-agent is nil or its value is ignore.
12307 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12308 if read-mail-command is nil or its value is ignore.
12309
12310 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12311
12312 2000-10-09 Miles Bader <miles@gnu.org>
12313
12314 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12315 Correct image size.
12316 * toolbar/left_arrow.xpm: Correct image size.
12317
12318 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12319 will be done by the definition of `auto-compression-mode' if
12320 necessary. Move code to uninstall existing file-name handler
12321 before definition of `auto-compression-mode'.
12322
12323 * image-file.el (auto-image-file-mode): Move to the end of the
12324 file, because `define-minor-mode' actually calls the mode-function
12325 if the associated variable is non-nil, which requires that all
12326 needed functions be already defined.
12327
12328 * mouse.el (popup-menu): Balance parens.
12329
12330 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12331
12332 * mouse.el (popup-menu): Move the command call outside the loop
12333 so that popup-menu returns whatever the command returns.
12334
12335 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12336 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12337 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12338 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12339
12340 * vc.el (vc-version-diff): diff-switches can be a list.
12341 Use relative filenames for prettier output.
12342
12343 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12344 (vc-post-command-functions): Remove old-VC compatibility code.
12345
12346 * newcomment.el (comment-indent-default): Autoload.
12347
12348 * font-lock.el (font-lock-defaults): Make buffer-local.
12349 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12350 (font-lock-choose-keywords):
12351 Ignore LEVEL unless KEYWORDS is a list of syms.
12352 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12353 Don't wrap regexp-opt things in \(...\) unnecessarily.
12354
12355 * jit-lock.el: Don't require font-lock any more.
12356 (jit-lock-functions): Make buffer-local.
12357 (jit-lock-saved-fontify-buffer-function): Remove.
12358 (jit-lock-mode): Remove autoload cookie.
12359 Remove font-lock specific code.
12360 (jit-lock-unregister): Don't bother handling complex hooks any more.
12361 (jit-lock-refontify): New function.
12362 (jit-lock-fontify-buffer): Use it.
12363 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12364 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12365 Add optional args START and END.
12366 Never call font-lock-fontify-region directly.
12367 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12368
12369 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12370
12371 2000-10-08 Dave Love <fx@gnu.org>
12372
12373 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12374
12375 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12376
12377 * play/studly.el (studlify-region, studlify-word): Add autoload
12378 cookie.
12379
12380 * play/morse.el (morse-region, unmorse-region): Add autoload
12381 cookie.
12382
12383 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12384 concat.
12385
12386 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12387 insist on symbols starting with word syntax.
12388 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12389 (eval-defun-1): Doc fix.
12390 (indent-sexp): Use nconc to build up indent-stack.
12391
12392 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12393 Gnus with little use.
12394 (mail-setup-hook): Add mail-abbrevs-setup to options.
12395
12396 * recentf.el: Doc fixes.
12397
12398 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12399 Clean up remainder.
12400
12401 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12402 without timezone and (8) with timezone to enforce some whitespace.
12403 Simplify code somewhat.
12404
12405 * options.el (list-options): Doc that you should use customize.
12406
12407 * iswitchb.el (iswitchb-mode): Add :require.
12408
12409 * info.el (Info-goto-node, Info-menu): Doc fix.
12410 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12411 (info-tool-bar-map): New variable.
12412 (Info-mode): Use it.
12413 (Info-edit-map): Define all in defvar.
12414 (speedbar-attached-frame): Avoid compiler warning.
12415
12416 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12417 (global-map): Bind [tool-bar] to a filtered map.
12418 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12419 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12420 Allow PBM icons.
12421 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12422
12423 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12424 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12425 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12426 icons, except up_arrow, which is left-arrow rotated.
12427
12428 * imenu.el (imenu-add-to-menubar): Fix last change.
12429
12430 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12431
12432 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12433 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12434
12435 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12436
12437 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12438 typos in doc strings.
12439
12440 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12441 the doc strings how to customize Font Lock faces.
12442
12443 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12444 computing growth when dragging the header line.
12445
12446 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12447
12448 * simple.el (kill-line): Doc fix.
12449
12450 2000-10-08 Miles Bader <miles@gnu.org>
12451
12452 * faces.el (secondary-selection): Make foreground visible on tty.
12453
12454 * jka-compr.el (auto-compression-mode): Move to the end of the
12455 file, because `define-minor-mode' actually calls the mode-function
12456 if the associated variable is non-nil, which requires that all
12457 needed functions be already defined.
12458 (with-auto-compression-mode): Add autoload cookie.
12459
12460 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12461
12462 * files.el (find-backup-file-name) [ms-dos]: If support for long
12463 file names is not available, behave as if version-control were set
12464 to never.
12465
12466 2000-10-07 Dave Love <fx@gnu.org>
12467
12468 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12469 (browse-url-gnome-moz): New function.
12470 (browse-url-browser-function): Use it.
12471 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12472
12473 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12474
12475 * indent.el (tab-always-indent): New var.
12476 (indent-for-tab-command): Use it.
12477
12478 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12479 raise an error. This way it can still default to a sane value.
12480
12481 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12482
12483 * startup.el (fancy-splash-screens): Use local rather than global map.
12484 Don't use `update-menu-bindings' any more.
12485 Get rid of assumptions about keymap representation.
12486
12487 2000-10-06 Dave Love <fx@gnu.org>
12488
12489 * textmodes/fill.el (sentence-end-double-space)
12490 (sentence-end-without-period): Doc fix.
12491 (adaptive-fill-regexp): Purecopy.
12492 (unjustify-current-line): Use line-end-position.
12493 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12494
12495 * net/eudc-vars.el (eudc): Add :version, :link.
12496
12497 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12498
12499 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12500 Fix for define-minor-mode.
12501 (function-at-point): Alias to function-called-at-point.
12502
12503 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12504
12505 * simple.el (backward-word): Doc fix.
12506
12507 * image-file.el (image-file-name-regexp): image-file-regexps ->
12508 image-file-name-regexps.
12509 (image-file-name-extensions): Add pbm.
12510
12511 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12512
12513 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12514 and add filename to the names so that diff-mode can jump to source.
12515
12516 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12517 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12518 (tex-font-lock-keywords-1): Remove.
12519 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12520 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12521 (font-lock-default-fontify-region):
12522 Expand beg..end correctly when just following a multiline region.
12523 (font-lock-fontify-anchored-keywords):
12524 Include the anchor text as part of the multiline.
12525
12526 2000-10-06 Gerd Moellmann <gerd@gnu.org>
12527
12528 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12529 latter needs the autoloaded define-minor-mode macro during the
12530 bootstrap.
12531
12532 * startup.el (command-line): For now, activate tool-bar-mode only
12533 if XPM images are supported.
12534
12535 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12536 window by dragging a header-line at the top of the frame; that's
12537 confusing because the header-line doesn't move.
12538 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12539 of treating the event as a list. Some cleanup.
12540
12541 2000-10-06 Miles Bader <miles@gnu.org>
12542
12543 * simple.el (display-message-or-buffer): New function.
12544 (shell-command-on-region): Use `display-message-or-buffer'.
12545
12546 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12547 docstring parts.
12548
12549 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12550 (smbclient-prompt-regexp): Add usage note to doc string.
12551 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12552 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12553 Use add-hook for adding the comint filter function, and only do so
12554 if it's not already in the global hook list.
12555 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12556 to `make-local-variable'.
12557 (nslookup-font-lock-keywords): Remove prompt entry.
12558 (nslookup): Don't set the process-filter.
12559 (finger): Exit the loop correctly when the regexps list runs out.
12560 (ftp, smbclient, smbclient-list-shares):
12561 Set the real major mode immediately, not after execing.
12562 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12563
12564 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12565
12566 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12567
12568 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12569
12570 * which-func.el (which-func-format): Remove spurious space.
12571 (which-func-mode): Don't make it permanent-local.
12572 (which-func-ff-hook): Allow which-func-maxout to be nil.
12573 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12574 (which-func-mode): Simplify.
12575 Use post-command-idle-hook rather than post-command-hook.
12576 Go through all buffers and update their state.
12577 (which-function): Also try add-log-current-defun-function.
12578
12579 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12580 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12581 Update call to with-vc-properties accordingly.
12582 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12583 (vc-revert-buffer): More careful about window selection and deletion.
12584 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12585
12586 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12587 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12588 (cvs-dired-action): Change the default to quickdir.
12589
12590 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12591 if comment-indent-function returns nil.
12592 (comment-indent-default): New function.
12593 (comment-indent-function): Use it and document the new semantics.
12594
12595 * image-file.el: Docstring fixes.
12596
12597 * help.el (help-xref-on-pp): Use match-string.
12598 (describe-variable): New arg BUFFER.
12599 Store the current buffer in the help-xref-stack.
12600 (temp-buffer-resize-mode): Use define-minor-mode.
12601
12602 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12603 consistently with its docstring.
12604 Set jit-lock-first-unfontify-pos in an idempotent way.
12605 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12606
12607 2000-10-05 Alex Schroeder <alex@gnu.org>
12608
12609 * sql.el (sql-mysql-options): New variable.
12610 (sql-mysql): Use it.
12611
12612 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12613
12614 * image.el (image): New group.
12615
12616 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12617 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12618
12619 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12620
12621 * net/net-utils.el (nslookup-font-lock-keywords)
12622 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12623 Ignore the value of wqindow-system; always define keywords
12624
12625 2000-10-05 Kenichi Handa <handa@etl.go.jp>
12626
12627 * startup.el (fancy-splash-screens): Remove the code for
12628 debugging; `(trace-to-stderr "EXITTT\n")'.
12629
12630 2000-10-05 Miles Bader <miles@gnu.org>
12631
12632 * diff-mode.el (diff-goto-source): Update call to
12633 `diff-hunk-status-msg' to reflect new REV variable.
12634
12635 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
12636
12637 * progmodes/icon.el (icon-mode):
12638 Don't gratuitously override the default for comment-column.
12639
12640 * vc-hooks.el (vc-mode-line): Fix interactive spec.
12641
12642 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
12643 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
12644 (jit-lock-functions): New var.
12645 (jit-lock-function-1): Use it if non-nil.
12646 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
12647 Set the `fontified' property before doing the fontification to avoid
12648 repeatedly going through the same error.
12649 Don't turn errors into messages.
12650 (jit-lock-register, jit-lock-unregister): New functions.
12651
12652 * dired.el (dired-mark-pop-up): Turn comment into docstring.
12653 Use with-current-buffer.
12654
12655 * dired-aux.el (dired-do-create-files, dired-kill-tree):
12656 Turn comment into docstring.
12657
12658 * apropos.el (apropos-mode): Use define-derived-mode.
12659
12660 2000-10-04 Gerd Moellmann <gerd@gnu.org>
12661
12662 * startup.el (fancy-splash-pending-command): New variable.
12663 (fancy-splash-pre-command): New function.
12664 (fancy-splash-screens): Rewritten.
12665 (command-line-1): If fancy-splash-pending-command is set, call it
12666 interactively.
12667
12668 2000-10-04 Dave Love <fx@gnu.org>
12669
12670 * toolbar/tool-bar.el (tool-bar-setup): New function.
12671 (tool-bar-mode): Use it.
12672
12673 * subr.el (substitute-key-definition): Doc fix.
12674 (play-sound-file): New command.
12675
12676 2000-10-04 Andre Spiegel <spiegel@gnu.org>
12677
12678 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
12679 vc-version-backup-file-name): New functions.
12680
12681 * files.el (basic-save-buffer): Call vc-before-save before saving.
12682
12683 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
12684 vc-cvs-stay-local-p.
12685
12686 * vc.el (vc-revert-buffer): Handle empty diff properly.
12687 (vc-version-backup-file): New function.
12688 (vc-checkout): Create a version backup if necessary.
12689 (vc-checkin): If a version backup file exists, delete it.
12690 (vc-version-diff): Diff locally using version backups, if available.
12691 (vc-revert-file): If there's a version backup, revert locally.
12692 (vc-transfer-file): Use version backup for base version, if
12693 available. If not, ask for confirmation whether to get it from the
12694 server. Update mode line before check-in.
12695
12696 2000-10-04 Dave Love <fx@gnu.org>
12697
12698 * toolbar/tool-bar.el (tool-bar-setup): New function.
12699 (tool-bar-mode): Use it.
12700
12701 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12702
12703 * net/net-utils.el (nslookup-font-lock-keywords)
12704 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12705 Only set if window-system is non-nil
12706 (net-utils-run-program): Returns buffer.
12707 (network-connection-reconnect): Added this function.
12708
12709 * generic.el:
12710 Incorporates extensive cleanup and docfixes by
12711 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
12712 Uses cl compile-time macros.
12713 (generic-mode-name, generic-comment-list)
12714 (generic-keywords-list, generic-font-lock-expressions)
12715 (generic-mode-function-list, generic-mode-syntax-table):
12716 Removed variables.
12717 (generic-mode-alist): Renamed to generic-mode-list.
12718 (generic-find-file-regexp): Default changed to "^#".
12719 (generic-read-type): Uses completing read on generic-mode-list.
12720 (generic-mode-sanity-check): removed this function.
12721 (generic-add-to-auto-mode): Removed this function
12722 (generic-mode-internal): Bind mode-specific definitions
12723 into function instead of putting them in alist.
12724 (generic-mode-set-comments): Reworked extensively.
12725 (generic-mode-find-file-hook): Simplified regexp searching
12726 (generic-make-keywords-list): Omit extra pair of parens
12727
12728 * find-lisp.el (find-lisp-find-files-internal):
12729 Make sure directory name ends with "/".
12730
12731 * generic-x.el (apache-conf-generic-mode):
12732 Regexp now allows leading whitespace.
12733 (rc-generic-mode): Added eval-when-compile
12734 around generic-make-keywords-list.
12735 Deleted duplicate regexp
12736 (rul-generic-mode): Added eval-when-compile
12737 around generic-make-keywords-list.
12738 (etc-fstab-generic-mode): New generic mode.
12739 (rul-generic-mode): Removed one eval-when-compile
12740 which caused a max-specpdl-size exceeded error.
12741
12742 2000-10-04 Miles Bader <miles@gnu.org>
12743
12744 * simple.el (minibuffer-temporary-goal-position): New variable.
12745 (next-history-element): Try to keep the position of point in the
12746 input string constant.
12747
12748 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
12749 (dired-do-create-files): If there's only one file, pass it in as
12750 the DEFAULT arg to dired-mark-read-file-name.
12751
12752 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
12753
12754 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
12755 (diff-goto-source): Be smarter when choosing REVERSE or not.
12756
12757 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
12758 (texinfo-mode-menu): Add an explicit shortcut for update all.
12759
12760 2000-10-03 Andre Spiegel <spiegel@gnu.org>
12761
12762 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
12763 factorize backend-specific code cleanly (this was essentially
12764 conceived by Stefan Monnier).
12765 (vc-unregister): Function removed.
12766 (vc-revert-file): New function.
12767 (vc-revert-buffer): Delegate some of the work to it.
12768
12769 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
12770 default branch unconditionally.
12771 (vc-rcs-set-default-branch): New function.
12772 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
12773 (vc-rcs-checkin): If an appropriate default branch has been set,
12774 force creation of that branch.
12775 (vc-rcs-receive-file): Rewritten to contain only backend-specific
12776 code (as suggested by Stefan Monnier).
12777
12778 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12779
12780 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
12781 highlighting overlay with a different face over the overlay
12782 isearch uses to highlight the current match because that can lead
12783 to bad face combinations.
12784
12785 * loadup.el (toplevel): Load faces before isearch.
12786
12787 * isearch.el (isearch-faces): New custom group.
12788 (isearch): New defface; was already tested for in the code.
12789 (isearch-lazy-highlight-face): Changed to defface from defcustom.
12790 (isearch-highlight): Always use face `isearch'.
12791
12792 2000-10-02 Dave Love <fx@gnu.org>
12793
12794 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
12795 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
12796 comparison of opcode with operand.
12797
12798 2000-10-03 Miles Bader <miles@gnu.org>
12799
12800 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
12801 buffer, since the echo area will now grow to accommodate them.
12802
12803 2000-10-02 Andre Spiegel <spiegel@gnu.org>
12804
12805 * vc-hooks.el (vc-registered): If FILE used to be registered under
12806 a certain backend, try that one first.
12807
12808 * vc.el (vc-responsible-backend): Undo the previous change in the
12809 argument list. Handle multiple backends correctly.
12810 (vc-find-new-backend): Function removed.
12811 (vc-register): Use vc-responsible-backend, as before.
12812 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
12813
12814 2000-10-02 Gerd Moellmann <gerd@gnu.org>
12815
12816 * startup.el (fancy-splash-head): Change message below the
12817 logo.
12818
12819 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
12820
12821 * diff-mode.el (diff-goto-source): Emit a status message.
12822 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
12823 (diff-test-hunk): Fix doc string.
12824 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
12825 (diff-advance-after-apply-hunk): New variable.
12826 (diff-apply-hunk): Don't return a value.
12827
12828 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
12829
12830 * vc.el (vc-editable-p): Minor optimization.
12831 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
12832 (vc-find-new-backend): New function split from vc-responsible-backend.
12833 (vc-register): Use it.
12834 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
12835 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
12836 (vc-default-unregister, vc-revert-buffer): Docstring fix.
12837 (vc-clear-headers): Don't use find-file.
12838 (vc-revert-buffer): Use `and' again (must have been a braino).
12839 (vc-switch-backend): Only prompt if requested.
12840 Short circuit if nothing is to be done.
12841 Don't use vc-resynch-buffer which could lose unsaved editing.
12842 (vc-default-receive-file): Update call to vc-unregister.
12843 (with-vc-file, vc-next-action-on-file):
12844 Use vc-backend rather than vc-registered.
12845 (vc-next-action-on-file): Use intern-soft.
12846 Deal with read-only *vc-diff* buffer.
12847 (vc-transfer-file): Docstring fix.
12848
12849 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
12850 (vc-rcs-receive-file): Avoid with-vc-properties.
12851 Update call to vc-unregister.
12852 Use constant `RCS' rather than (dynamically bound) var `backend'.
12853
12854 2000-10-01 Andre Spiegel <spiegel@gnu.org>
12855
12856 * vc.el (vc-next-action-on-file): Update mode line only if file
12857 is visited.
12858 (vc-start-entry): New argument initial-contents. Don't visit the file
12859 if it isn't already visited. Brought documentation up-to-date.
12860 (vc-next-action, vc-register): Updated calls to vc-start-entry.
12861 (vc-checkin): New optional arg initial-contents, which is passed to
12862 vc-start-entry.
12863 (vc-finish-logentry): Make sure to bury log buffer only if there
12864 really is one. Call `vc-resynch-buffer' on log-file, not
12865 buffer-file-name.
12866 (vc-default-comment-history, vc-default-wash-log): New functions.
12867 (vc-index-of): Removed.
12868 (vc-transfer-file): Make do without the above.
12869 (vc-default-receive-file): Call comment-history unconditionally. Pass
12870 the resulting string to vc-checkin, instead of inserting it into the
12871 comment ring.
12872
12873 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
12874 unconditionally. Use the comments as initial contents of the log
12875 entry buffer. Document the trick to force branch creation with no
12876 changes.
12877
12878 2000-10-01 Miles Bader <miles@gnu.org>
12879
12880 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
12881 `recenter' with an arg to prevent redrawing the display.
12882
12883 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
12884
12885 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
12886
12887 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
12888
12889 * progmodes/c-mode.el (c-mode):
12890 Don't gratuitously override the default for comment-column.
12891
12892 * textmodes/tex-mode.el (latex-metasection-list): New var.
12893 (latex-imenu-create-index): Use it.
12894 Move the regexp construction outside loops (and use push).
12895 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
12896 (tex-font-lock-keywords): Moved from font-lock.el.
12897 (tex-comment-indent): Remove.
12898 (tex-common-initialization): Don't set comment-indent-function.
12899 (latex-block-default): New var.
12900 (tex-latex-block): Use it to provide a default choice.
12901 Add any unknown choice to latex-block-names.
12902 Insert [...] after {...}.
12903 (tex-last-unended-begin): Simplify regexp.
12904 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
12905 (latex-forward-sexp-1, latex-forward-sexp): New functions.
12906 (latex-mode): Set forward-sexp-function.
12907
12908 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
12909 Add regexp for @ignore ... @end ignore.
12910 (texinfo-heading-face): New face.
12911 (texinfo-font-lock-keywords): Use it.
12912 (texinfo-mode-menu): New menu.
12913 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
12914 New functions.
12915 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
12916 (texinfo-section-types-regexp, texinfo-section-level-regexp)
12917 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
12918 Remove declaration.
12919 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
12920
12921 * delsel.el (delete-selection-mode): Use define-minor-mode.
12922
12923 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
12924
12925 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12926
12927 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
12928
12929 2000-09-30 Gerd Moellmann <gerd@gnu.org>
12930
12931 * replace.el (keep-lines-read-args): New function.
12932 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
12933 read arguments interactively. Add parameters RSTART and REND.
12934 Operate on the active region in Transient Mark mode.
12935
12936 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
12937
12938 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
12939 (authors-obsolete-files-regexps): New variable.
12940 (authors-add): Don't record changes in obsolete files.
12941
12942 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12943
12944 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
12945
12946 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
12947 (comment-indent): Make sure there's a space between code and comment.
12948 Shift comments left to avoid going past fill-column.
12949
12950 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12951
12952 * startup.el (startup-echo-area-message): New function.
12953 (display-startup-echo-area-message): Use it.
12954 (fancy-splash-screens): Rewritten to use keymaps and a timer.
12955 (fancy-splash-default-action): New function.
12956 (fancy-splash-screens-1): New function.
12957 (fancy-splash-head): Put a help-echo and a keymap under the image.
12958
12959 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
12960
12961 * diff-mode.el (diff-add-log-file-name): Remove.
12962 (diff-mode): Use add-log-buffer-file-name-function.
12963
12964 * add-log.el (find-change-log): New arg BUFFER-FILE.
12965 (add-log-file-name): Obey add-log-file-name-function.
12966 (add-log-buffer-file-name-function): New var.
12967 (add-change-log-entry): Use it.
12968
12969 2000-09-29 Miles Bader <miles@gnu.org>
12970
12971 * image-file.el (image-file-name-extensions): New variable.
12972 (image-file-name-regexps): Renamed from `image-file-regexps'.
12973 New default value is nil. Call `auto-image-file-mode'.
12974 (image-file-name-regexp): New function.
12975 (auto-image-file-mode): New minor mode.
12976 (insert-image-file): Don't make conditional on the image-file
12977 handler being enabled.
12978 (image-file-handler): Make the call here conditional instead.
12979 (set-image-file-handler-enabled, enable-image-file-handler)
12980 (disable-image-file-handler): Functions removed.
12981
12982 * emacs-lisp/authors.el (authors-print): Rephrase many-files
12983 string.
12984
12985 2000-09-29 Gerd Moellmann <gerd@gnu.org>
12986
12987 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
12988 it's a function from CL.
12989 (latex-imenu-create-index): Replace eval-when-compile with progn
12990 because latex-section-alist is not bound while compiling.
12991
12992 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
12993
12994 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
12995 (outline-mode): Use define-derived-mode.
12996
12997 * progmodes/perl-mode.el (perl-mode):
12998 * progmodes/awk-mode.el (awk-mode):
12999 * progmodes/asm-mode.el (asm-mode):
13000 Don't gratuitously override the default for comment-column.
13001
13002 * emacs-lisp/lisp.el (lisp-complete-symbol):
13003 Distinguish the let-binding case from the funcall case.
13004 (forward-sexp-function): New variable.
13005 (forward-sexp): Use it.
13006
13007 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13008 (easy-mmode-defmap): Remove the now useless autoload.
13009
13010 * time.el (display-time-mode): Use define-minor-mode.
13011
13012 * subr.el (add-minor-mode): Don't eval NAME.
13013 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13014 Use if rather than cond.
13015
13016 * simple.el (read-expression-map): Define more properly.
13017 (comment-indent-hook): Remove.
13018 (string-to-syntax): Bug fix.
13019
13020 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13021 (cvs-ediff-diff): Fix typo.
13022 (cvs-revert-if-needed): Don't bother preserving read-only.
13023
13024 * paren.el (show-paren-mode): Use define-minor-mode.
13025
13026 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13027 (toggle-auto-compression): Remove.
13028 (jka-compr-build-file-regexp): Remove useless grouping.
13029
13030 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13031 Avoid user-reserved bindings.
13032 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13033 (diff-header-face): Revert to grey85.
13034
13035 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13036
13037 * complete.el (partial-completion-mode) <defcustom>: Remove.
13038 (partial-completion-mode): Use define-minor-mode.
13039 (PC-do-completion): Understand `completion-auto-help = delay'
13040 to mean to popup the completion buffer only the second time.
13041 (PC-include-file-all-completions, PC-include-file-all-completions)
13042 (PC-include-file-all-completions): Don't quote lambda.
13043
13044 * comint.el (comint-mode-hook): Docstring fix.
13045 (comint-mode): Use define-derived-mode.
13046 (comint-mode-map): Remove obsolete comment.
13047 (make-comint): Minor stylistic change.
13048 (comint-insert-clicked-input): Be more careful to find the overlay.
13049 Use this-command-keys rather than hardcoding mouse-2.
13050
13051 * font-lock.el: Replace confusing (,@ with ,
13052 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13053 Don't use regexp-opt-depth. Spice up the regexp for args.
13054 Don't distinguish between cmds that can take an opt arg or not.
13055 Use `append' and `prepend' rather than `keep'.
13056
13057 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13058 (latex-outline-regexp): New var.
13059 (latex-outline-level): New fun.
13060 (latex-section-alist): New var.
13061 (latex-imenu-create-index): Use it. Use `push' as well.
13062 (tex-shell-map): Initialize it properly.
13063 (tex-mode): Minor stylistic change.
13064 (plain-tex-mode): Use define-derived-mode.
13065 (latex-mode): Use define-derived-mode.
13066 Construct the paragraph regexps in a more readable way.
13067 Set the buffer-local outline-{level,regexp} vars.
13068 (slitex-mode): Derive from latex-mode.
13069 (tex-common-initialization): Don't kill-all-vars anymore.
13070 Add setting for comment-add and font-lock-defaults.
13071 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13072 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13073 (tex-start-tex): New arg DIR (and send a chdir command for it).
13074 Also display the shell buffer and save it in tex-last-buffer-texed.
13075 (tex-region): Use expand-file-name rather than concat.
13076 Remove code made useless by changes in tex-start-tex.
13077 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13078
13079 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13080
13081 2000-09-28 Dave Love <fx@gnu.org>
13082
13083 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13084
13085 2000-09-28 Gerd Moellmann <gerd@gnu.org>
13086
13087 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13088 `append'.
13089
13090 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13091
13092 * info.el (Info-extract-pointer): Undo last change.
13093 Instead, fix the position of the `bound' arg to re-search-backward.
13094
13095 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13096
13097 * info.el (Info-extract-pointer):
13098 Widen more carefully, to avoid finding pointers in other nodes.
13099 (Info-index): Use push.
13100
13101 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13102
13103 * frame.el (set-frame-font): Remove call to obsolete function
13104 frame-update-faces.
13105 (set-foreground-color, set-background-color): Likewise for
13106 frame-update-face-colors.
13107
13108 2000-09-27 Miles Bader <miles@gnu.org>
13109
13110 * image-file.el: New file.
13111
13112 2000-09-27 Gerd Moellmann <gerd@gnu.org>
13113
13114 * frame.el (frame-notice-user-settings): Don't call
13115 frame-update-faces, which is a no-op now.
13116
13117 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13118 tool-bar-lines.
13119
13120 2000-09-27 Dave Love <fx@gnu.org>
13121
13122 * mouse.el: Fix last change.
13123
13124 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13125
13126 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13127
13128 2000-09-22 Kenichi Handa <handa@etl.go.jp>
13129
13130 * international/quail.el (quail-help): The output message is
13131 improved.
13132
13133 2000-09-26 Dave Love <fx@gnu.org>
13134
13135 * mouse.el (popup-menu): If POSITION is nil, set it using
13136 mouse-position.
13137
13138 2000-09-25 Sam Steingold <sds@gnu.org>
13139
13140 * net/browse-url.el (browse-url-file-url): Check for null maps.
13141
13142 2000-09-26 Gerd Moellmann <gerd@gnu.org>
13143
13144 * frame.el (frame-notice-user-settings): Don't add a
13145 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13146
13147 * frame.el (frame-notice-user-settings):
13148 Make tool-bar-mode and default-frame-alist consistent.
13149
13150 * toolbar/tool-bar.el (tool-bar-help): New function.
13151
13152 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13153
13154 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13155 current-load-list in top-level forms. Else this leaks a cons cell
13156 every time a defun is called.
13157
13158 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13159
13160 2000-09-25 Dave Love <fx@gnu.org>
13161
13162 * startup.el (fancy-splash-head): Check XPM is available.
13163
13164 * autoinsert.el (auto-insert): Doc fix.
13165 (auto-insert-alist): Following GNU notices, don't say `copyright
13166 _by_'. Use line-beginning-position.
13167 (auto-insert): Check buffer-file-name is non-nil before use.
13168
13169 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13170
13171 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13172 starting with `@def' or `@multitable', in addition to ones
13173 specified by the user in auto-fill-inhibit-regexp.
13174
13175 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
13176
13177 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13178 rmail-dont-reply-to-names matches the empty string.
13179
13180 2000-09-25 Gerd Moellmann <gerd@gnu.org>
13181
13182 * startup.el (command-line-1, fancy-splash-text): Change the
13183 text to sound more friendly.
13184
13185 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13186
13187 * progmodes/hideshow.el: Update author email address.
13188 Generally, sync w/ maintainer version 5.22.
13189 (hs-hide-all-non-comment-function): New var.
13190 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13191 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13192 (hs-show-region): Delete this command.
13193 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13194
13195 2000-09-22 Dave Love <fx@gnu.org>
13196
13197 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13198 (hl-line-highlight): Specify buffer when moving overlay.
13199
13200 * progmodes/fortran.el (fortran-mode): Locally set
13201 normal-auto-fill-function.
13202 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13203 (fortran-mode-map): Adjust auto-fill menu entry.
13204
13205 2000-09-22 Gerd Moellmann <gerd@gnu.org>
13206
13207 * vc-rcs.el (toplevel): Require `vc' when compiling.
13208
13209 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13210
13211 2000-09-22 Andre Spiegel <spiegel@gnu.org>
13212
13213 * vc.el (vc-switch-backend): Signal an error if the file is not
13214 registered under the new backend.
13215
13216 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13217 without explicit revision number.
13218
13219 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13220
13221 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13222 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13223 (diff-xor): New function.
13224 (diff-find-source-location): Use it. Fix a stupid name clash.
13225 (diff-hunk-status-msg): New function.
13226 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13227 (diff-test-hunk): Use diff-find-source-location.
13228 (diff-goto-source): Favor the `reverse'.
13229 (diff-hunk-text): Properly handle one-sided context diffs.
13230 (diff-apply-hunk): When done, advance to the next hunk.
13231
13232 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13233
13234 * startup.el (command-line): If frame was created with a non-zero
13235 tool-bar-lines parameter, switch tool-bar-mode on.
13236
13237 * add-log.el (change-log-date-face, change-log-name-face)
13238 (change-log-email-face, change-log-file-face)
13239 (change-log-list-face, change-log-conditionals-face)
13240 (change-log-function-face, change-log-acknowledgement-face):
13241 New faces, inheriting from font-lock faces.
13242 (change-log-font-lock-keywords): Use them.
13243
13244 2000-09-21 Dave Love <fx@gnu.org>
13245
13246 * progmodes/cperl-mode.el (top-level): Clean up
13247 `eval-when-compile's and assorted defvars.
13248 (cperl-invalid-face): Don't double-quote value. Change custom
13249 type.
13250 (cperl-mode): Set normal-auto-fill-function and don't zap
13251 auto-fill-function.
13252 (cperl-imenu--function-name-regexp-perl): Renamed from
13253 imenu-example--function-name-regexp-perl.
13254 (cperl-imenu--create-perl-index): Renamed from
13255 imenu-example--create-perl-index.
13256 (cperl-xsub-scan): Don't require cl.
13257
13258 * msb.el (msb-mode-map): Use substitute-key-definition.
13259 (msb-mode): Use msb-mode-map.
13260
13261 2000-09-21 Andre Spiegel <spiegel@gnu.org>
13262
13263 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13264 New functions.
13265 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13266 (vc-switch-backend): New function.
13267 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13268 (vc-register): Fix prompt.
13269 (vc-unregister, vc-default-unregister): New functions.
13270 (vc-version-diff): Handle empty buffer in sentinel.
13271
13272 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13273 (vc-rcs-state-heuristic): Use it to guess the state of files with
13274 non-strict locking.
13275 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13276 been set with -b, but not created yet.
13277 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13278 contents in order to find the state.
13279 (vc-rcs-checkin): Allow creation of branches with no changes.
13280 (vc-rcs-unregister, vc-rcs-receive-file)
13281 (vc-rcs-set-non-strict-locking): New functions.
13282
13283 * vc-hooks.el (vc-name): Force correct computation of the value
13284 in case it is missing.
13285
13286 2000-09-21 Gerd Moellmann <gerd@gnu.org>
13287
13288 * startup.el (fancy-splash-tail): Use a different foreground
13289 color on a dark frame background.
13290
13291 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13292
13293 * info.el: Use the correct capitalization when making Info-mode
13294 and Info-edit-mode `special' modes.
13295
13296 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13297
13298 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13299 (diff-mode): Add support for add-log.el.
13300 (diff-hunk-text): Use char offsets rather than line offsets.
13301 (diff-find-source-location): Replace LINE with line-offset (nil
13302 if not found) and always set POS to a meaningful position.
13303 Adapt to the new char-offsets.
13304 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13305 Adapt to the new diff-find-source-location.
13306 (diff-goto-source): Adapt to the new diff-find-source-location.
13307
13308 * add-log.el (add-log-file-name): New function (split out of
13309 add-change-log-entry).
13310 (add-change-log-entry): Use it.
13311 Call add-log-file-name-function with the changelog file name if
13312 the current buffer is not associated with any file.
13313 Avoid find-file if the selected window is dedicated.
13314
13315 * diff-mode.el (diff-find-source-location):
13316 Move code from diff-apply-hunk. Return buffer rather than file.
13317 (diff-apply-hunk): Use the new result from diff-find-source-location.
13318 (diff-goto-source): Use the new diff-find-source-location.
13319
13320 2000-09-20 Dave Love <fx@gnu.org>
13321
13322 * iswitchb.el: Some doc fixes.
13323 (iswitchb-mode-map): Define completely initially. Inherit
13324 minibuffer-local-map.
13325 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13326 fundamental-mode.
13327 (iswitchb-global-map): New variable.
13328 (iswitchb-summaries-to-end): Amalgamate regexps.
13329 (iswitchb-mode): New.
13330 (iswitchb-mode-hook): New variable.
13331 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13332 `extensions'.
13333
13334 2000-09-20 Gerd Moellmann <gerd@gnu.org>
13335
13336 * ehelp.el (electric-help): New defgroup.
13337 (electric-help-shrink-window): New user-option.
13338 (with-electric-help): Use it.
13339
13340 * window.el (shrink-window-if-larger-than-buffer): If face
13341 `mode-line' has a :box, and we're on a graphical frame, add 1
13342 to the needed window height.
13343
13344 * frame.el (frame-notice-user-settings): Add a last parameter nil
13345 to a call to `append', because the last list passed to `append' is
13346 not copied, and so subsequent calls to assq-delete-all will modify
13347 default-frame-alist.
13348
13349 * startup.el (fancy-splash-image): Change :type.
13350 (fancy-splash-head): Use an XBM image if appropriate.
13351 (command-line-1): Show splash screens in more cases.
13352
13353 * startup.el (fancy-splash-text): Don't quote faces.
13354
13355 * dired.el (dired-font-lock-keywords): Undo last change.
13356 (dired-readin): Bind indent-tabs-mode to nil.
13357
13358 * startup.el (fancy-splash-head): If frame's background mode
13359 is `dark', change the black background of the image to gray.
13360 (fancy-splash-screens): Display startup echo area message.
13361 (display-startup-echo-area-message): New function.
13362
13363 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13364
13365 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13366
13367 * info.el (info-header-node): Tweak for color ttys.
13368
13369 * faces.el (face-valid-attribute-values): Make sure directories we
13370 search for stipples both exist and are readable before trying to
13371 search them.
13372
13373 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13374 in the dry-run case.
13375
13376 * jka-compr.el (with-auto-compression-mode): New macro.
13377
13378 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13379 (custom-group-tag-face, custom-variable-tag-face): Use relative
13380 :height and inherit from `variable-pitch' face instead of
13381 hardwiring :family.
13382 * hi-lock.el (hi-black-hb): Likewise.
13383
13384 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13385 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13386 toolbar-add-item, if image doesn't have a mask add a `:mask
13387 heuristic'.
13388
13389 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13390
13391 * diff-mode.el: Docstring fixes.
13392 (diff-header-face, diff-comment-face): New faces.
13393 (diff-font-lock-keywords): Highlight a bit differently.
13394 (diff-find-source-location): Don't return SPAN any more.
13395 (diff-hunk-text): Don't bother erasing the temp buffer.
13396 (diff-find-text): Drop argument LINE.
13397 (diff-apply-hunk): Update calls to diff-find-text.
13398 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13399
13400 * calendar/calendar.el: Docstring fixes.
13401 (calendar-make-alist): Don't quote lambda.
13402 (calendar-star-date): Use make-local-variable.
13403
13404 2000-09-19 Dave Love <fx@gnu.org>
13405
13406 * toolbar/tool-bar.el: Renamed from toolbar.el.
13407 Change `toolbar' to `tool-bar' generally in symbols.
13408 Make some items invisible in `special' major modes.
13409 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13410 Add arg PROPS.
13411
13412 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13413 Add :version here.
13414 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13415
13416 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13417
13418 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13419
13420 * files.el (find-file-suppress-same-file-warnings): New user-option.
13421 (find-file-noselect): Use it.
13422
13423 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13424 (fancy-splash-screen): Defgroup.
13425
13426 * add-log.el (change-log-font-lock-keywords): Match names
13427 more exactly for the case that font-lock-constant-face is
13428 underlined.
13429
13430 2000-09-19 Richard M. Stallman <rms@gnu.org>
13431
13432 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13433
13434 2000-09-19 Andre Spiegel <spiegel@gnu.org>
13435
13436 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13437
13438 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13439
13440 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13441 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13442 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13443 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13444 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13445 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13446 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13447 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13448 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13449 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13450 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13451 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13452
13453 * startup.el (fancy-splash-text): New variable.
13454 (fancy-splash-delay, fancy-splash-image): New user-options.
13455 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13456 (fancy-splash-screens): New functions.
13457 (command-line-1): If display has a `display' frame parameter, has
13458 colors, and we have XPM support, show more fancy splash screens.
13459
13460 2000-09-19 Dave Love <fx@gnu.org>
13461
13462 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13463 with null `help'. Use modern backquote syntax.
13464
13465 2000-09-19 Gerd Moellmann <gerd@gnu.org>
13466
13467 * font-lock.el (font-lock-mode): Change message telling the user
13468 that ``the buffer is too big''.
13469
13470 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13471 for instance for the case that tab-width is 2.
13472
13473 2000-09-18 Gerd Moellmann <gerd@gnu.org>
13474
13475 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13476 toolbar-add-item, if image doesn't have a mask add a `:mask
13477 heuristic'.
13478
13479 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13480
13481 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13482 and return a cons if it's non-nil.
13483 (diff-apply-hunk): Try to jump to the line in the source text
13484 corresponding to the position of point in the in the hunk.
13485
13486 * info.el (Info-title-3-face, Info-title-2-face)
13487 (Info-title-1-face): Use face inheritance and relative sizes
13488 instead of hard-wiring things.
13489
13490 * faces.el (secondary-selection): Make dark-background variant sane.
13491
13492 2000-09-16 Andrew Innes <andrewi@gnu.org>
13493
13494 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13495 read-only, since they aren't under VC now.
13496
13497 2000-09-17 Dave Love <fx@gnu.org>
13498
13499 * tmm.el: Replace mapcar with mapc in several places.
13500
13501 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13502 ad-unadvise.
13503
13504 * international/latin1-disp.el: New file.
13505
13506 * calendar/cal-move.el (scroll-calendar-left)
13507 (scroll-calendar-right): Make arg optional (for active mode line).
13508
13509 * calendar/calendar.el (calendar-mode-line-format): Make fields
13510 mouse-sensitive.
13511 (calendar-read-date, calendar-read-date, calendar-window-list):
13512 Unquote lambda.
13513 (calendar-month-name): Use aref, not sref.
13514
13515 * view.el (minor-mode-alist): Propertize the string.
13516
13517 * international/characters.el (standard-case-table): Add entries
13518 for Greek.
13519
13520 2000-09-18 Miles Bader <miles@gnu.org>
13521
13522 * info.el (info-node, info-xref): Add dark-background variants.
13523
13524 * faces.el (header-line): Change defaults to be less confusing
13525 when mixed with mode-lines.
13526
13527 * info.el (Info-fontify-node): Make a few cleanups.
13528 Add extra `help-echo' and `local-map' props to node xrefs.
13529 Use header-specific faces for node-names & xrefs.
13530 (Info-use-header-line): New variable.
13531 (info-header-xref, info-header-node): New faces.
13532 (Info-setup-header-line): New function.
13533 (Info-select-node): Call Info-setup-header-line when enabled.
13534 (Info-extract-pointer): Work even if the header line is hidden.
13535 (Info-header-line): New variable.
13536
13537 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13538
13539 * vms-patch.el (print-region-function): Don't quote lambda.
13540
13541 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13542
13543 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13544 (lm-get-header-re): Allow spaces between the header and the colon.
13545 (lm-header): Allow $ in non-RCS headers.
13546 (lm-header-multiline): Put the strings back into order.
13547 Stop at an empty line. Don't require two space chars if the
13548 line is clearly not another header line.
13549
13550 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13551 (popup-menu-popup): Remove.
13552
13553 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13554
13555 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13556 specification if or if not tool-bar item contains an `:enabled'
13557 property.
13558
13559 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13560 current buffer has no file name.
13561
13562 2000-09-15 Dave Love <fx@gnu.org>
13563
13564 * strokes.el: Sync with maintainer's current version with changes
13565 for Emacs, but avoid runtime cl and levents.
13566 (toplevel): Change autoloads and compilation requires.
13567 (strokes-version, strokes-bug-address, strokes-lift): Values
13568 changed.
13569 (strokes-xpm-header, strokes-insinuated): New variable.
13570 (strokes): Add :link.
13571 (strokes-mode): Customized.
13572 (strokes-while-inhibiting-garbage-collector): New macro.
13573 (strokes-remassoc): Avoid remove-if.
13574 (strokes-fix-button2-command): Don't use ad-do-it.
13575 (strokes-insinuate): New function.
13576 (strokes-button-press-event-p, strokes-button-release-event-p):
13577 New functions, used instead of non-`strokes-' versions..
13578 (strokes-mouse-event-p): Rewritten.
13579 (strokes-event-closest-point): Avoid event-point.
13580 (strokes-get-grid-position): Avoid cdadr, caadr
13581 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13582 functions.
13583 (strokes-help): Use with-output-to-temp-buffer.
13584 (strokes-window-configuration-changed-p): New function.
13585 (strokes-update-window-configuration): Use buffer-live-p,
13586 strokes-window-configuration-changed-p.
13587 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13588 (strokes-char-face): New face.
13589 (strokes-char-table, strokes-base64-chars): New variable.
13590 (strokes-xpm-for-stroke, strokes-list-strokes)
13591 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13592 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13593 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13594 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13595 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13596 functions.
13597
13598 2000-09-15 Gerd Moellmann <gerd@gnu.org>
13599
13600 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13601
13602 * image.el (create-image): Doc fix.
13603
13604 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13605 instead of `:heuristic-mask t'.
13606
13607 2000-09-14 Andrew Innes <andrewi@gnu.org>
13608
13609 * makefile.w32-in: Revert to Unix line endings.
13610
13611 2000-09-14 Andrew Innes <andrewi@gnu.org>
13612
13613 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13614 when installing.
13615
13616 * makefile.nt (DONTCOMPILE): Fix typo.
13617
13618 * shell.el (shell-write-history-on-exit): New function.
13619 (shell-dumb-shell-regexp): New custom variable.
13620 (shell-mode): Make shell-write-history-on-exit the process
13621 sentinel if shell name matches shell-dumb-shell-regexp.
13622
13623 * w32-fns.el: Comment out before-init-hook function which resets
13624 source-directory based; this breaks bootstrap.
13625
13626 2000-09-14 Dave Love <fx@gnu.org>
13627
13628 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13629 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13630 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13631 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
13632 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
13633 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
13634 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
13635 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
13636 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
13637
13638 * toolbar/toolbar.el: New.
13639
13640 * subdirs.el: Add toolbar.
13641
13642 2000-09-14 Gerd Moellmann <gerd@gnu.org>
13643
13644 * indent.el (indent-for-tab-command): Doc fix.
13645
13646 2000-09-14 Alex Schroeder <alex@gnu.org>
13647
13648 * ansi-color.el (ansi-colors): Doc change.
13649 (ansi-color-get-face): Simplified regexp.
13650 (ansi-color-faces-vector): Added more faces, doc change.
13651 (ansi-color-names-vector): Doc change.
13652 (ansi-color-regexp): Simplified regexp.
13653 (ansi-color-parameter-regexp): New regexp.
13654 (ansi-color-filter-apply): Doc change.
13655 (ansi-color-filter-region): Doc change.
13656 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
13657 deal with zero length parameters.
13658 (ansi-color-apply-on-region): Doc change.
13659 (ansi-color-map): Doc change.
13660 (ansi-color-map-update): Removed debugging message.
13661 (ansi-color-get-face-1): Added condition-case to trap
13662 args-out-of-range errors.
13663 (ansi-color-get-face): Doc change.
13664 (ansi-color-make-face): Removed.
13665 (ansi-color-for-shell-mode): New option.
13666
13667 2000-09-13 Kenichi Handa <handa@etl.go.jp>
13668
13669 * international/quail.el (quail-start-translation): Translate KEY
13670 if necessary even if it doesn't have any mapping in the current
13671 input method.
13672 (quail-start-conversion): Likewise.
13673 (quail-help): The output message is improved.
13674
13675 2000-09-13 Miles Bader <miles@gnu.org>
13676
13677 * comint.el (comint-output-filter): Revert to using
13678 `insert-before-markers'. Add bletcherous hack to undo damage
13679 caused by `insert-before-markers'. Put `front-sticky' property on
13680 overlays created here so that the field code understands how the
13681 overlay works. Use a let when making comint-last-prompt-overlay,
13682 so that the code is easier to read.
13683
13684 2000-09-13 Dave Love <fx@gnu.org>
13685
13686 * wid-edit.el (widget-default-format-handler): DTRT when
13687 doc-property is a function.
13688
13689 2000-09-12 Francesco Potorti` <pot@gnu.org>
13690
13691 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
13692 filed name if it's not there.
13693
13694 2000-09-12 Dave Love <fx@gnu.org>
13695
13696 * simple.el (read-mail-command): Doc fix.
13697 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
13698
13699 * vc.el (vc-dired-listing-switches): Fix :version.
13700
13701 * vc-hooks.el: Doc fixes.
13702
13703 * subr.el (add-minor-mode): Use toggle-fun arg.
13704
13705 * speedbar.el: Add :version to several defcustoms.
13706
13707 * imenu.el (imenu--truncate-items, imenu--cleanup)
13708 (imenu--generic-function): Avoid mapcar.
13709 (imenu--replace-spaces): Function removed.
13710 (imenu--completion-buffer): Use subst-char-in-string.
13711 (imenu-add-to-menubar): Use keymap inheritance.
13712
13713 2000-09-12 Miles Bader <miles@gnu.org>
13714
13715 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
13716 (diff-mode-map): Bind `diff-test-hunk'.
13717 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
13718
13719 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13720
13721 * bytecomp.el (byte-compile-defvar): Undo last change
13722 because it breaks '(make-variable-buffer-local (defvar ...)'
13723 which is used at least in dired.
13724
13725 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13726
13727 * international/quail.el (quail-define-package): Docstring
13728 modified.
13729
13730 2000-09-12 Kenichi Handa <handa@etl.go.jp>
13731
13732 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
13733 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
13734 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
13735 docstring of "chinese-py".
13736
13737 * international/quail.el (quail-translation-docstring): New
13738 variable.
13739 (quail-show-keyboard-layout): Docstring modified.
13740 (quail-select-current): Likewise.
13741 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
13742 infinite recursive call.
13743 (quail-help): Check quail-translation-docstring. Format of the
13744 output changed.
13745 (quail-help-insert-keymap-description): Adjusted for the above
13746 change.
13747
13748 2000-09-11 Gerd Moellmann <gerd@gnu.org>
13749
13750 * bytecomp.el (byte-compile-defvar): Only cons onto
13751 current-load-list in top-level forms. Else this leaks a cons cell
13752 every time a defun is called.
13753
13754 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
13755
13756 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
13757 Now understands non-unified diffs. Some functionality moved into
13758 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
13759 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
13760 modify anything. Only reposition point in the patched file if the
13761 patch succeeds. Only pop up another window if POPUP is true.
13762 Emit a message describing what happened if successful, and at what
13763 line-offset. Automatically detect reversed hunks and do something
13764 appropriate.
13765 (diff-hunk-text, diff-find-text): New functions.
13766 (diff-filter-lines): Function removed.
13767 (diff-test-hunk): New function.
13768 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
13769
13770 2000-09-10 Dave Love <fx@gnu.org>
13771
13772 * textmodes/tildify.el: Minor doc/commentary fixes.
13773 (tildify) <defgroup>: Add :version.
13774
13775 * faces.el (face-x-resources): Make custom type more specific.
13776 (frame-background-mode): Use mapc.
13777 (region) <defcustom>: Add :version.
13778
13779 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
13780
13781 * vc-sccs.el (vc-sccs-register):
13782 * vc-rcs.el (vc-rcs-register):
13783 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
13784 * vc.el (vc-register): Clear file's properties.
13785
13786 2000-09-08 Gerd Moellmann <gerd@gnu.org>
13787
13788 * faces.el (face-spec-set): Only face-spec-reset-face when
13789 ATTRS is non-nil.
13790
13791 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
13792
13793 * help.el (help-insert-xref-button): Fix a typo in doc string.
13794
13795 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
13796
13797 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13798 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
13799 methods.
13800
13801 * menu-bar.el (read-mail-item-name): New function.
13802 (menu-bar-tools-menu): Use it to compute and display the package
13803 used to read email.
13804 (menu-bar-tools-menu): Fix typo in GUD's help string.
13805
13806 2000-09-07 Dave Love <fx@gnu.org>
13807
13808 * diff-mode.el (diff-mouse-goto-source): New function.
13809
13810 * vc-sccs.el: Doc fixes.
13811 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
13812
13813 * vc-rcs.el: Doc fixes.
13814 (vc-rcs-register-switches, vc-rcs-checkin-switches)
13815 (vc-rcs-checkout-switches, vc-rcs-header)
13816 (vc-rcs-master-templates): Add or change :version.
13817
13818 * vc-cvs.el: Doc fixes.
13819 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
13820 (vc-cvs-stay-local): Add :version.
13821
13822 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
13823
13824 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13825
13826 * international/quail.el (quail-help): Fix previous change.
13827
13828 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13829
13830 * faces.el (color-values): Doc fix.
13831
13832 * faces.el (frame-set-background-mode): Use frame-parameter
13833 instead of frame-parameters.
13834
13835 * frame.el (filtered-frame-list): Reduce consing.
13836 (frames-on-display-list): Call frame-parameter instead of
13837 frame-parameters.
13838
13839 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13840
13841 * language/devan-util.el (devanagari-to-indian-region): In the
13842 loop, change the following char, not preceding char.
13843
13844 2000-09-07 Gerd Moellmann <gerd@gnu.org>
13845
13846 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
13847 instead of frame-parameters.
13848
13849 * faces.el (set-face-attribute): Simplify by calling
13850 internal-set-lisp-face-attribute with FRAME being 0.
13851
13852 * vc.el: Remove `Id' version control keyword.
13853
13854 2000-09-07 Kenichi Handa <handa@etl.go.jp>
13855
13856 * help.el (help-make-xrefs): Adjusted for the change of
13857 help-xref-mule-regexp.
13858 (help-insert-xref-button): New function.
13859
13860 * international/mule-cmds.el (help-xref-mule-regexp-template):
13861 Include the pattern for character set.
13862 (leim): New group.
13863
13864 * international/quail.el: Don't require face.
13865 (quail): New group.
13866 (quail-other-command): Dummy command to make quail-help work better.
13867 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
13868 (quail-keyboard-layout-substitution): New variable.
13869 (quail-update-keyboard-layout): New function.
13870 (quail-keyboard-layout-type): New customizable variable.
13871 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
13872 (quail-keyboard-translate): Pay attention to
13873 quail-keyboard-layout-substitution.
13874 (quail-insert-kbd-layout): New function.
13875 (quail-show-keyboard-layout): New function.
13876 (quail-get-translation): If the definition is a vector of length
13877 1, and the element is a string of length 1, return the character
13878 in that string.
13879 (quail-update-current-translations): Fix the case of
13880 relative-index out of range.
13881 (quail-build-decode-map, quail-insert-decode-map): New Functions.
13882 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
13883 Show key sequences for all available characters.
13884 (quail-help-insert-keymap-description): Don't show such verbose
13885 key bindings as quail-self-insert-command.
13886
13887 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
13888 Format changed, and each element now have extra documentations.
13889 (tit-process-header): Delete invalid characters from TIT-PROMPT.
13890 Adjusted for the change of quail-cxterm-package-ext-info.
13891
13892 2000-09-06 Gerd Moellmann <gerd@gnu.org>
13893
13894 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
13895 requiring it leads to a recursive loading of vc.el and vc-hooks.el
13896 during bootstrap.
13897
13898 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13899
13900 * vc.el: (toplevel): Don't require `dired' at run-time.
13901 (vc-dired-resynch-file): Remove autoload cookie.
13902
13903 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13904
13905 * vc.el: Made several backend functions optional.
13906 (vc-default-responsible-p): New function.
13907 (vc-merge): Use RET for first version to trigger merge-news, not
13908 prefix arg.
13909 (vc-annotate): Handle backends that do not support annotation.
13910 (vc-default-merge-news): Removed. The existence of a merge-news
13911 implementation is now checked on caller sites.
13912
13913 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
13914 case.
13915
13916 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
13917 special case that has been removed from the default in vc-hooks.el.
13918
13919 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13920
13921 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
13922
13923 2000-09-05 Andre Spiegel <spiegel@gnu.org>
13924
13925 * vc-hooks.el: Require vc during compilation.
13926 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
13927 macro `with-vc-properties' in vc.el.
13928 (vc-file-getprop): Doc fix.
13929 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
13930
13931 * vc.el: Require dired-aux during compilation.
13932 (vc-name-assoc-file): Moved to vc-sccs.el.
13933 (with-vc-properties): New macro.
13934 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
13935 vc-finish-steal): Use it.
13936 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
13937 to the backend-specific function is now supposed to do the checkout,
13938 too.
13939 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
13940
13941 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
13942 set file properties; that gets done in the generic code now.
13943
13944 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
13945 Changed parameter list, added code from vc.el that does the
13946 checkout, possibly with a double-take.
13947
13948 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
13949 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
13950 the above under the new name.
13951 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
13952 parameter list, added checkout command.
13953 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
13954 properties; that gets done in the generic code now.
13955
13956 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13957
13958 * vc.el: Docstring fixes (courtesy of checkdoc).
13959
13960 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
13961
13962 * vc.el (vc-checkout-writable-buffer-hook)
13963 (vc-checkout-writable-buffer): Remove.
13964 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
13965 (vc-log-mode): Make it into a clean derived major mode.
13966 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
13967 vc-log-mode if log-edit is not available.
13968 (vc-dired-mode-map): Don't set-keymap-parent yet.
13969 (vc-dired-mode): Do set-keymap-parent here.
13970 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
13971
13972 2000-09-05 Gerd Moellmann <gerd@gnu.org>
13973
13974 * faces.el (set-face-attribute, face-spec-reset-face)
13975 (face-spec-set): Avoid consing by removing calls to `apply'.
13976
13977 * frame.el (frame-parameter): Move to C code.
13978
13979 2000-09-05 Dave Love <fx@gnu.org>
13980
13981 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
13982 insert-before-markers-and-inherit. Now checked systematically!
13983
13984 2000-09-05 Alex Schroeder <alex@gnu.org>
13985
13986 * sql.el (sql-postgres): Use sql-postgres-options.
13987 (sql-postgres-options): New variable.
13988
13989 2000-09-05 Alex Schroeder <alex@gnu.org>
13990
13991 * sql.el (sql-mode-menu): Work around missing variable mark-active
13992 in XEmacs.
13993 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
13994 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
13995 compatibility.
13996
13997 2000-09-04 Gerd Moellmann <gerd@gnu.org>
13998
13999 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14000
14001 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14002
14003 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14004
14005 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14006
14007 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14008 don't support anything else under SCCS yet.
14009
14010 * vc-hooks.el: Minor doc fixes.
14011
14012 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14013
14014 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14015 not necessary. If verbose in state `needs-patch', do the same as
14016 under `up-to-date'. When NOT verbose and `needs-patch', check out
14017 latest version instead of `merge-news'.
14018 (vc-next-action-dired): Don't mess with default-directory here; it
14019 breaks other parts of dired. It is the job of the
14020 backend-specific functions to adjust it temporarily if they need it.
14021 (vc-next-action): Remove a special CVS case.
14022 (vc-clear-headers): New optional arg FILE.
14023 (vc-checkin, vc-checkout): Set properties vc-state and
14024 vc-checkout-time properly.
14025 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14026 (vc-print-log): Use new backend function `show-log-entry'.
14027 (vc-cancel-version): Do the checks in a different order. Added a
14028 FIXME concerning RCS-only code.
14029
14030 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14031 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14032
14033 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14034
14035 * vc-hooks.el (vc-default-mode-line-string): Show state
14036 `needs-patch' as a `-' too.
14037
14038 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14039
14040 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14041 (vc-default-could-register): New function.
14042 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14043 (vc-resynch-buffer): Call vc-dired-resynch-file.
14044 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14045 vc-resynch-buffer instead of vc-resynch-window.
14046 (vc-next-action-dired): Don't redisplay here, that gets done as a
14047 result of the individual file operations.
14048 (vc-retrieve-snapshot): Corrected prompt order.
14049
14050 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14051
14052 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14053 as well.
14054 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14055 hostname regexps. Updated all callers.
14056 (vc-cvs-responsible-p): Handle directories as well.
14057 (vc-cvs-could-register): New function.
14058 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14059 properties up-to-date.
14060
14061 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14062 user whether to create one.
14063
14064 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14065
14066 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14067 check out a non-existing file.
14068
14069 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14070 workfile does not exist.
14071
14072 * vc.el (vc-version-diff): Use `require' to check for existence of
14073 diff-mode.
14074
14075 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14076
14077 * vc-cvs.el (vc-cvs-registered): Use new function
14078 vc-cvs-parse-entry to do the actual work.
14079
14080 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14081
14082 * vc-hooks.el (vc-find-backend-function): If function doesn't
14083 exist, return nil instead of error.
14084 (vc-call-backend): Doc fix.
14085
14086 * vc.el (vc-do-command): Doc fix.
14087 (vc-finish-logentry): When checking in from vc-dired, choose the
14088 right backend for logentry check.
14089 (vc-dired-mode-map): Inherit from dired-mode-map.
14090 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14091 simplified.
14092 (vc-dired-state-info): Removed, updated caller.
14093 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14094 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14095 (vc-dired-listing-switches): New variable.
14096 (vc-directory): Use it, instead of dired-listing-switches.
14097
14098 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14099 (vc-cvs-dir-state): New function.
14100 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14101 (vc-cvs-parse-entry): New function, also to be used in
14102 vc-cvs-registered.
14103
14104 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14105
14106 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14107 *or* single-window-frames.
14108
14109 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14110
14111 * vc.el (vc-update-changelog): Split into generic part and default
14112 implementation. Doc string adapted.
14113 (vc-default-update-changelog): New function. Call the `rcs2log'
14114 script in exec-directory, to fix a long-standing nuisance.
14115
14116 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14117 simply signals an error.
14118
14119 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14120
14121 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14122 control-flow more clear and to avoid running `cvs' twice.
14123
14124 * vc.el (vc-next-action-on-file): Doc fix.
14125 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14126 (vc-print-log): Eval `file' before constructing the continuation.
14127
14128 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14129
14130 * vc.el (vc-next-action-on-file): Corrected several messages.
14131 (vc-merge): Add prefix arg `merge-news'; handle it.
14132
14133 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14134 is not reached. It is.
14135 (vc-cvs-merge): Set state to 'edited after merge.
14136 (vc-cvs-merge-news): Set workfile version to nil if not known.
14137 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14138
14139 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14140 via stdout. (Merge from main line.)
14141
14142 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14143
14144 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14145 detection.
14146
14147 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14148
14149 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14150 against kill-all-local-variables.
14151 (vc-log-edit): Don't save vc-parent-buffer any more.
14152 (vc-last-comment-match): Initialize to an empty string.
14153 (vc-post-command-functions): New hook.
14154 (vc-do-command): Run it.
14155 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14156 (vc-finish-logentry): Only add the comment to the ring if it's
14157 different from the last comment entered.
14158 (vc-new-comment-index): New function.
14159 (vc-previous-comment): Use it. Make the minibuffer message
14160 slightly less terse.
14161 (vc-comment-search-reverse): Make it work forward as well. Don't
14162 set vc-comment-ring-index if no match is found. Use
14163 vc-new-comment-index.
14164 (vc-comment-search-forward): Use vc-comment-search-reverse.
14165 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14166 define-derived-mode will do it for us. Bind `v' to a keymap that
14167 inherits from vc-prefix-map so that we can bind `vt' without
14168 binding C-x v t.
14169 (vc-retrieve-snapshot): Parenthesis typo.
14170
14171 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14172 to 1. Make sure to switch to *vc* before looking for an error
14173 message. Use vc-parse-buffer.
14174
14175 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14176
14177 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14178 and NAME.
14179 (vc-retrieve-snapshot): Split into two parts.
14180 (vc-default-retrieve-snapshot): New function.
14181
14182 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14183 (vc-cvs-retrieve-snapshot): New function (untested).
14184 (vc-cvs-stay-local): Default to t.
14185 (vc-cvs-remote-p): New function and property.
14186 (vc-cvs-state): Stay local only if the above is t.
14187 (vc-handle-cvs): Removed.
14188 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14189 done via vc-handled-backends now.
14190 (vc-cvs-header): Escape Id.
14191
14192 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14193
14194 * vc.el (vc-do-command): Remove unused commands.
14195 (vc-version-diff): Make sure default-directory ends with a slash.
14196 Move the window commands into a vc-exec-after.
14197 (vc-print-log): Move more of the code into the `vc-exec-after'.
14198
14199 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14200
14201 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14202 (vc-print-log): Search current revision from beginning of buffer.
14203 (vc-revert-buffer): Clear echo area after the diff is finished.
14204 (vc-prefix-map): Removed definition of "t" for terse display in vc
14205 dired.
14206 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14207 definition of "vt" for terse display.
14208 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14209
14210 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14211
14212 * vc.el (vc-exec-after): Avoid caddr.
14213
14214 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14215
14216 * vc.el (vc-exec-after): New function.
14217 (vc-do-command): Use it to add a termination message for async
14218 procs.
14219 (vc-checkout): Try to handle a missing-backend situation.
14220 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14221 of a directory with a backend using async diffs.
14222 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14223 present.
14224
14225 * vc-sccs.el (vc-sccs-state-heuristic): Use
14226 file-ownership-preserved-p.
14227
14228 * vc-rcs.el (vc-rcs-state-heuristic): Use
14229 file-ownership-preserved-p.
14230 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14231
14232 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14233
14234 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14235 vc-do-command.
14236
14237 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14238 when there are no changes.
14239
14240 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14241
14242 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14243
14244 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14245
14246 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14247
14248 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14249
14250 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14251 the `fset' outside of the defvar so that it works even if
14252 vc-prefix-map was already defined.
14253 (vc-setup-buffer): New function, split out of vc-do-command.
14254 (vc-do-command): Allow BUFFER to be t to mean `just use the
14255 current buffer without any fuss'.
14256 (vc-version-diff): Change the `diff' backend operation to just put
14257 the diff in the current buffer without erasing it. Always use
14258 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14259 shrink-window-if-larger-than-buffer.
14260 (vc-print-log): Change the `print-log' backend operation to just
14261 put the log in the current buffer without erasing it. Protect
14262 shrink-window-if-larger-than-buffer.
14263 (vc-update-change-log): Fix setd typo.
14264
14265 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14266 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14267
14268 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14269 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14270 CMP.
14271
14272 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14273 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14274 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14275
14276 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14277
14278 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14279 not possible, use vc-BACKEND-workfile-unchanged-p.
14280 (vc-default-workfile-unchanged-p): New function. Delegates to a
14281 full vc-BACKEND-diff.
14282
14283 * vc-hooks.el (vc-simple-command): Removed.
14284
14285 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14286 instead of vc-simple-command.
14287 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14288 avoid doing a diff when opening a file.
14289 (vc-rcs-state): Added check for unlocked-changes.
14290 (vc-rcs-header): Escape Id.
14291 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14292 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14293 version.
14294
14295 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14296 (vc-sccs-diff): Remove optional arg CMP.
14297 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14298 SCCS-specific function.
14299
14300 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14301 vc-simple-command.
14302
14303 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14304
14305 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14306 (with-vc-file, vc-merge): Use vc-editable-p.
14307 (vc-do-command): Remove unused var vc-file and fix the
14308 doubly-defined `status' var. Add a user message when starting an
14309 async command.
14310 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14311 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14312 Use with-current-buffer.
14313 (vc-buffer-sync): Use unless.
14314 (vc-next-action-on-file): If the file is 'edited by read-only,
14315 make it read-write instead of trying to commit.
14316 (vc-version-diff, vc-update-change-log): Use `setq
14317 default-directory' rather than `cd'.
14318 (vc-log-edit): Don't forget to set default-directory in the
14319 buffer.
14320
14321 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14322 (vc-sccs-state-heuristic): Use file-writable-p instead of
14323 comparing userids.
14324 (vc-sccs-checkout): Use `unless'.
14325
14326 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14327 of comparing userids.
14328 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14329 Simplify the logic by eliminating unreachable code.
14330 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14331 just do a recursive call if we need to retry.
14332 (vc-rcs-checkout): Handle the case where rcs is missing by making
14333 the buffer read-write if requested and re-signalling the error.
14334
14335 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14336
14337 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14338
14339 * vc-hooks.el (vc-handled-backends): Docstring change.
14340 (vc-ignore-vc-files): Mark obsolete.
14341 (vc-registered): Check vc-ignore-vc-files.
14342 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14343 vc-ignore-vc-files.
14344
14345 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14346
14347 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14348
14349 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14350 files since ange-ftp already has vc-registered return nil.
14351
14352 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14353 (vc-sccs-workfile-version): Use with-temp-buffer and new
14354 vc-parse-buffer and don't bother setting the property.
14355 (vc-sccs-add-triple): Use with-current-buffer and
14356 find-file-noselect.
14357 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14358
14359 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14360 derives from the old vc-parse-buffer but uses the revision number
14361 rather than the date (much easier to compare robustly).
14362 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14363 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14364 locking-user more directly. Check strict locking and set
14365 checkout-model appropriately.
14366 (vc-rcs-parse-locks): Remove.
14367 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14368 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14369 (vc-rcs-system-release): Use with-current-buffer and
14370 vc-parse-buffer.
14371 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14372
14373 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14374 (vc-simple-command): Docstring fix.
14375 (vc-registered): Align the way the file-handler is called with the
14376 way the function itself works.
14377 (vc-file-owner): Remove.
14378
14379 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14380 extraction of fields and call to file-attributes because of a
14381 temporary bug in rcp.el.
14382 (vc-cvs-fetch-status): Use with-current-buffer.
14383
14384 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14385
14386 * vc.el (vc-do-command): Use file-relative-name.
14387 (vc-responsible-backend): Use vc-backend if possible.
14388 (vc-create-snapshot): Improve the `interactive' spec. Add support
14389 for branches and dispatch to backend-specific `create-snapshot'.
14390 (vc-default-create-snapshot): New function, containing the bulk of
14391 the old vc-create-snapshot.
14392 (vc-retrieve-snapshot): Improve the interactive spec.
14393
14394 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14395 (vc-backend-hook-functions): Remove.
14396 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14397 (vc-backend): Reintroduce the test for `file = nil' now that I
14398 know why it was there (and added a comment to better remember).
14399
14400 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14401 code from vc-sccs-hooks.el.
14402 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14403 'vc anymore.
14404 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14405 and file-directory-p instead of file-exists-p.
14406 (vc-sccs-check-headers): Simplify the regexp.
14407
14408 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14409 from vc-rcs-hooks.el. Don't require 'vc anymore.
14410 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14411 file-directory-p instead of file-exists-p.
14412
14413 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14414 from vc-cvs-hooks.el.
14415 (proto vc-cvs-registered): Require 'vc-cvs instead of
14416 'vc-cvs-hooks. Don't require 'vc anymore.
14417 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14418 file-directory-p instead of file-exists-p.
14419 (vc-cvs-create-snapshot): New function, replacing
14420 vc-cvs-assign-name.
14421 (vc-cvs-assign-name): Remove.
14422
14423 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14424
14425 * vc-cvs.el (vc-cvs-header): New var.
14426
14427 * vc-rcs.el (vc-rcs-exists): Remove.
14428 (vc-rcs-header): New var.
14429
14430 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14431 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14432 (vc-sccs-header): New var.
14433
14434 * vc.el (vc-do-command): Get rid of the `last' argument.
14435 (vc-header-alist): Remove, replaced by vc-X-header.
14436 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14437 (vc-dired-hook): Use expand-file-name instead of concat.
14438 (vc-directory): Use file-name-as-directory.
14439 (vc-snapshot-precondition, vc-create-snapshot)
14440 (vc-retrieve-snapshot): Allow the command to operate on any
14441 directory.
14442
14443 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14444 just removing the 'WORKFILE argument or by removing the 'MASTER
14445 argument and replacing `file' with (vc-name file).
14446
14447 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14448
14449 * vc.el: Update Copyright and add a crude list of backend funs.
14450 (vc-writable-p): New function.
14451 (with-vc-file): Use vc-writable-p.
14452 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14453 (vc-register): Avoid vc-name.
14454 (vc-locking-user): Remove.
14455 (vc-steal-lock): Make the `owner' arg non-optional.
14456 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14457 vc-checkout-model.
14458 (vc-default-dired-state-info): Use vc-state instead of
14459 vc-locking-user and return special strings for special states.
14460 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14461 and get rid of one of the special CVS cases.
14462 (vc-cancel-version): prettify error message with \\[...].
14463 (vc-rename-master): New function.
14464 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14465 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14466 the CVS special case generic.
14467 (vc-default-record-rename): Remove.
14468 (vc-file-tree-walk-internal): Only call FUNC for files that are
14469 under control of some VC backend and replace `concat' with
14470 expand-file-name.
14471 (vc-file-tree-walk): Update docstring.
14472 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14473 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14474
14475 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14476 vc-sccs-record-rename. Use `find-file-noselect' rather than
14477 `find-file' and call `vc-rename-master' to do the actual move.
14478 (vc-sccs-diff): Remove unused `backend' variable.
14479
14480 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14481 to delay loading of vc-sccs until it is really used.
14482 (vc-sccs-master-templates): Preload.
14483 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14484 (vc-sccs-project-dir): Remove (merged into
14485 vc-sccs-search-project-dir).
14486 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14487 rather than `concat', make sure it is preloaded and don't bother
14488 to check that the file actually exists.
14489 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14490 `locks' argument (use buffer's content instead) and eliminate n^2
14491 behavior.
14492
14493 * vc-rcs.el: Update Copyright.
14494 (vc-rcs-rename-file): New function.
14495 (vc-rcs-diff): Remove unused `backend' variable.
14496
14497 * vc-hooks.el: Update Copyright.
14498 (vc-backend): Don't accept a nil argument any more.
14499 (vc-up-to-date-p): Turn into a defsubst.
14500 (vc-possible-master): New function.
14501 (vc-check-master-templates): Use `vc-possible-master' and allow
14502 funs in vc-X-master-templates to return a non-existent file.
14503
14504 * vc-cvs.el: Update Copyright.
14505 (vc-cvs-diff): Remove unused `backend' variable.
14506 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14507
14508 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14509
14510 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14511
14512 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14513 since it can be called from vc-rcs.el.
14514 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14515
14516 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14517
14518 * vc.el (vc-version-diff): Expand file name read from the
14519 minibuffer. Handle the case when a previous version number can't
14520 be guessed. Give suitable messages when there were no differences
14521 found.
14522 (vc-clear-headers): Call backend-specific implementation, if one
14523 exists.
14524 (vc-cancel-version): Made error checks generic. When done, clear
14525 headers generically, too.
14526
14527 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14528 from vc-clear-headers in vc.el.
14529
14530 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14531 correctly.
14532 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14533 optional. Handle the case when it's not there.
14534
14535 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14536
14537 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14538
14539 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14540
14541 * vc-hooks.el (vc-loadup): Remove.
14542 (vc-find-backend-function): Use `require'. Also, handle the case
14543 where vc-BACKEND-hooks.el doesn't exist.
14544 (vc-call-backend): Cleanup.
14545
14546 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14547
14548 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14549 vc-rcs-grab-templates)
14550 (vc-rcs-registered): Remove. The default function works as well.
14551 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14552 vc-sccs-grab-templates)
14553 (vc-sccs-registered): Remove. The default function works as well.
14554
14555 * vc.el (vc-version-diff): Left out a vc- in call to
14556 vc-call-backend.
14557 (vc-default-dired-state-info, vc-default-record-rename)
14558 (vc-default-merge-news): Update for the new backend argument.
14559
14560 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14561 using the default function.
14562 (vc-call-backend): If calling the default function, pass it the
14563 backend as first argument. Update the docstring accordingly.
14564 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14565 for the new backend argument.
14566 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14567 (vc-find-backend-function): Use the new name.
14568 (vc-default-registered): New function.
14569
14570 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14571
14572 * vc.el (vc-merge): Use vc-find-backend-function.
14573
14574 * vc-hooks.el (vc-backend-functions): Remove.
14575 (vc-loadup): Don't setup 'vc-functions.
14576 (vc-find-backend-function): New function.
14577 (vc-call-backend): Use above fun and populate 'vc-functions
14578 lazily.
14579 (vc-backend-defines): Remove.
14580
14581 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14582
14583 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14584 Call vc-call-backend without the leading vc-.
14585 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14586 (vc-check-headers): Call vc-call-backend without the leading vc-.
14587 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14588 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14589 Call vc-call-backend without the leading vc-.
14590
14591 * vc-cvs.el (tail): Provide vc-cvs.
14592 * vc-sccs.el (tail): Provide vc-sccs.
14593 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14594
14595 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14596 (vc-make-backend-function, vc-call): Pass names without leading
14597 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14598 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14599 (vc-call-backend): Always try to load vc-X-hooks.
14600 (vc-registered): Remove vc- in call to vc-call-backend.
14601
14602 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14603
14604 * vc.el (vc-process-filter): New function.
14605 (vc-do-command): Setup `vc-process-filter' for the async process.
14606 (vc-maybe-resolve-conflicts): New function to reduce
14607 code-duplication. Additionally, it puts the buffer in
14608 `smerge-mode' if applicable.
14609 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14610 calling `merge-news'.
14611 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14612 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14613 interfacing to log-edit.el.
14614 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14615 log-edit is available.
14616 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14617
14618 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14619
14620 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14621 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14622 defvar and the initialization.
14623 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14624
14625 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14626 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14627
14628 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14629
14630 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14631
14632 * vc.el (vc-file-clear-masterprops): Removed.
14633 (vc-checkin, vc-revert-buffer): Removed calls to the above.
14634 (vc-version-diff): Use buffer-size without argument.
14635 (vc-register): Heed vc-initial-comment.
14636
14637 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
14638 default branch.
14639
14640 * vc-rcs.el (vc-rcs-register): Parse command output to find master
14641 file name and workfile version.
14642 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
14643
14644 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
14645 vc-file-clear-masterprops.
14646
14647 * vc-sccs.el (vc-sccs-checkout): Removed call to
14648 vc-file-clear-masterprops. If writable, set vc-state to 'edited
14649 rather than user login name.
14650
14651
14652 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14653
14654 * vc.el (vc-workfile-unchanged-p): Remove unused argument
14655 `want-differences-if-changed' and simplify.
14656 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
14657 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
14658 output (which is invalid for async vc-diff) to decide whether to
14659 do the revert silently or not.
14660
14661 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14662
14663 * vc-hooks.el (vc-loadup): Load files quietly.
14664 (vc-call-backend): Oops, brain fart.
14665
14666 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14667
14668 * vc-cvs.el (vc-cvs-state): Typo.
14669 (vc-cvs-merge-news): Return the status code rather than the error msg.
14670
14671 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14672
14673 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
14674 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
14675 vc-state or vc-up-to-date-p.
14676 (vc-merge): Use vc-backend-defines to check whether merging is
14677 possible. Set state to 'edited after successful merge.
14678
14679 * vc-hooks.el (vc-locking-user): If locked by the calling user,
14680 return that name. Redocumented.
14681
14682 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14683
14684 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
14685 new `vc-state' semantics.
14686 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
14687 'vc-locking-user to the current user.
14688 (vc-merge): Inline vc-backend-merge. Comment out code that I
14689 don't understand and hence can't adapt to the new `vc-state' and
14690 `vc-locking-user' semantics.
14691 (vc-backend-merge): Remove.
14692
14693 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
14694 rather than 'vc-locking-user.
14695
14696 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
14697
14698 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
14699 (vc-state): Don't use 'reserved any more. Just use the same
14700 convention as the one used for vc-<backend>-state where the
14701 locking user (as a string) is returned.
14702 (vc-locking-user): Update, based on the above convention. The
14703 'vc-locking-user property has disappeared.
14704 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
14705
14706 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
14707 with a heuristic one.
14708 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
14709 (vc-cvs-checkin): Do a trivial parse to set the state in case of
14710 error. That allows us to get to 'needs-merge even in the
14711 stay-local case. There's still no way to detect 'needs-patch in
14712 such a setup (or to force an update for that matter).
14713 (vc-cvs-logentry-check): Remove, the default works as well.
14714
14715 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14716
14717 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
14718
14719 * vc.el (vc-do-command): kill-all-local-variables, to reset any
14720 major-mode in which the buffer might have been put earlier. Use
14721 `remove' and `when'. Allow `okstatus' to be `async' and use
14722 `start-process' in this case.
14723 (vc-version-diff): Handle the case where the diff looks empty
14724 because of the use of an async process.
14725
14726 2000-09-04 Andre Spiegel <spiegel@gnu.org>
14727
14728 * vc.el (vc-next-action-on-file): Removed optional parameter
14729 `simple'. Recompute state unconditionally.
14730 (vc-default-toggle-read-only): Removed.
14731
14732 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
14733 (vc-toggle-read-only): Undid prev change.
14734
14735 * vc-cvs.el (vc-cvs-stay-local): Renamed from
14736 vc-cvs-simple-toggle. Redocumented.
14737 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
14738 (vc-cvs-toggle-read-only): Removed.
14739
14740 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14741
14742 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
14743 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
14744 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
14745 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
14746 still is. So maybe it should be removed.
14747 (vc-head-version, vc-find-binary): Remove.
14748 (vc-recompute-state): Move from vc-hooks.el.
14749 (vc-next-action-on-file): Add a `simple' argument to allow
14750 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
14751 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
14752 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
14753 (vc-dired-mode-map): Properly defvar it.
14754 (vc-print-log): Call log-view-mode if available.
14755 (small-temporary-file-directory): defvar instead of use boundp.
14756 (vc-merge-news): Moved to vc-cvs.el.
14757 (vc-default-merge-news): New function.
14758
14759 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
14760 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
14761 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
14762 unknown `vc-latest-version' function. It should probably refer to
14763 vc-workfile-version or somesuch, but it's very unclear to me and I
14764 don't have SCCS to test things.
14765
14766 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
14767 (vc-sccs-state-heuristic): Fix typo.
14768 (vc-sccs-workfile-unchanged-p): Add missing argument.
14769
14770 * vc-rcs.el: Require vc and vc-rcs-hooks.
14771 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
14772 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
14773 (vc-release-greater-or-equal-p): Move from vc.
14774 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
14775 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
14776 (vc-rcs-checkout): Add a missing `new-version' argument in the
14777 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
14778
14779 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
14780 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
14781 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
14782 than the apparently unbound `workfile-version'.
14783
14784 * vc-hooks.el (vc-master-templates): Def the obsolete var.
14785 (vc-file-prop-obarray): Use `make-vector'.
14786 (vc-backend-functions): Add new hookable functions
14787 vc-toggle-read-only, vc-record-rename and vc-merge-news.
14788 (vc-loadup): If neither backend nor default functions exist, use
14789 the backend function rather than nil.
14790 (vc-call-backend): If the function if not bound yet, try to load
14791 the non-hook file to see if it provides it.
14792 (vc-call): New macro plus use it wherever possible.
14793 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
14794 nor `vc-find-binary' since it's only called from
14795 vc-mistrust-permission which is only used once the backend is known.
14796 (vc-checkout-model): Fix parenthesis.
14797 (vc-recompute-state, vc-prefix-map): Move to vc.el.
14798
14799 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
14800 (vc-cvs-release, vc-cvs-system-release): Remove.
14801 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
14802 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
14803 status symbols.
14804 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
14805 (vc-cvs-toggle-read-only): First cut at a function to allow a
14806 cvs-status-free vc-toggle-read-only.
14807 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
14808 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
14809 vc-cvs-status. Also set vc-state rather than vc-locking-user.
14810 (vc-cvs-checkout): Modify access rights directly if the user
14811 requested not to use `cvs edit'. And refresh the mode line.
14812
14813 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
14814 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
14815
14816 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14817
14818 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
14819 workfile' that got lost when the code was extracted from vc.el.
14820 And merged the tail with the rest of the code (not possible in the
14821 old vc.el where the tail was shared among all backends). And
14822 explicitly set the state to 'edited if `writable' is set.
14823
14824 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
14825 (vc-cvs-state): Be careful to return the value from
14826 vc-cvs-parse-state.
14827 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
14828 property but return it instead. Also be careful to handle a nil
14829 or "" `rev' when workfile is non-nil (it was handled properly when
14830 workfile was nil).
14831
14832 * vc.el: Removed those pesky unnecessary `(function' quotes.
14833 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
14834 directly in the defvar.
14835 (vc-do-command): Bind inhibit-read-only so as to properly handle
14836 the case where the destination buffer has been made read-only.
14837 (vc-diff): Delegate to vc-version-diff in all cases.
14838 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
14839 (vc-annotate-mode-variables): Removed (code moved partly to
14840 defvars and partly to vc-annotate-add-menu).
14841 (vc-annotate-mode): Turned into a derived-mode.
14842 (vc-annotate-add-menu): Moved in code in
14843 vc-annotate-mode-variables.
14844 (vc-update-change-log): Use make-temp-file if available.
14845
14846 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
14847
14848 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
14849 `vc-checkout-model' updated to `vc-cvs-update-model'.
14850
14851 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14852
14853 * vc.el (vc-next-action-on-file): Added handling of state
14854 `unlocked-changes'.
14855 (vc-checkout-carefully): Is now practically obsolete, unless the
14856 above is too slow to be enabled unconditionally.
14857 (vc-update-change-log): Fixed typo.
14858
14859 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
14860
14861 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
14862 Now handles state `unlocked-changes'.
14863 (vc-sccs-workfile-unchanged-p): New function, to support the above.
14864
14865 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
14866
14867 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
14868 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
14869 `unlocked-changes'.
14870 (vc-rcs-workfile-unchanged-p): Renamed from
14871 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
14872 function yet, but supposed to become one soon.
14873
14874 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
14875 `vc-steal-lock'.
14876 (vc-call-backend): Changed error message.
14877 (vc-state): Added description of state `unlocked-changes'.
14878
14879 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14880
14881 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
14882 always return t in CVS-controlled directories.
14883
14884 * vc.el (vc-responsible-backend): New function.
14885 (vc-register): Largely rewritten.
14886 (vc-admin): Removed (implementation moved into vc-register).
14887 (vc-checkin): Redocumented.
14888 (vc-finish-logentry): If no backend defined yet (because we are in
14889 the process of registering), use the responsible backend.
14890
14891 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
14892 Updated function lists.
14893 (vc-call-backend): Fixed typo.
14894
14895 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
14896 New functions.
14897 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
14898 Removed query option. Redocumented.
14899
14900 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14901
14902 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
14903
14904 * vc.el: Updated callers of `vc-checkout-required' to use
14905 `vc-checkout-model'.
14906
14907 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14908
14909 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
14910 stuff updated to reference this function instead of the old
14911 `vc-backend-release-p'.
14912
14913 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14914
14915 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
14916 vc-checkout-model. Return appropriate values. Updated callers.
14917
14918 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14919
14920 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
14921 (vc-backend-revert): Function moved into `vc-revert';
14922 `vc-next-action' must be updated to accomodate this change.
14923 (vc-backend-steal): Function moved into `vc-finish-steal'.
14924 (vc-backend-logentry-check): Function moved into
14925 `vc-finish-logentry'.
14926 (vc-backend-printlog): Function moved into `vc-print-log'.
14927 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
14928 (vc-backend-assign-name): Function moved into
14929 `vc-create-snapshot'.
14930
14931 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14932
14933 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
14934 Rename to vc-checkout-model. Return appropriate values.
14935 Update callers.
14936
14937 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
14938 to vc-checkout-model.
14939 (vc-checkout-required): Rename to vc-checkout-model.
14940 Re-implement and re-comment.
14941 (vc-after-save): Use vc-checkout-model.
14942
14943 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14944
14945 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
14946 Update to use the vc-BACKEND-diff functions instead.
14947 `vc-diff' is now working.
14948
14949 * vc-rcs.el (vc-rcs-logentry-check): New function.
14950
14951 * vc-cvs.el (vc-cvs-logentry-check): New function.
14952
14953 * vc-sccs.el (vc-sccs-diff): Function changed name from
14954 `vc-backend-diff'. This makes `vc-diff' work.
14955
14956 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
14957 of functions possibly implemented in a vc-BACKEND library.
14958 (vc-checkout-required): Fix bug that caused an error to be
14959 signaled during `vc-after-save'.
14960
14961 * vc.el: Fix typo.
14962 This checkin is made with our new VC code base for the very first time.
14963 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
14964
14965 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
14966 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
14967
14968 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
14969 updated to `vc-uses-locking'.
14970 (vc-checkout-required): Call to backend function.
14971 `vc-checkout-required' updated to `vc-uses-locking' instead.
14972
14973 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
14974 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
14975
14976 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
14977 to match the split into various backends.
14978 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
14979 (vc-retrieve-snapshot): Bug fix.
14980
14981 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14982
14983 * vc-sccs.el (vc-sccs-release): Doc fix.
14984
14985 2000-09-04 Martin Lorentzson <martinl@gnu.org>
14986
14987 * vc.el (vc-next-action-on-file): Bug found and fixed.
14988 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
14989 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
14990
14991 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
14992 (vc-rcs-checkout): Name space cleaned up. No more revision number
14993 crunching function names that are not prefixed with vc-rcs.
14994 (vc-rcs-checkout-model): Function added. References to
14995 `vc-checkout-model' replaced.
14996
14997 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
14998
14999 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15000 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15001 still need to be split, and implemented for RCS).
15002
15003 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15004
15005 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15006
15007 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15008 required by the vc.el file.
15009
15010 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15011 required by the vc.el file.
15012 (vc-rcs-exists): Function added.
15013
15014 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15015 required by the vc.el file.
15016
15017 * vc.el (vc-admin): Updated to handle selection of appropriate
15018 backend. Current implementation is crufty and need re-thinking.
15019
15020 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15021
15022 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15023
15024 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15025 beginning of annotate buffers correctly.
15026
15027 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15028 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15029 functionality updated quite a lot to support multiple backends.
15030 Variables `vc-annotate-mode', `vc-annotate-buffers',
15031 `vc-annotate-backend' added.
15032
15033 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15034 `vc-annotate-difference' added to supported backend functions.
15035
15036 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15037
15038 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15039 Use with-temp-file instead of /bin/sh. Merged from mainline
15040
15041 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15042
15043 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15044
15045 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15046
15047 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15048
15049 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15050
15051 * vc-hooks.el: vc-state-heuristic added to
15052 vc-backend-hook-functions.
15053
15054 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15055
15056 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15057
15058 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15059 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15060 state to `reserved'.
15061
15062 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15063 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15064
15065 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15066
15067 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15068 untouched.
15069
15070 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15071
15072 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15073 if defined. (Merged from main line, slightly adapted.)
15074
15075 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15076 millenium problem (merged from mainline).
15077
15078 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15079
15080 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15081 part and moved the non-BACKEND stuff to vc.el.
15082
15083 * vc.el: Split the annotate feature into a BACKEND specific part
15084 and moved it from the vc-cvs.el file to this one.
15085
15086 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15087
15088 * vc-hooks.el: Implement new state model.
15089 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15090 (vc-locking-user): Simplify. Now only needed if the file is
15091 locked by somebody else.
15092 (vc-lock-from-permissions): Remove. Functionality is in
15093 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15094 (vc-mode-line-string): New name for former vc-status. Adapted.
15095 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15096
15097 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15098 Various simplifications and adaptations all over the place.
15099
15100 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15101 Simplify and adapt the rest.
15102
15103 * vc.el (vc-resynch-window): Add TODO comment: check for
15104 interaction with view mode according to recent RCS change.
15105 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15106
15107 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15108
15109 * vc.el: Convert the remaining function comments to docstrings.
15110
15111 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15112
15113 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15114 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15115 (vc-minor-part, vc-previous-version): Functions that operate and
15116 compare revision numbers got proper documentation. Comments added
15117 about their possible removal.
15118
15119 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15120
15121 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15122 the vc-backend.el files.
15123
15124 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15125
15126 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15127 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15128 (vc-rcs-previous-version): Functions added.
15129
15130 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15131
15132 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15133
15134 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15135
15136 * vc-hooks.el (vc-master-templates): Is really obsolete.
15137 Comment out the definition for now. What is the right procedure
15138 to get rid of it?
15139 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15140 rewritten.
15141 (vc-default-registered): Remove.
15142 (vc-check-master-templates): New function; does mostly what the
15143 above did before.
15144 (vc-locking-user): Don't rely on the backend to set the property.
15145
15146 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15147 Rewrite documentation.
15148 (vc-rcs-templates-grabbed): New variable.
15149 (vc-rcs-grab-templates): New function.
15150 (vc-rcs-registered): Rewrite to use above mechanism.
15151
15152 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15153 Rewrite documentation.
15154 (vc-sccs-templates-grabbed): New variable.
15155 (vc-sccs-grab-templates): New function.
15156 (vc-sccs-registered): Rewrite to use above mechanism.
15157 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15158 Don't throw the result, simply return it.
15159
15160 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15161 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15162 (vc-cvs-registered): Does the check itself now. Simplify.
15163
15164 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15165 from main line.
15166
15167 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15168
15169 * vc-cvs.el (vc-cvs-diff): New function.
15170
15171 * vc-sccs.el (vc-sccs-diff): New function.
15172
15173 * vc-rcs.el (vc-rcs-diff): New function.
15174 (vc-rcs-checkout): Bug (typo) found and fixed.
15175 (vc-rcs-register-switches): New variable.
15176
15177 * vc.el (vc-backend-diff): Function removed and placed in the
15178 backend files.
15179
15180 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15181
15182 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15183
15184 * vc.el (vc-backend-checkout): Function removed and replaced in
15185 the vc-backend.el files.
15186
15187 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15188
15189 * vc.el (vc-backend-admin): Removed and replaced in the
15190 vc-backend.el files.
15191
15192 * vc.el (Martin): Removed all the annotate functionality since it
15193 is CVS backend specific.
15194
15195 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15196
15197 * spec.txt: Added specification of vc-state.
15198
15199 * vc-sccs-hooks.el (vc-sccs-master-properties):
15200 Remove handling of vc-latest-version and
15201 vc-your-latest-version. What used to be vc-latest-version, is now
15202 returned as vc-workfile-version.
15203 (vc-sccs-workfile-version): Adapt.
15204
15205 2000-09-04 Dave Love <fx@gnu.org>
15206
15207 * vc.el: [Merged from mainline.]
15208 (vc-dired-mode): Make the dired-move-to-filename-regexp
15209 regexp match the date, to avoid treating date as file size.
15210 Add YYYY S option to WESTERN/
15211
15212 2000-09-04 Dave Love <fx@gnu.org>
15213
15214 * vc.el: Require `compile' when compiling.
15215 (vc-logentry-check-hook): New option.
15216 (vc-steal-lock): Use compose-mail.
15217 (vc-dired-mode-map): Defvar when compiling.
15218 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15219 vc-sccs.el and renamed. Callers changed.
15220 (vc-backend-checkout, vc-backend-logentry-check)
15221 (vc-backend-merge-news): Doc fix.
15222 (vc-default-logentry-check): New function.
15223 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15224 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15225 (vc-backend-merge): Doc fix. Use backend functions.
15226 (vc-check-headers): Use backend functions.
15227
15228 * vc-cvs.el: Require vc when compiling.
15229 (vc-cvs-register-switches): Doc fix.
15230 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15231 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15232 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15233 New functions (code from vc.el).
15234 (vc-annotate-display-default): Fix interactive spec.
15235 (vc-annotate-time-span): Doc fix.
15236
15237 * vc-rcs.el: Require vc when compiling.
15238 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15239 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15240 (vc-rcs-checkin): New functions (code from vc.el).
15241 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15242 Doc fix.
15243 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15244
15245 * vc-sccs.el: Require vc when compiling.
15246 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15247 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15248 (vc-sccs-revert)
15249 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15250 from vc.el).
15251 (vc-sccs-add-triple, vc-sccs-record-rename)
15252 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15253 (vc-sccs-admin): Doc fix.
15254
15255 2000-09-04 Martin Lorentzson <martinl@gnu.org>
15256
15257 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15258 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15259 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15260 from vc.el.
15261
15262 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15263
15264 * vc-cvs.el: Moved the annotate functionality from vc.el.
15265 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15266
15267 2000-09-04 Dave Love <fx@gnu.org>
15268
15269 * vc.el (vc-backend-release): Call vc-system-release.
15270
15271 * vc-sccs.el (vc-sccs-system-release):
15272 Renamed from vc-sccs-backend-release.
15273
15274 * vc-rcs.el (vc-rcs-system-release):
15275 Renamed from vc-rcs-backend-release.
15276
15277 * vc-cvs.el (vc-cvs-system-release):
15278 Renamed from vc-cvs-backend-release.
15279
15280 2000-09-04 Dave Love <fx@gnu.org>
15281
15282 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15283 backend files.
15284 (vc-backend-release): Dispatch to backend functions.
15285 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15286 probably needs attention.]
15287
15288 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15289 (vc-sccs-backend-release): New function.
15290
15291 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15292 (vc-cvs-backend-release): New function.
15293
15294 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15295 Doc fix.
15296 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15297 (vc-default-dired-state-info): New function.
15298 (vc-dired-state-info): Dispatch to backends.
15299 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15300
15301 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15302 from vc.el and renamed.
15303
15304 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15305
15306 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15307 (vc-version-other-window, vc-backend-assign-name): Removed
15308 references to vc-latest-version; sometimes changed into
15309 vc-workfile-version.
15310
15311 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15312 vc-rcs-master-workfile-version.
15313 (vc-rcs-workfile-version): Use the above. Don't call
15314 vc-latest-version (that was unreachable code, anyway).
15315 (vc-rcs-fetch-master-properties): Doc fix.
15316
15317 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15318 (vc-backend-hook-functions): Removed them from this list, too.
15319 (vc-fetch-properties): Removed.
15320 (vc-workfile-version): Doc fix.
15321
15322 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15323 (vc-rcs-workfile-version, vc-rcs-locking-user)
15324 (vc-rcs-uses-locking): Use it.
15325
15326 * vc-hooks.el (vc-consult-rcs-headers):
15327 Moved into vc-rcs-hooks.el, under the name
15328 vc-rcs-consult-headers.
15329
15330 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15331 headers.
15332 (vc-cvs-find-master): Use this name only; correct different
15333 versions of the name.
15334
15335 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15336 New functions.
15337 (vc-sccs-locking-user): Use the latter.
15338
15339 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15340 New functions.
15341
15342 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15343 Moved into both
15344 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15345 functions are implementation details of those two backends.
15346
15347 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15348
15349 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15350 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15351
15352 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15353 (vc-sccs-parse-locks): SCCS-specific code moved here from
15354 vc-hooks.
15355
15356 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15357 code moved here from vc-hooks.
15358
15359 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15360 into back-end specific parts and removed. Callers not updated
15361 yet; because I guess these callers will disappear into back-end
15362 specific files anyway.
15363
15364 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15365
15366 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15367 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15368 `vc-uses-locking'.
15369
15370 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15371 Store yes/no in the property, and return t/nil. Updated all
15372 callers.
15373
15374 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15375 vc-sccs-uses-locking. Don't set property.
15376 (vc-sccs-locking-user): Don't set property.
15377
15378 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15379 vc-cvs-uses-locking. Don't set property here; leave that to
15380 vc-hooks.
15381 (vc-cvs-locking-user): Reflect above change. Streamlined.
15382
15383 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15384 vc-rcs-uses-locking.
15385 (vc-rcs-locking-user): Reflect above change.
15386
15387 2000-09-04 Dave Love <fx@gnu.org>
15388
15389 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15390
15391 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15392
15393 * vc-hooks.el (vc-checkout-model): Punt to backends.
15394
15395 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15396
15397 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15398
15399 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15400 New functions.
15401
15402 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15403 New functions.
15404
15405 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15406 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15407
15408 * vc-hooks.el (vc-default-locking-user): New function.
15409 (vc-locking-user, vc-workfile-version): Punt to backends.
15410
15411 2000-09-04 Dave Love <fx@gnu.org>
15412
15413 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15414 (vc-master-workfile-version): Moved from vc-hooks.
15415
15416 * vc-rcs-hooks.el: Fix duplicate code in last change.
15417
15418 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15419 (vc-rcs-master-templates): Improve :type.
15420 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15421 vc-master-workfile-version): Moved from vc-hooks.
15422
15423 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15424 (vc-sccs-master-templates): Improve :type.
15425 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15426
15427 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15428
15429 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15430 (vc-cvs-master-templates): Improve :type. Use
15431 vc-cvs-find-cvs-master.
15432 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15433 from vc-hooks.
15434 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15435
15436 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15437 Moved to vc-cvs-hooks.
15438
15439 * vc-hooks.el: Add doc strings in various places. Simplify the
15440 minor mode setup.
15441 (vc-handled-backends): New user variable.
15442 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15443 simplification.
15444
15445 2000-09-04 Dave Love <fx@gnu.org>
15446
15447 * vc.el: Some doc fixes for autoloaded and interactive functions.
15448 Fix compilation warnings from ediff stuff.
15449 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15450
15451 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15452
15453 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15454
15455 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15456
15457 2000-09-04 Dave Love <fx@gnu.org>
15458
15459 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15460 New variable.
15461 (vc-make-backend-function, vc-loadup, vc-call-backend)
15462 (vc-backend-defines): New functions.
15463
15464 * vc-hooks.el: Various doc fixes.
15465 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15466 (vc-match-substring): Function removed. Callers changed to use
15467 match-string.
15468 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15469 Simplify.
15470
15471 2000-09-04 Dave Love <fx@gnu.org>
15472
15473 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15474 type.
15475 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15476 (vc-sccs-registered): Doc fix.
15477
15478 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15479 (vc-cvs-registered): Doc fix.
15480
15481 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15482 (vc-rcs-registered): Doc fix.
15483
15484 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15485
15486 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15487
15488 * vc-hooks.el: vc-registered has been renamed
15489 vc-default-registered. Some functions have been moved to the
15490 backend specific files. they all support the
15491 vc-BACKEND-registered functions.
15492
15493 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15494
15495 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15496
15497 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15498
15499 2000-09-04 Dave Love <fx@gnu.org>
15500
15501 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15502 menu-bar-update-hook.
15503
15504 * help.el (help-manyarg-func-alist): Add
15505 find-operation-coding-system.
15506
15507 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15508
15509 * custom.el (custom-set-variables): Print message about errors in
15510 setting.
15511
15512 2000-09-03 Andrew Innes <andrewi@gnu.org>
15513
15514 * makefile.w32-in: Change to DOS line endings.
15515
15516 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15517
15518 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15519 minor-mode keymaps, if they don't have one.
15520
15521 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15522
15523 * eshell/esh-module.el (eval-when-compile): Don't lose if
15524 esh-module.el's file name is truncated to DOS 8+3 limits.
15525
15526 2000-09-01 John Wiegley <johnw@gnu.org>
15527
15528 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15529 predicate, which caused entries in the completion list to be
15530 doubled.
15531
15532 2000-08-30 John Wiegley <johnw@gnu.org>
15533
15534 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15535 sending to subprocesses. Also, hook pre-command-hook if
15536 `eshell-send-direct-to-subprocesses' is non-nil.
15537 (eshell-send-direct-to-subprocesses): New config variable. If t,
15538 subprocess input is send immediately.
15539 (eshell-toggle-direct-send): New function.
15540 (eshell-self-insert-command): New function.
15541 (eshell-intercept-commands): New function.
15542 (eshell-send-input): If direct subprocess sending is enabled,
15543 don't echo any input to the Eshell buffer. Let the subprocess
15544 handle that. This requires "stty echo" in bash, for example.
15545
15546 2000-08-28 John Wiegley <johnw@gnu.org>
15547
15548 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15549 completion function for Eshell's implementation of `unset'.
15550
15551 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15552
15553 * info.el (Info-directory-list): Doc fix.
15554
15555 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15556
15557 * filecache.el (file-cache-add-directory-using-find): Don't quote
15558 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15559
15560 2000-08-31 Kenichi Handa <handa@etl.go.jp>
15561
15562 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15563 coding systems.
15564
15565 2000-08-30 Andrew Innes <andrewi@gnu.org>
15566
15567 * timer.el (run-with-idle-timer): Undo last change, so that timer
15568 is not activated immediately if Emacs is already idle. Some
15569 existing code relies on this behaviour.
15570
15571 2000-08-30 Miles Bader <miles@gnu.org>
15572
15573 * frame.el (set-frame-font): Do completion of font-name for
15574 interactive use.
15575
15576 2000-08-30 Kenichi Handa <handa@etl.go.jp>
15577
15578 * international/quail.el (quail-start-translation): Bind locally
15579 last-command-event, last-command, and this-command.
15580 (quail-start-conversion): Likewise.
15581 (quail-self-insert-command): Fix docstring.
15582
15583 2000-08-29 Gerd Moellmann <gerd@gnu.org>
15584
15585 * progmodes/executable.el
15586 (executable-make-buffer-file-executable-if-script-p): Check that
15587 buffer contains at least 2 characters.
15588
15589 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15590
15591 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15592
15593 2000-08-29 Dave Love <fx@gnu.org>
15594
15595 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15596 (diff-mode-shared-map): Bind mouse-2.
15597 (diff-imenu-generic-expression): New variable.
15598 (diff-mode): Use it.
15599
15600 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15601 (mouse-popup-menubar): Add minor mode menus.
15602 (popup-menu): Check for lookup-key returning number.
15603
15604 2000-08-29 Miles Bader <miles@gnu.org>
15605
15606 * comint.el (comint-send-input): Create overlays using the proper
15607 front/read-advance arguments.
15608
15609 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15610
15611 * ps-print.el: Even/odd pages printing. Doc fix.
15612 (ps-print-version): New version number (6.0).
15613 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15614 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15615 (ps-print-duplex-feature): Variable eliminated.
15616 (ps-even-or-odd-pages): New variable.
15617
15618 * progmodes/ebnf2ps.el: Doc fix.
15619 (ebnf-version): New version (3.3).
15620 (ebnf-user-arrow): Change variable customization to sexp.
15621 (ebnf-user-arrow): Function eliminated.
15622 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15623
15624 2000-08-29 Kenichi Handa <handa@etl.go.jp>
15625
15626 * help.el (help-xref-mule-regexp): New variable.
15627 (help-make-xrefs): Handle help-xref-mule-regexp.
15628
15629 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15630 variable.
15631 (describe-input-method): Temporarily activate the specfied input
15632 method to display the information.
15633 (describe-language-environment): Hyperlinks to mule related items.
15634
15635 * international/mule-diag.el (charset-multibyte-form-string): New
15636 function.
15637 (list-character-sets-1): Use charset-multibyte-form-string.
15638 (describe-character-set): New function.
15639 (describe-coding-system): Hyperlinks to safe character sets.
15640
15641 * international/quail.el (quail-help): New arg PACKAGE.
15642 Hyperlinks to mule related items.
15643 (quail-help-insert-keymap-description): Use
15644 substitute-command-keys instead of describe-bindings.
15645 (quail-translation-help): Hyperlinks to mule related items.
15646
15647 2000-08-28 John Wiegley <johnw@gnu.org>
15648
15649 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
15650 have a defsubst call itself. Made `eshell-flatten-list' back into
15651 a function again.
15652
15653 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
15654 catch, in case re-centering point at bottom messes up the display.
15655 This happens frequently in Emacs 21, due I believe to variable
15656 line heights.
15657
15658 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
15659 to call `find-tag-interactive'.
15660
15661 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
15662 the list of remember directories.
15663
15664 2000-08-28 John Wiegley <johnw@gnu.org>
15665
15666 * align.el: Test align-region-separate to see if it's a symbol.
15667
15668 2000-08-28 John Wiegley <johnw@gnu.org>
15669
15670 * eshell/esh-util.el (eshell-flatten-list): Made this function
15671 into a defsubst form. It gets used very frequently, although
15672 calls don't occur all that often.
15673
15674 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
15675 examining it.
15676
15677 * eshell/esh-cmd.el (eshell-rewrite-while-command):
15678 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
15679 `eshell-protect'.
15680 (eshell-copy-handles): Created a new macro for duplicating the
15681 current set of open handles. This is needed by the looping
15682 functions.
15683 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
15684 is not incorrectly stomped on.
15685
15686 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
15687 declaration for pcomplete-use-paring.
15688 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
15689 value of eshell-cmpl-use-paring.
15690 * pcomplete.el (pcomplete-use-paring): New config variable, to
15691 indicate whether paring should be used.
15692 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
15693 completion alternatives that have already been used.
15694
15695 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
15696 bound to C-c C-y, which will repeat the previous N arguments
15697 (based on prefix argument).
15698 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
15699
15700 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
15701 if there is no *Help* buffer. This is for XEmacs, which renames
15702 its help buffers uniquely. TODO: Find out what the current buffer
15703 name to delete is.
15704
15705 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
15706 first entry that correlates to a passwd/group number. Later
15707 entries (used for group/user name aliasing to multiple IDs) are
15708 ignored.
15709
15710 * eshell/em-xtra.el (eshell/expr):
15711 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
15712 (eshell-grep, eshell/diff, eshell/locate):
15713 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
15714 argument list, before passing it to the system command.
15715
15716 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
15717 `find-tag' for use at final position in Eshell buffers (which
15718 otherwise triggers an error on Emacs 21).
15719 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
15720 buffer, if it is currently bound to `find-tag'.
15721
15722 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
15723 in the list of matched Makefile names.
15724 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
15725 directory, prefer its contents to Makefile.
15726
15727 * eshell/em-dirs.el (eshell/cd): cd commands that look up
15728 directory parts (like "cd old new", or "cd =regexp"), are now case
15729 sensitive on non-Windows/DOS platforms.
15730
15731 * eshell/esh-mode.el (eshell-parse-command-input): When a user
15732 types RET after an open delimiter (like "), display a message
15733 indicating that Eshell is waiting for the closing delimiter.
15734
15735 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
15736 environment variables.
15737
15738 * eshell/em-unix.el (eshell/diff): Added logic to fail more
15739 gracefully if the user enters incorrect arguments.
15740
15741 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
15742 Eshell buffers.
15743
15744 * eshell/esh-var.el (eshell-interpolate-variable):
15745 * eshell/esh-mode.el (eshell-move-argument):
15746 * eshell/em-unix.el (eshell-du-sum-directory):
15747 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15748 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
15749 (not (= ...)).
15750
15751 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
15752 to ensure the `preserve' flag gets propagated when doing recursive
15753 directory copies.
15754
15755 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
15756
15757 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
15758 Don't convert \n into \0177 in memory.
15759 (eshell-read-history, eshell-write-history): Convert \n to \0177,
15760 and back again, when reading and writing.
15761
15762 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
15763
15764 * eshell/esh-util.el (eshell-processp): Added to relieve constant
15765 testing of `fboundp' on `processp'.
15766
15767 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
15768 (eshell/jobs): Don't call process-list if it is not bound.
15769 (eshell-gather-process-output): Support systems where async
15770 subprocesses aren't supported.
15771 (eshell-scratch-buffer, eshell-last-sync-output-start): New
15772 variables.
15773
15774 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
15775 eshell-do-eval returns t.
15776 (eshell-do-pipelines-synchronously): New defmacro.
15777 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
15778 when async subprocesses aren't supported.
15779 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
15780 if async subprocesses aren't supported.
15781 (eshell-resume-command): Don't assume STATUS is a string.
15782
15783 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
15784
15785 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
15786 (eshell-close-target, eshell-get-target): Use eshell-processp.
15787 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
15788 fix.
15789 (eshell-get-target, eshell-create-handles): Doc fix.
15790
15791 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
15792
15793 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
15794 criterion to include commands that output something, as long as it
15795 leaves both the command and the end-of-buffer visible when the
15796 command has exited.
15797 (eshell-review-quick-commands): Adjust the help doc string
15798 accordingly.
15799
15800 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
15801
15802 * locate.el (locate): Cleaned up locate command's interactive prompting
15803 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
15804
15805 * filecache.el (file-cache-case-fold-search): New variable
15806 (file-cache-assoc-function): New variable
15807 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
15808 Use file-cache-case-fold-search variable
15809 (file-cache-add-file): Use file-cache-assoc-function
15810 (file-cache-delete-file): likewise
15811 (file-cache-directory-name): likewise
15812 (file-cache-debug-read-from-minibuffer): likewise
15813
15814 2000-08-28 Gerd Moellmann <gerd@gnu.org>
15815
15816 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
15817 (abbrev-table-name): New function.
15818 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
15819 If non-nil list local abbrev, only.
15820
15821 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
15822
15823 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
15824 from Gnus support code, and use special article copy buffer
15825 `(gnus-original-article-buffer)' instead. This allows to get rid
15826 of article-hide-headers usage (which breaks in the latest Gnus
15827 version). Thanks to Detlev Zundel.
15828
15829 2000-08-28 Kenichi Handa <handa@etl.go.jp>
15830
15831 * international/quail.el (quail-use-package): Hide "... loaded"
15832 message.
15833 (quail-start-translation, quail-start-conversion): Likewise.
15834
15835 * international/kkc.el (kkc-region): Hide "... loaded" message.
15836
15837 2000-08-27 Dave Love <fx@gnu.org>
15838
15839 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
15840
15841 2000-08-27 Miles Bader <miles@gnu.org>
15842
15843 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
15844
15845 2000-08-27 Kenichi Handa <handa@etl.go.jp>
15846
15847 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
15848 'ja-dic-cnv), not (require 'skkdic-cnv).
15849
15850 2000-08-26 Miles Bader <miles@gnu.org>
15851
15852 * faces.el (face-x-resources): Add entry for :inherit.
15853 * cus-face.el (custom-face-attributes): Add support for :inherit
15854 attribute. Add support for relative face heights.
15855 (custom-face-attributes-get): Treat `nil' as being a default value
15856 for :inherit (as well as `unspecified').
15857
15858 * faces.el (set-face-attribute): Update doc string.
15859 (face-attribute-name-alist): Add :inherit.
15860 (face-valid-attribute-values): Handle :inherit.
15861 (face-read-string): Rephrase prompt to be less confusing.
15862 Assume that DEFAULT is a string, since we must return a string.
15863 (face-read-integer): Use `format' to turn DEFAULT into an
15864 acceptable default for face-read-string. Match NEW-VALUE against
15865 the string "unspecified", not the symbol `unspecified', since
15866 that's what face-read-string returns.
15867 (read-face-attribute): Lookup a name for old-value in valid, and
15868 use it as a default if we find one. Treat all values from
15869 face-read-string as strings. If the default is used, don't do any
15870 more processing on the value, just use the old value directly.
15871 (read-face-and-attribute, modify-face): Tweak prompt.
15872 (read-face-name): Don't assume prompt ends with a space.
15873
15874 * faces.el (describe-face): Add support for :inherit attribute.
15875
15876 2000-08-25 Kenichi Handa <handa@etl.go.jp>
15877
15878 * terminal.el (terminal-emulator): Fix args to `concat'. Now
15879 concat doesn't accept interger.
15880
15881 * international/kkc.el: Remove SKK from Keywords. Require
15882 ja-dic-utl instead of skkdic-utl.
15883
15884 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
15885 Provide ja-dic-cnv instead of skkdic-cnv.
15886 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
15887 (iso-2022-7bit-short): Add safe-charsets property.
15888 (skkdic-convert-postfix): Search Japanese chou-on character in
15889 addition to Hiragana character.
15890 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
15891 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
15892 (batch-skkdic-convert): Likewise.
15893
15894 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
15895 Provide ja-dic-utl instead of skkdic-utl.
15896 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
15897
15898 2000-08-24 Dave Love <fx@gnu.org>
15899
15900 * disp-table.el (standard-display-default): Make the test of `l'
15901 useful.
15902
15903 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
15904 mod sample text.
15905
15906 * international/iso-ascii.el: Make pilcrow convenient string
15907 consistent with section.
15908 (iso-ascii-display): Set up multibyte characters as well as
15909 unibyte.
15910
15911 2000-08-24 Kenichi Handa <handa@etl.go.jp>
15912
15913 * international/mule-cmds.el (reset-language-environment): Set
15914 default-process-coding-system to '(undecided . iso-latin-1), which
15915 makes process I/O almost consistent with file I/O. Call this
15916 function when mule-cmds.el[c] is loaded.
15917
15918 2000-08-22 Andrew Innes <andrewi@gnu.org>
15919
15920 * makefile.w32-in: New file.
15921
15922 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
15923
15924 * comint.el (comint-output-filter): Compare end of
15925 comint-last-output-overlay with the start of the newly inserted
15926 text, not the end, when deciding whether to extend it.
15927 Set saved-point's insertion type to advance after insertion.
15928
15929 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
15930 since this is now done independently of font-lock mode.
15931
15932 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15933
15934 * server.el (server-kill-new-buffers): New user option.
15935 (server-existing-buffer): New buffer-local variable.
15936 (server-visit-files): When using an existing buffer, set
15937 server-existing-buffer to t.
15938 (server-buffer-done): If server-kill-new-buffers is t, kill the
15939 buffer, unless it was already present before visiting it with
15940 Emacs server.
15941
15942 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
15943
15944 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
15945 even if the display doesn't support colors: some displays will
15946 support bold/underline faces.
15947
15948 2000-08-21 Gerd Moellmann <gerd@gnu.org>
15949
15950 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
15951
15952 * startup.el (command-line): If user's init file had an error,
15953 add explanatory text to *Messages*.
15954
15955 2000-08-21 Kenichi Handa <handa@etl.go.jp>
15956
15957 * man.el (Man-getpage-in-background): Decode the process output by
15958 the system locale coding system.
15959
15960 2000-08-20 Dave Love <fx@gnu.org>
15961
15962 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
15963 Don't test x-popup-menu.
15964 (function) <complete-function>: Complete only fbound symbols.
15965 <validate, value>: New.
15966 (variable) <complete-function>: Complete only bound symbols.
15967 (coding-system): Add :base-only, :complete-function, :validate,
15968 :value, :prompt-match.
15969 (widget-coding-system-prompt-value): Use read-coding-system and
15970 act on :base-only.
15971 (editable-field): Add :help-echo.
15972 (widget-push-button-gui, widget-push-button-cache)
15973 (widget-gui-action, widget-editable-list-gui): COmment out, along
15974 with uses.
15975 (widget-at): Make arg optional.
15976 (widget-echo-help): Adjust for current help-echo calling sequence.
15977 (widget-specify-field, widget-specify-button)
15978 (widget-specify-insert, widget-get-sibling, widget-image-find)
15979 (widget-convert, widget-insert, widget-leave-text)
15980 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
15981 (widget-setup, widget-field-find, widget-before-change)
15982 (widget-after-change, widget-default-complete)
15983 (widget-default-create, widget-default-delete)
15984 (widget-push-button-value-create, editable-field)
15985 (widget-field-prompt-value, widget-field-validate)
15986 (widget-choice-value-create, widget-choice-action)
15987 (widget-choice-validate, widget-checklist-add-item)
15988 (widget-radio-add-item, widget-radio-chosen)
15989 (widget-radio-value-inline, widget-editable-list-value-create)
15990 (widget-editable-list-entry-create)
15991 (widget-documentation-link-add)
15992 (widget-documentation-string-value-create)
15993 (widget-regexp-validate, widget-file-complete)
15994 (widget-sexp-validate, widget-plist-convert-widget)
15995 (widget-plist-convert-widget, widget-alist-convert-widget)
15996 (widget-alist-convert-widget, widget-color-complete): Simplify,
15997 particularly to avoid bindings which aren't optimized out.
15998
15999 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16000 Doc fix.
16001 (down-list, backward-up-list, up-list, kill-sexp)
16002 (backward-kill-sexp, mark-sexp): Make arg optional.
16003 (lisp-complete-symbol): Add optional arg PREDICATE.
16004
16005 * cus-start.el: Add display-buffer-reuse-frames,
16006 file-coding-system-alist.
16007
16008 2000-08-20 Gerd Moellmann <gerd@gnu.org>
16009
16010 * startup.el (command-line): Clear realized faces after
16011 modifying TTY color mappings.
16012
16013 2000-08-20 Miles Bader <miles@gnu.org>
16014
16015 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16016 merely a subset of FACE's attributes.
16017
16018 2000-08-19 Miles Bader <miles@gnu.org>
16019
16020 * comint.el (comint-output-filter): Save the point with a marker,
16021 not just a buffer position.
16022
16023 * international/mule.el (set-buffer-process-coding-system): Make
16024 interactive prompt less confusing.
16025
16026 2000-08-19 Gerd Moellmann <gerd@gnu.org>
16027
16028 * hilit-chg.el: General cleanup of doc strings, comments and
16029 code formatting.
16030
16031 2000-08-19 Miles Bader <miles@gnu.org>
16032
16033 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16034 Compiler macro removed; beginning-of-line is no longer always
16035 equivalent to forward-line, in the presence of fields.
16036
16037 * comint.el (comint-output-filter): Remove ad-hoc saving of
16038 restriction, and just use save-restriction, now that it works
16039 correctly. Don't adjust comint-last-input-start to account for
16040 our insertion; it shouldn't have moved because we don't use
16041 insert-before-markers anymore. Comment out call to
16042 `force-mode-line-update'; why is it here?
16043
16044 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16045 while checking for prompt to delete. Use `forward-line 0'
16046 instead of beginning-of-line.
16047 (gud-filter): Temporarily widen gud comint buffer while
16048 examining output.
16049
16050 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16051
16052 * progmodes/sh-script.el: Big bag of typos.
16053
16054 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16055 check since ispell-process is not bound when ispell is not yet loaded.
16056
16057 2000-08-18 Dave Love <fx@gnu.org>
16058
16059 * image.el (find-image): Copy `spec' before using plist-put.
16060
16061 2000-08-18 Gerd Moellmann <gerd@gnu.org>
16062
16063 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16064 `portugues'.
16065
16066 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16067 backward-kill-sexp, analogous to kill-sexp.
16068
16069 * progmodes/icon.el (icon-indent-line)
16070 (icon-is-continuation-line): Handle comments specially.
16071
16072 2000-08-17 Ken Stevens <k.stevens@ieee.org>
16073
16074 * ispell.el: Set to standard author/maintainer/keyword fields.
16075 Fine tuning to menu map appearance and operation, and added help.
16076 Remove `start' and `end' error messages when compiling.
16077 (ispell-choices-win-default-height): Fixed comment string.
16078 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16079 castellano8 dictionaries.
16080 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16081 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16082 dictionary, added italiano dictionary.
16083 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16084 word character
16085 (ispell-tex-skip-alists): Added psfig support.
16086 (ispell-skip-html): Renamed from ispell-skip-sgml.
16087 (ispell-begin-skip-region-regexp, ispell-skip-region)
16088 (ispell-minor-check): Improved html skipping support to skip across
16089 code, and recognize `&' commands without propper `;' syntax;
16090 (ispell-process-line): Fix alignment error when manually
16091 correcting spelling.
16092 (ispell): Fix comment string.
16093 (ispell-add-per-file-word-list): Always put word list on new line.
16094
16095 2000-08-17 Gerd Moellmann <gerd@gnu.org>
16096
16097 * format.el (format-encode-run-method): Fix error message to say
16098 `encode' instead of `decode'. Use save-window-excursion around
16099 shell-command-on-region as in format-decode-run-method because
16100 shell-command-on-region can display a buffer with error output.
16101 (format-decode): Don't record undo information for the decoding.
16102 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16103 that number part of the temporary buffer name so that more than
16104 one decoding using a temporary buffer can happen safely.
16105
16106 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16107 of `A-z' in the regexp.
16108
16109 * hilit-chg.el: Fix typos in commentary.
16110
16111 * help.el (view-emacs-news): Rewritten for new naming scheme
16112 for old NEWS files.
16113
16114 * startup.el (command-line): Pop to *Messages* in case an error
16115 is signaled while loading user-init-file.
16116
16117 2000-08-17 Andreas Schwab <schwab@suse.de>
16118
16119 * files.el (insert-directory): Don't lose original file name,
16120 undoing an undocumented change.
16121
16122 2000-08-17 Alex Schroeder <alex@gnu.org>
16123
16124 * sql.el (sql-magic-go): Use comint-bol.
16125 (sql-copy-column): Use comint-line-beginning-position.
16126 (comint-line-beginning-position): Define a replacement for
16127 comint-line-beginning-position if it is not fboundp.
16128
16129 2000-08-17 Alex Schroeder <alex@gnu.org>
16130
16131 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16132 it didn't have any effect anyway.
16133
16134 2000-08-17 Alex Schroeder <alex@gnu.org>
16135
16136 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16137 --pset and pager=off instead of sending \\o|cat at the beginning
16138 of the session.
16139
16140 2000-08-17 Miles Bader <miles@gnu.org>
16141
16142 * progmodes/octave-inf.el: Add compatibility definition of
16143 comint-line-beginning-position.
16144
16145 2000-08-17 Kenichi Handa <handa@etl.go.jp>
16146
16147 * startup.el (normal-top-level): Look in each dir in load-path for
16148 a leim-list.el file too. This assures of loading leim-list.el
16149 that is created at Emacs installation time even if a user have his
16150 own leim-list.el.
16151
16152 2000-08-17 Miles Bader <miles@gnu.org>
16153
16154 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16155 foreground color to black if the background is dark.
16156
16157 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16158
16159 * loadhist.el (unload-feature): Typo.
16160
16161 * finder.el (finder-compile-keywords):
16162 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16163 to the generated file.
16164
16165 * mail/mh-e.el (mh-make-local-vars):
16166 Replace make-variable-buffer-local with make-local-variable.
16167
16168 * play/landmark.el:
16169 * options.el (Edit-options-{set,toggle,t,nil}):
16170 * mail/mailabbrev.el (mail-abbrevs-mode):
16171 * textmodes/tex-mode.el (tex-expand-files):
16172 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16173
16174 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16175
16176 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16177 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16178 Allow going past the last element.
16179 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16180 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16181 (cvs-mouse-toggle-mark): Don't move point.
16182 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16183
16184 * progmodes/compile.el (grep): Provide a default set of files.
16185 (next-error): Docstring fix.
16186 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16187
16188 * emacs-lisp/easy-mmode.el (define-minor-mode):
16189 Use `symbol-value' to keep the byte-compiler quiet.
16190
16191 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16192 (diff-find-source-location): New fun, extracted from diff-goto-source.
16193 (diff-goto-source): Use it.
16194 (diff-next-complex-hunk, diff-filter-lines): New function.
16195 (diff-apply-hunk): New command.
16196
16197 * smerge-mode.el (smerge-mode-menu): Doc fix.
16198
16199 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16200
16201 2000-08-16 Dave Love <fx@gnu.org>
16202
16203 * windmove.el (windmove) <defgroup>: Add :version.
16204
16205 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16206 (goto-address-fontify-p, goto-address-highlight-p)
16207 (goto-address-url-face, goto-address-url-mouse-face)
16208 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16209 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16210 (goto-address-fontify, goto-address-at-mouse): Simplify,
16211 (goto-address-at-point): browse-url-url-at-point,
16212 goto-address-find-address-at-point can return nil.
16213 (goto-address-find-address-at-point): Return nil on failure.
16214
16215 * align.el (align) <defgroup>: Add :version.
16216
16217 * calculator.el (calculator): Add :version.
16218 (calculator): Use two lines for calculator window if `modeline'
16219 face is boxed.
16220
16221 * play/5x5.el: Doc fixes.
16222 (5x5) <defgroup>: Add :version.
16223
16224 * play/fortune.el (fortune) <defgroup>: Add :version.
16225 (fortune-append): Fix error message.
16226 (fortune-from-region): Doc fix.
16227
16228 * play/pong.el (pong): Doc fix.
16229
16230 * play/morse.el: Keywords, commentary, autoloads.
16231
16232 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16233
16234 * desktop.el (desktop-save): Don't look at symbol-value of a
16235 member of minor-mode-alist, unless it is boundp.
16236
16237 2000-08-16 Sam Steingold <sds@gnu.org>
16238
16239 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16240 `while'; use `with-current-buffer' instead of `save-excursion'.
16241 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16242
16243 2000-08-16 Kenichi Handa <handa@etl.go.jp>
16244
16245 * international/ccl.el (declare-ccl-program): Docstring modified.
16246 (ccl-execute-with-args): Likewise.
16247
16248 2000-08-16 Miles Bader <miles@gnu.org>
16249
16250 * progmodes/sql.el: Add compatibility definition of
16251 comint-line-beginning-position.
16252
16253 2000-08-15 Gerd Moellmann <gerd@gnu.org>
16254
16255 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16256 'buffer-menu' property.
16257 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16258 fails.
16259 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16260 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16261 wasn't killed.
16262
16263 * buff-menu.el (list-buffers-noselect): Don't display the
16264 *Buffer List* buffer.
16265
16266 * font-lock.el: Require jit-lock to prevent a very late
16267 `Loading jit-lock' message.
16268
16269 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16270 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16271 mail address.
16272
16273 2000-08-15 Miles Bader <miles@gnu.org>
16274
16275 * textmodes/ispell.el (ispell-graphic-p): New constant.
16276 (ispell-choices-win-default-height, ispell-help): Use
16277 `ispell-graphic-p' instead of `xemacsp'.
16278
16279 2000-08-15 Dave Love <fx@gnu.org>
16280
16281 * simple.el: Autoload widget-convert when compiling.
16282 (mail-user-agent): Doc fix.
16283
16284 * help.el (function-called-at-point, variable-at-point): Use
16285 with-syntax-table.
16286 (help-manyarg-func-alist): Add insert-and-inherit.
16287
16288 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16289
16290 * delsel.el (delsel-unload-hook): New function.
16291
16292 * find-file.el: Doc fixes. Move provide to end.
16293 (ff) <defgroup>: Add :link.
16294 (ff-goto-click): Deleted.
16295 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16296 Use mouse-set-point.
16297
16298 * textmodes/tildify.el: Doc fixes.
16299 (tildify) <defgroup>: Add:version.
16300
16301 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16302 (glasses-custom-set): Use set-default, not set.
16303 (minor-mode-alist): Propertize the lighter.
16304 (glasses-mode): Provide optional arg.
16305
16306 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16307 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16308 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16309 option. Provide :type.
16310 (cwarn-configuration): Provide :type.
16311 (cwarn-mode): Doc fix.
16312
16313 * add-log.el (change-log-merge): Doc fix.
16314 (change-log-redate): New command.
16315
16316 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16317 Doze and Dog.
16318 (browse-url): Use dolist, not mapcar.
16319 (browse-url-at-point): Check for null url.
16320 (browse-url-event-buffer, browse-url-event-point): Functions
16321 deleted.
16322 (browse-url-at-mouse, browse-url-netscape): Simplify.
16323
16324 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16325 modes.
16326 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16327 Fix previous change to mapcan.
16328 (msb--init-file-alist, msb--add-separators)
16329 (msb--make-keymap-menu): Simplify.
16330 (msb--choose-file-menu): Use copy-sequence.
16331 (msb-mode-map): Add title to keymap.
16332 (msb-unload-hook): New function.
16333
16334 * bs.el: Fix indentation.
16335 (bs) <defgroup>: Add :links.
16336 (bs-show): Doc fix.
16337 (bs-apply-sort-faces): Don't use window-system.
16338 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16339
16340 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16341
16342 * calendar/timeclock.el (timeclock-file): Run .timelog through
16343 convert-standard-filename.
16344
16345 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16346
16347 * emacs-lisp/authors.el: New file.
16348
16349 * paren.el (show-paren-priority): New user option.
16350 (show-paren-function): Set overlay priorities to
16351 show-paren-priority.
16352
16353 2000-08-14 Miles Bader <miles@gnu.org>
16354
16355 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16356 beginning-of-line with inhibit-field-text-motion bound.
16357
16358 2000-08-14 Gerd Moellmann <gerd@gnu.org>
16359
16360 * calendar/timeclock.el: New file.
16361
16362 2000-08-14 David Ponce <david@dponce.com>
16363
16364 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16365 `widget-button-click'. so that one can use left mouse button to
16366 click on dialog buttons.
16367
16368 2000-08-14 Emmanuel Briot <briot@gnat.com>
16369
16370 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16371 identifiers, since XML is case sensitive
16372
16373 2000-08-12 Miles Bader <miles@gnu.org>
16374
16375 * comint.el (comint-output-filter): Don't bother frobbing
16376 window-start, it doesn't seem to be necessary.
16377
16378 * comint.el (comint-send-string, comint-send-region): Make into
16379 real functions. Snapshot the prompt before sending.
16380
16381 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16382
16383 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16384 technique similar to Info-index, instead of relying on specific
16385 names of relevant Index nodes.
16386 (Info-goto-emacs-command-node): Bind Info-history to nil when
16387 going to the first node found by Info-find-emacs-command-nodes.
16388
16389 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16390
16391 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16392
16393 2000-08-10 Miles Bader <miles@gnu.org>
16394
16395 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16396
16397 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16398
16399 * info.el (Info-file-list-for-emacs): More elements for the
16400 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16401 and woman manuals.
16402
16403 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16404
16405 * comint.el (comint-send-input): Make the newline boundary overlay
16406 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16407 (comint-output-filter): Use `insert' instead of
16408 `insert-before-markers'. Extend comint-last-output-overlay when
16409 necessary since we can't rely on insert-before-markers to do it.
16410 * gud.el (gud-filter): Use `with-current-buffer' instead of
16411 save-excursion when inserting the output, so that point gets
16412 updated correctly; the old method relied on a rather dodgy
16413 side-effect of comint-output-filter to avoid the effect of
16414 save-excursion.
16415
16416 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16417
16418 * files.el (recover-file): Call insert-directory instead of
16419 invoking `ls' directly.
16420
16421 2000-08-10 Miles Bader <miles@gnu.org>
16422
16423 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16424 (comint-last-prompt-overlay): New variables.
16425 (comint-output-filter): Implement prompt highlighting.
16426 (comint-snapshot-last-prompt): New function.
16427 (comint-send-input): Snapshot the last prompt.
16428 Use comint-highlight-input-face.
16429 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16430 Use defface instead of defcustom.
16431 (send-invisible, comint-send-eof): Snapshot the last prompt.
16432 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16433 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16434
16435 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16436
16437 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16438 (regexp-opt-group): Use a list of chars for `letters'.
16439 (regexp-opt-charset): `chars' is now a list of chars.
16440 Use a char-table rather than a vector so it works for multibyte chars.
16441
16442 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16443 Set cvs-minor-current-files to the selected fileinfo.
16444 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16445 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16446
16447 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16448
16449 * files.el (insert-directory): Don't call access-file on
16450 directories on DOS and Windows.
16451
16452 2000-08-09 Kenichi Handa <handa@etl.go.jp>
16453
16454 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16455 longer if necessary.
16456 (ccl-embed-code): Call ccl-embed-data to store CODE in
16457 ccl-program-vector.
16458
16459 2000-08-09 Miles Bader <miles@gnu.org>
16460
16461 * comint.el (comint-output-filter): Properly handle the case where
16462 the text surrounded by comint-last-output-overlay was deleted.
16463
16464 2000-08-08 Gerd Moellmann <gerd@gnu.org>
16465
16466 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16467 non-nil.
16468 (Info-file-list-for-emacs): Remove "info" from the list because
16469 that leads to trying to use the documentation from file `info'
16470 in various situations where it isn't appropriate, for instance
16471 C-h C-k C-h i.
16472
16473 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16474 DIR and/or STRING are nil.
16475
16476 * progmodes/compile.el (compilation-setup): Make variable
16477 compilation-error-screen-columns buffer-local, as some comment
16478 in the code suggests it should be.
16479
16480 * files.el (auto-mode-interpreter-regexp): New variable.
16481 (set-auto-mode): Use it.
16482
16483 * indent.el (indent-for-tab-command): Doc fix.
16484
16485 * mouse-sel.el (mouse-sel-mode): Doc fix.
16486
16487 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16488 labels.
16489
16490 * help.el (print-help-return-message): When
16491 display-buffer-reuse-frames is set, let the help window been quit,
16492 instead of deleting it, which might delete a reused frame.
16493
16494 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16495
16496 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16497 rename a directory to a name that differs only by its letter case.
16498
16499 2000-08-08 Kenichi Handa <handa@etl.go.jp>
16500
16501 * international/quail.el (quail-define-rules): Handle Quail decode
16502 map correctly. Add code for supporting annotations.
16503 (quail-install-decode-map): New function.
16504 (quail-defrule-internal): New optional arguments decode-map and
16505 props.
16506 (quail-advice): New function.
16507
16508 2000-08-07 Sam Steingold <sds@gnu.org>
16509
16510 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16511 `defconst', `define-condition', `with-slots'.
16512 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16513
16514 2000-08-03 Miles Bader <miles@gnu.org>
16515
16516 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16517 New variable.
16518 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16519 comint-use-prompt-regexp-instead-of-fields.
16520 (comint-send-input): Add `input' field property to stuff we send to
16521 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16522 (comint-output-filter): Add `output' field property to process
16523 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16524 (comint-replace-by-expanded-history)
16525 (comint-get-old-input-default, comint-show-output)
16526 (comint-backward-matching-input, comint-forward-matching-input)
16527 (comint-next-prompt, comint-previous-prompt): Use field
16528 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16529 (comint-line-beginning-position): New function.
16530 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16531 (comint-replace-by-expanded-history-before-point): Use
16532 comint-line-beginning-position and line-end-position.
16533 (comint-last-output-overlay): New variable.
16534 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16535
16536 * shell.el (shell-prompt-pattern): Doc change.
16537 (shell-backward-command): Use line-beginning-position.
16538
16539 * gud.el (gud-gdb-complete-command): Use
16540 comint-line-beginning-position.
16541
16542 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16543 comint-bol doesn't actually go to the beginning of the line.
16544
16545 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16546 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16547 (try-expand-line-all-buffers): Likewise.
16548
16549 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16550 explicitly matching comint-prompt-regexp.
16551 (sql-copy-column): Use comint-line-beginning-position instead of
16552 explicitly matching comint-prompt-regexp.
16553
16554 * progmodes/octave-inf.el (inferior-octave-complete): Use
16555 comint-line-beginning-position.
16556
16557 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16558
16559 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16560 looking for a prompt, use `forward-line 0' instead of
16561 `beginning-of-line', to avoid getting caught by an input field.
16562
16563 2000-08-07 Gerd Moellmann <gerd@gnu.org>
16564
16565 * files.el (shell-quote-wildcard-pattern): Make sure to return
16566 PATTERN, in the Unix case.
16567
16568 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16569
16570 * play/zone.el (zone): Discard any pending input before running
16571 the randomly-chosen pgm.
16572
16573 2000-08-07 Kenichi Handa <handa@etl.go.jp>
16574
16575 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16576 checking the existence of any multibyte characters.
16577
16578 2000-08-06 Gerd Moellmann <gerd@gnu.org>
16579
16580 * help.el (describe-mode): Test minor-mode symbol for being
16581 bound before testing its value for being nil.
16582
16583 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16584 `first', `second', and `third'.
16585
16586 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16587 (second): Make it an alias for `cadr'.
16588
16589 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16590
16591 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16592 types of display support faces now.
16593
16594 2000-08-05 Gerd Moellmann <gerd@gnu.org>
16595
16596 * pcvs.el (require): Require `cl' during compilation, only.
16597
16598 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16599 (toplevel): Remove `remq' and `remove' from autoloads.
16600 (cl-fake-autoloads): New variable. If set, arrange for an error
16601 when CL functions etc. are autoloaded.
16602
16603 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16604
16605 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16606
16607 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16608 popped up, but the user clicks outside the menu, return an empty
16609 regexp (that causes unhighlight-regexp to have no effect).
16610
16611 * menu-bar.el (menu-bar-games-menu): Add Zone.
16612
16613 * hi-lock.el (toplevel): Require font-lock.
16614
16615 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16616
16617 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16618 (ebnf-8-bit-chars): New var for bug fix.
16619 (ebnf-string): Bug fix.
16620
16621 2000-08-03 Sam Steingold <sds@gnu.org>
16622
16623 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16624 instead of `buffer-string'.
16625 (require 'cl): Always, not just when compiling.
16626 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16627 necessary.
16628
16629 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16630
16631 * international/mule-cmds.el (select-safe-coding-system): Make
16632 the message text about selecting a safe coding system more clear.
16633
16634 2000-08-02 Gerd Moellmann <gerd@gnu.org>
16635
16636 * hi-lock.el: New file.
16637
16638 * play/zone.el: New file.
16639
16640 * replace.el (occur): Set tab-width in the *Occur* buffer to the
16641 value of tab-width in the original buffer. Choose a line number
16642 format that's a multiple of the original buffer's tab width, so
16643 that lines appear right.
16644
16645 * textmodes/ispell.el (ispell): New function, replacing an alias.
16646 Spell-check active region if in transient-mark-mode and mark
16647 is active; otherwise spell-check buffer.
16648
16649 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16650
16651 * ps-mule.el: Fix a customization problem on
16652 ps-mule-font-info-database-default.
16653
16654 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
16655
16656 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
16657 display-mouse-p instead of window-system.
16658 (ebrowse-member-mode-map): Ditto.
16659
16660 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16661
16662 * progmodes/ebnf2ps.el: Update ps-print functions call.
16663 Indentation fix. Doc fix.
16664 (ebnf-version): New version number (3.2).
16665 (ebnf-format-color, ebnf-begin-job): Code fix.
16666
16667 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
16668
16669 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
16670 font lock support on window-system.
16671 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
16672
16673 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
16674 display-color-p, if fboundp, instead of window-system.
16675
16676 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
16677
16678 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
16679 instead of window-system.
16680
16681 * wid-edit.el (widget-choose): Use display-mouse-p instead of
16682 window-system.
16683 (widget-choice-mouse-down-action): Use display-popup-menus-p
16684 instead of window-system.
16685
16686 * strokes.el (strokes-file): Run the file name through
16687 convert-standard-filename.
16688 (strokes-mode): Call display-mouse-p instead of looking at
16689 window-system. Change the error message accordingly.
16690
16691 * progmodes/cpp.el (toplevel): Support faces on tty's.
16692
16693 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
16694 (lm-plot-square, lm-init-display): Don't use window-system.
16695
16696 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
16697 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
16698
16699 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
16700 instead of looking at window-system.
16701
16702 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16703
16704 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
16705 of testing if iswitchb-prepost-hooks is bound, because the
16706 latter will always be true when invoking a recursive minibuffer
16707 from an active Iswitchb buffer.
16708
16709 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
16710
16711 * files.el (shell-quote-wildcard-pattern): New function.
16712 (insert-directory): Call it. Only prepend "\" to command on Unix
16713 and GNU/Linux systems.
16714
16715 2000-07-30 Gerd Moellmann <gerd@gnu.org>
16716
16717 * eshell/esh-groups.el: Change custom :link file names
16718 from `eshell.info' to `eshell'.
16719
16720 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
16721
16722 * dired.el (dired-build-subdir-alist): Expand subdirectory names
16723 correctly in recursive ange-ftp listings.
16724
16725 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16726
16727 * ps-print.el: Fix bug 1: if ps-font-size-internal,
16728 ps-header-font-size-internal and
16729 ps-header-title-font-size-internal variables are not set,
16730 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
16731 face text property is (foreground-color . COLOR) or
16732 `(background-color . COLOR)', ps-print crashes. Doc fix.
16733 (ps-print-version): New version number (5.2.4).
16734 (ps-plot-region): Code fix.
16735 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
16736 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
16737 Bug fix 2.
16738
16739 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
16740
16741 * glasses.el (glasses-make-readable): Fix uncapitalization of
16742 identifiers like `myXMLDocument'.
16743
16744 2000-07-28 Karl Fogel <kfogel@red-bean.com>
16745
16746 * mail/mail-hist.el (mail-hist-previous-input)
16747 (mail-hist-next-input): Do the obvious code factorization.
16748 (mail-hist-retrieve-and-insert): New func, contains common
16749 code of above two.
16750 If inserting a message body, leave point at top.
16751
16752 2000-07-28 Sam Steingold <sds@gnu.org>
16753
16754 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
16755 Use `<=', not `<' to compare times!
16756 (ange-ftp-ls): Remove.
16757
16758 2000-07-27 Gerd Moellmann <gerd@gnu.org>
16759
16760 * play/cookie1.el: Add explanation of how to make cookie.el
16761 compatible with strfile(1) to comment.
16762
16763 * subr.el (remove, remq): New functions.
16764
16765 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
16766 escape `*' in regexps.
16767 (midnight-find): Reverse order of arguments in the funcall of
16768 TEST.
16769
16770 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
16771 and `.class'.
16772
16773 * play/meese.el: Add Commentary section.
16774
16775 2000-07-27 Alex Schroeder <alex@gnu.org>
16776
16777 * sql.el (sql-ms): Added autoload cookie.
16778 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
16779 (sql-oracle): Ditto.
16780 (sql-help): Doc change.
16781
16782 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
16783 types and exceptions.
16784
16785 2000-07-27 Alex Schroeder <alex@gnu.org>
16786
16787 * sql.el (sql-placeholder-history): New variable.
16788 (sql-query-placeholders-and-send): New function that will query
16789 the user and replace placeholders with user input.
16790 (sql-oracle): If running on NT, set comint-input-sender to
16791 sql-query-placeholders-and-send.
16792
16793 (sql-stop): If in the SQLi buffer, insert stop notification, else
16794 present it as a message.
16795
16796 2000-07-27 Alex Schroeder <alex@gnu.org>
16797
16798 * sql.el (sql-input-ring-separator): Doc change.
16799 (sql-input-ring-file-name): Doc change.
16800 (sql-interactive-mode): Use `sql-input-ring-separator' and
16801 `sql-input-ring-file-name' to set the comint-mode equivalents
16802 without making them local variables.
16803 (sql-stop): Don't bind `sql-input-ring-separator' and
16804 `sql-input-ring-file-name' dynamically to their comint-mode
16805 equivalents.
16806
16807 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16808
16809 * international/mule.el (register-char-codings): New function.
16810 (make-coding-system): Handle `safe-chars' specification in the arg
16811 PROPERTY.
16812
16813 * international/mule-cmds.el
16814 (find-coding-systems-region-subset-p): This function deleted.
16815 (sort-coding-systems-predicate): New variable.
16816 (sort-coding-systems): New function.
16817 (find-coding-systems-region): Use
16818 find-coding-systems-region-internal.
16819 (find-coding-systems-string): Use find-coding-systems-region.
16820 (find-coding-systems-for-charsets): Check
16821 char-coding-system-table.
16822 (select-safe-coding-system-accept-default-p): New variable.
16823 (select-safe-coding-system): Mostly rewritten. New argument
16824 ACCEPT-DEFAULT-P.
16825 (select-message-coding-system): Call select-safe-coding-system
16826 with ACCEPT-DEFAULT-P arg.
16827 (reset-language-environment): Reset default-sendmail-coding-system
16828 to the default value iso-latin-1.
16829 (set-language-environment): Don't set the obsolete variable
16830 charset-origin-alist.
16831
16832 * international/codepage.el (cp-coding-system-for-codepage-1):
16833 Give `safe-chars' property to make-coding-system.
16834
16835 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
16836 calling select-message-coding-system twice.
16837
16838 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
16839 instead of `safe-charsets'.
16840 (cyrillic-alternativnyj): Likewise.
16841 (ccl-encode-alternativnyj): Don't check the charset
16842 cyrillic-iso8859-5.
16843
16844 2000-07-27 Kenichi Handa <handa@etl.go.jp>
16845
16846 * composite.el (compose-chars-after): Preserve match data.
16847
16848 2000-07-26 Sam Steingold <sds@gnu.org>
16849
16850 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
16851 (ange-ftp-real-file-newer-than-file-p): New function.
16852 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
16853 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
16854
16855 * tooltip.el (tooltip-float-time): Removed (use `float-time').
16856 * midnight.el (midnight-float-time): Ditto.
16857
16858 2000-07-26 Andreas Schwab <schwab@suse.de>
16859
16860 * files.el (normal-backup-enable-predicate): Correct
16861 interpretation of the return value of compare-strings.
16862
16863 2000-07-26 Gerd Moellmann <gerd@gnu.org>
16864
16865 * isearch.el (isearch-resume): New function.
16866 (isearch-done): Add something to command-history to resume
16867 the search.
16868 (isearch-yank-line, isearch-yank-word): Use
16869 buffer-substring-no-properties instead of buffer-substring.
16870
16871 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
16872 of flyspell-mouse-map.
16873
16874 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
16875 duplicate definition.
16876 (makefile-mode): Remove duplicate setting of local-abbrev-table.
16877
16878 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
16879 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
16880
16881 2000-07-25 Sam Steingold <sds@gnu.org>
16882
16883 * net/ange-ftp.el: Get modtime over the net.
16884 (ange-ftp-file-modtime): New function.
16885 (ange-ftp-write-region, ange-ftp-insert-file-contents)
16886 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
16887 Use it.
16888 (ange-ftp-dot-to-slash): New function.
16889 (ange-ftp-fix-name-for-vms): Use it.
16890
16891 * midnight.el (midnight-buffer-display-time): Use
16892 `with-current-buffer'.
16893
16894 2000-07-25 Gerd Moellmann <gerd@gnu.org>
16895
16896 * find-dired.el: Update copyright notice.
16897 (find-dired): Offer to kill a running `find'.
16898
16899 * enriched.el (enriched-face-ans): For a `foreground-color'
16900 property, return '(("x-color" COLOR))' so that COLOR will be
16901 output as a parameter of the x-color annotation. Likewise for the
16902 `background-color' property. In the case of normal face
16903 properties, don't return annotations for unspecified foreground
16904 and background face attributes.
16905
16906 2000-07-25 Kenichi Handa <handa@etl.go.jp>
16907
16908 * language/japan-util.el (japanese-katakana-region): Fix handling
16909 HANKAKU argument.
16910
16911 2000-07-25 Miles Bader <miles@gnu.org>
16912
16913 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
16914 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
16915 constrain-to-field.
16916
16917 2000-07-24 Andrew Innes <andrewi@gnu.org>
16918
16919 * timer.el (timer-activate-when-idle): Add optional parameter
16920 DONT-WAIT. Update docstring.
16921 (run-with-idle-timer): Specify extra parameter to
16922 timer-activate-when-idle, so that timer will be activated
16923 immediately if Emacs is already idle.
16924
16925 * w32-fns.el (w32-using-nt): Fix docstring.
16926
16927 2000-07-24 Dave Love <fx@gnu.org>
16928
16929 * mouse.el (popup-menu): Set last-command-event.
16930 (mouse-major-mode-menu-prefix): Declare.
16931
16932 2000-07-24 Gerd Moellmann <gerd@gnu.org>
16933
16934 * textmodes/flyspell.el: Update to author's version 1.5d.
16935
16936 * progmodes/hideshow.el: Update copyright notice.
16937
16938 * vcursor.el: Set maintainer to FSF, since author cannot
16939 be reached.
16940
16941 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
16942
16943 * info.el (Info-goto-emacs-key-command-node): Leave a space after
16944 the prompt.
16945
16946 * mouse.el (popup-menu): Run the keymap through indirect-function,
16947 in case it was defined with define-prefix-key. If the menu is a
16948 list of keymaps, look up the binding of user's choice in each one
16949 of the keymaps.
16950 (mouse-popup-menubar): If the global and local menu-bar keymaps
16951 don't have a prompt string, create one and insert it into the
16952 keymap. Don't barf if current-local-map returns nil.
16953
16954 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
16955
16956 * dired.el (dired-sort-R-check): Added to allow recursive listing
16957 to be undone.
16958 (dired-sort-other): Use it.
16959
16960 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16961
16962 * Release of cc-mode 5.27
16963
16964 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16965
16966 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
16967 c-beginning-of-statement-1 that caused a bad case of recursion
16968 which could consume a lot of CPU in large classes in languages
16969 that have in-expression classes (i.e. Java and Pike).
16970
16971 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
16972 statements before top level constructs (i.e. case 6 is moved
16973 before case 5 and is now case 4) to catch in-expression
16974 classes in top level expressions correctly.
16975
16976 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16977
16978 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
16979 objc-method-intro. Case 4 removed and case 5I added.
16980
16981 * cc-langs.el (c-append-paragraph-start): New variable used by
16982 c-common-init to get paragraph-start correct.
16983 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
16984 initialize paragraph-start to make it correct both with and
16985 without the javadoc special case.
16986
16987 * cc-mode.el (java-mode): Use c-append-paragraph-start to
16988 initialize paragraph-start for javadoc markup.
16989
16990 * cc-vars.el (c-style-variables-are-local-p): Incompatible
16991 change by defaulting this to t. It's motivated by the
16992 confusing behavior that otherwise arise from the style system
16993 when editing both java and non-java files at the same time
16994 (see the comments about style setting in c-common-init).
16995
16996 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
16997
16998 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
16999 similar to the one in c-fill-paragraph to check the fill
17000 prefix from the adaptive fill function for sanity.
17001
17002 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17003
17004 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17005 defun block.
17006
17007 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17008
17009 * cc-align.el (c-lineup-multi-inher): Handle lines with
17010 leading comma nicely. Extended to handle member initializers
17011 too.
17012
17013 * cc-engine.el: (c-beginning-of-inheritance-list,
17014 c-guess-basic-syntax): Fixed recognition of inheritance lists
17015 when the lines begins with a comma.
17016
17017 * cc-vars.el (c-offsets-alist): Changed default for
17018 member-init-cont to c-lineup-multi-inher since it now handles
17019 member initializers and indents better for leading commas.
17020
17021 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17022
17023 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17024 handling that caused class open lines to be recognized as
17025 statement-conts in some cases.
17026
17027 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17028 guessed by the adaptive fill function unless point is on the
17029 first line of a block comment.
17030
17031 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17032 when the buffer ends with a macro continuation char.
17033
17034 * cc-engine.el (c-guess-basic-syntax): Added support for
17035 function definitions as statements in Pike. The first
17036 statement in a lambda block is now labeled defun-block-intro
17037 instead of statement-block-intro.
17038
17039 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17040 so that the class surrounding point is selected, not the one
17041 innermost in the state.
17042
17043 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17044 recognition of switch labels having hanging multiline
17045 statements.
17046
17047 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17048 some code in c-guess-basic-syntax to a separate function.
17049 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17050 recognition of member inits with multiple line arglists.
17051 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17052 member-init-cont when the commas are in funny places.
17053
17054 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17055
17056 * cc-defs.el (c-auto-newline): Removed this macro since it's
17057 not used anymore.
17058
17059 * cc-engine.el (c-looking-at-bos): New helper function.
17060 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17061 inexpr and toplevel classes apart in Pike.
17062
17063 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17064 of case 9A.
17065
17066 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17067 constant, since "class" can introduce an in-expression class
17068 in Pike nowadays.
17069
17070 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17071
17072 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17073 indentation on cpp-macro lines.
17074
17075 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17076 a syntax modifier like comment-intro, to make it possible to
17077 get syntactic indentation for preprocessor directives. It's
17078 incompatible wrt to lineup functions on cpp-macro, but it has
17079 no observable effect in the 99.9% common case where cpp-macro
17080 is set to -1000.
17081
17082 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17083
17084 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17085 member-init-cont when the preceding arglist is several lines.
17086
17087 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17088
17089 * cc-styles.el (c-style-alist): The basic offset for the BSD
17090 style corrected to 8.
17091
17092 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17093
17094 * cc-styles.el (c-style-alist): Adjusted the indentation of
17095 brace list openers in the gnu style.
17096
17097 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17098
17099 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17100
17101 * cc-cmds.el (c-electric-brace, c-electric-slash,
17102 c-electric-star, c-electric-semi&comma, c-electric-colon,
17103 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17104 when c-syntactic-indentation is nil.
17105
17106 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17107 we were left at comments preceding the first statement when
17108 reaching the beginning of the buffer.
17109
17110 * cc-vars.el (c-syntactic-indentation): New variable to turn
17111 off all syntactic indentation.
17112
17113 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17114
17115 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17116 between the text and the block comment ender when it hangs,
17117 depending on how many there are before the fill.
17118
17119 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17120
17121 * cc-engine.el (c-beginning-of-closest-statement): New helper
17122 function to go back to the closest preceding statement start,
17123 which could be inside a conditional statement.
17124 * cc-engine.el (c-guess-basic-syntax): Use
17125 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17126
17127 * cc-engine.el (c-guess-basic-syntax): Better handling of
17128 arglist-intro, arglist-cont-nonempty and arglist-close when
17129 the arglist is nested inside parens. Cases 7A, 7C and 7F
17130 changed.
17131
17132 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17133 up-to-date with javadoc 1.2.
17134
17135 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17136
17137 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17138 multiline Pike type decls.
17139
17140 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17141
17142 * cc-cmds.el (c-indent-new-comment-line): Always break
17143 multiline comments in multiline mode, regardless of
17144 comment-multi-line.
17145
17146 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17147
17148 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17149 fully::qualified::names in C++ member init lists. Preamble in
17150 case 5D changed.
17151
17152 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17153
17154 * cc-langs.el (c-common-init): Handling of obsolete variables
17155 moved to c-initialize-cc-mode. More compatible style override
17156 when using global style variables.
17157 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17158 variables moved here.
17159
17160 * cc-styles.el (c-make-styles-buffer-local): Flag style
17161 variable localness in c-style-variables-are-local-p to make
17162 the compatibility measure in c-common-init work well.
17163
17164 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17165 longer contain set-from-style.
17166 * cc-styles.el (c-initialize-builtin-style): Don't check for
17167 set-from-style on c-special-indent-hook.
17168 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17169 copy-alist is sufficient now.
17170
17171 * cc-styles.el (c-set-style, c-set-style-1,
17172 c-get-style-variables): Fixes to variable initialization so
17173 that duplicate entries in styles have the same effect
17174 regardless of DONT-OVERRIDE.
17175
17176 * cc-styles.el (c-set-style-2): Fixed bug where the
17177 initialization of inheriting styles failed when the
17178 dont-override flag is set.
17179
17180 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17181 on this.
17182
17183 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17184
17185 * cc-defs.el (c-forward-comment): Removed the workaround
17186 introduced in 5.38 since it had worse side-effects. If a line
17187 contains the string "//\"", it regarded the // as a comment
17188 start since the \ temporarily doesn't have escape syntax.
17189
17190 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
17191
17192 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17193 ada-xref.el before ada-prj.el, so that the Project menu is created
17194 when ada-prj tries to add to it.
17195 (ada-activate-keys-for-case): Suppress the characters that are not
17196 part of the Ada syntax. Better compatibility with else-mode
17197 (ada-adjust-case-interactive): When auto-casing is not active,
17198 correctly insert newlines (used to insert only ^M). Prevent the
17199 syntax table from being changed in case of an error
17200 (or '_' becomes part of a word and some commands are confused).
17201 Do nothing if ada-auto-case is nil.
17202 (ada-after-keyword-p): Ignore keywords that are also attributes
17203 (ada-batch-reformat): Update usage comment
17204 (ada-call-from-contextual-menu): New function
17205 (ada-case-read-exceptions): Reinitialize the casing exception list
17206 first to nil first, so that the casing exception file can be
17207 shared.
17208 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17209 files.
17210 (ada-compile-goto-error): Fix regexp used to detect a file:line
17211 anywhere in the error message
17212 (ada-contextual-menu-last-point): New variable
17213 (ada-create-keymap): If the variable delete-key-deletes-forward is
17214 t on XEmacs, it means that DEL should delete one character
17215 forward.
17216 (ada-create-menu): Use :included instead of :visible for XEmacs.
17217 New submenu "Options".
17218 (ada-end-stmt-re): Correctly indent "select ... then abort"
17219 statements.
17220 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17221 even if they don't match ada-fill-comment-prefix Fix handling of
17222 paragraphs on the first or last line of a file.
17223 (ada-format-paramlist): Fix handling of default parameter values.
17224 (ada-get-body-name): New function.
17225 (ada-get-current-indent): Optimized by searchling directly for an
17226 existing generic part or a statement outside of it. Handle
17227 ada-indent-align-comments when indenting comments Replaced some
17228 regexps by testing directly the next character. This results in a
17229 huge speedup on some files. New indentation scheme for renames
17230 statements. Stop looking for the 'while' or 'for' associated with
17231 a 'loop' at the first semicolon encountered. A "return" can also
17232 match an anonymous access subprogram declaration.
17233 (ada-get-indent-noindent): Ignore strings and comments when
17234 looking for the keywords "record" and "private".
17235 (ada-goto-matching-decl-start): When matching "if", make sure we
17236 are not in fact seeing "end if". Ignore "when" statements except
17237 when initial keyword was "begin". Fix handling of nested
17238 procedures. Add a recursive call to this function to skip over
17239 other 'end' statmts. Fix indentation for "when .. => begin"
17240 (ada-in-open-paren-p): Fix indentation for complex boolean
17241 expressions, where 'and then', 'or else' and parenthesis
17242 statements are mixed up.
17243 (ada-in-paramlist-p): Skip comments while searching for the
17244 beginning Fix handling of operator declarations.
17245 (ada-indent-align-comments): New variable
17246 (ada-indent-current): Change the syntax table only in the
17247 protected section, so that we are sure it is restored correctly.
17248 (ada-indent-on-previous-lines): Use ada-use-indent and
17249 ada-with-indent Correctly indent "select ... then"
17250 (ada-indent-region): Slight speedup.
17251 (ada-indent-renames): New variable.
17252 (ada-last-which-function-subprog, ada-last-which-function-line):
17253 New variables
17254 (ada-looking-at-semi-private): Correctly indent the 'private'
17255 keyword when it is the first word in a package declaration.
17256 (ada-loose-case-word): Stop searching if at the end of the buffer.
17257 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17258 even if point is not initially at the end of the word.
17259 (ada-matching-decl-start-re): Add "when".
17260 (ada-mode): Add support for abbrev-mode, outline-mode and
17261 which-func-mode Override the old find-file.el entry in
17262 ff-special-constructs since it is using the obsolete
17263 ada-spec-suffix variable
17264 (ada-no-auto-case): New function
17265 (ada-scan-paramlist): When parsing the argument type, accept
17266 spaces (as in "X 'Class", generated by Rational Rose).
17267 (ada-other-file-name): No longer loads the other file.
17268 (ada-popup-menu): Save and restore the current buffer and cursor
17269 position before and after displaying the menu.
17270 (ada-search-ignore-complex-boolean): New function.
17271 (ada-uncomment-region): Emacs21 already knows how to delete
17272 comments not starting in the first column.
17273 (ada-use-indent): New variable
17274 (ada-which-function): New function.
17275 (ada-with-indent): New variable
17276 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17277 can be batch-compiled from the command line.
17278
17279 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17280 Add to the menu when the file is loaded, not in ada-mode-hook.
17281 Add -toolbar to the default ddd command Switches moved from
17282 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17283 ada-prj-default-comp-opt
17284 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17285 Reference Manual to the menu
17286 (ada-check-current): rewritten as a call to ada-compile-current
17287 (ada-compile): Removed.
17288 (ada-compile-application, ada-compile-current, ada-check-current):
17289 Set the compilation-search-path so that compile.el automatically
17290 finds the sources in src_dir. Automatic scrollong of the
17291 compilation buffer. C-uC-cC-c asks for confirmation before
17292 compiling
17293 (ada-compile-current): New parameter, prj-field
17294 (ada-complete-identifier): Load the .ali file before doing
17295 processing
17296 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17297 conform to gnatmake's behavior.
17298 (ada-find-file-in-dir): New function
17299 (ada-find-references): Set the environment variables for gnatfind
17300 (ada-find-src-file-in-dir): New function.
17301 (ada-first-non-nil): Removed
17302 (ada-gdb-application): Add support for jdb, the java debugger.
17303 (ada-get-ada-file-name): Load the original-file first if not done
17304 yet.
17305 (ada-get-all-references): Handles the new ali syntax (parent types
17306 are found between <>).
17307 (ada-initialize-runtime-library): New function
17308 (ada-mode-hook): Always load a project file when a file is opened,
17309 so that the casing exceptions are correctly read.
17310 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17311 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17312 to open the project file, since the latter does not work with
17313 speedbar Get default values before loading the prj file, or the
17314 default executable file name is wrong. Use the absolute value of
17315 src_dir to initialize ada-search-directories and
17316 compilation-search-path,... Add the standard runtime library to
17317 the search path for find-file.
17318 (ada-prj-default-debugger): Was missing an opening '{'
17319 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17320 variables.
17321 (ada-prj-default-gnatmake-opt): New variable
17322 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17323 buffers, the project file is the default one Save the windows
17324 configuration before displaying the menu.
17325 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17326 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17327 ...) regexp-quote identifiers names to support operators +,
17328 -,... in regexps.
17329 (ada-remote): New function.
17330 (ada-run-application): Erase the output buffer before starting the
17331 run Support remote execution of the application. Use
17332 call-process, or the arguments are incorrectly parsed
17333 (ada-set-default-project-file): Reread the content of the active
17334 project file, not the one from the current buffer When a project
17335 file is set as the default project, all directories are
17336 automatically associated with it.
17337 (ada-set-environment): New function
17338 (ada-treat-cmd-string): New special variable ${current}
17339 (ada-treat-cmd-string): Revised. The substitution is now done for
17340 any ${...} substring
17341 (ada-xref-current): If no body was found, compiles the spec
17342 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17343 compiler to get rid of command line length limitations.
17344 (ada-xref-get-project-field): New function
17345 (ada-xref-project-files): New variable
17346 (ada-xref-runtime-library-specs-path)
17347 (ada-xref-runtime-library-ali-path): New variables
17348 (ada-xref-set-default-prj-values): Default run command now does a
17349 cd to the build directory. New field: main_unit Provide a default
17350 file name even if the current buffer has no prj file.
17351
17352 * ada-prj.el:
17353 Rewritten to show a tabbed-dialog.
17354 (ada-prj-add-ada-menu): Remove the map and name parameters.
17355 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17356 New function
17357 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17358 (ada-prj-load-from-file): New function
17359 (ada-prj-save): Always save fields that depend on the current buffer
17360 (ada-prj-show-value): New function
17361
17362 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17363 Ada mode. This will allow us to display the Ada menu in any buffer
17364 we want (for project items).
17365 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17366 number of spaces in the header.
17367
17368 2000-07-24 Dave Love <fx@gnu.org>
17369
17370 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17371
17372 2000-07-23 Noah Friedman <friedman@splode.com>
17373
17374 * type-break.el (type-break): perform autosave.
17375 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
17376 (type-break-do-query): Cancel query schedule while performing
17377 actual query, to avoid possibility of a second query being made
17378 while first one is already in progress.
17379 (type-break-time-stamp-format): New variable.
17380 (type-break-time-stamp): New function.
17381 (type-break-time-warning): Use it.
17382 (type-break-keystroke-warning): Use it.
17383 (type-break-noninteractive-query): Use it.
17384
17385 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17386 cookie.
17387 Use add-minor-mode to set minor-mode-alist, if available.
17388 (eldoc-echo-area-use-multiline-p): New user option.
17389 (eldoc-echo-area-multiline-supported-p): New variable.
17390 (eldoc-docstring-format-sym-doc): Use them.
17391 (eldoc-mode): If not using idle timers, append to local post and
17392 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17393 (eldoc-display-message-no-interference-p): Don't interfere with
17394 edebug.
17395 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17396 (eldoc-function-arglist): New function.
17397 (eldoc-function-argstring): Use it.
17398
17399 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17400 auto save directory exists before calling directory-files.
17401
17402 2000-07-23 Dave Love <fx@gnu.org>
17403
17404 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17405 ^o, ^u.
17406
17407 2000-07-21 Dave Love <fx@gnu.org>
17408
17409 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17410 now passed to the function. It now works properly.
17411
17412 * smerge-mode.el (smerge-mode-menu): Fill it out.
17413
17414 2000-07-20 Gerd Moellmann <gerd@gnu.org>
17415
17416 * info-look.el (info-lookup): If *info* is shown in another frame
17417 on the same display, select that frame, instead of switching to
17418 the Info buffer in another window of the selected frame.
17419
17420 * simple.el (universal-argument-map): Bind numeric keypad keys
17421 kp-0 to kp-9 and kp-subtract.
17422 (digit-argument): Handle these keys.
17423
17424 2000-07-20 Dave Love <fx@gnu.org>
17425
17426 * net/goto-addr.el (goto-address-fontify): Don't bother with
17427 buffer-modified and read-only stuff -- irrelevant with overlays.
17428 Put an extra property on the overlays and use it to clean up in
17429 case goto-address is re-run.
17430
17431 2000-07-19 Richard M. Stallman <rms@gnu.org>
17432
17433 * timer.el (run-with-idle-timer): Doc fix.
17434
17435 * mail/mail-utils.el (mail-strip-quoted-names):
17436 Handle case where <...> appears inside "...".
17437 Use replace-match to edit the string more simply.
17438 (rmail-dont-reply-to): Cope with an unmatched ".
17439
17440 2000-07-19 Dave Love <fx@gnu.org>
17441
17442 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17443 implementation.
17444
17445 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17446 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17447 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17448
17449 2000-07-19 Gerd Moellmann <gerd@gnu.org>
17450
17451 * textmodes/refer.el: Correct maintainer's email address.
17452
17453 * progmodes/hideif.el: Correct author's email address.
17454 Fix typo in comment.
17455
17456 * xml.el: New file.
17457
17458 * mail/mailheader.el: Correct author's mail address.
17459
17460 * gnus/parse-time.el: Correct author's mail address.
17461
17462 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17463
17464 * comint.el (comint-highlight-input, comint-highlight-face):
17465 New user options.
17466 (comint-input-ring-file-name): Change custom type.
17467 (comint-mode-map): Bind mouse-2.
17468 (comint-insert-clicked-input): New function.
17469 (comint-send-input): Handle input highlighting.
17470
17471 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17472
17473 * mouse.el (popup-menu): New function.
17474 (mouse-major-mode-menu): Use it.
17475
17476 2000-07-18 Dave Love <fx@gnu.org>
17477
17478 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17479 improvements.
17480
17481 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17482
17483 * faces.el (face-font-selection-order)
17484 (face-font-family-alternatives): Add custom type.
17485
17486 2000-07-18 Dave Love <fx@gnu.org>
17487
17488 * cus-edit.el (custom-variable-reset-saved)
17489 (custom-variable-reset-standard): Remove unused bindings.
17490
17491 * rect.el (open-rectangle-line): Remove unused let.
17492
17493 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17494
17495 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17496
17497 * cdl.el: Fix `Maintainer' keyword.
17498
17499 * play/pong.el: Add author's email address.
17500
17501 2000-07-17 Sam Steingold <sds@gnu.org>
17502
17503 * files.el (insert-directory): Call `split-string' instead of
17504 re-implementing it.
17505
17506 2000-07-18 Gerd Moellmann <gerd@gnu.org>
17507
17508 * mail/vms-pmail.el: Change maintainer to FSF.
17509
17510 * net/goto-addr.el: Change maintainer to FSF.
17511
17512 * info.el (Info-title-face-alist): Removed.
17513
17514 2000-07-18 David Ponce <david@dponce.com>
17515
17516 * recentf.el (recentf-open-files): New command that works like
17517 `recentf-open-more-files', but shows the whole list of files (not just
17518 those omitted from the menu). Useful if you don't use a menu-bar!
17519 (recentf-open-more-files) Modified to use `recentf-open-files'.
17520
17521 (recentf-open-files, recentf-open-more-files)
17522 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17523
17524 (recentf-dialog-mode): New mode for dialogs. You can now just type
17525 "q" to cancel the dialogs.
17526
17527 2000-07-18 David Ponce <david@dponce.com>
17528
17529 * recentf.el: This is a major update of recentf.el. It adds new
17530 features to better organize the recentf menu and "More..." buffer.
17531
17532 Using new provided menu filtering functions you can now organize the
17533 recent files list:
17534
17535 - by major modes
17536 - by directories
17537 - by user defined rules
17538
17539 Finally, with the new `recentf-filter-changer' customizable filter you
17540 can define a ring of filters and dynamically (via the menu) cycle on
17541 each menu organization in the ring (a la msb).
17542
17543 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17544
17545 * eshell/eshell.el (eshell): Replace links to eshell.info with
17546 links to eshell, to avoid problems on systems where the manual is
17547 installed as `eshell'.
17548 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17549 * eshell/em-smart.el (eshell-smart): Ditto.
17550 * eshell/em-banner.el (eshell-banner): Ditto.
17551 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17552
17553 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17554 same-file check in the MS-DOS version (it does support inodes).
17555
17556 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17557
17558 * eshell/eshell.el (eshell-directory-name):
17559 Run default directory name through convert-standard-filename.
17560
17561 2000-07-18 Kenichi Handa <handa@etl.go.jp>
17562
17563 * international/mule-cmds.el (select-safe-coding-system):
17564 Fix typo in the comment.
17565
17566 * language/european.el (compound-text):
17567 Force katakana-jisx0201 to be designated to G1.
17568
17569 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17570 Don't translate some national variant characters of latin-jisx0201.
17571 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17572
17573 * international/kkc.el (kkc-after-update-conversion-functions):
17574 New variable.
17575 (kkc-update-conversion): Run functions in it at the tail.
17576
17577 2000-07-16 John Wiegley <johnw@gnu.org>
17578
17579 * lisp/align.el (align-newline-and-indent):
17580 Adding new function. for auto-aligning blocks of code on RET.
17581 (align-region): Fixed badly formatted minibuffer message.
17582
17583 2000-07-17 Kenichi Handa <handa@etl.go.jp>
17584
17585 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17586 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17587 the conversion list at first if appropriate.
17588 (kkc-next): Don't update kkc-next-count here.
17589 (kkc-prev): Don't update kkc-prev-count here.
17590 (kkc-show-conversion-list-update): Fix setting up of conversion
17591 list message.
17592
17593 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17594
17595 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17596
17597 2000-07-16 Dave Love <fx@gnu.org>
17598
17599 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17600 function to be more specific.
17601
17602 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17603 non-string help-echo.
17604 (widget-types-convert-widget): Defsubst it.
17605 (widget-echo-help): Try to cope with a help-echo function of two
17606 possible sorts.
17607
17608 2000-07-15 Jason Rumney <jasonr@gnu.org>
17609
17610 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17611 Declare as obsolete.
17612
17613 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17614
17615 2000-07-14 Gerd Moellmann <gerd@gnu.org>
17616
17617 * hilit-chg.el: Fix typo.
17618
17619 2000-07-14 Dave Love <fx@gnu.org>
17620
17621 * info.el (Info-mode-menu): Fix use of :help, :enable.
17622
17623 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17624
17625 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17626
17627 2000-07-13 Dave Love <fx@gnu.org>
17628
17629 * emacs-lisp/easymenu.el: Doc fixes.
17630 (easy-menu-remove): Defalias to ignore.
17631
17632 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
17633 Call throw correctly.
17634
17635 2000-07-13 Gerd Moellmann <gerd@gnu.org>
17636
17637 * faces.el (frame-background-mode): Doc fix.
17638
17639 * simple.el (eval-expression-print-length): Change custom type to
17640 allow entering nil as value.
17641
17642 2000-07-13 Dave Love <fx@gnu.org>
17643
17644 * progmodes/fortran.el (fortran-imenu-generic-expression):
17645 Change definition layout.
17646 (fortran-mode-menu): Reinstate customize entries.
17647
17648 * cus-edit.el (custom-group-menu-create, customize-menu-create):
17649 Use :filter, per old XEmacs code.
17650
17651 2000-07-12 Gerd Moellmann <gerd@gnu.org>
17652
17653 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
17654 event when deciding what to send to the terminal.
17655
17656 2000-07-12 Dave Love <fx@gnu.org>
17657
17658 * cus-start.el: Add optional version as 4th element of specs and
17659 use it for several things new in v21. Remove load-path. Fix type
17660 of line-number-display-limit.
17661
17662 2000-07-11 Dave Love <fx@gnu.org>
17663
17664 * progmodes/fortran.el: Don't require easymenu.
17665 Use repeat counts in various regexps.
17666 (fortran-mode-syntax-table): Defvar directly.
17667 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
17668 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
17669 Use defvar, not defconst.
17670 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
17671 (fortran-mode): Set fortran-comment-line-start-skip,
17672 fortran-comment-line-start-skip, dabbrev-case-fold-search.
17673 (fortran-comment-indent): Use defsubst.
17674 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
17675 Use fortran-comment-indent, not fortran-comment-indent-function.
17676 (fortran-comment-region, fortran-electric-line-number): Simplify.
17677 (fortran-auto-fill): New function.
17678 (fortran-do-auto-fill): Deleted.
17679 (fortran-find-comment-start-skip):
17680 Check for non-null comment-start-skip.
17681 (fortran-auto-fill-mode, fortran-fill-statement):
17682 Use fortran-auto-fill.
17683 (fortran-fill): Use fortran-auto-fill. Check for null
17684 comment-start-skip. Simplify final clause and use end-of-line finally.
17685
17686 * widget.el (widget-plist-member): New alias.
17687
17688 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
17689
17690 * eshell/esh-module.el (toplevel): Reference
17691 byte-compile-current-file only if it is bound.
17692
17693 2000-07-10 Gerd Moellmann <gerd@gnu.org>
17694
17695 * dired.el: Don't require `dired-aux'.
17696
17697 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
17698
17699 * dired-aux.el (dired-show-file-type): New function.
17700 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
17701 (dired-show-file-type): Add autoload.
17702
17703 2000-07-10 Kenichi Handa <handa@etl.go.jp>
17704
17705 * international/mule-diag.el (describe-font): Adjusted for the
17706 change of fontset-info.
17707 (print-fontset): Likewise.
17708
17709 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
17710
17711 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
17712
17713 2000-07-07 Gerd Moellmann <gerd@gnu.org>
17714
17715 * bindings.el: Bind `[delete]' to delete-char.
17716
17717 * dired.el (dired-find-alternate-file): New function.
17718 (dired-mode-map): Bind `a' to dired-find-alternate-file.
17719 (toplevel): Require dired-aux when compiling.
17720 (dired-buffers): Move defvar within file to avoid compiler warning.
17721
17722 * info.el (Info-last-search): Variable removed.
17723 (Info-search-history): New variable.
17724 (Info-search): New Info-search-history.
17725
17726 * battery.el, info-look.el: Change author's mail address.
17727
17728 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17729
17730 * mail/rmail.el (rmail-clear-headers): Don't throw an error
17731 if rmail-ignored-headers is nil.
17732 (rmail-retry-failure): Bind rmail-ignored-headers and
17733 rmail-displayed-headers to nil.
17734
17735 2000-07-06 Gerd Moellmann <gerd@gnu.org>
17736
17737 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17738 (print-region-1): Don't hard code `-h' here.
17739
17740 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
17741
17742 2000-07-01 Francesco Potorti` <pot@gnu.org>
17743
17744 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
17745 exim can use "your message" instead of "the message".
17746
17747 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
17748
17749 * facemenu.el: Docstrings fixes.
17750 (facemenu-get-face): Don't use internal-find-face.
17751 (facemenu-iterate): Rename arg to match the docstring.
17752
17753 * newcomment.el (uncomment-region): Be more careful when skipping
17754 backwards over `=' not to bump into BOBP.
17755
17756 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
17757
17758 * ediff-diff.el (ediff-wordify): Use syntax table.
17759 * ediff-init.el (ediff-has-face-support-p): Use
17760 ediff-color-display-p.
17761 (ediff-color-display-p): Use display-color-p, changed to defun
17762 from defsubst.
17763 Got rid of special cases for NeXT and OS/2.
17764 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
17765 face.
17766
17767 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17768
17769 * emacs-lisp/lucid.el: Require CL.
17770 (copy-tree, remprop): Remove, it's provided by CL.
17771 (map-keymap): Define in terms of cl-map-keymap.
17772 (extent-property, set-extent-end-glyph): New functions.
17773
17774 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
17775
17776 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17777
17778 * Makefile.in (DONTCOMPILE): Add comment that the name may
17779 not be changed without changing the make-dist script.
17780
17781 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
17782 (cl-mapc): Use mapc instead of cl-old-mapc.
17783
17784 2000-07-05 Andrew Innes <andrewi@gnu.org>
17785
17786 * makefile.nt: Add support for `bootstrap' and related targets.
17787
17788 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
17789
17790 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
17791 (easy-menu-do-define): Use `menu-item' format.
17792 Handle case where easy-menu-create-menu returns a symbol.
17793 Manually call the potential top-level filter in the function binding.
17794 (easy-menu-filter-return): New arg NAME.
17795 Convert to a keymap if MENU is an XEmacs menu.
17796 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
17797 (easy-menu-converted-items-table, easy-menu-convert-item):
17798 New var and fun to memoize easy-menu-convert-item-1.
17799 (easy-menu-do-add-item): Use it.
17800 (easy-menu-create-menu): Use easy-menu-convert-item.
17801 Wrap easy-menu-filter-return around any :filter specification.
17802 Don't convert the menu if a filter was specified.
17803 Tell easy-menu-make-symbol not to check for MENU being an expression.
17804 (easy-menu-make-symbol): New arg NOEXP.
17805
17806 2000-07-05 Gerd Moellmann <gerd@gnu.org>
17807
17808 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
17809 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
17810 (eval-defun): If called with prefix arg, instrument code for
17811 Edebug.
17812
17813 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
17814 similar to that of eval-defun.
17815
17816 2000-07-04 Dave Love <fx@gnu.org>
17817
17818 * hl-line.el (hl-line-overlay): Make it permanent-local.
17819
17820 * calendar/todo-mode.el: Replaced with a working version, based on
17821 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
17822
17823 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
17824
17825 * paths.el (prune-directory-list): New function.
17826 (Info-default-directory-list): Rewritten to more methodically
17827 enumerate a big list of possible info directories (based on the
17828 list used by the standalone info reader).
17829
17830 * info.el (info-initialize): Use prune-directory-list to remove
17831 non-existent directories from Info-directory-list.
17832
17833 * paths.el (Info-default-directory-list): Try a list of possible
17834 info-directories instead of a single one. Add the possible
17835 info directory "/usr/share/info".
17836
17837 * woman.el (woman-man.conf-path): Explicitly include the debian
17838 man-db config file "/etc/manpath.config".
17839 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
17840 are present in `manpath.config'.
17841 (woman-manpath): Include "/usr/share/man".
17842
17843 2000-07-03 Gerd Moellmann <gerd@gnu.org>
17844
17845 * frame.el (blink-cursor-mode): Don't hide cursor initially.
17846
17847 * startup.el (command-line): Initialize blink-cursor based
17848 on window-system.
17849
17850 * frame.el (blink-cursor): Default to nil if not running under
17851 a window-system.
17852
17853 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
17854 (face-x-resources): Remove duplicate entry for :font.
17855
17856 * textmodes/refer.el (refer-find-entry-internal): Use some-window
17857 instead of cycling through windows with next-window.
17858
17859 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
17860 of cycling through windows with next-window.
17861
17862 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
17863 of cycling through windows with next-window.
17864
17865 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
17866 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
17867 instead of cycling through windows with next-window.
17868
17869 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
17870 instead of cycling through windows with next-window.
17871
17872 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
17873 of cycling through windows with next-window.
17874
17875 * terminal.el (te-process-output): Use walk-windows instead of
17876 cycling through windows with next-window.
17877
17878 * server.el (server-switch-buffer): Use some-window instead of
17879 cycling through windows with next-window.
17880
17881 * window.el (some-window): New function.
17882 (walk-windows): Remove reference to walk-windows-start.
17883
17884 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
17885
17886 2000-07-03 Richard Stallman <rms@gnu.org>
17887
17888 * window.el (walk-windows): Guarantee termination by keeping a list
17889 of all the windows already handled.
17890
17891 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17892
17893 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
17894 window-system.
17895
17896 * man.el (Man-notify-when-ready): Don't use window-system. If
17897 Man-notify-method is newframe, and the display is not
17898 multi-frame, select the frame created for the man page.
17899 (Man-init-defvars): Doc fix.
17900
17901 2000-06-28 Gerd Moellmann <gerd@gnu.org>
17902
17903 * faces.el (region): Change background color for light background.
17904
17905 * ediff-wind.el (ediff-setup-control-frame): Remove :box
17906 attribute from mode-line face of Ediff control frame.
17907
17908 * replace.el (query-replace-map): Bind `e' like `E'.
17909
17910 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
17911
17912 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
17913 Change name to "Select All".
17914
17915 * dos-fns.el (convert-standard-filename): Fix last change.
17916
17917 2000-06-27 Gerd Moellmann <gerd@gnu.org>
17918
17919 * help.el (describe-variable): Don't insert a second `'s' in front
17920 of the string `value is shown below'. Since the syntax-table is
17921 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
17922 an existing `'s', so that this won't be deleted.
17923
17924 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
17925 * pcmpl-unix.el: New files.
17926
17927 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
17928
17929 * wid-edit.el (widget-member): Use the new plist-member.
17930
17931 2000-06-26 Gerd Moellmann <gerd@gnu.org>
17932
17933 * replace.el (perform-replace): Undo change of 2000-04-04.
17934 Instead, move backward 1 character at the end of the loop when
17935 necessary.
17936
17937 * faces.el (fringe): Change face for different backgrounds.
17938
17939 * eshell/esh-module.el (toplevel): Load defgroup's differently;
17940 patch from John.
17941
17942 * eshell/*.el: Change spelling of the Free Software Foundation.
17943
17944 * eshell/esh-toggle.el: Removed.
17945
17946 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
17947
17948 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
17949 interactively.
17950
17951 2000-06-26 Alex Schroeder <alex@gnu.org>
17952
17953 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
17954 `define-key'; instead of checking `(emacs-version)' check for
17955 `set-keymap-parent' and `set-keymap-name' directly. Add entries
17956 for `;' and `o' which might be electric.
17957
17958 (sql-electric-stuff): New user option.
17959 (sql-magic-go): New function which uses `sql-electric-stuff'.
17960 (sql-magic-semicolon): New function which uses
17961 `sql-electric-stuff'.
17962
17963 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
17964 is not fboundp.
17965
17966 (sql-oracle-options): New variable.
17967 (sql-oracle): Use it.
17968
17969 (sql-imenu-generic-expression): Doc change.
17970 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
17971 is used.
17972
17973 (sql-informix): Added command line parameter "-" to force
17974 sql-informix-program to use stdout.
17975
17976 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
17977
17978 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
17979 (cp864-decode-table): Doc fix.
17980 (cp720-decode-table): New variable, supports the Arabic OEM
17981 codepage used by Windows.
17982 (cp737-decode-table): New, Greek OEM codepage used by Windows.
17983
17984 2000-06-23 Dave Love <fx@gnu.org>
17985
17986 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
17987 (font-lock-fontify-anchored-keywords): Use
17988 line-beginning-position.
17989 (global-font-lock-mode): Use mapc.
17990
17991 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
17992
17993 * eshell/esh-module.el: Require CL when compiling.
17994
17995 2000-06-23 Gerd Moellmann <gerd@gnu.org>
17996
17997 * comint.el (comint-substitute-in-file-name): Call replace-match
17998 with second and third arg t.
17999
18000 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18001 Specify foreground color.
18002
18003 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18004 color.
18005
18006 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18007
18008 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18009 cddr instead of cdddr.
18010
18011 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18012 instead of copy-list.
18013
18014 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18015 of copy-list.
18016
18017 * subdirs.el: Add eshell subdirectory.
18018
18019 * eshell: New subdirectory containing the Eshell package.
18020
18021 * pcomplete.el: New file.
18022
18023 2000-06-23 Paul Eggert <eggert@twinsun.com>
18024
18025 * mail/mailpost.el (post-mail-send-it): Make sure file has
18026 proper permissions from birth.
18027
18028 * files.el (basic-save-buffer-2): When temporarily setting
18029 file modes, set them to current modes plus 0200, not to 0777.
18030
18031 * emerge.el (emerge-make-temp-file): Make sure file has proper
18032 permissions from birth.
18033
18034 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18035
18036 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18037 backup file name through convert-standard-filename.
18038
18039 * dos-fns.el (convert-standard-filename): Convert leading
18040 directories as well. When long file names are supported, convert
18041 characters that are invalid in Windows file names.
18042
18043 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18044
18045 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18046 ps-print crashes. New feature: page selection for printing. Create
18047 raw-text-unix coding system for XEmacs. Doc fix.
18048 (ps-print-version): New version number (5.2.3).
18049 (ps-plot-region): Bug fix.
18050 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18051 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18052 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18053 funs.
18054 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18055 (ps-last-page): New vars.
18056
18057 2000-06-21 Gerd Moellmann <gerd@gnu.org>
18058
18059 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18060 empty option string.
18061
18062 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18063
18064 * man.el (man): Doc fix.
18065
18066 2000-06-21 Kenichi Handa <handa@etl.go.jp>
18067
18068 * international/mule-cmds.el (set-language-info-alist): Docstring
18069 fixed.
18070
18071 2000-06-20 Gerd Moellmann <gerd@gnu.org>
18072
18073 * version.el (emacs-version): Use ISO date format.
18074
18075 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18076 instead of `M-backspace'.
18077
18078 * simple.el (turn-off-auto-fill): New function.
18079
18080 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18081
18082 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18083 Renamed from with-buffer-prepared-for-font-lock and use
18084 inhibit-modification-hooks rather than setting *-change-functions.
18085 Update all functions to use the new name.
18086 (jit-lock-first-unfontify-pos): New semantics (and doc).
18087 (jit-lock-mode): Make non-interactive.
18088 Don't automatically turn on font-lock.
18089 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18090 Always use jit-lock-after-change.
18091 Remove and restore font-lock-after-change-function.
18092 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18093 (jit-lock-after-unfontify-buffer): Remove.
18094 (jit-lock-stealth-fontify):
18095 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18096 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18097
18098 2000-06-20 Sam Steingold <sds@gnu.org>
18099
18100 * emacs-lisp/cl-indent.el (toplevel): Indent
18101 `print-unreadable-object' properly. Untabify.
18102
18103 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18104
18105 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18106 Support for bibentry.
18107 (reftex-compile-variables): Fixed problem with end of section-re.
18108
18109 * texmodes/reftex-dcr.el (reftex-view-crossref,
18110 reftex-view-crossref-from-bibtex):
18111 Deal with changed `reftex-find-citation-regexp-format'.
18112 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18113 Replaced `remprop' with `put'.
18114 (reftex-view-crossref, reftex-view-crossref-when-idle):
18115 Support for bibentry.
18116
18117 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18118 New entry for bibentry package.
18119
18120 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18121 Regexp also matches "\nobibliography".
18122
18123 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18124 Call `reftex-ensure-write-access' before doing anything.
18125 (reftex-ensure-write-access): New function.
18126
18127 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18128
18129 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18130
18131 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18132
18133 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18134
18135 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18136
18137
18138 2000-06-20 Dave Love <fx@gnu.org>
18139
18140 * faces.el (frame-background-mode): Use set-default, not set, in
18141 setter.
18142 (frame-update-faces, frame-update-face-colors): Define with
18143 defalias.
18144
18145 * enriched.el (enriched-decode-foreground)
18146 (enriched-decode-background): Don't use internal-find-face.
18147
18148 * apropos.el: Doc fixes.
18149
18150 * cus-edit.el (customize-changed-options): Check arg.
18151 (customize-version-lessp): Don't require decimal point.
18152
18153 * custom.el (defcustom, defgroup): Doc fix.
18154
18155 * newcomment.el (comment) <defgroup>: Add :version.
18156 (comment-multi-line): Doc fix.
18157
18158 * emulation/mlsupport.el (define-hooked-local-abbrev,
18159 define-hooked-global-abbrev): Fix, using define-abbrev.
18160
18161 2000-06-19 Gerd Moellmann <gerd@gnu.org>
18162
18163 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18164 the whole buffer.
18165
18166 2000-06-19 Dave Love <fx@gnu.org>
18167
18168 * menu-bar.el (menu-bar-options-save): New function.
18169 (menu-bar-options-menu): Use it.
18170 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18171 Simplify.
18172
18173 2000-06-19 Andreas Schwab <schwab@suse.de>
18174
18175 * progmodes/etags.el (tags-query-replace): Put new parameters
18176 START and END at the end, for backward compatibility.
18177
18178 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18179
18180 * international/codepage.el:
18181 (cp-coding-system-for-codepage-1): Delete special codes for
18182 generating xxx-dos coding system because now a CCL based coding
18183 system can handle EOL conversion by default.
18184
18185 * international/mule.el (make-coding-system): Generate subsidiary
18186 coding systems for EOL handling variants even for a CCL based
18187 coding system.
18188
18189 2000-06-19 Kenichi Handa <handa@etl.go.jp>
18190
18191 * international/isearch-x.el (isearch-minibuffer-input-method)
18192 (isearch-minibuffer-input-method-function): These variables
18193 deleted.
18194 (isearch-with-input-method): Don't use the above variables.
18195 (isearch-process-search-multibyte-characters): Likewise. Call
18196 read-string with the arg INHERIT-INPUT-METHOD t.
18197
18198 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18199
18200 * font-lock.el (font-lock-after-fontify-buffer)
18201 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18202
18203 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18204 Use consistent make-local-variable style for font-lock-fontified.
18205 (jit-lock-fontify-buffer):
18206 Don't bother checking for font-lock-mode and jit-lock-mode.
18207
18208 * time.el: Remove trailing ^M that prevent CVS-merging.
18209
18210 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18211
18212 * Makefile.in (distclean): New target.
18213
18214 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18215
18216 * Makefile.in (srcdir): Define for update-subdirs.
18217
18218 2000-06-16 Gerd Moellmann <gerd@gnu.org>
18219
18220 * find-lisp.el: New file.
18221
18222 2000-06-16 Andrew Innes <andrewi@gnu.org>
18223
18224 * time.el (display-time-mail-function): New variable, to allow
18225 external packages to indicate when new mail is available.
18226 (display-time-update): Use it.
18227
18228 2000-06-16 Kenichi Handa <handa@etl.go.jp>
18229
18230 * international/mule.el (mule-version): Change version name to
18231 SAKAKI. AOI has already been used by Meadow.
18232
18233 * international/quail.el (quail-show-guidance-buf): To find the
18234 bottom window (but minibuffer), pay attention to the height of
18235 minibuffer.
18236
18237 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18238
18239 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18240 menu-bar menus. Add help strings. Don't remove the Edit menu
18241 from the menu bar, as the menu bar has enough space now.
18242
18243 * Makefile.in (SHELL): Make sure /bin/sh is used.
18244
18245 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18246 characters, which use series of two ^H characters instead of one.
18247
18248 2000-06-15 Gerd Moellmann <gerd@gnu.org>
18249
18250 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18251 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18252 functions.
18253 (Info-find-node-2): Try a case-sensitive search first, then
18254 do a case-insensitive search.
18255
18256 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18257 tutorials.
18258
18259 * complete.el (PC-env-vars-alist): New variable.
18260 (PC-complete-as-file-name): New function.
18261 (partial-completion-mode): Initialize PC-env-vars-alist from
18262 process-environment.
18263 (PC-do-completion): Handle completion of env vars.
18264
18265 * info.el (Info-set-mode-line): Show file name in mode line,
18266 use `*Info*' instead of `Info:'.
18267
18268 * startup.el (command-line-1): Change copyright messages to year
18269 2000.
18270
18271 2000-06-15 Dave Love <fx@gnu.org>
18272
18273 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18274 not local-map.
18275
18276 2000-06-15 Kenichi Handa <handa@etl.go.jp>
18277
18278 * international/mule.el (set-buffer-file-coding-system): Almost
18279 rewritten to handle `undecided' as no-op.
18280
18281 2000-06-14 Gerd Moellmann <gerd@gnu.org>
18282
18283 * Makefile.in: New file.
18284
18285 * Makefile: Removed.
18286
18287 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18288 (goto-address-highlight-keymap): Bind C-c RET.
18289
18290 2000-06-14 Kenichi Handa <handa@etl.go.jp>
18291
18292 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18293 inherits buffer-file-coding-system of the current buffer.
18294
18295 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18296 0. Give correct argument to set-auto-coding-function.
18297 (tar-expunge): For goto-char, use (point-min), not 0.
18298 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18299 (tar-subfile-save-buffer): Likewize.
18300
18301 * international/mule.el
18302 (after-insert-file-set-buffer-file-coding-system): Call
18303 set-buffer-file-coding-system with the arg FORCE t.
18304
18305 2000-06-13 Gerd Moellmann <gerd@gnu.org>
18306
18307 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18308 nil. Contemporary sendmails issue an X-Authentication-Warning if
18309 the sender is set with `-f'.
18310
18311 2000-06-13 Dave Love <fx@gnu.org>
18312
18313 * help.el (describe-function-1): Kluge around cases of functions
18314 fset to subrs whose doc doesn't match their symbol-name.
18315
18316 * image.el (insert-image): Default STRING to a space.
18317
18318 * info.el Doc fixes.
18319 (Info-build-node-completions): Match Ref tags.
18320
18321 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18322
18323 * frame.el (display-multi-frame-p, display-multi-font-p): New
18324 defaliases for display-graphic-p.
18325
18326 * hl-line.el: Fixed a typo in commentary.
18327
18328 2000-06-13 Kenichi Handa <handa@etl.go.jp>
18329
18330 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18331 fixed.
18332
18333 2000-06-12 Dave Love <fx@gnu.org>
18334
18335 * image.el (insert-image): Save a little consing.
18336
18337 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18338
18339 * language/tibet-util.el: Convert all tibetan-1-column characters
18340 to the corresponding tibetan characters.
18341 (tibetan-add-components): Delete code for the special treatment of
18342 'a chung.
18343
18344 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18345 change.
18346 (tibetan-vowel-transcription-alist): More rules added.
18347 (tibetan-composite-vowel-alist): New variable.
18348 (tibetan-precomposition-rule-alist): More rules added.
18349
18350 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18351
18352 * startup.el (command-line): Only call menu-bar-mode if interactive.
18353
18354 * thingatpt.el (toplevel symbol-properties):
18355 * textmodes/makeinfo.el (makeinfo-compile):
18356 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18357 * progmodes/hideif.el (hif-compress-define-list)
18358 (hide-ifdef-use-define-alist):
18359 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18360 (ange-ftp-vms-add-file-entry):
18361 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18362 * man.el (Man-build-man-command):
18363 * mail/rnewspost.el (news-reply-header-hook):
18364 * info.el (Info-insert-dir):
18365 * emulation/mlconvert.el (backward-word, forward-word, setq):
18366 * emacs-lisp/gulp.el (gulp-send-requests):
18367 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18368 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18369 (byte-optimize-apply, end of file):
18370 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18371 (ad-make-freeze-definition):
18372 * startup.el (command-line, command-line-1): Don't quote lambdas.
18373
18374 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18375 (cvs-cleanup-removed): New function.
18376 (cvs-cleanup-functions): New var.
18377 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18378 some flexibility in specifying additional entries to auto-cleanup.
18379 (cvs-quickdir): New function.
18380 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18381 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18382 (cvs-mode-find-file): Check that we are on a filename or dirname
18383 when invoked through a mouse-click.
18384 (cvs-full-path): Remove.
18385 (cvs-dired-action): Re-introduced.
18386 (cvs-dired-noselect): Use it.
18387 (vc-post-command-functions): use this new hook if available.
18388
18389 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18390 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18391 (cvs-filename-map, cvs-dirname-map): Remove.
18392 (cvs-default-action): Remove.
18393 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18394 if the arg is really a keymap.
18395 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18396 Don't hardcode the mapping from state (aka type) to face, but check
18397 the var cvs-fi-<type>-face instead.
18398 (cvs-fileinfo-from-entries): New function.
18399
18400 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18401 Docstring fix.
18402 (cvs-find-file-and-jump): Change default to be safer.
18403 (cvs-mode-diff-map): Define it as a function as well.
18404 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18405 Bind mouse-2 in this global map rather than with text-properties.
18406
18407 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18408 file to resolve the ambiguity between C(conflict) and C(need-merge).
18409
18410 2000-06-12 Kenichi Handa <handa@etl.go.jp>
18411
18412 * international/mule.el (set-buffer-file-coding-system): If
18413 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18414 unconditionally.
18415
18416 2000-06-12 Dave Love <fx@gnu.org>
18417
18418 * wid-edit.el (widget-specify-button): Really suppress the face if
18419 required.
18420
18421 2000-06-11 Gerd Moellmann <gerd@gnu.org>
18422
18423 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18424
18425 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18426
18427 * imenu.el (imenu-generic-expression): Docstring fix.
18428
18429 * composite.el (composition-function-table): Move the `put'
18430 below the autoload cookie so we can load the file before loaddefs.
18431
18432 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18433
18434 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18435 Handle easy-mmode-define-global-mode.
18436 For complex macros like define-minor-mode that can generate
18437 several autoload entries, try to autoload entries in the
18438 macroexpanded code.
18439
18440 * emacs-lisp/easy-mmode.el (define-minor-mode):
18441 If KEYMAP is a symbol, just use it.
18442 Use byte-compile-current-file and load-file-name to infer the
18443 proper :require to pass to defcustom.
18444 Wrap the hook var into `progn' so as not to autoload it.
18445 Add a :autoload-end cookie.
18446 Be more careful about the evaluation of KEYMAP.
18447 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18448 (define-derived-mode): Move define-abbrev-table outside of defvar.
18449
18450 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18451
18452 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18453 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18454 (backup-compiled-files): Ignore errors during `tar'.
18455 (bootstrap): Make autoloads before elc files.
18456
18457 2000-06-10 Kenichi Handa <handa@etl.go.jp>
18458
18459 * international/mule.el (set-buffer-file-coding-system): If one of
18460 undecided-XXX is specified, change only EOL conversion.
18461
18462 * international/mule-conf.el (unix): New alias for the coding
18463 system undecided-unix.
18464
18465 2000-06-09 Dave Love <fx@gnu.org>
18466
18467 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18468
18469 * progmodes/executable.el: Byte compile dynamic.
18470 (executable-insert): Change custom type.
18471 (executable-find): Add autoload cookie.
18472 (executable-make-buffer-file-executable-if-script-p): New
18473 function. After Noah Friedman.
18474
18475 * files.el (after-save-hook): Customize, with
18476 executable-make-buffer-file-executable-if-script-p as an option.
18477
18478 2000-06-09 Kenichi Handa <handa@etl.go.jp>
18479
18480 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18481 "tib24p-mule.bdf" for Tibetan.
18482
18483 * composite.el (decompose-composite-char): Declare it as obsolete.
18484
18485 * man.el (Man-fontify-manpage): Pay attention to underline and
18486 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18487
18488 2000-06-08 Gerd Moellmann <gerd@gnu.org>
18489
18490 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18491 Set maintainer to FSF since author isn't reachable.
18492
18493 2000-06-08 Dave Love <fx@gnu.org>
18494
18495 * international/mule-cmds.el (select-safe-coding-system): If
18496 DEFAULT-CODING-SYSTEM is not specified, also check the most
18497 preferred coding-system if buffer-file-coding-system is
18498 `undecided'. From Handa.
18499
18500 2000-06-08 Kenichi Handa <handa@etl.go.jp>
18501
18502 * international/mule.el
18503 (after-insert-file-set-buffer-file-coding-system): If the buffer
18504 size is greater than INSERTED, judget that we are not visiting.
18505
18506 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18507
18508 * whitespace.el (defgroup whitespace): Comment out `:version'.
18509 XEmacs 20.4 has problems defining the group with this present.
18510 We'll have this commented out till get resolve the problem.
18511
18512 2000-06-07 John Wiegley <johnw@gnu.org>
18513
18514 * align.el (align-dq-string-modes, align-sq-string-modes)
18515 (align-open-comment-modes): Add pyhton-mode.
18516 (align-rules-list): Use get-text-property instead of
18517 text-properties-at.
18518 (align-rules-list): Add python-assignment.
18519 (align-rules-list): Change perl-comma-delimiter to
18520 basic-comma-delimiter. Use if for Perl modes and python-mode.
18521 (align-rules-list): Add python-chain-logic and
18522 basic-line-continuation.
18523
18524 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18525
18526 * apropos.el (apropos-mode-hook): New user variable.
18527 (apropos-mode): Run apropos-mode-hook.
18528
18529 2000-06-07 David Ponce <david@dponce.com>
18530
18531 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18532 commands. Require `wid-edit' at run-time.
18533
18534 2000-06-07 David Ponce <david@dponce.com>
18535
18536 * recentf.el: Added some "Commentary".
18537 (recentf-open-more-files, recentf-edit-list): Minor changes to
18538 move the point at the top of the file list. This behaviour is
18539 consistent with the menu one when the list contains a lot of
18540 files.
18541 (recentf-cleanup): Now displays the number of items removed from
18542 the list.
18543 (recentf-relative-filter) New menu filter to show filenames
18544 relative to `default-directory'.
18545
18546 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18547
18548 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18549 with/without giving an error if PostScript printer doesn't have this
18550 kind of page size. Zebra Stripe continues or restarts on next page.
18551 Manual/automatic paper feeding. Switch or not the header.
18552 (ps-print-version): New version number (5.2.2).
18553 (ps-windows-system): Include emx as a Windows system.
18554 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18555 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18556 (ps-background-text): Code fix.
18557 (ps-error-handler-message, ps-user-defined-prologue)
18558 (ps-print-prologue-header, ps-printer-name)
18559 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18560 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18561 (ps-use-face-background): Customization fix.
18562 (ps-n-up-database): Data fix.
18563 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18564 (ps-switch-header): New vars.
18565 (ps-xemacs-color-name, ps-face-foreground-name)
18566 (ps-face-background-name, ps-boolean-constant): New funs.
18567
18568 2000-06-07 Dave Love <fx@gnu.org>
18569
18570 * allout.el: New version from Manheimer.
18571
18572 2000-06-07 Kenichi Handa <handa@etl.go.jp>
18573
18574 * textmodes/fill.el (fill-find-break-point): Check the validity of
18575 charset.
18576
18577 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18578
18579 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18580 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18581 Call display-color-p and display-mouse-p instead of looking at
18582 window-system.
18583
18584 2000-06-06 Dave Love <fx@gnu.org>
18585
18586 * image.el (find-image): Doc fix. Return nil if image not found.
18587 (put-image, insert-image): Make STRING arg optional.
18588
18589 2000-06-06 Kenichi Handa <handa@etl.go.jp>
18590
18591 * language/vietnamese.el: Remove eval-when-compile.
18592 (viet-viscii-nonascii-translation-table): Define it as a
18593 translation table made from viet-viscii-decode-table.
18594 (viet-viscii-encode-table): Define it as a translation table made
18595 from the reverse map of above.
18596 (viet-vscii-nonascii-translation-table): Define it as a
18597 translation table made from viet-vscii-decode-table.
18598 (viet-vscii-encode-table): Define it as a translation table made
18599 from the reverse map of above.
18600 (ccl-decode-viscii): Use translate-character.
18601 (ccl-encode-viscii, ccl-encode-viscii-font)
18602 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18603 Likewize.
18604
18605 * language/cyrillic.el: Remove eval-when-compile.
18606 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18607 translation table made from cyrillic-koi8-r-decode-table.
18608 (cyrillic-koi8-r-encode-table): Define it as a translation table
18609 made from the reverse map of above.
18610 (ccl-decode-koi8): Use translate-character.
18611 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18612 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18613 a translation table made from cyrillic-alternativnyj-decode-table.
18614 (cyrillic-alternativnyj-encode-table): Define it as a translation
18615 table made from the reverse map of above.
18616 (ccl-decode-alternativnyj): Use translate-character.
18617 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18618 Likewize
18619
18620 * international/mule-diag.el (non-iso-charset-alist): Specify
18621 translation table symbol instead of translation table itself.
18622 (list-block-of-chars): CHARSET may be a translation table symbol.
18623
18624 * international/mule.el (make-coding-system): If CODING-SYSTEM
18625 already exists, override it.
18626
18627 * international/fontset.el: Use family `proportional' for Tibetan
18628 fonts.
18629
18630 * international/ccl.el (ccl-compile-translate-character): Don't
18631 check if Rrr has property translation-table.
18632 (ccl-compile-map-multiple): Modified to avoid compiler warning.
18633
18634 2000-06-05 Gerd Moellmann <gerd@gnu.org>
18635
18636 * info.el: Bind case-fold-search to t when searching in case
18637 a user sets it to nil in a hook.
18638
18639 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
18640
18641 * autoarg.el (autoarg-mode, autoarg-kp-mode):
18642 * hl-line.el (hl-line-mode): Use the new :global key argument.
18643
18644 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
18645 (tar-clip-time-string): Prepend a space.
18646 (tar-grind-file-mode): Construct a string rather than modifying one.
18647 (tar-header-block-summarize): Fix docstring.
18648 Use `format' rather than an error-prone set of copy-loops.
18649
18650 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
18651 (diff-goto-source, diff-unified->context, diff-context->unified)
18652 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
18653 understand the format output by the `-p' argument to diff.
18654
18655 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
18656 (sh-re-done): Use defconst.
18657 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
18658 (sh-help-string-for-variable, sh-guess-basic-offset):
18659 Don't quote lambdas.
18660 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
18661 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
18662
18663 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
18664 (mh-letter-mode): Derive from text-mode.
18665 This implicitly means that it now calls kill-all-local-variables.
18666 Also remove the Emacs-18 compatibility code.
18667
18668 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
18669 Make use of symbol-property doc-string-elt.
18670 Use memq rather than a sequence of eq.
18671 (doc-string-elt): Fix the wrong or missing previously unused values.
18672 (autoload-print-form): New function extracted from
18673 generate-file-autoloads to allow recursion when handling progn
18674 so that defvar's and defun's docstrings are properly printed.
18675 (generate-file-autoloads): Use it.
18676
18677 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
18678 Use find-file-hooks in the minor-mode function.
18679 Be careful not to loop indefinitely in the post-command-hook function.
18680
18681 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
18682
18683 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
18684 tty's.
18685 * ediff-diff.el (ediff-exec-process): Use --binary for fine
18686 differences whenever appropriate.
18687 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
18688 * viper.el (find-file, find-file-other-window): Get viper to do
18689 wildcards.
18690
18691 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
18692
18693 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
18694 (jit-lock-fontify-buffer): New function for JIT refontification.
18695 (jit-lock-mode): Fix docstring.
18696 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
18697 Remove jit-lock-after-change from the _local_ hook.
18698 (jit-lock-function-1): Fix docstring.
18699
18700 * info.el (Info-on-current-buffer): Initialize info.
18701
18702 * newcomment.el (comment-indent): Ignore comment-indent-hook.
18703
18704 * progmodes/tcl.el (tcl-indent-for-comment):
18705 Ignore comment-indent-hook.
18706
18707 * emacs-lisp/easy-mmode.el: Require CL during compilation.
18708 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
18709 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
18710 and improve to use the lighter to guess the capitalization.
18711 (define-minor-mode): Inline code from easy-mmode-define-toggle.
18712 Add keyword arguments to specify global-ness or the custom group.
18713 Add local-map and help-echo properties to the lighter.
18714 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
18715 (easy-mmode-define-global-mode): New macro.
18716
18717 2000-06-02 Dave Love <fx@gnu.org>
18718
18719 * wid-edit.el: byte-compile-dynamic since we typically don't use
18720 all the widgets. Don't require cl or widget. Remove
18721 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
18722 (widget-read-event): Removed. Callers changed to use read-event.
18723 (widget-button-release-event-p): Renamed from
18724 button-release-event-p.
18725 (widget-field-add-space, widget-field-use-before-change):
18726 Uncustomize.
18727 (widget-specify-field): Use keymap property, not local-map.
18728 (widget-specify-button): Obey :suppress-face.
18729 (widget-specify-insert): Use modern backquote syntax.
18730 (widget-image-directory): Renamed from widget-glyph-directory.
18731 (widget-image-enable): Renamed from widget-glyph-enable.
18732 (widget-image-find): Replaces widget-glyph-find.
18733 (widget-button-pressed-face): Move defvar.
18734 (widget-image-insert): Replaces widget-glyph-insert.
18735 (widget-convert): Use keywordp.
18736 (widget-leave-text, widget-children-value-delete): Use mapc.
18737 (widget-keymap): Remove XEmacs stuff.
18738 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
18739 (widget-button-click): Don't set point at the click, but re-centre
18740 if we scroll out of window. Rewritten for images v. glyphs &c.
18741 (widget-tabable-at): Use POS arg, not point.
18742 (widget-beginning-of-line, widget-end-of-line)
18743 (widget-item-value-create, widget-sublist, widget-princ-to-string)
18744 (widget-sexp-prompt-value, widget-echo-help): Simplify.
18745 (widget-default-create): Use widget-image-insert; some rewriting.
18746 (widget-visibility-value-create)
18747 (widget-push-button-value-create, widget-toggle-value-create): Use
18748 widget-image-insert.
18749 (checkbox): Create on and off images dynamically.
18750 (documentation-link): Change :help-echo.
18751 (widget-documentation-link-echo-help): Remove.
18752
18753 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
18754
18755 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
18756
18757 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
18758 (easy-mmode-define-toggle, define-minor-mode): Use it.
18759 (easy-mmode-define-keymap): Docstring fix.
18760 (define-derived-mode): Default PARENT to fundamental-mode.
18761 Add the derived-mode-parent symbol-property.
18762 (easy-mmode-derived-mode-p): New function.
18763
18764 2000-06-02 Dave Love <fx@gnu.org>
18765
18766 * files.el (convert-standard-filename): Doc fix.
18767 (normal-backup-enable-predicate): New function.
18768 (backup-enable-predicate): Use it to replace the lambda form.
18769
18770 * calendar/todo-mode.el: [This needs more work on the outline
18771 stuff.] Doc fixes.
18772 (todo) <defgroup>: Add :version.
18773 (todo-add-category): Don't use pushnew.
18774 (todo-cmd-raise): Fix typo.
18775 (todo-top-priorities): Change temp buffer name.
18776 (todo-category-alist): Avoid redundant lambda.
18777 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
18778 Use outline-next-heading.
18779
18780 * autoarg.el: Rewritten to use define-minor-mode.
18781 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
18782 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
18783
18784 2000-06-02 Kenichi Handa <handa@etl.go.jp>
18785
18786 * isearch.el (isearch-other-meta-char): Fix previous change.
18787
18788 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18789
18790 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
18791 (log-edit-done): Only add the comment to the ring if it's different
18792 from the last comment entered.
18793
18794 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
18795
18796 2000-06-01 Dave Love <fx@gnu.org>
18797
18798 * hl-line.el: Rewritten using define-minor-mode.
18799
18800 * help.el (describe-function-1): Distinguish special form from
18801 builtin function. Sanity-check presence of arglist for builtins.
18802
18803 2000-06-01 Kenichi Handa <handa@etl.go.jp>
18804
18805 * international/characters.el: Fix syntax/category setting of
18806 Tibetan characters.
18807
18808 * language/tibet-util.el (tibetan-add-components): Fixes for new
18809 encoding of Tibetan characters.
18810 (tibetan-decompose-precomposition-alist): New variable.
18811 (tibetan-decompose-region): Convert precomposed characters to
18812 non-precomposed characters.
18813 (tibetan-decompose-string): Likewise.
18814 (tibetan-composition-function): Fix args to
18815 thibetan-compose-string.
18816
18817 * language/tibetan.el (tibetan-composable-pattern): More
18818 characters included.
18819 (tibetan-consonant-transcription-alist): Rule for "R" added.
18820 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
18821 "+R" added.
18822 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
18823
18824 * language/lao-util.el (lao-composition-function): Fix args to
18825 compose-string.
18826
18827 * language/thai-util.el (thai-composition-function): Fix args to
18828 compose-string.
18829
18830 * isearch.el (isearch-update): Set disable-point-adjustment to t
18831 to prevent the point moving to the end of a composition when a
18832 part of a composition is searched.
18833 (isearch-other-meta-char): If the key invoking this command can be
18834 mapped by function-key-map to a printing char, call
18835 isearch-process-search-char directly.
18836
18837 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
18838
18839 * emacs-lisp/bytecomp.el:
18840 * frame.el:
18841 * international/mule-cmds.el:
18842 * international/mule-util.el:
18843 * international/mule.el:
18844 * mouse.el:
18845 * subr.el:
18846 * faces.el: Update calls to make-obsolete with a WHEN argument.
18847
18848 * byte-run.el (make-obsolete, make-obsolete-variable):
18849 Add an optional WHEN argument and change the format of the
18850 symbol-property information.
18851 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
18852 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
18853 new obsolete-symbol-property format and print WHEN if it is provided.
18854
18855 2000-05-31 Dave Love <fx@gnu.org>
18856
18857 * loadhist.el (loadhist-hook-functions): Remove
18858 before-change-function, after-change-function.
18859 (unload-feature): Deal with symbols which are both bound and
18860 fbound.
18861
18862 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
18863 before-change-function, after-change-function.
18864
18865 * simple.el (newline): Don't bind before-change-function,
18866 after-change-function.
18867
18868 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
18869
18870 * whitespace.el (whitespace-rescan-timer-time): Update interval
18871 set to 600 seconds (10 minutes) instead of 60 seconds since
18872 a large number of whitespace buffers causes emacs to `freeze'
18873 for a considerable amount of time.
18874
18875 * whitespace.el: Updated email address
18876
18877 2000-05-31 Dave Love <fx@gnu.org>
18878
18879 * add-log.el (change-log-font-lock-keywords) <function>: Add
18880 pattern for function of change.
18881 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
18882 acknowledgements patterns.
18883
18884 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18885
18886 * isearch.el (isearch-printing-char): If keyboard coding system is
18887 being used, call isearch-process-search-multibyte-characters.
18888
18889 * international/isearch-x.el: Mostly rewritten.
18890
18891 * international/quail.el (quail-start-conversion): Don't include
18892 unhandled events in the returned events, but set them in
18893 unread-command-events. Exit if all inputs are deleted.
18894
18895 2000-05-30 Jason Rumney <jasonr@gnu.org>
18896
18897 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
18898
18899 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
18900 Reenable code to create initial fontsets.
18901 Use set-fontset-font in place of put-charset-property.
18902
18903 2000-05-30 Gerd Moellmann <gerd@gnu.org>
18904
18905 * progmodes/perl-mode.el (perl-indent-line): When looking for a
18906 label, ensure that the first colon isn't followed by another.
18907
18908 * paths.el (Info-default-directory-list): Doc fix.
18909
18910 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
18911 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18912 send a query containing USER only, not USER@HOST.
18913
18914 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
18915 and rmail-msgend to compute the restriction at the end, instead of
18916 computing it.
18917
18918 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18919
18920 * dabbrev.el (dabbrev-expand): Don't display messages in the
18921 echo area if the minibuffer window is active.
18922
18923 * jit-lock.el (jit-lock-mode): Add after change function to
18924 local hook.
18925
18926 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
18927
18928 * antlr-mode.el: New commands: hide/unhide actions,
18929 upcase/downcase literals.
18930 (antlr-tiny-action-length): New user option.
18931 (antlr-hide-actions): New command. Suggested by
18932 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
18933 (antlr-mode-map): New binding [C-c C-v].
18934 (antlr-mode-menu): New entries.
18935 (antlr-downcase-literals): New command.
18936 (antlr-upcase-literals): Ditto.
18937
18938 * antlr-mode.el: Minor changes: indendation, mode-name.
18939 (antlr-indent-line): Indent cpp directive at column 0.
18940 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
18941
18942 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
18943 (antlr-font-lock-additional-keywords): Workaround for intentional
18944 bug in XEmacs version of font-lock.
18945 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
18946 be used by a smarter version of `buffers-menu-grouping-function'.
18947
18948 2000-05-29 Gerd Moellmann <gerd@gnu.org>
18949
18950 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
18951 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
18952
18953 2000-05-29 Kenichi Handa <handa@etl.go.jp>
18954
18955 * international/encoded-kb.el
18956 (encoded-kbd-iso2022-designation-map): Pay attention to that
18957 charset-iso-final-char return -1 for eight-bit-control and
18958 eight-bit-graphic.
18959
18960 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18961
18962 * speedbar.el (speedbar-use-images, speedbar-update-flag)
18963 (speedbar-easymenu-definition-base): Use display-graphic-p where
18964 available, instead of window-system.
18965
18966 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
18967
18968 * international/codepage.el (cp-coding-system-for-codepage-1): Add
18969 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
18970 coding systems.
18971
18972 2000-05-26 Dave Love <fx@gnu.org>
18973
18974 * disp-table.el (standard-display-underline): Don't use
18975 internal-find-face.
18976
18977 * mail/reporter.el: Maintainer change. Doc fixes.
18978 (reporter-version): Deleted.
18979
18980 * emacs-lisp/elp.el: Maintainer change.
18981 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
18982
18983 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
18984
18985 * add-log.el (add-change-log-entry): Merge the current entry with the
18986 previous one if the previous one is empty.
18987
18988 2000-05-26 Dave Love <fx@gnu.org>
18989
18990 * loadhist.el (unload-feature): Fix interactive spec [from
18991 lijnzaad@ebi.ac.uk].
18992
18993 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
18994 subr-arity to check primitives.
18995 (byte-compile-flush-pending, byte-compile-file-form-progn)
18996 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
18997 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
18998 mapcar.
18999
19000 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19001
19002 * international/fontset.el: Set family names of non-latin charsets
19003 in default fontset to "*".
19004
19005 * international/mule-diag.el (print-fontset): Combine family part
19006 and registry part of the fontname by "-*-" instead of "-".
19007
19008 * international/mule-cmds.el (encode-coding-char): Make strings
19009 multibyte before calling encode-coding-string.
19010
19011 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19012
19013 * derived.el: Fix keywords.
19014 (define-derived-mode): Only define if needed.
19015
19016 * simple.el (fill-comment, comment-column, comment-start)
19017 (comment-start-skip, comment-end, comment-indent-function)
19018 (block-comment-start, block-comment-end, indent-for-comment)
19019 (set-comment-column, kill-comment, comment-padding, comment-region)
19020 (comment-multi-line, indent-new-comment-line): Remove.
19021
19022 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19023 function names for comment operations.
19024
19025 * newcomment.el: Add abundant autoload cookies.
19026 (comment-style): Don't depend on runtime data at compile-time.
19027 (comment-indent-hook): Remove.
19028 (comment-indent): Check if comment-indent-hook is bound.
19029 (comment-region): Docstring fix.
19030
19031 2000-05-25 Dave Love <fx@gnu.org>
19032
19033 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19034 byte-code-function-p.
19035
19036 * mail/rmailsum.el: Add provide.
19037
19038 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19039
19040 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19041 defcustom.
19042
19043 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19044
19045 * ediff-diff.el (ediff-exec-process): delete --binary option from
19046 non-buffer ediff jobs.
19047
19048 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19049
19050 * hilit-chg.el (highlight-changes-mode): Ask about color or
19051 grayscale support, not about window-system.
19052
19053 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19054 window-system.
19055 (ffap-highlight): Always default to t.
19056
19057 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19058 display-popup-menus-p instead of looking at window-system.
19059
19060 * disp-table.el (standard-display-g1, standard-display-graphic):
19061 Only refuse to use string glyphs on X and MS-Windows.
19062
19063 * avoid.el: Remove window-system from commentary, suggest to use
19064 display-*-p instead.
19065
19066 * apropos.el (apropos-print): Use display-mouse-p instead of
19067 window-system.
19068
19069 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19070
19071 * international/codepage.el (cp-decoding-vector-for-codepage):
19072 Fill up unsupported characters with their own codes. From Kenichi
19073 Handa.
19074
19075 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19076
19077 * international/mule-diag.el (describe-char-after): Use
19078 display-graphic-p instead of window-system, so that this function
19079 works on MS-DOS.
19080
19081 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19082
19083 * international/codepage.el (cp-make-coding-systems-for-codepage):
19084 Remove the eight-bit-graphic and eight-bit-control charsets from
19085 the list of charsets which we convert into `?'.
19086
19087 2000-05-25 Kenichi Handa <handa@etl.go.jp>
19088
19089 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19090 private charsets.
19091 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19092 japanese-jisx0213-2): New charsets.
19093
19094 * international/fontset.el: Setup default fontset for new charsets.
19095
19096 2000-05-24 Dave Love <fx@gnu.org>
19097
19098 * info.el (Info-find-node-2): Restructure [following "Vadim
19099 S. Solomin" <sovs@uic.nnov.ru>].
19100
19101 * icomplete.el: Fix header for Finder.
19102
19103 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19104
19105 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19106 STAY.
19107
19108 * rmail.el (rmail-automatic-folder-directives): New user variable.
19109 (rmail-show-message): Add call to `rmail-auto-file' during
19110 display.
19111 (rmail-auto-file): New function.
19112
19113 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19114
19115 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19116 account.
19117 (ediff-test-utility,ediff-diff-mandatory-option)
19118 (ediff-reset-diff-options): Utilities for proper initialization of
19119 ediff-diff-options and ediff-diff3-options on Windows.
19120
19121 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19122 variable.
19123
19124 * ediff-mult.el (ediff-filegroup-action): Use
19125 ediff-merge-filename-prefix.
19126
19127 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19128
19129 * viper-ex.el (ex-write): Set selective display to nil.
19130
19131 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19132
19133 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19134 aliases for hebrew-iso-8bit.
19135
19136 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19137
19138 * woman.el: New version from Francis J. Wright
19139 <F.J.Wright@Maths.QMW.ac.uk>.
19140 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19141 names in environment variables regardless of the path separator.
19142 (woman-topic-all-completions-1): Don't call file-name-directory-p
19143 on all files, since woman-file-regexp already filters out any
19144 directories.
19145
19146 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19147
19148 * international/quail.el (quail-start-translation): Don't change
19149 modified-p of the current buffer.
19150 (quail-start-conversion): Likewise.
19151
19152 * international/kkc.el (kkc-region): Don't change modified-p of
19153 the current buffer.
19154
19155 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19156 conform to RFC1468.
19157 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19158
19159 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19160
19161 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19162 (speedbar-insert-button): Invisible text property fix.
19163 (speedbar-directory-plus): Renamed from speedbar-directory-+
19164 (speedbar-directory-minus): Renamed from speedbar-directory--
19165 (speedbar-page-plus): Renamed from speedbar-file-+
19166 (speedbar-page-minus): Renamed from speedbar-file--
19167 (speedbar-page): Renamed from speedbar-file-
19168 (speedbar-tag): Renamed from speedbar-tag-
19169 (speedbar-tag-plus): Renamed from speedbar-tag-+
19170 (speedbar-tag-minus): Renamed from speedbar-tag--
19171 (speedbar-expand-image-button-alist): Use above renames.
19172
19173 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19174 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19175 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19176 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19177 * sb-pg.xpm: Renamed from sb-file.xpm
19178 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19179 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19180
19181 2000-05-24 Kenichi Handa <handa@etl.go.jp>
19182
19183 * international/quail.el (quail-show-guidance-buf): Set
19184 current-input-method of the guidance buffer to the name of the
19185 curren input method.
19186
19187 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19188
19189 * progmodes/compile.el (compile-internal): Style typo.
19190
19191 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19192 quote vars and functions in the docstring.
19193
19194 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19195
19196 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19197 Don't quote lambdas.
19198
19199 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19200
19201 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19202
19203 * startup.el (command-line): Determine source file of compiled
19204 user init file differently. Warn if compiled user init file
19205 is older than its source file.
19206
19207 * ffap.el (ffap-url-regexp): Add `https'.
19208
19209 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19210
19211 * files.el (make-backup-file-name-1): Replace slashes with `!'
19212 rather than `|' (which is not allowed on Windows). Replace the
19213 drive letters with a string "drive_X".
19214
19215 2000-05-23 Gerd Moellmann <gerd@gnu.org>
19216
19217 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19218
19219 * files.el (interpreter-mode-alist): Add `bash2'.
19220
19221 2000-05-22 Dave Love <fx@gnu.org>
19222
19223 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19224 mapc.
19225 (feature-file): Avoid calling symbol-name. Doc fix.
19226 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19227 (loadhist-hook-functions): Add mouse-position-function.
19228 (unload-feature): Change uses of mapcar.
19229
19230 * files.el (parse-colon-path): Doc fix.
19231 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19232 (set-auto-mode): Use mapc.
19233
19234 * complete.el (PC-look-for-include-file): Use :alnum: character
19235 class.
19236 (partial-completion-mode): Add autoload cookie.
19237
19238 2000-05-22 Sam Steingold <sds@gnu.org>
19239
19240 * info.el (Info-fontify-node): Fixed the call to
19241 `add-text-properties' (bug introduced on 2000-05-18).
19242
19243 2000-05-22 Dave Love <fx@gnu.org>
19244
19245 * bindings.el: Remove debug-ignored-errors set in other files.
19246
19247 * progmodes/etags.el: Add to debug-ignored-errors.
19248 (visit-tags-table-buffer): Clear out buffers holding old tables
19249 when making a new list.
19250 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19251 mapc.
19252
19253 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19254 quote keywords.
19255 (cmpl-string-case-type): Use character classes.
19256
19257 * comint.el:
19258 * textmodes/ispell.el:
19259 * imenu.el:
19260 * mail/mh-e.el:
19261 * progmodes/compile.el: Add to debug-ignored-errors.
19262
19263 * dabbrev.el: Add to debug-ignored-errors.
19264 (dabbrev-completion): Use mapc.
19265
19266 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19267
19268 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19269 (woman-mapcan, woman-parse-man.conf)
19270 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19271 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19272 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19273 path syntax better.
19274 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19275 (woman-manpath): Call woman-parse-man.conf.
19276 (woman-emulation): New defcustom, defaults to nroff.
19277 (woman-font-support): New defconst.
19278 (woman-use-symbol-font): New defcustom.
19279 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19280 "Emulation".
19281 Many functions: Doc fix.
19282
19283 2000-05-22 Kenichi Handa <handa@etl.go.jp>
19284
19285 * international/quail.el (quail-simple-translation-keymap): Map
19286 128..255 to quail-self-insert-command.
19287 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19288
19289 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19290
19291 * help.el (help-manyarg-func-alist): Typo.
19292
19293 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19294 intervals which makes it heaps simpler.
19295
19296 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19297 the nested comment markers.
19298
19299 * subr.el (remove-hook): Don't turn the hook's value into a list.
19300
19301 2000-05-21 Dave Love <fx@gnu.org>
19302
19303 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19304 are invalid characters.
19305
19306 * international/mule-util.el (detect-coding-with-priority): Use
19307 mapc. Remove redundant lambda.
19308
19309 * international/mule-diag.el (list-non-iso-charset-chars)
19310 (describe-fontset): Remove redundant lambda.
19311
19312 * emulation/crisp.el (brief-mode): New alias.
19313
19314 * emacs-lisp/ring.el (ring-elements): New function.
19315
19316 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19317 (easy-menu-do-add-item): Use keywordp.
19318
19319 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19320
19321 * replace.el: Doc and error message fixes.
19322 (replace-highlight): Use facep, not internal-find-face.
19323
19324 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19325
19326 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19327
19328 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19329 (log-edit-insert-changelog): Drop `:' as well.
19330
19331 * log-view.el: Fix file description.
19332 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19333 available.
19334 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19335 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19336
19337 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19338 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19339 Print a status message if the toggle is called interactively.
19340 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19341 for global minor modes and use `defcustom' for them.
19342 Use add-minor-mode.
19343 (easy-mmode-define-derived-mode): Remove.
19344 (define-derived-mode): Fancier default docstring.
19345 (easy-mmode-define-navigation): Signal an error rather than (ding).
19346
19347 * newcomment.el (comment-styles): New `box-multi'.
19348 (comment-normalize-vars): Better default for comment-continue to
19349 avoid whitespace-only continuations.
19350 (comment-search-forward): Always move even in the no-syntax case.
19351 (comment-padright): Only obey N if it's only obeyed for padleft.
19352 (comment-make-extra-lines): Better handling of empty continuations.
19353 Use `=' for the filler if comment-start has only one character.
19354 (uncomment-region): Try handling the special `=' filler.
19355 (comment-region): Allow LINES even if MULTI is nil.
19356 (comment-box): Choose box style based on comment-style.
19357
19358 2000-05-20 Kenichi Handa <handa@etl.go.jp>
19359
19360 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19361 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19362
19363 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
19364
19365 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19366 and insert, not subst-char-in-region.
19367
19368 * international/mule-diag.el (list-character-sets-1): Handle
19369 charsets eight-bit-control and eight-bit-graphic.
19370 (list-iso-charset-chars): Likewise.
19371 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19372 charactes as is. Use indent-to to align characters.
19373
19374 * international/mule-cmds.el (find-multibyte-characters): Never
19375 exclude charsets eight-bit-control and eight-bit-graphic.
19376
19377 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19378
19379 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19380 Don't quote lambdas.
19381
19382 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19383
19384 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19385
19386 * gud.el (gud-jdb-directories): Doc fix.
19387
19388 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19389
19390 * newcomment.el: New file.
19391
19392 2000-05-19 Gerd Moellmann <gerd@gnu.org>
19393
19394 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19395
19396 2000-05-18 Andreas Schwab <schwab@suse.de>
19397
19398 * dired.el (dired-between-files): Also skip lines beginning with
19399 `used'.
19400
19401 2000-05-18 Gerd Moellmann <gerd@gnu.org>
19402
19403 * msb.el (msb-menu-cond): Add choice `user'.
19404
19405 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19406
19407 * ps-print.el: Compatibility, customization and doc fix.
19408 (ps-printer-name-option): Replace defconst by defvar.
19409 (ps-postscript-code-directory): XEmacs compatibility.
19410 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19411 fix.
19412 (ps-user-defined-prologue, ps-print-prologue-header)
19413 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19414 compatibility and code fix.
19415 (ps-print-background-image, ps-print-background-text):
19416 Customization fix.
19417 (ps-line-number-start, ps-n-up-on): New vars.
19418
19419 2000-05-18 Espen Skoglund <esk@ira.uka.de>
19420
19421 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19422 the indent-comment function to just return the appropriate indent.
19423
19424 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19425
19426 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19427 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19428 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19429
19430 2000-05-18 Dave Love <fx@gnu.org>
19431
19432 * info.el (Info-fontify-node): Add intangible property as well as
19433 invisible.
19434
19435 * calendar/appt.el (appt-make-list): Match all lines of entry.
19436 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19437
19438 2000-05-18 Kenichi Handa <handa@etl.go.jp>
19439
19440 * international/mule-diag.el (describe-char-after): Call
19441 internal-char-font, not char-font. If internal-char-font returns
19442 nil, display "-- none --".
19443
19444 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19445
19446 * image.el (image-type-available-p): Don't reference image-types
19447 if it isn't bound.
19448
19449 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19450
19451 * autoarg.el (autoarg-mode): Typo in the :set argument.
19452
19453 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19454
19455 * startup.el (command-line-1): Don't signal an error if the
19456 directory for auto-save-list files does not yet exist.
19457
19458 2000-05-17 Kenichi Handa <handa@etl.go.jp>
19459
19460 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19461
19462 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19463
19464 * subr.el (remove-hook): `setq' hook-value, not `set'.
19465
19466 2000-05-16 Sam Steingold <sds@gnu.org>
19467
19468 * info.el (debug-ignored-errors): More errors to ignore.
19469
19470 2000-05-16 Dave Love <fx@gnu.org>
19471
19472 * cus-edit.el: Don't require cl or easymenu.
19473 (custom-variable-prompt): Test standard-value property, not
19474 user-variable-p.
19475
19476 2000-05-16 Sam Steingold <sds@gnu.org>
19477
19478 * subr.el (add-hook): `setq' hook-value, not `set'.
19479
19480 2000-05-16 Gerd Moellmann <gerd@gnu.org>
19481
19482 * startup.el (command-line-1): Mention the FAQ in the startup
19483 message.
19484
19485 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19486
19487 * progmodes/compile.el (compilation-parse-errors): Collect
19488 `nomessage' regexps last.
19489
19490 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19491
19492 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19493 to the function name.
19494
19495 2000-05-15 Dave Love <fx@gnu.org>
19496
19497 * speedbar.el (speedbar-recenter): Typo.
19498 (speedbar-expand-line): Make arg optional.
19499 (speedbar-mode): Avoid a compiler warning.
19500
19501 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19502
19503 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19504 user-specified option string is empty.
19505
19506 * mouse.el (mouse-yank-at-click): Doc fix.
19507
19508 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19509
19510 * term/internal.el (IT-character-translations): More updates of
19511 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19512 documents.
19513
19514 2000-05-15 Gerd Moellmann <gerd@gnu.org>
19515
19516 * env.el (getenv): New function, interactively callable.
19517 (setenv, getenv): Remove autoload cookies.
19518
19519 * loadup.el: Load `env'.
19520
19521 * progmodes/f90.el: Change author's mail address.
19522
19523 2000-05-14 Dave Love <fx@gnu.org>
19524
19525 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19526 goto-addr as an option.
19527
19528 * help.el (help-xref-stack): Doc fix.
19529 (help-xref-following): New variable.
19530 (help-make-xrefs): Use it.
19531 (help-xref-go-back): Use position information from stack element.
19532 (help-follow): Make position in stack element a pair. Use
19533 help-xref-following.
19534
19535 * autoarg.el: New file.
19536
19537 * faces.el: Declare more functions obsolete.
19538
19539 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19540 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19541 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19542 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19543 Remove all the setup-...-environment functions.
19544
19545 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19546
19547 * speedbar.el: Updated the commentary section. xemacs20p now uses
19548 >= when detecting. Require `defimage' safely.
19549 (speedbar-easymenu-definition-base): Add toggle for images.
19550 (speedbar-easymenu-definition-special): Add flush cache & expand.
19551 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19552 (speedbar-reconfigure-keymaps-hook): New variable.
19553 (speedbar-frame-parameters): Updated documentation.
19554 (speedbar-use-imenu-flag): Updated custom tag
19555 (speedbar-dynamic-tags-function-list): New variable.
19556 (speedbar-tag-hierarchy-method): Updated doc & custom.
19557 (speedbar-indentation-width, speedbar-indentation-width) New
19558 variables.
19559 (speedbar-hide-button-brackets-flag): Customizable.
19560 (speedbar-vc-indicator): Doc update.
19561 (speedbar-ignored-path-expressions): Updated default value.
19562 (speedbar-supported-extension-expressions): Updated default value.
19563 (speedbar-syntax-table): Remove {} paren status.
19564 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19565 as "+". Added overlay aliases.
19566 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19567 `force-mode-line-update'.
19568 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19569 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19570 `mouse-set-point'
19571 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19572 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19573 of arbitrary text, and new helper functions.
19574 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19575 filename finder.
19576 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19577 (speedbar-directory-buttons): Update path search/expansion.
19578 (speedbar-make-tag-line): Pay attention to
19579 `speedbar-indentation-width'. Use more care w/ invisible
19580 properties.
19581 (speedbar-change-expand-button-char): Call
19582 `speedbar-insert-image-button-maybe'.
19583 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19584 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19585 (speedbar-trim-words-tag-hierarchy)
19586 (speedbar-simple-group-tag-hierarchy): New functions
19587 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19588 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19589 functions.
19590 (speedbar-mouse-set-point): New function
19591 (speedbar-power-click): Updated documentation.
19592 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19593 of tag prefix text.
19594 (speedbar-expand-line, speedbar-contract-line): Make more robust
19595 to strange text.
19596 (speedbar-expand-line): Takes universal argument to flush the
19597 cache.
19598 (speedbar-flush-expand-line): New function.
19599 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19600 Use new generator insertion method.
19601 (speedbar-fetch-dynamic-tags): New function.
19602 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19603 `speedbar-fetch-dynamic-imenu'.
19604 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19605 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19606 "Revert Buffer" menu items.
19607 (speedbar-buffer-buttons-engine): Be smarter when creating a
19608 filename tag (for expansion purposes.).
19609 (speedbar-highlight-one-tag-line,
19610 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19611 (speedbar-recenter): New functions.
19612 (defimage-speedbar): Image loading abstraction.
19613 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19614 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19615 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19616 (speedbar-tag-type, speedbar-tag-mail): New images.
19617 (speedbar-expand-image-button-alist): New variable.
19618 (speedbar-insert-image-button-maybe): Insert an image over some
19619 buttons.
19620
19621 2000-05-13 Kenichi Handa <handa@etl.go.jp>
19622
19623 * international/mule-cmds.el (encode-coding-char): An ASCII
19624 character is always encodable.
19625
19626 * international/mule-conf.el: Add more information in descriptions
19627 of character sets.
19628
19629 * international/mule-diag.el (describe-char-after): New function.
19630 (describe-font-internal): Adjusted for the change of font-info.
19631 (describe-font): Likewise.
19632 (print-fontset): Rewritten for the new fontset implementation.
19633 (describe-fontset): Include fontset alias names in completion.
19634 (list-fontsets): Adjusted for the change of print-fontset.
19635
19636 * simple.el (what-cursor-position): If DETAIL is non-nil, call
19637 describe-char-after instead of displaying the detail in the echo
19638 area.
19639 (syntax-code-table): Format changed.
19640 (string-to-syntax): Adjusted for the above change.
19641
19642 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
19643
19644 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
19645
19646 2000-05-12 Dave Love <fx@gnu.org>
19647
19648 * calendar/todo-mode.el: Remove some compatibility stuff and CL
19649 dependence. Use line-{beginning,end}-position, not
19650 point-at{b,e}ol. Some doc fixes.
19651 (todo-position): New function. Fix callers of position to use it.
19652 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
19653
19654 2000-05-12 Gerd Moellmann <gerd@gnu.org>
19655
19656 * time.el (display-time-mail-icon): Use `:ascent center'.
19657
19658 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
19659 handling FTP security extensions.
19660
19661 2000-05-11 Dave Love <fx@gnu.org>
19662
19663 * calendar/todo-mode.el: New file.
19664
19665 2000-05-11 Gerd Moellmann <gerd@gnu.org>
19666
19667 * comint.el (comint-read-input-ring): Move reference to
19668 comint-input-ring-size outside of the save-excursion. It was
19669 causing the default value to be the only one ever seen.
19670
19671 * font-lock.el: Update copyright. Remove Simon Marshall's email
19672 address on request from him.
19673
19674 * subr.el (substitute-key-definition): Add comment describing
19675 the meaning of PREFIX.
19676
19677 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
19678
19679 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
19680
19681 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
19682 (add-minor-mode): Don't make the variable buffer-local and add a
19683 reference to define-minor-mode in the docstring.
19684
19685 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
19686 HEADER/FOOTER and fix bug with trailing empty directory.
19687 (cvs-append-to-ignore): Use vc-editable-p if available.
19688 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
19689 (vc-do-command): Tweak advice to handle the new VC.
19690
19691 * log-view.el (log-view-goto-rev): New function for the new VC.
19692 (log-view-minor-wrap): Use mark-active.
19693
19694 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
19695 (log-edit-changelog-full-paragraphs): New var.
19696 (log-edit-insert-changelog): Remove a lonely leading `* file'.
19697 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
19698 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
19699 (log-edit-changelog-ours-p, log-edit-changelog-entries)
19700 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
19701 Replace the `cvs' prefix with `log-edit'.
19702
19703 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
19704
19705 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
19706 (diff-font-lock-defaults): Explicitly turn off multiline.
19707 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
19708 (diff-ediff-patch): Fix call to ediff-patch-file.
19709 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
19710 Handle comments.
19711
19712 * frame.el (automatic-hscrolling): Typo.
19713
19714 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
19715
19716 2000-05-09 Sam Steingold <sds@goems.com>
19717
19718 * apropos.el (apropos-print): use `describe-face' instead of
19719 `customize-face-other-window'.
19720
19721 2000-05-09 Dave Love <fx@gnu.org>
19722
19723 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
19724
19725 * help.el (describe-variable): Have customize button pop the
19726 help-xref stack when invoked.
19727 (help-xref-symbol-regexp): Add `face'.
19728 (help-make-xrefs): Check for quoted face names and adapt regexp
19729 submatch numbers to cope.
19730 (help-xref-interned): Maybe insert face doc too. Separate
19731 sections with a line of hyphens.
19732
19733 * faces.el: Some doc fixes. Declare some functions obsolete.
19734 (describe-face): Add customize button. Return the help
19735 text. Fix prompt.
19736
19737 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
19738
19739 * term/internal.el (IT-character-translations): Fix last change.
19740
19741 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19742
19743 * woman.el: New file
19744 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
19745
19746 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
19747
19748 * term/internal.el (IT-character-translations): Update ASCII
19749 simulations for greek-iso8859-7, add latin-iso8859-14 and
19750 latin-iso8859-15.
19751
19752 * international/mule-cmds.el (set-language-info-alist): Call
19753 define-prefix-command with 3 arguments, to make the map suitable
19754 for a menu.
19755
19756 2000-05-07 Dave Love <fx@gnu.org>
19757
19758 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
19759
19760 2000-05-05 Dave Love <fx@gnu.org>
19761
19762 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
19763 list in doc string. Don't quote keyword symbols.
19764 * emacs-lisp/cl.el: Likewise
19765 * emacs-lisp/cl-seq.el: Likewise
19766
19767 2000-05-05 Gerd Moellmann <gerd@gnu.org>
19768
19769 * abbrev.el (abbrev-mode): Make ARG optional.
19770
19771 2000-05-04 Gerd Moellmann <gerd@gnu.org>
19772
19773 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
19774
19775 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
19776
19777 * subr.el (substitute-key-definition): Clarify documentation.
19778
19779 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
19780
19781 * glasses.el (glasses-convert-to-unreadable): Use
19782 `glasses-separator' instead of the hard-wired "_".
19783 (glasses-mode): Call `glasses-make-unreadable' only in a single
19784 place.
19785
19786 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
19787
19788 * term/internal.el (cjk-codepages-alist): Add associations for
19789 Chinese and Korean codepages. Remove FIXME comment.
19790
19791 2000-05-03 Dave Love <fx@gnu.org>
19792
19793 * time.el (display-time-mail-face, display-time-use-mail-icon):
19794 New option.
19795 (display-time-mail-icon): New variable.
19796 (display-time-string-forms): Use the above. Fix the local-map.
19797
19798 2000-05-03 Gerd Moellmann <gerd@gnu.org>
19799
19800 * replace.el (query-replace-map): Add binding for `E'.
19801 (query-replace-help): Extend help text.
19802 (perform-replace): Allow editing the replacement string.
19803
19804 * make-mode.el (makefile-mode-abbrev-table): New variable.
19805 (makefile-mode): Set local abbrev table to
19806 makefile-mode-abbrev-table.
19807 (makefile-font-lock-keywords): Fontify includes and conditionals.
19808
19809 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
19810 set TOGGLE's value.
19811
19812 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
19813 mail-interactive-insert-alias.
19814 (mail-abbrev-complete-alias): New command.
19815 (mail-mode-map): Bind it to `M-TAB'.
19816
19817 2000-05-03 Kenichi Handa <handa@etl.go.jp>
19818
19819 * language/lao-util.el (lao-compose-region): New function.
19820
19821 2000-05-02 Gerd Moellmann <gerd@gnu.org>
19822
19823 * files.el (recover-session): Make directories as necessary
19824 if they don't exist yet.
19825
19826 * calendar/cal-french.el
19827 (french-calendar-multibyte-special-days-array)
19828 (french-calendar-special-days-array): Change French text.
19829 (calendar-french-date-string): Change output.
19830 (calendar-goto-french-date): Likewise.
19831
19832 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
19833
19834 * wid-edit.el (widget-default-active): Obey `:always-active'.
19835 (widget-documentation-string-value-create): Set `:always-active'.
19836
19837 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19838
19839 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
19840 default prefix to `~/_emacs.d/auto-save.list/_s'.
19841 (normal-top-level): Create the directory for auto-save files, if
19842 it doesn't already exist (in the ms-dos case only).
19843
19844 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
19845
19846 * international/mule-cmds.el (set-language-environment): Don't
19847 concat an integer (dos-codepage), use format instead.
19848
19849 2000-05-02 Dave Love <fx@gnu.org>
19850
19851 * help.el (help-xref-on-pp): Check for constant symbols.
19852
19853 2000-04-29 Gerd Moellmann <gerd@gnu.org>
19854
19855 * startup.el (normal-top-level): Put a condition-case around
19856 the code loading subdirs.el.
19857
19858 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19859
19860 * ps-print.el: Upside-down and face background color printing,
19861 line number step, doc fix.
19862 (ps-print-version): New version number (5.2).
19863 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
19864 (ps-face-attribute-list, ps-plot-with-face): Code fix.
19865 (ps-spool-config): Var fix.
19866 (ps-printer-name-option): Const fix.
19867 (ps-print-upside-down, ps-use-face-background)
19868 (ps-line-number-step): New vars.
19869 (ps-window-system, ps-lp-system): New consts.
19870 (ps-face-background): New fun.
19871
19872 2000-04-28 Richard Stallman <rms@gnu.org>
19873
19874 * files.el (make-auto-save-file-name):
19875 Apply auto-save-file-name-transforms to visited file name
19876 before generating auto save file name.
19877 (auto-save-file-name-transforms): New variable.
19878
19879 * files.el (backup-enable-predicate):
19880 Correctly test for a file under a temporary directory.
19881
19882 2000-04-28 Gerd Moellmann <gerd@gnu.org>
19883
19884 * subr.el (add-minor-mode): Rewritten.
19885
19886 2000-04-28 Kenichi Handa <handa@etl.go.jp>
19887
19888 * mail/sendmail.el (sendmail-send-it): Set
19889 buffer-file-coding-system to the selected coding system for MIME
19890 header.
19891
19892 2000-04-27 Gerd Moellmann <gerd@gnu.org>
19893
19894 * dired.el (dired-move-to-filename-regexp): Allow format where
19895 YYYY is followed by two spaces.
19896
19897 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
19898 in the second character class of the regexp.
19899
19900 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
19901 mh-etc, too.
19902
19903 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
19904 nil.
19905
19906 * subr.el (add-minor-mode): Use `set' instead of `setq'.
19907
19908 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
19909 argument.
19910
19911 2000-04-27 Sen Nagata <sen@eccosys.com>
19912
19913 * emacs-lisp/crm.el (crm-completion-table): New variable.
19914 (crm-collection-fn, crm-test-completion)
19915 (completing-read-multiple): Use it.
19916
19917 2000-04-27 Dave Love <fx@gnu.org>
19918
19919 * help.el (locate-library): Use mapc.
19920 (help-manyarg-func-alist): Add call-process-region.
19921
19922 2000-04-26 Gerd Moellmann <gerd@gnu.org>
19923
19924 * subr.el (add-minor-mode): Make argument MAP optional.
19925
19926 * desktop.el (desktop-save): Save list of minor modes.
19927 (desktop-create-buffer): Restore minor modes.
19928 (desktop-minor-mode-table): New user-option.
19929
19930 * subr.el (add-minor-mode): New function.
19931
19932 * image.el (find-image): New function.
19933 (defimage): Rewritten to find image at load time.
19934
19935 * startup.el (normal-top-level-add-to-load-path): Handle
19936 case that the default directory is not in load-path.
19937
19938 * help.el: Old patch from Stefan Monnier.
19939 (help-xref-on-pp): New function.
19940 (describe-variable): Use it to display xrefs in a symbol's value.
19941
19942 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
19943
19944 * cus-edit.el (custom-face): Fix parenthesis.
19945
19946 2000-04-26 Kenichi Handa <handa@etl.go.jp>
19947
19948 * mail/rmail.el (rmail-expunge): When there are no deleted
19949 messages, do nothing.
19950
19951 2000-04-26 Dave Love <fx@gnu.org>
19952
19953 * international/mule-cmds.el (locale-translation-file-name):
19954 Defvar to nil.
19955 (set-locale-environment): Set it here (at runtime).
19956
19957 2000-04-25 Gerd Moellmann <gerd@gnu.org>
19958
19959 * replace.el (perform-replace): Add parameters START and END. Use
19960 them instead of the check for a region in Transient Mark mode.
19961 (query-replace-read-args): Return two more list elements for the
19962 start and end of the region in Transient Mark mode.
19963 (query-replace, query-replace-regexp, query-replace-regexp-eval)
19964 (map-query-replace-regexp, replace-string, replace-regexp): Add
19965 optional last arguments START and END and pass them to
19966 perform-replace.
19967
19968 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
19969 form with additional arguments for perform-replace.
19970
19971 * progmodes/etags.el (tags-query-replace): Add parameters START
19972 and END. Construct a form with additional arguments for
19973 perform-replace.
19974
19975 * simple.el (shell-command): Set default directory for "*Shell
19976 Command Output" buffer.
19977
19978 * language/european.el (iso-latin-4): Fix typo.
19979
19980 * emacs-lisp/crm.el: New file.
19981
19982 2000-04-24 Dave Love <fx@gnu.org>
19983
19984 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
19985 (Custom-reset-saved, Custom-reset-standard)
19986 (custom-group-value-create, custom-group-set, custom-group-save)
19987 (custom-group-reset-current, custom-group-reset-saved)
19988 (custom-group-reset-standard): Use mapc.
19989 (custom-buffer-create-internal): Disable undo when creating items.
19990 Use mapc.
19991 (custom-face): Avoid redundant lambda.
19992
19993 2000-04-24 Gerd Moellmann <gerd@gnu.org>
19994
19995 * startup.el (auto-save-list-file-prefix): Set default to
19996 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
19997
19998 2000-04-24 Sam Steingold <sds@gnu.org>
19999
20000 * time-stamp.el (time-stamp-string-preprocess): Always convert
20001 `field-result' to a string.
20002
20003 2000-04-24 Gerd Moellmann <gerd@gnu.org>
20004
20005 * frame.el (scrolling): New group.
20006 (automatic-hscrolling): New user-option.
20007
20008 * startup.el (command-line-x-option-alist): Add `-lsp' and
20009 `--line-spacing'.
20010
20011 2000-04-19 Dave Love <fx@gnu.org>
20012
20013 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20014 (cl-mapc): Rename from mapc. Fix the funcall.
20015
20016 2000-04-19 Gerd Moellmann <gerd@gnu.org>
20017
20018 * simple.el (clone-indirect-buffer-other-window): New command.
20019 (clone-indirect-buffer): Add optional arg NORECROD.
20020 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20021
20022 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20023
20024 * window.el (count-screen-lines): New function.
20025 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20026 instead of window-buffer-height.
20027
20028 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20029 non-existing variable comint-input-sentinel.
20030 (inferior-lisp-args-to-list): Removed.
20031 (inferior-lisp): Use split-string instead of
20032 inferior-lisp-args-to-list.
20033
20034 * hexl.el (hexl-insert-hex-string): New command.
20035
20036 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20037 instead of concat.
20038
20039 2000-04-18 Gerd Moellmann <gerd@gnu.org>
20040
20041 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20042 at the start of an existing but empty folder.
20043
20044 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20045
20046 * ps-mule.el: Customization fix, doc fix.
20047 (ps-multibyte-buffer): Customization fix.
20048
20049 2000-04-17 Richard M. Stallman <rms@gnu.org>
20050
20051 * subr.el (read-passwd): Use read-char-exclusive.
20052
20053 2000-04-17 Gerd Moellmann <gerd@gnu.org>
20054
20055 * textmodes/texinfo.el (texinfo-insert-@email)
20056 (texinfo-insert-@emph, texinfo-insert-@quotation)
20057 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20058 (texinfo-mode-map): Add key bindings for them.
20059
20060 * files.el (basic-save-buffer-2): Use a template with `$'
20061 instead of `#' for VMS.
20062
20063 * simple.el (clone-indirect-buffer): New function.
20064
20065 2000-04-16 Stephen Eglen <stephen@gnu.org>
20066
20067 * iswitchb.el (iswitchb-case): New function. If the user input
20068 contains any upper-case characters, the search is made
20069 case-sensitive.
20070
20071 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20072
20073 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20074 comment-end.
20075 (texinfo-font-lock-syntactic-keywords): New var.
20076 (texinfo-font-lock-keywords): Remove comment regexp.
20077 (texinfo-insert-block): New function.
20078 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20079 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20080 and font-lock-defaults. Use regexp-opt for outline-regexp.
20081 (texinfo-environments): New var.
20082 (texinfo-environment-regexp): Use regexp-opt and
20083 texinfo-environments.
20084
20085 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20086 ispell-process is bound since this might be eval'd before ispell
20087 is loaded.
20088 (ispell-message): Use a tiny bit less magic and a bit more hard
20089 data to figure out what kind of sc-cite-regexp to use.
20090
20091 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20092
20093 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20094 (insert-cyclic-diary-entry): Unquote the lambda.
20095
20096 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20097
20098 * files.el (backup-enable-predicate): Unquote the lambda.
20099
20100 * cus-edit.el (custom-face, face): Unquote the lambda.
20101
20102 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20103
20104 * ps-print.el: Check for line-beginning-position definition.
20105
20106 * ps-print.el: Fix counting lines in a region.
20107 (ps-print-version): New version number (5.1.5).
20108 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20109 (ps-printing-region): Fun code fix.
20110
20111 2000-04-15 Gerd Moellmann <gerd@gnu.org>
20112
20113 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20114 to file-directory-p.
20115
20116 2000-04-14 Gerd Moellmann <gerd@gnu.org>
20117
20118 * gud.el (gud-jdb-build-source-files-list): Check that directory
20119 exists before calling directory-files.
20120
20121 2000-04-13 Dave Love <fx@gnu.org>
20122
20123 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20124 syntax.
20125
20126 * emacs-lisp/cl-specs.el: Remove when, unless.
20127
20128 * emacs-lisp/cl-extra.el: Don't quote keywords.
20129 (cl-old-mapc): New variable.
20130 (mapc): Use it.
20131 (cl-map-intervals): Use with-current-buffer. Don't check for
20132 next-property-change.
20133 (cl-map-overlays): Use with-current-buffer.
20134 (cl-expt): Remove.
20135 (copy-tree, remprop): Define unconditionally.
20136
20137 * emacs-lisp/cl-compat.el (keywordp): Remove.
20138
20139 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20140 to use keywordp.
20141 (edebug-spec): Enable keywordp.
20142
20143 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20144 string-lessp.
20145
20146 * cus-start.el: Use keywordp.
20147
20148 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20149
20150 * diary-lib.el (include-other-diary-files): Fix the fix of
20151 2000-02-18 by doing a save-excursion.
20152
20153 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20154
20155 * ps-print.el: Customization fix, doc fix.
20156 (ps-print-version): New version number (5.1.4).
20157 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20158 (ps-print-preprint): Adjust code.
20159 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20160 (ps-print-prologue-header, ps-print-control-characters)
20161 (ps-spool-config): Customization fix.
20162
20163 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20164
20165 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20166 converted to the new menu-item format, names silightly changed,
20167 help strings added.
20168
20169 Support for spelling without async subprocesses:
20170
20171 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20172 (ispell-session-buffer): New variables.
20173 (ispell-start-process, ispell-process-status,
20174 ispell-accept-output, ispell-send-string): New functions, for
20175 Ispell invocation when async subprocesses aren't supported.
20176 (ispell-word, ispell-pdict-save, ispell-command-loop,
20177 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20178 to process-send-string with calls to ispell-send-string, and
20179 accept-process-output with ispell-accept-output.
20180 (ispell-init-process): Call ispell-process-status instead of
20181 process-status with.
20182 (ispell-init-process): Call ispell-start-process. Call
20183 ispell-accept-output and ispell-send-string. Don't call
20184 process-kill-without-query and kill-process if they are unbound.
20185 (ispell-async-processp): New function.
20186
20187 2000-04-12 Dave Love <fx@gnu.org>
20188
20189 * info.el: Add debug-ignored-errors.
20190 (Info-mode-menu): Add some items.
20191 (Info-directory): Add autoload cookie.
20192
20193 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20194 Modify `truncate-lines'. Make `describe-language-environment'
20195 always visible and add help. Modify `describe-key' help. Invoke
20196 Info-directory from `info'. New entry `emacs-manual'.
20197
20198 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20199
20200 * progmodes/ebrowse.el (ebrowse-tree-mode):
20201 Use propertized-buffer-identification.
20202 (ebrowse-update-member-buffer-mode-line): Likewise.
20203 (ebrowse--mode-strings): Removed.
20204 (ebrowse--mode-line-props): Removed.
20205
20206 * files.el (auto-mode-alist): Add `EBROWSE'.
20207
20208 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20209 space before testing for end of buffer.
20210 (ebrowse-load): Removed.
20211 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20212 (ebrowse-create-tree-buffer): Rewritten.
20213 (ebrowse-tree-mode): Read tree from buffer.
20214
20215 * progmodes/ebrowse-ffh.el: Removed.
20216
20217 2000-04-10 Kenichi Handa <handa@etl.go.jp>
20218
20219 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20220
20221 2000-04-10 Gerd Moellmann <gerd@gnu.org>
20222
20223 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20224 at the wrong place.
20225
20226 2000-04-09 Dave Love <fx@gnu.org>
20227
20228 * files.el (backup-enable-predicate):
20229 Use temporary-file-directory, small-temporary-file-directory.
20230 (make-backup-file-name-function, backup-directory-alist): New vars.
20231 (make-backup-file-name-1): New function.
20232 (make-backup-file-name): Use it.
20233 (find-backup-file-name): Likewise. Use format for clarity, not concat.
20234 (file-newest-backup): Use make-backup-file-name.
20235
20236 2000-04-09 Gerd Moellmann <gerd@gnu.org>
20237
20238 * progmodes/ebrowse-ffh.el: New file.
20239
20240 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20241 Moved to ebrowse-ffh.el.
20242 (ebrowse-load): Add autoload.
20243
20244 * finder.el (finder-commentary): Add autoload cookie.
20245
20246 * mail/rfc2368.el: Correct author's email address.
20247
20248 * progmodes/ebrowse.el: New file.
20249
20250 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20251 item help string.
20252 (easy-menu-do-add-item): Ditto.
20253 (easy-menu-define): Extend doc string.
20254
20255 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
20256 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20257 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20258 with-buffer-unmodified.
20259
20260 2000-04-08 Dave Love <fx@gnu.org>
20261
20262 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20263 unless, when.
20264
20265 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20266
20267 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20268 (viper-flash-search-pattern): No operation when using Emacs
20269 doesn't support face.
20270 Use `viper-put-on-search-overlay'.
20271
20272 2000-04-04 Gerd Moellmann <gerd@gnu.org>
20273
20274 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20275 like C-r.
20276
20277 * progmodes/make-mode.el: Some doc fixes.
20278 (makefile-mode-abbrev-table): New variable.
20279 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20280 (makefile-font-lock-keywords): Fontify includes and conditionals.
20281 (toplevel): Require `dabbrev' and `add-log' when compiling.
20282
20283 * replace.el (perform-replace): Don't move forward one char
20284 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20285 to do that because it leaves point 1 position after the last
20286 replacement, after everything has been replaced.
20287
20288 * jit-lock.el (with-buffer-unmodified): New macro.
20289 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20290 modified state.
20291 (jit-lock-function-1): Extracted from jit-lock-function; not
20292 preserving buffer's modified state.
20293 (jit-lock-function, jit-lock-stealth-fontify):
20294 Call jit-lock-function-1.
20295
20296 * mail/rfc2368.el: Remove supernumerary copyright line.
20297
20298 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
20299
20300 * glasses.el: Provide facilities for inserting space before left
20301 parentheses and uncapitalization of identifiers.
20302 (glasses-mode): Try to remove old overlays in all cases.
20303
20304 2000-04-03 Gerd Moellmann <gerd@gnu.org>
20305
20306 * progmodes/compile.el (compile-internal): Display the compilation
20307 buffer in a different frame, if it's already displayed there.
20308
20309 * mail/rfc2368.el: New file.
20310
20311 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20312 header and insert its value as mail body.
20313
20314 * subr.el (member-ignore-case): New function.
20315
20316 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20317 (dabbrev--find-expansion): Ignore buffers matching a regexp
20318 from dabbrev-ignored-regexps.
20319
20320 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20321 to extensions handled by gzip.
20322
20323 2000-04-03 Richard M. Stallman <rms@gnu.org>
20324
20325 * files.el (insert-directory): List the total free space
20326 along with the used space.
20327
20328 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20329 line is followed by one that matches CITATION-REGEXP, end the
20330 paragraph.
20331
20332 2000-04-03 Markus Rost <rost@delysid.gnu.org>
20333
20334 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20335 (rmail-make-basic-summary-line): Use that option.
20336
20337 2000-04-03 Kenichi Handa <handa@etl.go.jp>
20338
20339 * international/mule-cmds.el (encoded-string-description):
20340 Rewritten. Try pretty description for ISO 2022 escape sequences
20341 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20342 for hexadecimal format.
20343
20344 2000-04-01 Dave Love <fx@gnu.org>
20345
20346 * cpp.el: Change customization group to `c' from `C'.
20347
20348 * vcursor.el (vcursor-move): Use display-color-p.
20349
20350 * international/mule-util.el: Provide mule-utils.
20351 (string-to-sequence): Simplify and speed up.
20352
20353 * international/mule.el (make-coding-system): Purecopy doc-string.
20354
20355 * international/mule-cmds.el: Various menu changes.
20356 (describe-specified-language-support): Handle `Default'.
20357 (set-language-info): Purecopy `info'.
20358
20359 2000-03-31 Andrew Innes <andrewi@gnu.org>
20360
20361 * vc.el (vc-backend-diff): Return the correct status if we had to
20362 retry the rcsdiff command without the --brief option.
20363
20364 2000-03-31 Dave Love <fx@gnu.org>
20365
20366 * help.el (help-manyarg-func-alist): Correct several omissions.
20367
20368 * add-log.el: Don't require cl, fortran.
20369 (add-log-current-defun-function): Doc fix.
20370 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
20371 (change-log-version-rcs): Function deleted.
20372 (change-log-version-number-search): Doc fix.
20373 Use vc-workfile-version. Avoid CL dolist.
20374 (add-change-log-entry): Just call add-log-current-defun to get
20375 defun. Simplify somewhat.
20376 (change-log-get-method-definition-1): Likewise.
20377 (add-log-current-defun): Return nil if calling
20378 add-log-current-defun-function does so. Move Fortran stuff to
20379 fortran.el. Return string without properties.
20380
20381 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20382 and :alpha: char classes.
20383
20384 * mail/supercite.el: Defvar curline when compiling.
20385 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20386 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20387 rather than a-zA-Z0-9 to allow non-ASCII characters.
20388
20389 2000-03-31 Gerd Moellmann <gerd@gnu.org>
20390
20391 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20392
20393 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20394 Re-enable new code.
20395
20396 * lpr.el (print-region-1): Use -d to specify printer name for
20397 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20398
20399 2000-03-31 Dave Love <fx@gnu.org>
20400
20401 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20402 Look for function definition in symbol's function value slot first
20403 instead of first consulting byte-compile-function-environment.
20404
20405 2000-03-31 Kenichi Handa <handa@etl.go.jp>
20406
20407 * language/european.el ("Polish"): New language environment.
20408 (setup-polish-environment): New function.
20409
20410 2000-03-30 Gerd Moellmann <gerd@gnu.org>
20411
20412 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20413 Disable new code.
20414
20415 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20416 trying to `load' the symbol of an autoload instead of the file
20417 recorded in the autoload. Fix error messages.
20418
20419 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20420
20421 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20422 (ps-print-version): New version number (5.1.3).
20423 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20424 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20425 (ps-generate-postscript-with-faces): Code fix.
20426 (ps-color-values): XEmacs compatibility.
20427 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20428 (ps-default-fg, ps-default-bg): Adjust customization.
20429 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20430 (ps-color-scale): Renaming old ps-color-value fun.
20431 (ps-print-headers): Replace ps-print-header group to avoid conflict
20432 with ps-print-header variable.
20433 (ps-print-miscellany): New group.
20434 (ps-format-color, ps-rgb-color): New funs.
20435 (ps-default-foreground): New var.
20436 (ps-printer-name-option): New const.
20437
20438 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20439
20440 * net/net-utils.el:
20441 (network-connection-host, network-connection-service): New variables
20442 (network-connection-mode): New mode, derived from comint-mode
20443 (network-connection-mode-setup): New function, saves host and
20444 service information in local variables.
20445
20446 * lisp/locate.el:
20447 (locate-word-at-point): Added this function
20448 (locate): Default to using locate-word-at-point as input
20449 Run dired-mode-hook
20450
20451 2000-03-29 Dave Love <fx@gnu.org>
20452
20453 * calendar/appt.el: Doc fixes.
20454 (appt-check): Convert min-to-app to a string before passing to
20455 appt-disp-window-function or concat.
20456 (appt-delete-window): Remove test for frame-root-window.
20457 (appt-select-lowest-window, appt-convert-time): Simplify.
20458
20459 * emacs-lisp/bytecomp.el: Doc fixes.
20460 (byte-compile-file-form-autoload):
20461 Update byte-compile-function-environment.
20462
20463 2000-03-29 Andreas Schwab <schwab@suse.de>
20464
20465 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
20466
20467 * dired.el (dired-insert-directory): If dired-free-space-program
20468 failed just delete its output.
20469
20470 2000-03-29 Dave Love <fx@gnu.org>
20471
20472 * international/iso-cvt.el: Move provide to end. Doc fixes.
20473 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20474 (iso-iso2sgml, iso-sgml2iso): New functions.
20475 (iso-cvt-define-menu): Fix some entries and use backquote for
20476 clarity.
20477
20478 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20479
20480 2000-03-28 Gerd Moellmann <gerd@gnu.org>
20481
20482 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20483 ISO-DATE. If non-nil, return date in ISO 8601 format.
20484
20485 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20486
20487 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20488 if it ever becomes used.
20489 (log-edit-mode-hook): Default to vc-log-mode-hook.
20490 (log-edit-mode): Fix the docstring.
20491
20492 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20493 the code.
20494
20495 2000-03-26 Dave Love <fx@gnu.org>
20496
20497 * net/browse-url.el (browse-url): Re-fix case of
20498 browse-url-browser-function being an alist.
20499 (browse-url): Add :link to defgroup.
20500
20501 * files.el: Doc fixes.
20502 (file-truename): Include `[' in wildcard characters.
20503 (automount-dir-prefix): Customize.
20504 (find-file-wildcards): Add :version.
20505 (find-file-noselect): Simplify a mapcar call.
20506
20507 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20508 compatible with inf-lisp version.
20509 (eval-defun-1): Fix custom-declare-variable case.
20510
20511 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20512
20513 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20514
20515 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20516
20517 * Makefile (COMPILE_FIRST): New macro.
20518 (compile-files): Compile files from COMPILE_FIRST first.
20519
20520 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
20521
20522 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20523 matching open parenthesis in column 0 to defun-prompt-regexp
20524 only if open-paren-in-column-0-is-defun-start is set.
20525
20526 * sun-curs.el: Require CL at compile-time only.
20527
20528 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20529 instead of copy-list which is a function from CL.
20530 (msb--choose-menu, msb--mode-menu-cond)
20531 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20532 (msb--init-file-alist): Use mapcar instead of mapcan.
20533 (msb--aggregate-alist): Use mapcar instead of mapcan.
20534 Fix `(' in column 0 in doc string.
20535 (msb--add-separators): Use mapcar instead of mapcan.
20536
20537 * cus-dep.el: Require CL at compile-time only.
20538
20539 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20540
20541 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20542 (byte-compile-warnings): New warning `noruntime'.
20543 (byte-compile-constants, byte-compile-variables): Fix docstring.
20544 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20545 execute `eval-whenc-compile's body.
20546 (byte-compile-unresolved-functions): Fix docstring.
20547 (byte-compile-eval): New function.
20548 (byte-compile-callargs-warn): Check if the function will be available
20549 at runtime (via property `byte-compile-noruntime').
20550 (byte-compile-print-syms): New function.
20551 (byte-compile-warn-about-unresolved-functions): Also warn about
20552 `noruntime' functions (and use `byte-compile-print-syms').
20553 (byte-compile-file): Capitalize the message.
20554
20555 2000-03-24 Gerd Moellmann <gerd@gnu.org>
20556
20557 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20558 (rmail-expunge): Ask for confirmation depending on the setting
20559 of rmail-confirm-expunge.
20560
20561 2000-03-23 Gerd Moellmann <gerd@gnu.org>
20562
20563 * Makefile (bootstrap-clean): If $(emacs) exists, build
20564 loaddefs.el first. A loaddefs.el that's not up-to-date might
20565 cause a bootstrap failure because things don't autoload as expected.
20566
20567 2000-03-23 Dave Love <fx@gnu.org>
20568
20569 * net/browse-url.el: Restore previous use of
20570 browse-url-maybe-new-window.
20571
20572 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20573
20574 * ps-print.el: Skip banner page fix.
20575 (ps-print-version): New version number (5.1.2).
20576 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20577
20578 2000-03-23 Dave Pearson <davep@davep.org>
20579
20580 * net/quickurl.el Changed the type of parameter passed to the
20581 function defined by `quickurl-format-function'. Before only the
20582 text of the URL was passed. Now the whole URL structure is passed
20583 and the function is responsible for extracting the parts it requires.
20584 Changed the default of `quickurl-format-function' accordingly.
20585 (quickurl-insert): Changed the `funcall' of
20586 `quickurl-format-function' to match the above change.
20587 (quickurl-list-insert): Changed the `url' case so that it makes
20588 use of `quickurl-format-function', previous to this the format was
20589 hard wired.
20590
20591 2000-03-22 Gerd Moellmann <gerd@gnu.org>
20592
20593 * startup.el: Change some spellings for the X Window System.
20594
20595 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20596
20597 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20598 Clean up the code and the regexp and make sure the cursor is
20599 temporarily moved to the suspicious line while querying the user.
20600
20601 2000-03-22 Jason Rumney <jasonr@gnu.org>
20602
20603 * w32-fns.el (w32-charset-info-alist): Initialize.
20604
20605 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20606
20607 * ps-print.el: N-up last page fix.
20608 (ps-print-version): New version number (5.1.1).
20609 (ps-end-file, ps-end-job, ps-generate): Code fix.
20610
20611 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20612
20613 * files.el (find-file-run-dired): Update docstring.
20614 (find-directory-functions): New hook.
20615 (find-file-noselect): Run find-directory-functions rather than
20616 calling dired directly.
20617
20618 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20619
20620 * pcvs.el: Add a minimal leading commentary.
20621 (cvs-make-cvs-buffer): Change the header part by removing the startup
20622 message and adding a `Module' entry. Also replace the FOOTER and
20623 HEADER special fileinfos with the new support in ewoc for updating
20624 its own footer and header.
20625 (cvs-update-header): Update to use the header/footer of the ewoc.
20626 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20627 (cvs-is-within-p): New function.
20628 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20629 to only examine some subset of the buffers.
20630
20631 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
20632 `format' instead of our own ad-hoc functions.
20633 Remove HEADER and FOOTER cases, now handled in the EWOC.
20634 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
20635
20636 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
20637 output to avoid scaring the user.
20638 (cvs-parse-table): Catch message for non-up-to-date commits.
20639
20640 * pcvs-defs.el (cvs-startup-message): Remove.
20641 (cvs-global-menu): New autoloaded menu.
20642
20643 * pcvs-util.el (cvs-string-fill): Remove.
20644
20645 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
20646 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
20647 PP part of it and also make it work for footers and headers.
20648 (ewoc-create): Drop POS and BUFFER arguments.
20649 Use the DLL's dummy node to store the end-of-footer position.
20650 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
20651 (ewoc-refresh): Remove unused `header' variable.
20652 (ewoc-(get|set)-hf): New functions.
20653
20654 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
20655 log-view-*-(message|file) and use easy-mmode-define-navigation.
20656 (log-view-message-re): Match SCCS format as well.
20657 And match the revision line rather than the dashed separator line.
20658 (log-view-mode): Use the new define-derived-mode.
20659 (log-view-current-tag): Fill in with an actual implementation.
20660
20661 * cvs-status.el (cvs-status-(prev|next)): Rename from
20662 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
20663 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
20664 to let the output "breathe" a little more (more readable).
20665 (cvs-status-mode): Use the new define-derived-mode.
20666
20667 * smerge-mode.el (smerge-auto-leave): New function and variable.
20668 (smerge-basic-map): Rename from smerge-basic-keymap.
20669 Change the bindings for smerge-diff-*.
20670 (smerge-*-map): Use easy-mmode-defmap.
20671 (smerge-(next|prev)): Use easy-mmode-define-navigation.
20672 (smerge-keep-*): Use smerge-auto-leave.
20673
20674 2000-03-21 Jason Rumney <jasonr@gnu.org>
20675
20676 * cus-edit.el (custom-button-face): Use 3D look for w32.
20677 (custom-button-pressed-face): Likewise.
20678
20679 2000-03-21 Gerd Moellmann <gerd@gnu.org>
20680
20681 * progmodes/etags.el (tags-case-fold-search): New user-option.
20682 (tags-loop-eval): New function. Bind case-fold-search around eval
20683 depending on the value of tags-case-fold-search.
20684 (tags-loop-continue): Use tags-loop-eval.
20685 (find-tag-in-order): Bind case-fold-search depending on the value
20686 of tags-case-fold-search.
20687
20688 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20689
20690 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
20691 (diff-end-of-hunk): Return the end position for use in
20692 `easy-mmode-define-navigation'.
20693 (diff-recenter): Remove.
20694 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
20695 of `easy-mmode-define-navigation'.
20696 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
20697 previous renaming) and fix to use new names.
20698 (diff-merge-strings): Use \n as separator: simpler, faster.
20699 (diff-mode): Use `define-derived-mode'.
20700
20701 * derived.el (define-derived-mode): Don't autoload anymore.
20702 Prefer the macro-only version provided by easy-mmode.el.
20703
20704 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
20705 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
20706 (easy-mmode-define-navigation): New macro.
20707
20708 * subr.el (combine-run-hooks): New function.
20709
20710 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
20711
20712 * term/x-win.el: Fontsets related initialization is simplified.
20713
20714 * international/mule-diag.el (describe-font): Don't refer to
20715 global-fontset-alist, instead call font-list.
20716 (describe-fontset, list-fontsets, mule-diag): Likewise.
20717 (print-fontset): Adjusted for the change of fontset implementation.
20718
20719 * international/fontset.el (x-charset-registries): Variable removed,
20720 instead the corresponding data is stored in the default fontset.
20721 (register-alternate-fontnames): Function removed.
20722 (resolved-ascii-font): Variable removed.
20723 (x-compose-font-name): Ignore the second argument REDOCE.
20724 (x-complement-fontset-spec): Complement only an ASCII font and
20725 element for those charsets than can use that ASCII font.
20726 (generate-fontset-menu): Don't refer to global-fontset-alist,
20727 instead call fontset-list.
20728 (uninstantiated-fontset-alist): Variable removed.
20729 (x-style-funcs-alist): Likewise.
20730 (fontset-default-styles): Likewise.
20731 (x-modify-font-name): Function removed.
20732 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
20733 (create-fontset-from-ascii-font): Docsting adjusted for the above
20734 change.
20735 (instantiate-fontset, resolve-fontset-name): Functions removed.
20736 (fontset-list): Now implemented by C code.
20737
20738 * faces.el (read-face-font): Fix TABLE arg to completing-read.
20739 (describe-face): Include `font' attribute in the description.
20740
20741 2000-03-21 Kenichi Handa <handa@etl.go.jp>
20742
20743 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
20744
20745 2000-03-20 Gerd Moellmann <gerd@gnu.org>
20746
20747 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
20748 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
20749 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
20750
20751 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
20752 about behavior of set-buffer-modified-p wrt redisplay.
20753
20754 2000-03-19 Richard M. Stallman <rms@gnu.org>
20755
20756 * view.el (view-mode-disable): Kill local binding of view-read-only.
20757
20758 2000-03-18 Gerd Moellmann <gerd@gnu.org>
20759
20760 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
20761 is a string, convert it to a syntax cell using string-to-syntax.
20762
20763 * simple.el (syntax-code-table, syntax-flag-table): New variables.
20764 (string-to-syntax): New function.
20765
20766 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
20767 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
20768 try to use passive ftp mode.
20769
20770 2000-03-17 Gerd Moellmann <gerd@gnu.org>
20771
20772 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
20773
20774 * simple.el (append-to-buffer): Update point of windows after
20775 insertion.
20776
20777 * abbrev.el (inverse-add-abbrev): Identify word by first moving
20778 forward then moving backward. Reindent.
20779
20780 * frame.el (other-frame): Call x-focus-frame only if
20781 focus-follows-mouse is off.
20782
20783 2000-03-17 Dave Love <fx@gnu.org>
20784
20785 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
20786
20787 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
20788
20789 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
20790 regexp for labels cannot span several lines.
20791
20792 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
20793 `(setq :<key> ':<key>)' to the macro expansion.
20794
20795 2000-03-16 Dave Love <fx@gnu.org>
20796
20797 * progmodes/f90.el (f90): Put custom group under `languages', not
20798 `fortran'.
20799 (f90-mode-hook): Customize.
20800 (f90-mode): Set add-log-current-defun-function.
20801 (f90-current-defun): New function.
20802
20803 2000-03-16 Gerd Moellmann <gerd@gnu.org>
20804
20805 * cus-edit.el (custom-variable-tag-face): Handle case that
20806 default face's height is not a number.
20807 (custom-face-tag-face, custom-group-tag-face-1)
20808 (custom-group-tag-face): Ditto.
20809 (custom-group-tag-face-1): Add :group.
20810
20811 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
20812
20813 2000-03-15 Gerd Moellmann <gerd@gnu.org>
20814
20815 * pcvs-defs.el (toplevel): Remove autoload cookie for form
20816 requiring easymenu.
20817
20818 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20819
20820 * ps-print.el: PostScript user-defined prologue, PostScript error
20821 handler, doc fix.
20822 (ps-print-version): New version number (5.1).
20823 (ps-user-defined-prologue, ps-error-handler-message)
20824 (ps-print-prologue-0, ps-error-handler-alist): New vars.
20825 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
20826 (ps-insert-string): New function.
20827
20828 2000-03-15 Kenichi Handa <handa@etl.go.jp>
20829
20830 * international/ccl.el (ccl-compile-expression): Don't generate
20831 invalid self-assignment code.
20832
20833 2000-03-14 Dave Love <fx@gnu.org>
20834
20835 * subr.el (replace-regexp-in-string): Renamed from
20836 replace-regexps-in-string. Doc fix.
20837
20838 2000-03-12 Dave Love <fx@gnu.org>
20839
20840 * cus-edit.el: Doc fixes.
20841 (customize-set-variable, customize-save-variable): Rename args for doc.
20842 (custom-variable-tag-face, custom-face-tag-face)
20843 (custom-group-tag-face-1, custom-group-tag-face): Modify from
20844 style which user identify as hyperlink.
20845 (hook): Don't add undefined functions to the hook.
20846 (debug-ignored-errors): Transfer message from bindings.el.
20847
20848 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20849
20850 * recentf.el (recentf-keep-non-readable-files-p):
20851 Remove double/nested definition.
20852
20853 2000-03-12 Dave Love <fx@gnu.org>
20854
20855 * facemenu.el (facemenu-get-face): Use display-color-p.
20856 * enriched.el (enriched-decode-foreground): Likewise.
20857 (enriched-decode-background): Likewise.
20858 * isearch.el (isearch-highlight): Likewise.
20859 * info-look.el (info-lookup): Likewise.
20860 * simple.el (completion-setup-function): Likewise.
20861
20862 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
20863 :options.
20864
20865 * bindings.el (mode-line-format): Fix line-number and
20866 column-number items. Add help-echo for the background.
20867 (mode-line-mule-info): Modify help-echo.
20868
20869 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
20870
20871 * files.el (load-file): Allow completion to .elc.
20872
20873 * man.el: Doc fixes.
20874 (Man-init-defvars): Use display-color-p to set fontification.
20875
20876 * play/hanoi.el (hanoi-internal): Don't use oddp.
20877
20878 2000-03-12 Gerd Moellmann <gerd@gnu.org>
20879
20880 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
20881
20882 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
20883
20884 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
20885
20886 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
20887 Fix comment.
20888
20889 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
20890
20891 * font-lock.el (font-lock-keywords): Fix the doc now that
20892 regexp-opt-depth is unnecessary.
20893 (save-buffer-state): Set an edebug spec.
20894 (font-lock-fontify-anchored-keywords): Properly handle the case when
20895 the matcher goes past the limit.
20896
20897 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
20898 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
20899
20900 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
20901 dll.el and cookie.el (from Elib) with heavy renaming and other
20902 massaging.
20903
20904 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
20905 Autoload the functions used.
20906 (easy-mmode-define-syntax): Fix CL typo.
20907 (easy-mmode-define-derived-mode): Improve the docstring generation.
20908
20909 2000-03-10 Gerd Moellmann <gerd@gnu.org>
20910
20911 * textmodes/texinfo.el (texinfo-version): Variable and function
20912 removed.
20913
20914 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
20915
20916 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
20917 allow more flexibility.
20918 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
20919 (easy-mmode-defmap, easy-mmode-defsyntax)
20920 (easy-mmode-define-derived-mode): New macros.
20921
20922 2000-03-09 Didier Verna <didier@xemacs.org>
20923
20924 * rect.el (replace-rectangle): New function.
20925
20926 2000-03-09 Dave Love <fx@gnu.org>
20927
20928 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
20929 (fortran-comment-line-start-skip): Don't match cpp stuff.
20930 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
20931 (fortran-mode-map): Remove over-eager custom-menu-create for now.
20932 (fortran-mode): Don't set fortran-comment-line-start-skip,
20933 fortran-comment-line-start here. Set comment-start,
20934 add-log-current-defun.
20935 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
20936 (fortran-current-defun): New function.
20937
20938 2000-03-09 Gerd Moellmann <gerd@gnu.org>
20939
20940 * emacs-lisp/re-builder.el: New file.
20941
20942 * mouse.el (mouse-drag-region): Don't run up-event handler
20943 if hscroll has changed.
20944
20945 * octave-mod.el (octave-font-lock-keywords): To font-lock the
20946 builtin operators, use `font-lock-builtin-face' for Emacs and
20947 `font-lock-preprocessor-face' otherwise.
20948
20949 * font-lock.el (lisp-font-lock-keywords-1): Highlight
20950 `(defun (setf foo)' differently.
20951
20952 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
20953
20954 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
20955 (regexp-opt): Update comment and adapt the code the new meaning of
20956 the `paren' argument of regex-opt-group for shy-groups.
20957 (regexp-opt-depth): Handle shy groups as well as backslashed
20958 backslashes.
20959 (regexp-opt-group): Turn the leading comment into a docstring.
20960 Allow `paren' to be a string (the string to use to open a group).
20961 Remove open-presuf and close-presuf. Instead of checking for `all
20962 one-char' and then later on check for `several one-char', handle
20963 both cases close together. Also apply a more generic algorithm
20964 for suffixes (the mirror image of the algorithm used for
20965 prefixes). Use shy-groups. Use nreverse rather than reverse.
20966 (regexp-opt-try-suffix): Removed.
20967
20968 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
20969 from comint-mode-map, so we can just inherit from it. Also, move
20970 the initialization into the `defvar' since there's no docstring
20971 anyway and it's fairly short.
20972 (inferior-scheme-mode): Define it as derived-mode: the code is
20973 shorter and this way we inherit from comint-mode-map rather than
20974 copying it.
20975
20976 * subr.el (replace-regexps-in-string): Properly handle the case
20977 where we match an empty string.
20978
20979 * comint.el (comint-exec-1): Add the current-dir to the exec-path
20980 when the command has a directory component (such as "./testml").
20981 Also fix a typo in the comment.
20982
20983 2000-03-08 Gerd Moellmann <gerd@gnu.org>
20984
20985 * Makefile (compile-files): Compile files one by one because
20986 that's the only way to ensure a clean compilation environment for
20987 each individual file.
20988
20989 * frame.el (other-frame): Call x-focus-frame.
20990
20991 2000-03-07 Dave Love <fx@gnu.org>
20992
20993 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
20994 :require to defcustom.
20995
20996 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
20997
20998 * files.el (auto-mode-alist): Add configure.in.
20999
21000 * progmodes/autoconf.el: New file.
21001
21002 2000-03-07 Gerd Moellmann <gerd@gnu.org>
21003
21004 * mail/mh-e.el: Change maintainer to `none'.
21005
21006 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21007 to remove-hook and add-hook.
21008
21009 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21010
21011 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21012 it as the default.
21013 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21014 (sendmail-send-it): Conditionally add MIME headers specifying the
21015 used character set.
21016
21017 2000-03-07 Dave Love <fx@gnu.org>
21018
21019 * winner.el: Fix keywords, autoload cookies.
21020 Split eval-when-compile form to avoid compilation failure.
21021
21022 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21023
21024 * international/mule.el: Modify comment about coding system
21025 property `coding-category'.
21026 (make-coding-system): New argument EOL-TYPE. Pay attention to
21027 coding-category property of PROPERTIES.
21028
21029 * international/mule-conf.el (coding-category-utf-8)
21030 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
21031 categories. Include them in the argument for set-coding-priority.
21032
21033 * international/mule-cmds.el (reset-language-environment):
21034 Include coding-category-utf-8, coding-category-utf-16-be, and
21035 coding-category-utf-16-le in the argument for set-coding-priority.
21036 (reset-language-environment): Initialize coding-category-utf-8,
21037 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21038
21039 2000-03-06 Karl Fogel <kfogel@red-bean.com>
21040
21041 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21042 code abstracted out of `bookmark-jump-noselect'. Now tries info
21043 extensions as well as compression extensions.
21044 (bookmark-jump-noselect): Use above new func.
21045
21046 2000-03-03 Gerd Moellmann <gerd@gnu.org>
21047
21048 * strokes.el: Change maintainer's mail address.
21049
21050 2000-03-03 Kenichi Handa <handa@etl.go.jp>
21051
21052 * international/mule-diag.el (list-character-sets): Make help-echo
21053 string by substitute-command-keys.
21054 (list-character-sets): Likewise.
21055 (sort-listed-character-sets): Call help-setup-xref.
21056
21057 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21058
21059 * time.el (display-time-mail-file): Add `none' to the list of choices.
21060
21061 2000-03-01 Dave Love <fx@gnu.org>
21062
21063 * help.el (help-xref-go-back): Don't try to set position.
21064
21065 * international/mule-diag.el (list-character-sets):
21066 Call help-setup-xref. Add help-echo to xrefs.
21067 (list-character-sets-1): Add help-echo to xrefs.
21068
21069 2000-03-02 Gerd Moellmann <gerd@gnu.org>
21070
21071 * frame.el (blink-cursor-mode): Switch cursor on when turning
21072 the mode off.
21073
21074 * add-log.el (add-log-current-defun): Add support for
21075 Autoconf mode.
21076
21077 * mail/rmail.el (rmail-quit-hook): New variable.
21078
21079 2000-03-01 Dave Love <fx@gnu.org>
21080
21081 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21082
21083 * help.el (help-xref-button): Add help-echo arg.
21084 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21085
21086 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
21087
21088 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
21089
21090 2000-03-01 Gerd Moellmann <gerd@gnu.org>
21091
21092 * image.el (defimage): Look for image files in load-path.
21093
21094 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
21095
21096 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21097
21098 * recentf.el (recentf): Added version tag to the defgroup of recentf.
21099
21100 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21101
21102 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
21103 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21104 action to select/unselect a file.
21105 (recentf-edit-list): Code cleanup and improvement.
21106 (recentf-open-more-files-action): `recentf-open-more-files' button
21107 widget action to open a file.
21108 (recentf-open-more-files): No more use standard completion but widgets.
21109 (recentf-more-collection): Deleted.
21110 (recentf-more-history): Deleted.
21111 (recentf-setup-more-completion): Deleted.
21112
21113 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21114
21115 * recentf.el (recentf-mode): No more needs that Emacs is running
21116 under a window-system.
21117
21118 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21119
21120 * recentf.el (recentf-edit-list): New command to edit the recent
21121 list which allow the user to remove files.
21122 (recentf-edit-selected-items): New global variable, used by
21123 `recentf-edit-list' to hold the list of files to be removed from
21124 the recent list.
21125 (recentf-make-menu-items): Updated to display a "Edit list..."
21126 menu item. Minor code cleanup.
21127
21128 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21129
21130 * recentf.el (recentf-open-more-files): New command to open files
21131 that are not displayed in the menu.
21132 (recentf-more-collection): New global variable holding the set of
21133 permissible completions used by `recentf-open-more-files'.
21134 (recentf-more-history): New global variable holding the history list
21135 used by `recentf-open-more-files' completion.
21136 (recentf-setup-more-completion): New function to setup completion for
21137 `recentf-open-more-files'.
21138 (recentf-make-menu-items): Updated to display a "More..." menu item.
21139
21140 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21141
21142 * recentf.el (recentf-menu-action): Doc fixed.
21143
21144 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
21145
21146 * recentf.el (recentf-menu-filter): Doc updated.
21147 (recentf-update-menu-hook): Allow menu filters to force menu update.
21148 (recentf-make-menu-items): New menu filter handling.
21149 (recentf-make-menu-item): New helper function.
21150 (recentf-menu-elements): New menu handling function.
21151 (recentf-sort-ascending): Updated to new menu filter handling.
21152 (recentf-sort-descending): Updated to new menu filter handling.
21153 (recentf-sort-basenames-ascending): New menu filter function.
21154 (recentf-sort-basenames-descending): New menu filter function.
21155 (recentf-show-basenames): New menu filter function.
21156 (recentf-show-basenames-ascending): New menu filter function.
21157 (recentf-show-basenames-descending): New menu filter function.
21158
21159 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21160
21161 * diary-lib.el (list-diary-entries): Don't try to go forward at
21162 the end of the buffer.
21163
21164 2000-02-29 Kenichi Handa <handa@etl.go.jp>
21165
21166 * international/mule-diag.el (list-character-sets):
21167 Completely rewritten.
21168 (sort-listed-character-sets): New function.
21169 (list-character-sets-1): Completely rewritten.
21170 (list-character-sets-2): New function.
21171 (non-iso-charset-alist): New variable.
21172 (decode-codepage-char): New function.
21173 (charset-history): New variable.
21174 (read-charset) (list-block-of-chars)
21175 (list-iso-charset-chars)
21176 (list-non-iso-charset-chars)
21177 (list-charset-chars): New functions.
21178 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
21179 (dump-charsets): Likewise.
21180
21181 2000-02-29 Gerd Moellmann <gerd@gnu.org>
21182
21183 * dired-x.el (dired-filename-at-point): Add `@' to valid
21184 file name characters.
21185 (dired-filename-at-point): Handle ange-ftp file names.
21186
21187 * frame.el (frame-notice-user-settings): Use assq-delete-all
21188 instead of assoc-delete-all.
21189 (frame-notice-user-settings): Ditto.
21190
21191 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21192 Don't copy alist.
21193
21194 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21195
21196 * calculator.el (calculator-use-menu): New option.
21197 (calculator-initial-bindings): Changed some bindings to work as macros.
21198 (calculator-forced-input): Removed.
21199 (calculator-restart-other-mode): New variable.
21200 (calculator-mode-map): Set up menu.
21201
21202 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21203
21204 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
21205
21206 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21207
21208 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
21209 translate all ESC key sequences.
21210 (viper-goto-mark-subr): Restore markers for files for which
21211 they were saved.
21212 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21213 * viper-util.el (viper-set-replace-overlay-glyphs)
21214 (viper-set-replace-overlay): Always check if the replacement
21215 overlay is live.
21216 * viper.el (viper-vi-state-mode-list): Add major modes.
21217 * ediff-wind.el: Minor comment changes.
21218 * ediff.el: Copyright notice date fix.
21219
21220 2000-02-27 Jason Rumney <jasonr@gnu.org>
21221
21222 * faces.el (face-font-family-alternatives): Add arial to helv.
21223 (mode-line, header-line, tool-bar): Same default as x for w32.
21224 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21225 face-font-family-alternatives from working.
21226 * term/w32-win.el (mouse-set-font): Do not build fontset from
21227 chosen font.
21228
21229 2000-02-25 Sam Steingold <sds@goems.com>
21230
21231 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21232 properly.
21233
21234 2000-02-25 Richard M. Stallman <rms@gnu.org>
21235
21236 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21237
21238 2000-02-25 Gerd Moellmann <gerd@gnu.org>
21239
21240 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
21241
21242 * frame.el (busy-cursor-delay-seconds): New option.
21243
21244 2000-02-24 Gerd Moellmann <gerd@gnu.org>
21245
21246 * frame.el (show-cursor-in-non-selected-windows): New option.
21247
21248 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21249
21250 * diary-lib.el (include-other-diary-files): Undo the selective
21251 display in any included file and don't kill it.
21252
21253 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21254
21255 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21256 Menu items converted to (menu-item format, help strings added.
21257 [downcase, upcase]: Don't enable on MS-DOS.
21258 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
21259 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21260
21261 2000-02-23 Dave Love <fx@gnu.org>
21262
21263 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21264 (backward-kill-word): Revert addition of * to interactive spec --
21265 it's a feature.
21266
21267 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21268 (backward-kill-sentence, kill-sentence): Likewise.
21269
21270 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21271 scratch buffer name.
21272 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
21273
21274 * term/w32-win.el (internal-face-interactive): Update prompt for
21275 new read-face-name.
21276
21277 * mail/footnote.el (footnote): Add :version to defgroup.
21278 (footnote-section-tag-regexp): Customize.
21279 (footnote-start-tag, footnote-end-tag): New option.
21280 (footnote-latin-regexp): New variable.
21281 (Footnote-latin): New function.
21282 (footnote-style-alist): Add element for latin style.
21283 (footnote-style): Moved.
21284 (Footnote-goto-footnote): Use eq to test arg.
21285
21286 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21287
21288 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21289 (byte-compile-trueconstp): Include keywords.
21290 (byte-optimize-quote, byte-optimize-lapcode):
21291 Use byte-compile-const-symbol-p.
21292 (byte-optimize-char-before): New optimization.
21293
21294 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21295 (byte-compile-const-symbol-p): New function.
21296 (byte-compile-constp, byte-compile-out-toplevel)
21297 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21298 Use it.
21299
21300 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21301
21302 2000-02-23 Kenichi Handa <handa@etl.go.jp>
21303
21304 * international/encoded-kb.el: Be sure to update minor-mode-alist
21305 and minor-mode-map-alist.
21306 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21307 codes SS2 and SS3 correctly.
21308 (encoded-kbd-self-insert-ccl): New function.
21309 (encoded-kbd-setup-keymap): New function.
21310 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21311 by calling encoded-kbd-setup-keymap.
21312
21313 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21314 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
21315
21316 2000-02-22 Dave Love <fx@gnu.org>
21317
21318 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
21319 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
21320 (lisp-mode-syntax-table): Set up for #|...|# comments.
21321 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21322 classes. Match `defface'.
21323 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21324 (eval-defun-1): Fix for defcustom.
21325 (lisp-indent-region): Doc fix.
21326
21327 * subr.el (when, unless, split-string): Doc fix.
21328 (read-passwd): Move call of clear-this-command-keys to the right place.
21329 (replace-regexps-in-string): New function.
21330
21331 2000-02-22 Gerd Moellmann <gerd@gnu.org>
21332
21333 * help.el (describe-variable): Set syntax table to
21334 emacs-lisp-mode-syntax-table when moving forward over the
21335 symbol's name.
21336
21337 2000-02-22 Dave Love <fx@gnu.org>
21338
21339 * xt-mouse.el: Doc fixes.
21340 (xterm-mouse-position-function): New function, replacing advice of
21341 mouse-position.
21342 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21343
21344 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21345
21346 2000-02-21 Gerd Moellmann <gerd@gnu.org>
21347
21348 * format.el (format-annotate-single-property-change):
21349 Handle properties.with dotted-list values.
21350 (format-proper-list-p): New function.
21351
21352 * enriched.el (enriched-face-ans): Handle '(foreground-color
21353 . COLOR) and (background-color . COLOR).
21354
21355 2000-02-20 Dave Love <fx@gnu.org>
21356
21357 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21358 and assignments to it.
21359 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21360 current local map.
21361 (make-flyspell-overlay): Use it.
21362 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21363
21364 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21365 (lm-get-header-re): Defun, not defsubst.
21366 (lm-get-package-name): Defun, not defsubst. Simplify.
21367 (lm-version): Doc fix. Simplify.
21368 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21369 (lm-crack-address, lm-last-modified-date, lm-commentary)
21370 (lm-verify, lm-synopsis): Simplify.
21371 (lm-report-bug): Require emacsbug. Use compose-mail.
21372
21373 2000-02-20 Gerd Moellmann <gerd@gnu.org>
21374
21375 * dired.el (dired-mode): Call propertized-buffer-identification
21376 to set mode-line-buffer-identification to something having
21377 the right text properties.
21378
21379 * bindings.el (propertized-buffer-identification): New function.
21380
21381 2000-02-20 Dave Love <fx@gnu.org>
21382
21383 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21384 check for t-mouse too.
21385
21386 * cus-start.el: Make echo-keystrokes `number'.
21387
21388 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21389
21390 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21391 Don't call ring-empty-p unless tags-location-ring is bound.
21392 From Noah Friedman <friedman@splode.com>.
21393
21394 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21395
21396 * progmodes/hideshow.el (hs-flag-region): No longer use
21397 `intangible' overlay property.
21398
21399 (hs-toggle-hiding): New command.
21400 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21401
21402 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21403 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21404 and deactivation.
21405
21406 2000-02-18 Gerd Moellmann <gerd@gnu.org>
21407
21408 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21409
21410 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21411
21412 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21413
21414 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21415 of `*' to handle `(* ... *)' comments.
21416
21417 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21418
21419 * faces.el (list-faces-display): Use display-mouse-p instead of
21420 window-system.
21421
21422 * menu-bar.el (global-map): Menu-bar items converted to the new
21423 format (menu-item..., rearranged for better CUA compliance, and
21424 their names changed for better clarity. Help strings added.
21425
21426 * international/mule-cmds.el (mule-menu-keymap)
21427 (describe-language-environment-map, set-coding-system-map)
21428 (setup-language-environment-map): Convert to new (menu-item...
21429 form, add help strings. Change names of menu items for better clarity.
21430 "Mule" menu-bar item removed (it's now in the "Options" submenu).
21431
21432 2000-02-17 Gerd Moellmann <gerd@gnu.org>
21433
21434 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21435 within the code.
21436
21437 2000-02-16 Dave Love <fx@gnu.org>
21438
21439 * faces.el: Don't require custom. Add more specific :groups to
21440 various deffaces.
21441 (set-face-attribute): Purecopy args.
21442 (read-face-name): Default to name at point and use it in prompt.
21443 Remove colon from arg in all callers.
21444 (list-faces-display): Hyperlink to face descriptions and customize
21445 buffers.
21446
21447 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21448
21449 * wid-edit.el (widget-match-inline): An atom never matches a list.
21450
21451 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21452
21453 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21454 at ':' characters by call to split-string.
21455
21456 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21457
21458 * textmodes/bibtex.el: Added RCS version identification.
21459
21460 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21461
21462 * textmodes/bibtex.el: Some temporary comments removed.
21463 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
21464 (bibtex-field-const): Allow capital letters.
21465 (bibtex-start-of-string): Deleted because unused.
21466
21467 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21468 use the term 'reference' to describe a bibtex entry as a whole.
21469 Further, reference keys are no longer called 'labels'.
21470 (bibtex-keys): Renamed to bibtex-reference-keys.
21471 (bibtex-reformat-previous-labels): Renamed to
21472 bibtex-reformat-previous-reference-keys.
21473 (bibtex-reference-type): Renamed to bibtex-entry-type.
21474 (bibtex-reference-head): Renamed to bibtex-entry-head.
21475 (bibtex-reference-maybe-empty-head): Renamed to
21476 bibtex-entry-maybe-empty-head.
21477 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21478 (bibtex-search-reference): Renamed to bibtex-search-entry.
21479 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21480 bibtex-enclosing-entry-maybe-empty-head.
21481 (bibtex-entry-field-alist, bibtex-entry-head)
21482 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21483 (bibtex-map-entries, bibtex-search-entry)
21484 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21485 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21486 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21487 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21488 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21489 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21490 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
21491
21492 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21493
21494 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21495 comment.
21496 (bibtex-format-field-delimiters): New function, functionality
21497 extracted from bibtex-format-entry.
21498 (bibtex-autokey-get-yearfield-digits): New function, functionality
21499 extracted from bibtex-autokey-get-yearfield.
21500
21501 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21502 entries in order to avoid stack overflow in the regexp matcher if
21503 field contents become large.
21504 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21505 (bibtex-field-string-part-not-braced)
21506 (bibtex-field-string-part-no-inner-braces)
21507 (bibtex-field-string-part-1-inner-brace)
21508 (bibtex-field-string-part-2-inner-braces)
21509 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21510 (bibtex-field-string-quoted, bibtex-field-string)
21511 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21512 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21513 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21514 Deleted as parsing is now performed by the following functions.
21515 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21516 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21517 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21518 (bibtex-parse-association, bibtex-field-name-for-parsing)
21519 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21520 (bibtex-search-forward-field, bibtex-search-backward-field)
21521 (bibtex-start-of-field, bibtex-end-of-field)
21522 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21523 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21524 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21525 (bibtex-parse-string, bibtex-search-forward-string)
21526 (bibtex-search-backward-string, bibtex-start-of-string)
21527 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21528 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21529 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
21530 entries. Instead of reporting the results of the parsing by
21531 match-beginning or match-end, these functions return data structures
21532 that hold the corresponding positions.
21533 (bibtex-enclosing-field): Changed to also report field boundaries by
21534 return values rather than by match-beginning or match-end.
21535 The following functions have been adapted to use the new
21536 parsing functions.
21537 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21538 (bibtex-enclosing-field, bibtex-format-entry)
21539 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21540 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21541 (bibtex-print-help-message, bibtex-end-of-entry)
21542 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21543 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21544 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21545 Use the new method for parsing.
21546 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21547 (bibtex-map-entries, bibtex-flash-head)
21548 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21549 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21550 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21551 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21552 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21553 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21554 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21555 order to make the new binding of case-fold-search immediately visible.
21556
21557 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21558
21559 * textmodes/bibtex.el: Copyright notice is up to date.
21560 Added constant 'bibtex-maintainer-salutation.
21561
21562 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
21563 than make-temp-name, use match-string-no-properties and eliminate
21564 a quadratic behavior when building bibtex-strings.
21565
21566 * bibtex.el (bibtex-reference-key): Accept string entries whose
21567 reference key contains upper case letters.
21568
21569 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21570
21571 * bibtex.el (bibtex-reference-head): Allow entries to start with
21572 a new line.
21573
21574 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21575
21576 * bibtex.el: Hiding of entry bodies is not longer provided by
21577 bibtex.el directly. Instead the hideshow package can be used.
21578 Added a special bibtex entry to hs-special-modes-alist.
21579 (bibtex-hs-forward-sexp): Added for hideshow.el.
21580
21581 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21582
21583 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21584 proceedings entry type (for cross referencing). Thanks to Wagner
21585 Toledo Correa for the suggestion.
21586
21587 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21588
21589 2000-02-14 Kenichi Handa <handa@etl.go.jp>
21590
21591 * international/characters.el: Setup case table for Vietnamese.
21592
21593 2000-02-12 Gerd Moellmann <gerd@gnu.org>
21594
21595 * uniquify.el (toplevel): Require CL at compile time.
21596 (uniquify-push): Removed.
21597
21598 * shadowfile.el (shadow-when): Removed.
21599
21600 * tempo.el (tempo-dolist, tempo-mapc): Removed.
21601 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
21602
21603 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21604 regexp for paragraph-start.
21605
21606 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21607 commas as well.
21608
21609 2000-02-10 Dave Love <fx@gnu.org>
21610
21611 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21612 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21613 Deleted.
21614 (widget-specify-field, widget-specify-button): Don't use
21615 widget-mouse-help as help-echo property.
21616 (default): Use #'ignore for :validate and :mouse-down-action.
21617 (checkbox): Add help-echo.
21618 (widget-sexp-validate): Rewritten to clarify error messages.
21619 (character): Use char-valid-p in :match function.
21620 (widget-color-complete): Use facemenu-color-alist.
21621 (widget-color-action): Use facemenu-read-color.
21622
21623 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21624 set up `caar' &c that we now have.
21625
21626 2000-02-09 Ray Blaak <blaak@gnu.org>
21627
21628 * delphi.el: Make resourcestring a declaration region, like const
21629 and var.
21630
21631 2000-02-09 Dave Love <fx@gnu.org>
21632
21633 * bindings.el (mode-line-input-method-map): New variable.
21634 (mode-line-mule-info): Use it; fix last change.
21635 (mode-line-mode-menu): Move definition.
21636 (mode-line-mouse-sensitive-p): Deleted.
21637 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
21638 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
21639
21640 * startup.el (command-line-1): Don't call
21641 make-mode-line-mouse-sensitive.
21642
21643 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21644
21645 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
21646 before rmail-toggle-header, because the former toggles headers.
21647
21648 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
21649
21650 * diff-mode.el (diff-kill-junk): New interactive function.
21651 (diff-reverse-direction): Use delete-and-extract-region.
21652 (diff-post-command-hook): Restrict the area so that the hook also works
21653 outside of any diff hunk. This is necessary for the minor-mode.
21654 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
21655 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
21656
21657 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
21658 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
21659 so that it can be used more easily in <foo>-mode-hook. Also make sure
21660 to avoid duplicate entries.
21661 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
21662 (font-lock-remove-keywords): Just as was done for `add', allow it to
21663 work even if font-lock-mode is nil. Also make sure we don't modify
21664 any pre-existing list by forcing a copy-sequence. Finally rename
21665 `major-mode' to `mode'.
21666 (font-lock-fontify-syntactic-anchored-keywords)
21667 (font-lock-fontify-anchored-keywords)
21668 (font-lock-fontify-keywords-region): Use line-end-position.
21669 Don't make `font-lock-multiline' local (it's now done in
21670 font-lock-set-defaults).
21671 (font-lock-set-defaults): Make `font-lock-multiline' local.
21672 Move the `font-lock-fontified' creation to inside the `unless'.
21673
21674 2000-02-06 Andrew Innes <andrewi@gnu.org>
21675
21676 * term/w32-win.el (x-handle-args): Comment out call to message,
21677 which occurs before window system is initialized.
21678
21679 * makefile.nt: Add support for recompiling lisp code.
21680
21681 2000-02-04 Dave Love <fx@gnu.org>
21682
21683 * bindings.el (mode-line-mule-info): Fix/extend last change.
21684
21685 * completion.el: Replace completion-dolist with dolist.
21686
21687 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
21688
21689 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
21690
21691 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
21692 environment names before they go into the section regexp.
21693
21694 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
21695 char class in regexp.
21696
21697 * textmodes/reftex-parse.el (reftex-with-special-syntax):
21698 Bind `case-fold-search' to nil.
21699
21700 * progmodes/idlwave.el (idlwave-template):
21701 Respect `idlwave-abbrev-change-case'.
21702 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
21703 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
21704 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
21705 (idlwave-rw-case): New function.
21706 (idlwave-statement-match): Fixed problem with assignment regexp.
21707 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
21708 (idlwave-surround): New argument LENGTH to support padding of
21709 operators longer than 1 char.
21710
21711 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
21712 idlwave-shell-expression-overlay. Implemented printing of
21713 expressions on higher levels of the calling stack.
21714 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
21715 (idlwave-retrieve-expression-from-level): New function.
21716 (idlwave-shell-last-calling-stack): Variable removed.
21717 (idlwave-shell-reset): Argument action reversed (`visible' to
21718 `hidden'). Also remove stop-line overlay.
21719 (idlwave-shell-calling-stack-routine): New variable.
21720 (idlwave-shell-parse-stack-and-display): Messages now display
21721 negative level numbers.
21722 (idlwave-shell-mode): Set `modeline-format'.
21723 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
21724 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
21725 (idlwave-shell-print-expression-function): New option.
21726
21727 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
21728 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
21729 `tool-bar' instead of `toolbar'.
21730
21731 2000-02-02 Dave Love <fx@gnu.org>
21732
21733 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
21734 emacs-lisp-mode-hook. Don't check for defalias being defined.
21735
21736 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
21737 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
21738 Use the new builtins directly.
21739
21740 * whitespace.el (whitespace): Add :version to defgroup.
21741
21742 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
21743 Doc fix.
21744
21745 * thingatpt.el (sexp-at-point, symbol-at-point)
21746 (number-at-point, list-at-point): Add autoload cookie.
21747
21748 * recentf.el (recentf): Add :version to defgroup.
21749
21750 * quickurl.el (quickurl): Add :version to defgroup.
21751
21752 * elide-head.el (elide-head): Use point-marker more.
21753
21754 * bs.el (bs): Add :version to defgroup.
21755
21756 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
21757
21758 * progmodes/delphi.el (delphi): Add :version to defgroup.
21759
21760 2000-02-02 Gerd Moellmann <gerd@gnu.org>
21761
21762 * ange-ftp.el (ange-ftp-write-region): Handle case that
21763 succeeding process operation sets a different coding system.
21764
21765 * calculator.el: New file.
21766
21767 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
21768
21769 * frame.el (frames-on-display-list, framep-on-display): New functions.
21770 (display-mouse-p, display-popup-menus-p, display-graphic-p)
21771 (display-selections-p, display-screens, display-pixel-width)
21772 (display-pixel-height, display-mm-width, display-mm-height)
21773 (display-backing-store, display-save-under, display-planes)
21774 (display-color-cells, display-visual-class): New functions.
21775
21776 * term/tty-colors.el (tty-color-gray-shades): New function.
21777
21778 * faces.el (display-color-p): Use framep-on-display.
21779 (display-grayscale-p): New function.
21780
21781 2000-01-31 Dave Love <fx@gnu.org>
21782
21783 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
21784 (create-fontset-from-x-resource): Don't concat integers.
21785
21786 2000-01-31 Inge Frick <inge@nada.kth.se>
21787
21788 * view.el: Some changes in documentation. Removed some trailing
21789 whitespace. Changed some parameter names to agree with documentation.
21790 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
21791 window is not deleted. Modifies change 1998-04-26.
21792
21793 2000-01-31 Gerd Moellmann <gerd@gnu.org>
21794
21795 * windmove.el: New file.
21796
21797 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21798 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21799 progmodes/ebnf-yac.el: Update copyright and license info.
21800
21801 * jit-lock.el (jit-lock-function): Widen before calculating
21802 end position.
21803 (jit-lock-stealth-chunk-start): Rewritten.
21804
21805 * info.el (Info-title-face-alist): Removed.
21806 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
21807 (Info-fontify-node): Use these faces.
21808
21809 2000-01-30 Gerd Moellmann <gerd@gnu.org>
21810
21811 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
21812 (cl-macro-list1): Recognize `&allow-other-keys' instead of
21813 `&allow-other-keywords'.
21814
21815 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
21816 the list of directories scanned heuristically.
21817
21818 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
21819
21820 2000-01-30 Jason Rumney <jasonr@gnu.org>
21821
21822 * w32-fns.el: Define w32-tty-standard-colors.
21823
21824 * startup.el (command-line): Use w32-tty-standard-colors when in
21825 w32 console mode.
21826
21827 2000-01-30 Dave Love <fx@gnu.org>
21828
21829 * jka-compr.el (jka-compr-load): Fix up load-history.
21830
21831 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
21832
21833 * emacs-lisp/cl-macs.el: Revert previous change.
21834
21835 2000-01-29 Dave Love <fx@gnu.org>
21836
21837 * facemenu.el: Purecopy various strings.
21838
21839 * timezone.el (timezone-fix-time): Window against 69 for two-digit
21840 years. Deal with three-digit years.
21841
21842 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
21843 Use defconst, purecopy.
21844 (help-back-label): Purecopy it.
21845
21846 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21847
21848 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
21849 variable. If non-nil, order the buffer list according to the
21850 currently selected frame.
21851 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
21852 non-nil, pass the selected frame to function buffer-list.
21853
21854 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21855
21856 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
21857
21858 2000-01-28 Dave Love <fx@gnu.org>
21859
21860 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
21861
21862 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
21863 Don't use lisp-indent-hook property.
21864 (cl-abs): Remove.
21865
21866 * subr.el: Move out indent and edebug specs for when and unless.
21867
21868 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
21869 when, unless.
21870
21871 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
21872 unless, when.
21873
21874 2000-01-28 Gerd Moellmann <gerd@gnu.org>
21875
21876 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
21877 `collecting' as synonym for `collect'.
21878
21879 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
21880 for the case it contains spaces.
21881
21882 * simple.el (what-cursor-position): Change formatting of messages.
21883
21884 * frame.el (delete-other-frames): New function.
21885 (toplevel): Bind it to C-x 5 1.
21886
21887 * sort.el (sort-numeric-base): New option.
21888 (sort-numeric-fields): If number starts with `0' or `0[xX[',
21889 interpret it as octal or hexadecimal. Use sort-numeric-base
21890 as default base.
21891
21892 * progmodes/glasses.el: New file.
21893
21894 2000-01-27 Gerd Moellmann <gerd@gnu.org>
21895
21896 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
21897 userids differently.
21898
21899 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
21900 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
21901 progmodes/ebnf-yac.el: New files.
21902
21903 2000-01-26 Dave Love <fx@gnu.org>
21904
21905 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
21906 on a function with an empty body. [From Eric Ludlam.]
21907
21908 2000-01-25 Andre Spiegel <spiegel@gnu.org>
21909
21910 * vc.el (vc-version-diff): Make sure file name is expanded.
21911
21912 2000-01-25 Gerd Moellmann <gerd@gnu.org>
21913
21914 * scroll-bar.el (scroll-bar-timer): Variable removed.
21915 (scroll-bar-toolkit-scroll): Don't use a timer.
21916
21917 2000-01-25 Kenichi Handa <handa@etl.go.jp>
21918
21919 * language/thai-util.el (thai-composition-function):
21920 Delete superfluous `a'.
21921
21922 2000-01-24 Dave Love <fx@gnu.org>
21923
21924 * fortran.el (fortran-mode): Use beginning-of-defun-function,
21925 end-of-defun-function.
21926
21927 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
21928
21929 2000-01-22 Jason Rumney <jasonr@gnu.org>
21930
21931 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
21932 conflicts with new face support.
21933
21934 2000-01-22 Richard M. Stallman <rms@gnu.org>
21935
21936 * replace.el (query-replace): Rename last arg to DELIMITED.
21937 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
21938 (query-replace-regexp): Likewise.
21939
21940 2000-01-20 Richard M. Stallman <rms@gnu.org>
21941
21942 * subr.el (with-syntax-table): Use make-symbol, not gensym.
21943
21944 * emacs-lisp/lisp.el (beginning-of-defun-function):
21945 Variable renamed from beginning-of-defun.
21946 Do not call make-variable-buffer-local.
21947 (beginning-of-defun-raw): Use new variable name; doc fix.
21948 (beginning-of-defun): Doc fix.
21949 (end-of-defun-function): Variable renamed from end-of-defun.
21950 Do not call make-variable-buffer-local.
21951 (end-of-defun): Use new variable name; doc fix.
21952
21953 * subr.el (dolist, dotimes): Copied from cl-macs.el
21954 and made to work.
21955
21956 * mail/undigest.el (rmail-digest-end-regexps):
21957 Variable replaces rmail-digest-end-regexp.
21958 Allows multiple regexps for detecting the end line.
21959 (undigestify-rmail-message): Corresponding changes.
21960
21961 2000-01-19 Dave Love <fx@gnu.org>
21962
21963 * files.el (user-init-file): Don't declare here -- is primitive.
21964
21965 * startup.el (command-line): Check for compiled user-init-file and
21966 set to uncompiled version if necessary.
21967
21968 2000-01-18 Gerd Moellmann <gerd@gnu.org>
21969
21970 * mail/undigest.el (rmail-digest-end-regexp): New user option.
21971 (undigestify-rmail-message): Use it.
21972
21973 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
21974
21975 2000-01-17 Gerd Moellmann <gerd@gnu.org>
21976
21977 * tmm.el (tmm-goto-completions): Adapt to prompt being part
21978 of mini-buffer.
21979
21980 2000-01-14 Gerd Moellmann <gerd@gnu.org>
21981
21982 * emacs-lisp/copyright.el (copyright-update): Removed the
21983 requirement for a trailing space from `copyright-regexp', to
21984 support copyrights with owner specified on a separate line..
21985
21986 * align.el: New file.
21987
21988 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
21989
21990 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
21991
21992 2000-01-13 Dave Love <fx@gnu.org>
21993
21994 * ph.el: Removed. (Obsoleted by EUDC.)
21995
21996 2000-01-13 Gerd Moellmann <gerd@gnu.org>
21997
21998 * net/eudc.el (toplevel): Remove autoloaded code installing
21999 menu with easymenu, because that causes build problems.
22000
22001 * frame.el (frame-notice-user-settings): New variable.
22002 (frame-notice-user-settings): Don't modify frame parameters
22003 if called a second time.
22004
22005 2000-01-13 Richard M. Stallman <rms@gnu.org>
22006
22007 * frame.el (frame-notice-user-settings):
22008 Notice default-frame-parameters even for non-window frames.
22009
22010 2000-01-13 Gerd Moellmann <gerd@gnu.org>
22011
22012 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22013 for Emacs.
22014 (eudc-bob-can-display-inline-images): Extend for Emacs.
22015 (eudc-bob-toggle-inline-display): Ditto.
22016 (eudc-bob-display-jpeg): Ditto.
22017
22018 2000-01-12 Gerd Moellmann <gerd@gnu.org>
22019
22020 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22021 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22022 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22023
22024 * add-log.el (add-change-log-entry): Fix error trying an
22025 `(insert nil)'.
22026
22027 * subdirs.el: Add `net' directory.
22028
22029 * net: New directory.
22030
22031 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22032 eval-last-sexp. Don't bind debug-on-error here.
22033 (eval-last-sexp): New function. Bind debug-on-error if
22034 eval-expression-debug-on-error is non-nil.
22035 (eval-defun-2, eval-defun): Likewise.
22036
22037 * simple.el (eval-expression): Don't bind debug-on-error if
22038 eval-expression-debug-on-error is nil. Detect changed
22039 debug-on-error, and propagate new value to global binding, if
22040 eval-expression-debug-on-error is non-nil,
22041 (eval-expression-debug-on-error): Change doc string.
22042
22043 2000-01-11 Richard M. Stallman <rms@gnu.org>
22044
22045 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22046
22047 * emacs-lisp/lisp-mode.el (with-syntax-table):
22048 Set up lisp-indent-function property.
22049
22050 * subr.el (with-syntax-table): Moved from simple.el.
22051
22052 * simple.el (with-syntax-table): Moved to subr.el.
22053
22054 2000-01-11 Gerd Moellmann <gerd@gnu.org>
22055
22056 * tmm.el (tmm-shortcut): Delete region after prompt instead
22057 of erasing buffer.
22058
22059 * textmodes/fill.el (fill-common-string-prefix): New function.
22060 (fill-context-prefix): Use the longest common prefix of first
22061 and second line fill prefix, if there is one.
22062
22063 2000-01-11 Richard M. Stallman <rms@gnu.org>
22064
22065 * array.el (array-mode): Don't use make-variable-buffer-local.
22066 Use make-local-variable for `truncate-lines'.
22067
22068 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22069
22070 * add-log.el (add-log-current-defun): Handle user-defined
22071 add-log-current-function returning nil,
22072
22073 * add-log.el (add-change-log-entry): Insert version number
22074 if having found a current function
22075
22076 * add-log.el (add-log-current-defun):
22077 Call `add-log-current-defun-function'. Try matches at level 0 and
22078 level 1. Strip whitespace from defun found.
22079
22080 2000-01-10 John Wiegley <johnw@gnu.org>
22081
22082 * allout.el (isearch-done/outline-provisions): Added `edit'
22083 argument to correspond with the current definition of `isearch-done'.
22084
22085 2000-01-10 Dave Love <fx@gnu.org>
22086
22087 * elide-head.el (elide-head): Use point-marker, not point.
22088
22089 2000-01-10 Gerd Moellmann <gerd@gnu.org>
22090
22091 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22092 before and after the year 2000.
22093
22094 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22095 Add ispell- prefix.
22096
22097 2000-01-10 Ken Stevens <k.stevens@ieee.org>
22098
22099 * ispell.el: Only define dictionaries in menus when they exist.
22100 (version18p): New variable.
22101 (version20p): New variable.
22102 (xemacsp): New variable.
22103 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22104 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22105 (ispell-dictionary-alist6): Russian command lines no longer accept
22106 run-together words.
22107 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22108 (ispell-dictionary-alist): Add koi8-r to customize definition.
22109 (check-ispell-version): Added documentation string. Return library
22110 path when called non-interactively.
22111 (ispell-menu-map-needed): Uses new variables.
22112 (ispell-library-path): New variable.
22113 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22114 (ispell-word): Improved documentation string. Test for valid
22115 character mappings. Correctly check typed in word changes that can
22116 result in single words split into multiple words.
22117 Return replacement word.
22118 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22119 replace in recursive query replace mode. Help message for
22120 recursive edit mode.
22121 (ispell-show-choices): Protect against bad framepop bindings.
22122 (ispell-help): Fix to work with XEmacs.
22123 (ispell-highlight-spelling-error): Use new variables.
22124 (ispell-overlay-window): Fix to work with XEmacs.
22125 (ispell-parse-output): Passed and returns location information
22126 tracking spelling corrections. Doesn't recheck same word on
22127 current line.
22128 (ispell-init-process): Protect against bogus XEmacs variable binding.
22129 Fix call to single argument in sleep-for. Use new variables.
22130 (ispell-region): Passed and returns location information tracking
22131 spelling corrections. Doesn't check same word on current line.
22132 Improved documentation string. Doesn't resend a line already
22133 checked to the ispell process - fixes bug in LaTeX parsing.
22134 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22135 (ispell-skip-region): No longer skips <TT> in SGML.
22136 (ispell-process-line): Tracks location information with spelling
22137 corrections. Added documentation string. Accounts for words
22138 already accepted on this line. Don't allow query-replace on line
22139 starting with math characters. Doesn't resend a line already sent
22140 to ispell process. Fixes alignment error bug.
22141
22142 2000-01-10 Richard M. Stallman <rms@gnu.org>
22143
22144 * dired-x.el (dired-guess-shell-alist-default):
22145 Suggest xloadimage, which is free, not xv, which isn't.
22146
22147 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22148 Don't ever include the host name or user name in the value.
22149
22150 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22151
22152 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22153 of a real newline.
22154
22155 2000-01-09 Stephen Eglen <stephen@gnu.org>
22156
22157 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22158 for .png files.
22159
22160 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22161
22162 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22163
22164 2000-01-09 Gerd Moellmann <gerd@gnu.org>
22165
22166 * progmodes/cperl-mode.el: Replace ^F with ^L.
22167
22168 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22169 `require'ing rmail and mailalias to prevent infinite recursion.
22170
22171 2000-01-08 Dave Love <fx@gnu.org>
22172
22173 * emacs-lisp/backquote.el: Remove inappropriate customization
22174 (allowing custom.el to use backquote).
22175
22176 2000-01-07 Dave Love <fx@gnu.org>
22177
22178 * add-log.el (add-log-debugging): Deleted.
22179 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22180 file. Remove debugging code.
22181 (change-log-get-method-definition, change-log-name): Add doc.
22182 (change-log-sortable-date-at): New function.
22183 (change-log-merge): New command.
22184
22185 * time.el (display-time-string-forms): Make the Mail string active.
22186 (display-time-update): Provide help-echo for load average.
22187
22188 * bindings.el (make-mode-line-mouse2-map): New function.
22189 (mode-line-modified): Use it and simplify.
22190 (mode-line-mule-info): Provide help-echo info.
22191 (minor-mode-alist): Activate the strings.
22192 (make-mode-line-mouse-sensitive): Simplify for
22193 mode-line-buffer-identification.
22194
22195 2000-01-07 Gerd Moellmann <gerd@gnu.org>
22196
22197 * play/pong.el: New file.
22198
22199 2000-01-06 Dave Love <fx@gnu.org>
22200
22201 * array.el: Assorted cleanups for compiler warnings, doc strings,
22202 `array-' prefix for symbols.
22203
22204 2000-01-05 Dave Love <fx@gnu.org>
22205
22206 * textmodes/outline.el (outline-mode-menu-bar-map):
22207 Add outline-headers-as-kill.
22208 (outline-mode): Define imenu-generic-expression.
22209 (outline-headers-as-kill): New command.
22210
22211 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22212 from paragraph-start.
22213 (paragraph-indent-minor-mode): New command.
22214
22215 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22216 M-C-e, M-C-h, C-j, C-xnd, TAB.
22217 (fortran-mode): Set beginning-of-defun, end-of-defun.
22218 (fortran-column-ruler): Simplify.
22219 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22220 (fortran-with-subprogram-narrowing): Likewise.
22221 (fortran-indent-subprogram): Call mark-defun.
22222 (fortran-check-for-matching-do): Change narrowing.
22223
22224 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22225 (cl-lucid-hash-tag): Delete.
22226 (cl-hash-table-p): Correct test for native table.
22227 (cl-hash-table-count): Use hash-table-count.
22228
22229 * browse-url.el (browse-url): Fix case of
22230 browse-url-browser-function being an alist.
22231
22232 2000-01-05 Carsten Dominik <cd@gnu.org>
22233
22234 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22235 (reftex-index-phrase-file-extension): New options.
22236
22237 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22238 Use new option `reftex-index-phrase-file-extension'.
22239
22240 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22241 `reftex-parse-file-extension'.
22242
22243 2000-01-05 Dave Love <fx@gnu.org>
22244
22245 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22246 (beginning-of-defun-raw): Use it.
22247 (end-of-defun): New variable.
22248 (end-of-defun): Use it.
22249 (check-parens): New command.
22250
22251 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22252
22253 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22254 (hs-show-block): Don't use `mapcar' when not accumulating.
22255
22256 Fix buglet in local variables initialization.
22257
22258 2000-01-05 Andreas Schwab <schwab@suse.de>
22259
22260 * hscroll.el (hscroll): Doc fix.
22261
22262 2000-01-05 Carsten Dominik <cd@gnu.org>
22263
22264 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22265 Require idlw-toolbar.
22266
22267 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
22268 file idlw-rinfo.el.
22269 (idlwave-customize): Load must read file idlw-shell.el.
22270 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
22271
22272 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22273
22274 * progmodes/idlw-shell.el: Also provide idlwave-shell
22275 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22276 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22277
22278 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
22279 both reftex-dcr and reftex-vcr.
22280
22281 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22282
22283 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22284
22285 * ps-print.el: PostScript code now is in separate files, doc fix.
22286 (ps-print-version): New version number (5.0.3).
22287 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22288 local.
22289 (ps-spool-config): Initialization fix.
22290 (ps-print-prologue-1, ps-print-prologue-2)
22291 (ps-print-duplex-feature): PostScript code moved to separated file.
22292 (ps-background-image): Little code reformating.
22293 (ps-begin-file, ps-begin-job): Fix code.
22294 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22295 (ps-prologue-file): New fun.
22296
22297 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22298
22299 * ps-vars.el: Eliminated.
22300
22301 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22302 `;;;###autoload'.
22303
22304 * ps-print.el: ps-vars eliminated, doc fix.
22305 (ps-print-version): New version number (5.0.2).
22306 (ps-spool-config): Initialization fix.
22307 (ps-print-customize): New fun.
22308
22309 2000-01-04 Gerd Moellmann <gerd@gnu.org>
22310
22311 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
22312
22313 2000-01-04 Dave Love <fx@gnu.org>
22314
22315 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22316 menu items.
22317
22318 2000-01-03 Dave Love <fx@gnu.org>
22319
22320 * elide-head.el (elide-head) [defgroup]: Add :version.
22321
22322 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
22323 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22324 Use `cl-hash-table-p', not `hash-table-p'.
22325 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22326
22327 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22328
22329 * faces.el (face-read-integer, read-face-attribute)
22330 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
22331
22332 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22333
22334 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22335 at comment end, and re-insert them after filling.
22336
22337 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22338
22339 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22340 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22341 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22342
22343 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22344
22345 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22346 the new name of face-color-supported-p.
22347
22348 * term/w32-win.el (xw-defined-colors): Likewise.
22349
22350 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22351
22352 * simple.el (completion-setup-function): Count completion-size
22353 from minibuffer-prompt-end, not from point-min.
22354
22355 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22356
22357 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22358 Pass the frame to tty-color-* functions.
22359 (display-color-p, frame-set-background-mode): Pass the frame to
22360 tty-display-color-p.
22361
22362 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22363 tty-color-alist.
22364 (tty-color-alist, tty-modify-color-alist): New functions.
22365 (tty-color-define, tty-color-clear, tty-color-approximate)
22366 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22367 optional parameter FRAME.
22368
22369 2000-01-01 Gerd Moellmann <gerd@gnu.org>
22370
22371 * image.el (create-image, defimage): Don't assume image data is
22372 a string.
22373
22374 * image.el (defimage): Handle specifications containing :data
22375 instead of :file.
22376 (image-type-from-data): New function.
22377 (image-type-from-file-header): Use it.
22378 (create-image): Add parameter DATA-P.
22379
22380 See ChangeLog.8 for earlier changes.
22381
22382 ;; Local Variables:
22383 ;; coding: iso-2022-7bit
22384 ;; End:
22385
22386 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22387 Copying and distribution of this file, with or without modification,
22388 are permitted provided the copyright notice and this notice are preserved.